calling a gui from another gui in guide

6 次查看(过去 30 天)
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 .

回答(1 个)

John
John 2012-6-25
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

类别

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