photo

Manuel Schmidberger


Karlsruhe institute of technology

Last seen: 3年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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...

約5年 前 | 0

| 採用済み

質問


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. ...

約5年 前 | 1 件の回答 | 0

1

回答

質問


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...

約5年 前 | 1 件の回答 | 0

1

回答

回答済み
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) ...

5年以上 前 | 0

| 採用済み

質問


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...

5年以上 前 | 0 件の回答 | 0

0

回答