How do I open another GUI from my existing GUI?

2 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
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')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop uifigure-Based Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by