CALLING MULTIPLE GUI'S

조회 수: 3 (최근 30일)
vishnu r
vishnu r 2013년 5월 14일
편집: lis coffey 2020년 4월 6일
i have 3 guis, first Login page 2. Administrator page 3.change password page I want to make a 'change password' in my prog. So when successfully logged in first gui, it go to second gui this gui contains a push button named "change your password", after clicking this button we go to third gui.. It contains some interactive objects
my question is how can i link these 3 guis??
  댓글 수: 1
Sarala Swain
Sarala Swain 2016년 7월 11일
i m searching for the same but still i cant....
kindly say how to store login details in databse or how to find the database link...thnq

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

답변 (2개)

David Sanchez
David Sanchez 2013년 5월 14일
First. GUIs have a property called 'Visibility'. You can check it out on the property inspector. When set to "off", the GUI is not visible.
Second. To open another GUI from an existing GUI, just call the GUI m-file ( my_gui_name.m ) from where you want to call it within your first GUI.
  댓글 수: 1
pranith sheela
pranith sheela 2017년 3월 12일
explain clearly about mygui

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


lis coffey
lis coffey 2016년 7월 11일
편집: lis coffey 2020년 4월 6일
Here's a video that covers how to make two or more GUIs share data and work together.
The short answer is use SETAPPDATA and GETAPPDATA to share data between GUI's.
The long answer is here:
Collection of GUI videos can be found here:

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by