export comma separated values to excel

[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?

답변 (2개)

Andreas Goser
Andreas Goser 2014년 5월 13일
편집: Andreas Goser 2014년 5월 13일

0 개 추천

It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.
Image Analyst
Image Analyst 2014년 5월 13일

0 개 추천

Try csvwrite() for a .csv text file, or xlswrite() to create an .xlsx workbook.

카테고리

질문:

2014년 5월 13일

답변:

2014년 5월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by