Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
Cordelle
Cordelle le 7 Juin 2013
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

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 7 Juin 2013
Modifié(e) : Azzi Abdelmalek le 7 Juin 2013
res=get(handles.uitable1,'data')
save filename res
  2 commentaires
Cordelle
Cordelle le 7 Juin 2013
thank you, but how can i save it as an word or excel file?
Azzi Abdelmalek
Azzi Abdelmalek le 7 Juin 2013
xlswrite('FileName.xls',res)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by