How do I open another GUI from my existing GUI?

2 views (last 30 days)
I would like to open another existing GUI from the current GUI.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The existing GUI can be opened from the current GUI using the function UIOPEN.
% Include the following line in the callback of the uicontrol that intends to call an existing GUI.
uiopen('path to the existing fig file')

More Answers (0)

Categories

Find more on Develop uifigure-Based Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!