calling a gui from another gui in guide
2 ビュー (過去 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 .
0 件のコメント
回答 (1 件)
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!