フィルターのクリア

How to create 3d array(39X37X25) from double array(36075X1)?

1 回表示 (過去 30 日間)
Afroja Akter
Afroja Akter 2015 年 7 月 29 日
回答済み: Walter Roberson 2015 年 7 月 29 日
Hello everyone, I need to create a 3D array size39X37x25 from a 36075X1 array. Could anybody help me?

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 7 月 29 日
reshape(YourVector, 39, 37, 25)
Note that this will fill "down the columns". You did not specify the order you wanted the elements.

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by