Info
This question is closed. Reopen it to edit or answer.
Creating new model or block instances during run-time...
2 views (last 30 days)
Show older comments
I am creating a model of a packet network (SimEvent and StateFlow) in which I have multiple transmitters and receivers. All transmitters are controlled by a single scheduler.
I would like to add new transmitters to the network during execution (e.g. click a button to add/remove transmitters).
Similarly, the scheduler needs to implement a poller for each transmitter instance. The poller is currently implemented in StateFlow.
Is there a way to create a model or block (the transmitter) and have new instances of it generated during run-time? If so, how?
Likewise, how would I instantiate a new poller instance when a new transmitter is created?
0 Comments
Answers (1)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!