calling a gui from another gui in guide

4 views (last 30 days)
amer
amer on 25 Jun 2012
please can anybody help me in my project in which i want to create a GUI in guide in which i want to call another GUI. Actually i want to create a GUI in which i place two buttons . on button press functions , i want to call other GUI 's, please also explain it to me i am having so much problem to understand it's logic, i shall be very thankful .

Answers (1)

John
John on 25 Jun 2012
If your main GUI will have 2 buttons then, under the function calls for each of the buttons you simply want to call the name of other GUI's you want to call when the button is pressed.
For example if one of the mini GUIs is called miniGUI1 then under the function of one of your buttons add the line:
miniGUI1
and the other GUI should appear. Good luck

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!