UISUBGUI - GUI resuing tool

Creates a Sub-GUI from an existing GUI.

You are now following this Submission

UISUBGUI reuse an existing GUI in a new GUI / figure with all of its objects and functionality.
This makes a GUI code reusing very simple and saves all the copy, paste and objects creation
The two required file are UISUBGUI and GUIDATA which is a guidata version that supports UISUBGUI.
The other files are for demo purpose only. In order to see the demo of the function run uisubgui_demo.

17 Oct, 2004 - I've already saw two claims that my function is the same as the great, "Child window" function of Roy Schestowitz.
To make things clear, the novelty of the UISUBGUI is that it takes an existing working GUI (that even was not designed to be part of other GUI) and "plants" it as a control set of a new GUI. Plus, the user does not have to change the old existing GUI code in order to communicate with the new GUI.

Cite As

Lior Cohen (2026). UISUBGUI - GUI resuing tool (https://nl.mathworks.com/matlabcentral/fileexchange/5889-uisubgui-gui-resuing-tool), MATLAB Central File Exchange. Retrieved .

Categories

Find more on App Building in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Usage clarification