photo

Nicolai Sanders


DTU

Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

mehr als 7 Jahre vor | 1

| akzeptiert

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort