How to create a subsystem programmatically using a specified set of blocks ?
Mostrar comentarios más antiguos
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 ?
Respuestas (1)
ES
el 13 de Jul. de 2017
1 voto
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 comentario
Erik Voigt
el 28 de Feb. de 2018
It helped me, thanks!
Categorías
Más información sobre Subsystems en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!