save to. mat after reshape to [50 x1x12]

1 回表示 (過去 30 日間)
Mauricio Piraquive
Mauricio Piraquive 2021 年 1 月 19 日
編集済み: Mauricio Piraquive 2021 年 1 月 19 日
I have file with 50 rows and 12 columns [50 x 12] , I converted this file to [50 x 1 x 12] using
result = reshape(data,[50,1,12])
where 12 it is like channels in an image,
How can I save this result into a .mat file to then load it into a filedatastore?

採用された回答

Fangjun Jiang
Fangjun Jiang 2021 年 1 月 19 日
save('FileName','Varname')
  1 件のコメント
Mauricio Piraquive
Mauricio Piraquive 2021 年 1 月 19 日
編集済み: Mauricio Piraquive 2021 年 1 月 19 日
Thanks

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

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by