How to write a table to a user specified excel file name/directory?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ibro Tutic
el 5 de Abr. de 2016
Comentada: Ibro Tutic
el 5 de Abr. de 2016
How would I go about creating a program that writes some arbitrary table, A, to a user specified Excel file? I tried using different UI commands, but I can't seem to get them to work. Essentially what I need is to allow a user to choose where the excel file is written and what the name of the file is.
0 comentarios
Respuesta aceptada
Robert
el 5 de Abr. de 2016
I believe you want the function uiputfile. It will open a dialog in which the user can select a path and name for a new file. You could use the returned values with writetable to save your data to the new Excel file.
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!