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

1 Ansicht (letzte 30 Tage)
Chris
Chris am 31 Aug. 2011
What is the easiest way to dump a cell array to a file.

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 31 Aug. 2011
xlswrite('test.xls',{'abc',1;2,'adsjk'});
  3 Kommentare
Fangjun Jiang
Fangjun Jiang am 31 Aug. 2011
Probably a typo. The limit on the number of characters allowed in a cell when using xlswrite() is 911, not 191.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by