필터 지우기
필터 지우기

calling a gui from another gui in guide

조회 수: 6 (최근 30일)
amer
amer 2012년 6월 25일
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