Hi people , when I save a variable in csv format i only see the variable but not the datas.
For example:
Frequency =1:100
xlswrite('Signals.xls','Frequency')
%Note: I have a Mac so i don’t have excel so matlab writes a csv file format.

 Respuesta aceptada

Image Analyst
Image Analyst el 16 de Jul. de 2018

0 votos

Don't use quotes around Frequency.
xlswrite('Signals.xls', Frequency)
It differs from the save() function, where you do use single quotes.

1 comentario

madhan ravi
madhan ravi el 16 de Jul. de 2018
Editada: madhan ravi el 16 de Jul. de 2018
Thank you sir , is there a possibility to save it to my numbers(similar to excel) application?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 16 de Jul. de 2018

Editada:

el 16 de Jul. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by