csv file extension saved in MatLAB is not readable in Excel, how to fix it?

2 views (last 30 days)
Hi all,
I am using save('csvfilename.csv',' A ') to save csv file. It does save the csv file but after opening in excel it just shows symbols, instead of actual values of A.
Can anyone help what I should do to fix it.
Thanks, in advance..

Answers (1)

Star Strider
Star Strider on 13 Aug 2015
Consider using the xlswrite function if you want to open it in Excel.

Community Treasure Hunt

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

Start Hunting!