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!