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

3 views (last 30 days)
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!

Accepted Answer

Brendan Hamm
Brendan Hamm on 10 Aug 2015
You can either use xlswrite or lower level functionality: Export Cell To csv

More Answers (0)

Community Treasure Hunt

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

Start Hunting!