Switch depending on the end of a line (Simevents)
1 次查看(过去 30 天)
显示 更早的评论
Hello Mathworks Community,
I want to create a model (Simevents) that simulates events from different entities. However, all these events are on the same line and I want search how to put a switch (or an other idea) which can let one event go only if the previous event has finished.
I show you the beginning of my model, I tried a method but it does not work. Indeed, the "Composite Entity Creator" does not act like I want. It lets go the 2 events at the same time, not separately.
If someone has some ideas, I would be happy to listen to him.
Thank you,
Salim
0 个评论
回答(1 个)
Jean-Paul Marcade
2021-6-14
Hi Salim,
I'm not sure to understand the expected behavior but if you don't find what you are looking for in the SimEvents library, you can create custom blocks in MATLAB : https://www.mathworks.com/help/simevents/ug/create-custom-blocks-using-matlab-discrete-event-system-block.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete-Event Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!