How do you create a push button that saves data from a GUI?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Basically, I just want to give the user the option to save the numerical data that are in the cells of a table on my GUI
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 7 de Jun. de 2013
Editada: Azzi Abdelmalek
el 7 de Jun. de 2013
res=get(handles.uitable1,'data')
save filename res
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!