How to write a cell array of numbers and string to file
1 次查看(过去 30 天)
显示 更早的评论
What is the easiest way to dump a cell array to a file.
0 个评论
采纳的回答
Fangjun Jiang
2011-8-31
xlswrite('test.xls',{'abc',1;2,'adsjk'});
3 个评论
Fangjun Jiang
2011-8-31
Probably a typo. The limit on the number of characters allowed in a cell when using xlswrite() is 911, not 191.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!