MATLAB Release Notes |
Creating Graphical User Interfaces - Features
New Graphical User Interface Development Environment
GUIDE, the MATLAB graphical user interface development environment has been redesigned since MATLAB 5.3. The GUIDE toolset for creating graphical user interfaces (GUIs), or visual interfaces, consists of
You access all of these tools from the Layout Editor. To start the Layout Editor, use the guide
command.
New Code Architecture
GUIDE now employs a FIG-file to save layout information separately from the M-file that programs the GUI. This approach has several advantages:
See Creating Graphical User Interfaces in the MATLAB documentation for more information.
External Interfaces/API Features | Major Bug Fixes |