| Article Index |
|---|
| Modelit Layout Manager |
| Page 2 |
| All Pages |
Page 1 of 2
Related: User Guide (pdf)
Gui's en Guide
Matlab comes with a useful Wysiwig editor for designing user interfaces (GUIDE). However, using GUIDE for building complex or on-line configurable interfaces is not recommended.
Complex GUI's: Layout manager
The Modelit Layout Manager for Matlab takes care of locating and aligning objects in so called "frames" A gui is made up of an arbitrary set of frames that are hierarchically organized. Once defined, frames may be exchanged between applications and
Layout manger features
- Link Matlab Handle Graphic objects to a frame
- Absolute, normalized or mixed position definition
- Aligning Handle Graphic objects in a grid
- Automatic setting of minimal frame size
- Nesting frames
- Tabs and sliders
- Properties "visible" and "enabled" supported at frame level
- Automatic resizing of GUI's
- Adjustment of GUI to different window size
- Inspection tool for properties and easy acces to matlab code (see figure)
User Guide
For details see Modelit Layout Manager for Matlab, User guide (PDF)


