how to animate a DES system in simulink

3 次查看(过去 30 天)
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

回答(1 个)

Jaynik
Jaynik 2023-12-12
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

类别

Help CenterFile Exchange 中查找有关 Simulation 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by