How to Copy a block from libraray into simulink model?

4 visualizaciones (últimos 30 días)
Jagmohan singh
Jagmohan singh el 8 de Ag. de 2012
Hello.. I have defined the mask initialization of subsystem that it copies a block from library (not Simulink standard library) number of times defined in mask parameter. Problem is if library has not been opened it fails. So I need to open the library first before using that subsytem. Is there any way so that I can avoid this and I can use the Subsystem defined above without opening its referenced library.
Thanks.....

Respuestas (1)

Albert Yam
Albert Yam el 8 de Ag. de 2012
Add open_system at the top, and close_system at the bottom, to your mask.

Categorías

Más información sobre Subsystems en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by