Upgrade MATLAB to a newer release
Use SLRT App Generator
SLRT UI Components
App Designer Basics for SLRT
- User Interfaces for Simulink Real-Time (Video Tutorial)
- Basic App Designer App for Real-Time Application Interface
- Add App Designer App to Inverted Pendulum Model
- Create App Designer Instrument Panels by Using Simulink Real-Time Components
- To control your target and real-time application, use a Menu, dedicated buttons (e.g. Update, Connect, Load, StartStop), or the 'slrealtime' target object.
- To tune parameters via UI components (e.g. Knob, Switch), use a ParameterTuner object, or use 'setparam' in the component callback.
- To live-stream signals to your app, use instruments.
- To plot signals, bind instruments to Axes using connectLine.
- To display signals in other UI components (e.g. Numeric Edit Field, Gauge, Lamp), bind instruments to components using connectScalar.
- To trigger actions based on target events, you can listen for target object events.