photo

Nicolai Sanders


DTU

Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
7,118
of 300,338

REPUTATION
6

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

9 years ago | 1 answer | 0

1

answer