Paras Patel
Followers: 0 Following: 0
Statistics
All
RANK
12,387
of 296,364
REPUTATION
4
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,397
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Why return function min in matlab return two values?
The 2nd value is the index number within the array where the min value is. From the help: [M,I] = min(X) also returns the i...
Why return function min in matlab return two values?
The 2nd value is the index number within the array where the min value is. From the help: [M,I] = min(X) also returns the i...
4 years ago | 0
| accepted
Answered
How to find data displayed in pcolor using coordinates?
rng(1) z = randn(11); x = -5:5; y = -5:5; [X, Y] = meshgrid(x,y); xq = 1.25; yq = 2.34; hP = pcolor(x,y,z); hold on ...
How to find data displayed in pcolor using coordinates?
rng(1) z = randn(11); x = -5:5; y = -5:5; [X, Y] = meshgrid(x,y); xq = 1.25; yq = 2.34; hP = pcolor(x,y,z); hold on ...
4 years ago | 0