How to write a cell array of numbers and string to file
1 view (last 30 days)
Show older comments
What is the easiest way to dump a cell array to a file.
0 Comments
Accepted Answer
Fangjun Jiang
on 31 Aug 2011
xlswrite('test.xls',{'abc',1;2,'adsjk'});
3 Comments
Fangjun Jiang
on 31 Aug 2011
Probably a typo. The limit on the number of characters allowed in a cell when using xlswrite() is 911, not 191.
More Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!