How can I write the cell array to an excel
2 views (last 30 days)
Show older comments
Jonathan Babitsch
on 16 Jul 2020
Answered: Walter Roberson
on 18 Jul 2020
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 Comments
Accepted Answer
Walter Roberson
on 18 Jul 2020
cell2mat() the cell array, and if necessary, transpose it with .'
0 Comments
More Answers (1)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!