How can i reshape a matrix into a vector ?

조회 수: 3 (최근 30일)
Gn Gnk
Gn Gnk 2020년 12월 9일
답변: Walter Roberson 2020년 12월 9일
Hello ,
How can i reshape an array like this [10 20 30
40 50 60]
to :
[40
50
60
10
20
30]

채택된 답변

Walter Roberson
Walter Roberson 2020년 12월 9일
reshape(flipud(A).',[],1)

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by