write data from gui in excel
Mostrar comentarios más antiguos
Hi! Does anybody know how can a variable calculated on matlab GUI and stored in the handles be written on an already existing excel file?`
Or in other words, does the function xlswrite work at GUI? and if not, which function should be used instead?
Thanks a lot!
Respuesta aceptada
Más respuestas (4)
Chirag Gupta
el 26 de Jul. de 2011
xlswrite will work from a GUI.
xlswrite(filename,handles.data)
Fangjun Jiang
el 26 de Jul. de 2011
0 votos
Yes, xlswrite() works anywhere. You need to pay attention in the code where you have the xlswrite() line that you have access to the data, and it's better to specify the full path of the Excel file.
Andrea Gil
el 27 de Jul. de 2011
0 votos
Jack Griffin
el 27 de Mayo de 2015
0 votos
pingas
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!