Collection many vectors in one matrix

조회 수: 1 (최근 30일)
fathi
fathi 2017년 4월 22일
댓글: fathi 2017년 4월 22일
hi everybody how can I collect many vectors in one matrix EX:
I1 = [ 2 3 4 5 2 ]
I2 = [ 6 5 4 3 2]
I3 = [ 9 8 7 6 5 ]
The answer waht i want
G = [ 2 3 4 5 2;6 5 4 3 2; 9 8 7 6 5 ].
Thank you

채택된 답변

Andrew Newell
Andrew Newell 2017년 4월 22일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by