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

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)

Consider using the xlswrite function if you want to open it in Excel.

2 Comments

Sandy’s Answer moved here...
Thanks! star strider
My pleasure!
(If my Answer solved your problem, please Accept it.)

Sign in to comment.

Categories

Asked:

on 13 Aug 2015

Commented:

on 13 Aug 2015

Community Treasure Hunt

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

Start Hunting!