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

1 view (last 30 days)
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?

Accepted Answer

Walter Roberson
Walter Roberson on 11 Jun 2018
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 Comments
Stelios Fanourakis
Stelios Fanourakis on 11 Jun 2018
Edited: Stelios Fanourakis on 11 Jun 2018
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 on 11 Jun 2018
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

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!