Simulink Pop Up Message

8 views (last 30 days)
Patrick B
Patrick B on 4 Sep 2019
Answered: Fangjun Jiang on 5 Sep 2019
I know I can use errordlg to create a pop up warning message in matlab, however it's not supported for code generation within Simulink.
Is there a similar function that I can use to achieve the same ends?
For context I'm running a simulation where someone drives a car with a joystick, and I want to display a message that tells them they left the bounds before resetting the car to it's starting position.
I don't really care about getting the user input of clicking "ok", I just want the message to appear while the simulation is still running

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 5 Sep 2019
Use Assertion block.

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!