フィルターのクリア

How can I change the order of an N-dimensional array?

1 回表示 (過去 30 日間)
도현 김
도현 김 2021 年 11 月 15 日
コメント済み: 도현 김 2021 年 11 月 15 日
I have an array of size (300*1*6*1000).
But I want to change the order of this array as below.
(300*1*6*1000) >> (6*300*1*1000)
How can I change it, sir?

採用された回答

Jan
Jan 2021 年 11 月 15 日
X = permute(X, [3,1,2,4]);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by