How can I write the cell array to an excel
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Jonathan Babitsch
le 16 Juil 2020
Réponse apportée : Walter Roberson
le 18 Juil 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 commentaires
Réponse acceptée
Walter Roberson
le 18 Juil 2020
cell2mat() the cell array, and if necessary, transpose it with .'
0 commentaires
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!