Bo Sarah
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
97,594
of 295,569
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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 can I get the input arguments of a function and save them into an array ?
Hi everyone, I'd like to know how to get the input arguments of a function and put them into an array to be able to do a loop...
6 years ago | 1 answer | 0
1
answerQuestion
Could someone help me with the "imwrite" command please ? Error using imwrite>parse_inputs (line 541) The colormap should have three columns.
ImageData = imread(Result{1}(i).raw_list.z); imwrite(ImageData , strcat("C:\Users\toto\Documents\SP4\Camera_Images\", num2s...
6 years ago | 1 answer | 0
1
answerQuestion
Could someone explain below part of code please ? I do not understand the first part [~,b]
[~,b] = min(abs(RealEL1));
7 years ago | 2 answers | 0