フィルターのクリア

Changing the dimension of a data set

1 回表示 (過去 30 日間)
mona faraji
mona faraji 2011 年 12 月 8 日
Hi
I have a data set with the dimension 50*1400*8, is there any way to change the dimension to 1400*50*8 ?
would you please help me with the related command?

採用された回答

Sean de Wolski
Sean de Wolski 2011 年 12 月 8 日
doc permute
specifically:
b = permtue(b,[2 1 3]);

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by