how to animate a DES system in simulink

3 views (last 30 days)
mohammed
mohammed on 6 Dec 2023
Answered: Jaynik on 12 Dec 2023
hello
i have seen these two examples
provided from matlab:
Modeling Hybrid Systems - Tank Filling
https://au.mathworks.com/help/simevents/ug/modeling-hybrid-systems-tank-filling.html
and
Using Custom Visualization for Entities
both of them are animating the system and the entity movement from one server to another.
am new to simulink and i was wondering if there is a detailed vidoe or manual on how to implement similar work
Thank you

Answers (1)

Jaynik
Jaynik on 12 Dec 2023
Hi Mohammed,
I understand that you want to animate systems in Simulink.
To start with animations, you can explore and understand the basics of MATLAB Graphics and Animation. Then you can start exploring the code from the example of “Using Custom Visualization for Entities”. You can directly get the example with this command:
openExample('simevents/CustomVisualizationExample')
Once you understand the graphics and animation part, you can move on to the Simulink “simevents” part. To create such custom visualizations, you first need to create custom observers using the “simevents.SimulationObserver” object. You can then create a callback function or use a MATLAB function block to call your animation from Simulink.
You can read more about these blocks here:
Hope this helps!
Regards,
Jaynik

Categories

Find more on Simulation in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!