Statistics
RANK
170,238
of 295,467
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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 write variables in a functions workspace by assignin
Hello, I would like to create annotation objects in a functions local workspace, where object names are created in a loop. ...
12 years ago | 4 answers | 0
4
answersAnswered
Converting 1*4 array into 1*1
Might this work? a=[1 2 3 4] ; b=''; for i=1:size(a,2) b=[b num2str(a(i))]; end str2double(char(b))
Converting 1*4 array into 1*1
Might this work? a=[1 2 3 4] ; b=''; for i=1:size(a,2) b=[b num2str(a(i))]; end str2double(char(b))
12 years ago | 0