Change a 4-D matrix

I have A(p,s,d,f). How can I change it to A(p,s,f,d)?
Thanks,

 採用された回答

James Tursa
James Tursa 2012 年 7 月 6 日

1 投票

A = permute(A,[1 2 4 3]);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by