Question about single digits.
1 回表示 (過去 30 日間)
古いコメントを表示
Hi everyone. Is there any function that converts "complex" number for example [123] to constituent elements [1 2 3] ?
0 件のコメント
採用された回答
Jonathan Sullivan
2012 年 7 月 13 日
Its not the most elegant, but this works:
A = str2num(num2str(123)')'
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!