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

1 visualizzazione (ultimi 30 giorni)
What is the easiest way to dump a cell array to a file.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by