how to animate a DES system in simulink

조회 수: 2 (최근 30일)
mohammed
mohammed 2023년 12월 6일
답변: Jaynik 2023년 12월 12일
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