How to write a cell array of numbers and string to file

1 回表示 (過去 30 日間)
Chris
Chris 2011 年 8 月 31 日
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.
Walter Roberson
Walter Roberson 2011 年 8 月 31 日
Thanks, Fangjun.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by