필터 지우기
필터 지우기

Converting a Double into a Matrix of its Digits

조회 수: 5 (최근 30일)
Rightia Rollmann
Rightia Rollmann 2016년 8월 12일
편집: Azzi Abdelmalek 2016년 8월 12일
How can I convert the 3-by-1 matrix A into the 3-by-3 matrix B in the simplest way?
A = [ 123; 456; 789 ];
B = [ 1 2 3; 4 5 6; 7 8 9 ];

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 8월 12일
편집: Azzi Abdelmalek 2016년 8월 12일
A = [ 123; 456; 789 ]
B=num2str(A)-'0'

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by