Community Profile

photo

Manuel Schmidberger


Karlsruhe institute of technology

Last seen: plus de 3 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
Find sequence of values in matrix (row wise)
I solved the problem this way so far: % Get cell array with non zero values: rsm=sort(RCX'); [~,J,values]=find(rsm); u=un...

presque 5 ans il y a | 0

| A accepté

Question


Find sequence of values in matrix (row wise)
Hi, I have problem and not sure how to solve this in a good way. I have a matrix RCX with m rows of n cartesian coordinates. ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Find columns with same values in matrix
Hi, I actually struggle on a fast and good solution on finding columns in an 2D matrix containing same values and returning t...

presque 5 ans il y a | 1 réponse | 0

1

réponse

A répondu
Using while loops, to sort and index arrays.
Maybe you can use anything like: Marks = randi([0 100],1,10) Fail = [0:40]; i=1; FailCount=0; while i<=length(Marks) ...

environ 5 ans il y a | 0

| A accepté

Question


Find minimum distance columnwise
Hi, I have two matrices TRX and TRY [M x N] with cartesian coordinates. The coordinates are coordinates of an object which is m...

environ 5 ans il y a | 1 réponse | 0

0

réponse