export comma separated values to excel
2 ビュー (過去 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!