Creating functional menu (guide)
Show older comments
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 Comments
Rik
on 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
on 20 Mar 2020
Edited: Rik
on 20 Mar 2020
MORHAF ALLABABIDI
on 20 Mar 2020
Rik
on 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.
Answers (0)
Categories
Find more on Update figure-Based Apps in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!