How can I write the cell array to an excel
2 ビュー (過去 30 日間)
古いコメントを表示
Jonathan Babitsch
2020 年 7 月 16 日
回答済み: Walter Roberson
2020 年 7 月 18 日
Hey everybody,
How can I write my cell array to an excel file?
It is a cell array of the dimension 1*101.
I also attached the code, it is pretty simple. What I am trying to do is write the cell Array P to an excel file.
Thanks a lot in advance,
Johnny
7 件のコメント
採用された回答
Walter Roberson
2020 年 7 月 18 日
cell2mat() the cell array, and if necessary, transpose it with .'
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Data Import from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!