Creating Graphical User Interfaces    

Launching the GUI

The GUI is nonblocking and nonmodal since it is designed to be used as an analysis tool.

Application Options Settings

This GUI uses the following application option settings:

Opening the Simulink Block Diagrams

This example is designed to work with the F14 Simulink model. Since the GUI sets parameters and runs the simulation, the F14 model must be open when the GUI is displayed. When the application M-file launches the GUI, it executes the model_open subfunction. The purpose of the subfunction is to:

This is the code for the model_open subfunction:


 How to Use the GUI (Text of GUI Help) Programming the Slider and Edit Text Components