export comma separated values to excel
5 次查看(过去 30 天)
显示 更早的评论
[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 个评论
回答(2 个)
Andreas Goser
2014-5-13
编辑:Andreas Goser
2014-5-13
It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.
0 个评论
Image Analyst
2014-5-13
Try csvwrite() for a .csv text file, or xlswrite() to create an .xlsx workbook.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!