Multi GUI's

2 ビュー (過去 30 日間)
Jason
Jason 2011 年 5 月 18 日
Is it possible to create a GUI using GUIDE and then be able to create another form (GUI) from a button on the first GUI. I would like to be able to copy some of the components from GUI 1 to GUI 2 such as an axes, UItable and editbox.
I would also need a close button on GUI 2 that then returns the user to GUI 1.

採用された回答

Arturo Moncada-Torres
Arturo Moncada-Torres 2011 年 5 月 18 日
It sounds to me that you are trying to communicate two GUIs. Quan Quach has an excellent tutorial. Check it out.
Hope it helps ;-) !

その他の回答 (1 件)

nsbd
nsbd 2011 年 5 月 18 日
"
function pushbutton1_Callback(hObject, eventdata, handles)
open('k_c.fig')
guidata(hObject, handles);
"
You can open the way.

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by