photo

Muge Erinc


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 4 | 0

4

답변

답변 있음
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년 전 | 0