How can I write the cell array to an excel
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jonathan Babitsch
am 16 Jul. 2020
Beantwortet: Walter Roberson
am 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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 18 Jul. 2020
cell2mat() the cell array, and if necessary, transpose it with .'
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!