Wang Ryan
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
239,683
of 295,448
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
Question
how to display (3000x4000x4) matrix as image in matlab
I have created a 3000x4000x4 matrix in matlab, when I try to use image() function to display it as a picture, matlab told me ima...
2 months ago | 1 answer | 0
1
answerQuestion
I substracted two 3D matrix and get a 2D matrix instead of 3D matrix, why?
I have a 3264x4912x3 matrix p, I subtracted p by the following code: X=4912; Y=3264;d=1; dp=minus(p(1:Y,1:X-d),p(1:Y,1+d:X)); ...
3 months ago | 2 answers | 0
2
answersQuestion
merge multiple doubles in one cell of different sizes
I created a cell using for loop: clearvars; for i=1:30 p = double(DSC00080); X=4912; Y=3264;d=i; r = p(:...
4 months ago | 1 answer | 0