Send data from Simulink to multiple MATLAB apps, plot data in multiple MATLAB apps simultaneously
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu General Applications finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!