Adding matrix to another matrix

조회 수: 1 (최근 30일)
Kalpha.mc
Kalpha.mc 2020년 9월 20일
답변: David Hill 2020년 9월 20일
How would add a matrix to the back of another matrix to form another column.
example [1 4 5 6 + [2
4 6 7 8 3
4 8 0 1 ] 3]
=[1 4 5 6 2
4 6 7 8 3
4 8 0 1 3]

채택된 답변

David Hill
David Hill 2020년 9월 20일
c=[a,b];

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by