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!