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!