Question about single digits.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone. Is there any function that converts "complex" number for example [123] to constituent elements [1 2 3] ?
0 Commenti
Risposta accettata
Jonathan Sullivan
il 13 Lug 2012
Its not the most elegant, but this works:
A = str2num(num2str(123)')'
0 Commenti
Più risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!