How to write a cell array of numbers and string to file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
What is the easiest way to dump a cell array to a file.
0 Commenti
Risposta accettata
Fangjun Jiang
il 31 Ago 2011
xlswrite('test.xls',{'abc',1;2,'adsjk'});
3 Commenti
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!