Is there a way in Simulink to automatically duplicate the same subsystem any number of times?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have a subsystem which I need to duplicate several times in the same model. The trouble is that the number of those subsystems needed is not fixed but depends on the parameters provided by the user. So I can't manually paste it, I need the model to be able to call the subsystem as many times as is needed. Can someone point me in the right direction to do that?
Thanks
0 commentaires
Réponses (1)
Azzi Abdelmalek
le 9 Mai 2014
Put your subsystem in a library file, then use add_bloc to add your subsystem to your model
Voir également
Catégories
En savoir plus sur Subsystems dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!