How do I store entity attribute data in simevents?

1 view (last 30 days)
I am generating entites with multiple attributes, and need to store attribute data in certain servers. I tried to use Data Store Memory, but it doesn't seem to work with simevents stuff. Is there a way for me to store entity attribute data and use the data during simulation?

Answers (1)

ag
ag on 15 Sep 2023
Hi Ho Jung,
I understand that you need to store attributes for your entities while working with the 'SimEvents'.
To achieve that, you can use the 'Entity Store' block of the 'SimEvents' library, which serves as a container or bin to store the entities.
For more details regarding the entity store please refer the following MATLAB documentation:
Hope this helps!
Best Regards, Aryan Gupta

Categories

Find more on Discrete-Event Simulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!