Hi,
I have a cell A, the size is : 100*1, for each cell contail an image, the size is 1500*1500. I would like to convert the cell A to a 3 dimensional array B(100,1500,1500).
I don't want to use loop, it there good method? thank you very much!
Peter

 採用された回答

Stephen23
Stephen23 2020 年 5 月 19 日

1 投票

B = permute(cat(3,A{:}),[3,1,2])

1 件のコメント

Xingang Bu
Xingang Bu 2020 年 5 月 19 日
Thank you very much, your answer is great!
I tried cat before ,but failed due to wrong parameter.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2020 年 5 月 19 日

コメント済み:

2020 年 5 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by