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

1 vue (au cours des 30 derniers jours)
Chris
Chris le 31 Août 2011
What is the easiest way to dump a cell array to a file.

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 31 Août 2011
xlswrite('test.xls',{'abc',1;2,'adsjk'});
  3 commentaires
Fangjun Jiang
Fangjun Jiang le 31 Août 2011
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 le 31 Août 2011
Thanks, Fangjun.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by