SimEvent MDES access to external Data

2 views (last 30 days)
Marc Elpel
Marc Elpel on 15 May 2021
I have a SimEvent MDES model that performs custom scheduling based on an external dataset (matrix data imported from Excel). Data has been imported into the Workspace, and can be viewed in the Model Explorer / Model Workspace.
What I am trying to do is use this in the MDES... for example:
entity.AttributeX = MyData(5,9);
MyData is not local to the MDES so it is not recognized, and so far I've found no way to make it vissible there for use.
How can I get the Workspace data into the MDES for use?

Answers (0)

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!