Excel filename from cell
Afficher commentaires plus anciens
I have a character array that I transformed into a 1x1 cell with that cell having the name of the file I would like to us. How can I create an excel file using the name in that cell? Thank you!
Réponses (1)
Bob Thompson
le 11 Fév 2019
0 votes
xlswrite(mycell{1},data);
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!