how can Join Multiple Forms in GUI?
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!