photo

Muge Erinc


Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 11 anni fa | 4 risposte | 0

4

risposte

Risposto
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))

oltre 11 anni fa | 0