필터 지우기
필터 지우기

how can Join Multiple Forms in GUI?

조회 수: 3 (최근 30일)
lakshmana prabu
lakshmana prabu 2016년 1월 3일
댓글: Walter Roberson 2017년 4월 24일
dear friends
i am doing a m.phil project in matlab using a digital image processing... i have one doubt in gui. i need to join join multiple GUI forms... for example first i create login form .. my module in the form is user name and pwd ... then i wish to go main page there is an lot of modules... i wanna to join the main page and login forms. then in the main page i need to go for the next sub modules... for example here i paste youtube link follows as https://www.youtube.com/watch?v=bKSqFsM7zz8 ..... so help me how can solve this pbm friends.... try to explain with program code also

채택된 답변

Walter Roberson
Walter Roberson 2016년 1월 3일
Use GUIDE to create the forms with different names. The callbacks in one form can invoke the next form by naming it. For example,
function pushbutton2_callback(hObject, events, handles)
module7();
  댓글 수: 3
Mohd Sapaweh
Mohd Sapaweh 2017년 4월 24일
sir! did you mean the "module7()" is the gui filename?
Walter Roberson
Walter Roberson 2017년 4월 24일
Yes, module7 is the name of the GUI to invoke.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by