How to save my cell array as a .csv file?

Hello,
I currently have a 3000 X 1 cell array. Each element is a string, something like 'red_c_0111'. I want to save this cell array as a .csv file to be opened in excel. Appreciate the help!

 採用された回答

Brendan Hamm
Brendan Hamm 2015 年 8 月 10 日

0 投票

You can either use xlswrite or lower level functionality: Export Cell To csv

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by