How do I make a GUI created by guide a single united function

1 次查看(过去 30 天)
I notice the GUIs created by Guide comes with multiple different and individual functions (opening, output, create, callbacks, uipanels etc). Each function acts individually and separately from others. How do I make all of those functions to be combined somehow and belong as nested functions to the main one?

采纳的回答

Walter Roberson
Walter Roberson 2018-6-11
You cannot do that with GUIDE.
You could edit the code the GUIDE produces to make the functions nested, but if you do that then GUIDE will lose track of the functions.
You should probably examine the newer App Designer.
  4 个评论
Stelios Fanourakis
Stelios Fanourakis 2018-6-11
编辑:Stelios Fanourakis 2018-6-11
Sounds interesting. I can have elements like sliders, push buttons etc created by GUIDE and have the freedom to alter them as I wish. Let me try this.
Stelios Fanourakis
Stelios Fanourakis 2018-6-11
ANd what about the AppDesigner? Is it better than GUIDE? I have no experience at all with AppDesigner. Can I have nested functions there? I don't see any option to generate both fig and m files in AppDesigner

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by