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 ExchangeData 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