photo

Nicolai Sanders


DTU

2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How can I do a homogeneous transform of data to a different coordinate system?
To answer my own question: I ended up using <https://se.mathworks.com/help/images/ref/imwarp.html imwarp> when i realized it can...

7年以上 前 | 0

| 採用済み

回答済み
how to set anti diagonal part of matrix with zero value elements ?
I think this might do what you need. m=256; n=256; a=ones(m,n); u=flip(triu(a)); imshow(u); Look at the <https://se.mathwo...

7年以上 前 | 1

| 採用済み

質問


How can I do a homogeneous transform of data to a different coordinate system?
Hello I have two 3D data arrays, A and B, that contain spatial measurement data of the same real world object. A and B are no...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


how do i use the indices from [M,I]=max(A,[],3) to find the corresponding values in another 3D array, B, of the same size as A?
I have two 3d arrays, A and B, of size n,m,k. I use [M,I]=max(A,[],3) to get the indices with the highest values along the 3...

7年以上 前 | 1 件の回答 | 0

1

回答