photo

Muge Erinc


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
271,528
of 297,503

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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
  • First Answer

View badges

Feeds

View by

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

answers

Answered
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