Send data from Simulink to multiple MATLAB apps, plot data in multiple MATLAB apps simultaneously
9 views (last 30 days)
Show older comments
Hello,
I have one simulink model with one block containing ~20 changing signals, divided in 4 groups of 5.
I want to have 4 instances of MATLAB apps running simultaneously, each app plotting its own group of 5 signals simultaneously.
I used the following reference to establish an event listener data link between my simulink model and one app running at a time.
When I try to start an additional app while I have one app running, the first app stops plotting as the second app starts plotting.
Is this possible to send data from one simulink model to multiple MATLAB apps simultaneously? Further, is it possible to have multiple MATLAB apps plotting data simultaneously?
Thank you,
-Gheorghe S
0 Comments
Answers (0)
See Also
Categories
Find more on General Applications 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!