export comma separated values to excel
Ältere Kommentare anzeigen
[pks,locs] = findpeaks(A) it gives two values for pks and locs. pks= 23 56 locs= 2 5 i want to save this output into a excel sheet. there are no of raws for results. how can i do this?
Antworten (2)
Andreas Goser
am 13 Mai 2014
Bearbeitet: Andreas Goser
am 13 Mai 2014
0 Stimmen
It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.
Image Analyst
am 13 Mai 2014
0 Stimmen
Try csvwrite() for a .csv text file, or xlswrite() to create an .xlsx workbook.
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!