export comma separated values to excel
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
[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 commentaires
Réponses (2)
Andreas Goser
le 13 Mai 2014
Modifié(e) : Andreas Goser
le 13 Mai 2014
It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.
0 commentaires
Image Analyst
le 13 Mai 2014
Try csvwrite() for a .csv text file, or xlswrite() to create an .xlsx workbook.
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!