photo

Nicolai Sanders


DTU

Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

| accepted

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer