Multi GUI's
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
nsbd
2011년 5월 18일
"
function pushbutton1_Callback(hObject, eventdata, handles)
open('k_c.fig')
guidata(hObject, handles);
"
You can open the way.
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!