Matlab Programming Tutorial_Multiple matlab gui forms with login window

Опубликовано: 04 Август 2026
на канале: LearnExplore Eng
27,671
like

In this session we describes how intellectually we interface multiple Matlab gui forms with login window.
All the processing of executable forms variable is displayed in matlab command window.
we will create blank GUI either by typing ""guide"" function in command window,or we may select manually by Matlab gui icon

For all those who send their emails to get the code,here is the concept..
mat-labs codes for linking a multiple GUI is formulated by the concept that when we form a GUI in mat-lab using guide than there should be a m-file associated with it, is also formed. we just have to call that m-file of second GUI into the first GUI form through [callback function] in the command prompt of push button Your second GUI should have an m-file associated with it. Put this in the callback function to your push button. for example in gui1 push button_1_Callback(stuff) gui2.m;