Send data from Simulink to multiple MATLAB apps, plot data in multiple MATLAB apps simultaneously
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur General Applications dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!