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.

 채택된 답변

Image Analyst
Image Analyst 2018년 7월 16일

0 개 추천

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

댓글 수: 1

madhan ravi
madhan ravi 2018년 7월 16일
편집: madhan ravi 2018년 7월 16일
Thank you sir , is there a possibility to save it to my numbers(similar to excel) application?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

질문:

2018년 7월 16일

편집:

2018년 7월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by