Creating functional menu (guide)
Ältere Kommentare anzeigen
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 Kommentare
Rik
am 20 Mär. 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
am 20 Mär. 2020
Bearbeitet: Rik
am 20 Mär. 2020
MORHAF ALLABABIDI
am 20 Mär. 2020
Rik
am 20 Mär. 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.
Antworten (0)
Kategorien
Mehr zu Update figure-Based Apps finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!