How to replace one subsystem with other ..
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Harsh kumar
il 3 Mag 2021
Commentato: Harsh kumar
il 6 Mag 2021
I have a unit model with some inports and outports .My task is to replace top level subsystem inside this unit model (except inports and outports) with another subsytem in another model using its path through mscript. Can anyone suggest me some sort of commands or a script through which I can accomplish this task.
0 Commenti
Risposta accettata
Fangjun Jiang
il 3 Mag 2021
replace_block()
see examples in doc
3 Commenti
Fangjun Jiang
il 4 Mag 2021
It works with subsystem block. Replace one subsystem block with another subsystem block. Of course, both blocks shall have identical ports.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Subsystems in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!