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!