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

답변