CALLING MULTIPLE GUI'S

6 Ansichten (letzte 30 Tage)
vishnu r
vishnu r am 14 Mai 2013
Bearbeitet: lis coffey am 6 Apr. 2020
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 Kommentar
Sarala Swain
Sarala Swain am 11 Jul. 2016
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

Melden Sie sich an, um zu kommentieren.

Antworten (2)

David Sanchez
David Sanchez am 14 Mai 2013
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 Kommentar
pranith sheela
pranith sheela am 12 Mär. 2017
explain clearly about mygui

Melden Sie sich an, um zu kommentieren.


lis coffey
lis coffey am 11 Jul. 2016
Bearbeitet: lis coffey am 6 Apr. 2020
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:

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by