Borrar filtros
Borrar filtros

export comma separated values to excel

1 visualización (últimos 30 días)
mahesh chathuranga
mahesh chathuranga el 13 de Mayo de 2014
Respondida: Image Analyst el 13 de Mayo de 2014
[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?

Respuestas (2)

Andreas Goser
Andreas Goser el 13 de Mayo de 2014
Editada: Andreas Goser el 13 de Mayo de 2014
It is not clear with you are unaware of the XLSWRITE command or unable to run it successfully.

Image Analyst
Image Analyst el 13 de Mayo de 2014
Try csvwrite() for a .csv text file, or xlswrite() to create an .xlsx workbook.

Community Treasure Hunt

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

Start Hunting!

Translated by