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.

采纳的回答

Fangjun Jiang
Fangjun Jiang 2011-8-31
xlswrite('test.xls',{'abc',1;2,'adsjk'});
  3 个评论
Fangjun Jiang
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 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by