Creating functional menu (guide)
Afficher commentaires plus anciens
I created a menu using guide
and I created their callbacks
For the save, I have a matrix inside a uitable (also created using guide) that I want to export .. how can I program that?
For the reset, I need all edit boxes to be blank again.. how can I program that?
thanks 

4 commentaires
Rik
le 20 Mar 2020
Your screenshot only tells us you have save, close and reset buttons. You should probably consider writing your GUI yourself instead of using GUIDE. See this thread for tips and examples.
MORHAF ALLABABIDI
le 20 Mar 2020
Modifié(e) : Rik
le 20 Mar 2020
MORHAF ALLABABIDI
le 20 Mar 2020
Rik
le 20 Mar 2020
Isn't a reset just closing and opening your GUI? (unless you only want to empty some of your components, in which case you could either create a separate function that creates them, or a separate function that will clear the contents, whatever that means for your context) And what variable do you need to save?
I sugest you move away from GUIDE. As you have noticed it creates a wall of code that nobody wants to dig through, and you still need the fig file to run it properly.
This time I'll edit your code for you. Next time, please use the tools explained on this page to make your comments more readable.
Réponses (0)
Catégories
En savoir plus sur Update figure-Based Apps dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!