MATLAB: How to save the cell array as a .csv file

cell arraysexcelexportsave

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!

Best Answer

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