Save mixed datatype array as CSV
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I have a cell which I save it to xls easily (xlswrite). When I wish to use csvwrite it does not work?. I presume because xlswrite is using array while csv want it as a matrix. My array is mixed datatype therefore I cannot use cell2mat. Any solution how to solve it?
Thanks.
0 Kommentare
Antworten (1)
Shashank Prasanna
am 3 Mai 2013
The following documentation page should be useful to you:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Text Files 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!