export comma separated values to excel
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
[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?
0 Commenti
Risposte (2)
Andreas Goser
il 13 Mag 2014
Modificato: Andreas Goser
il 13 Mag 2014
It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.
0 Commenti
Image Analyst
il 13 Mag 2014
Try csvwrite() for a .csv text file, or xlswrite() to create an .xlsx workbook.
0 Commenti
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!