Borrar filtros
Borrar filtros

How do you create a push button that saves data from a GUI?

4 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Azzi Abdelmalek
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
Cordelle
Cordelle el 7 de Jun. de 2013
thank you, but how can i save it as an word or excel file?

Iniciar sesión para comentar.

Más respuestas (0)

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!

Translated by