Community Profile

photo

Muge Erinc


Actif depuis 2013

Followers: 0   Following: 0

Contact

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

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. ...

environ 11 ans il y a | 4 réponses | 0

4

réponses

A répondu
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))

environ 11 ans il y a | 0