Creating functional menu (guide)
显示 更早的评论
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 个评论
Rik
2020-3-20
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
2020-3-20
编辑:Rik
2020-3-20
MORHAF ALLABABIDI
2020-3-20
Rik
2020-3-20
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Update figure-Based Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!