How do I write an excel file?
Ältere Kommentare anzeigen
I am trying to write the folowing excel file but get this error message and I don't know why.
See attached screen shot.
Thank you in advance for your help!
Antworten (2)
Walter Roberson
am 28 Jul. 2019
0 Stimmen
You are using Mac or Linux. xlswrite() on Mac and Linux can only write pure numeric data.
You should follow the suggestion in the image: convert your data to table and writetable()
If you have R2019a or later then you have additional options such as writecell()
Seba.V
am 29 Jul. 2019
0 Stimmen
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!