create a csv file
50 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
Can someone please help me write the code in MATLAB to create a csv file like the attached? My matlab code creates all the numeric values. Thanks a lot.
0 Kommentare
Antworten (1)
Wilson A N
am 11 Jun. 2018
You can first create a cell array which preserves the same structure as you want to get displayed in the csv file.
Next, to import it to a .csv file or .xlsx file, use the xlswrite command with the filename,cellarray, sheet and desired range.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings 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!