フィルターのクリア

How the change the dimensions of multiple arrays with the cell, Matlab?

3 ビュー (過去 30 日間)
MP
MP 2022 年 6 月 16 日
コメント済み: MP 2022 年 6 月 16 日
I have a cell array:
a = 400x9 cell
Each cell in variable "a" contains 64x17 double array.
>> Now I would like to convert the size of Each cell in variable "a" with initial dimesions of 64x17 double array to 17x64 double array. Just the transpose! Is it possible to do that?
Any help is greatly appriciated. Thank you in advance!

採用された回答

Stephen23
Stephen23 2022 年 6 月 16 日
a = cellfun(@transpose,a,'uni',0)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by