How to create a subsystem programmatically using a specified set of blocks ?
Ältere Kommentare anzeigen
I am trying to Use the function Simulink.BlockDiagram.createSubsystem to create a subsystem from a set of blocks using matlab script, however the function is not working, any ideas why ?
Antworten (1)
ES
am 13 Jul. 2017
1 Stimme
Which version of MATLAB you are using? Because in newer versions Simulink.BlockDiagram.createSubsystem is available as Simulink.BlockDiagram.createSubSystem (note the upper case S)
If this is not the problem, what is your exact error message?
1 Kommentar
Erik Voigt
am 28 Feb. 2018
It helped me, thanks!
Kategorien
Mehr zu Subsystems finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!