Borrar filtros
Borrar filtros

Excel filename from cell

4 visualizaciones (últimos 30 días)
Jenna Wahbeh
Jenna Wahbeh el 11 de Feb. de 2019
Respondida: Bob Thompson el 11 de Feb. de 2019
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!

Respuestas (1)

Bob Thompson
Bob Thompson el 11 de Feb. de 2019
xlswrite(mycell{1},data);

Community Treasure Hunt

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

Start Hunting!

Translated by