Add multiple libraries together as an overall library in the Simulink Browser
Mostrar comentarios más antiguos
Hi everybody,
I have programmed various Simulink libraries, which are distributed in various folders. Each library contains various subsystems. I would like to create an overall library in the Simulink Browser, where my libraries appear as sub-libaries.
For example, I programmed libA, libB and libC. These three libraries shall be added as sub-libraries in my "Project XXX" library in the slLibraryBrowser. What is the best approach to do this?
Thanks everybody and with greetings,
Lars
Respuestas (1)
stozaki
el 24 de Nov. de 2022
2 votos
The following page describes how to register sublibraries. I created a dummy sublibrary and attached it here.
2 comentarios
Lars Lindner
el 15 de Dic. de 2022
Movida: Walter Roberson
el 6 de Feb. de 2026
Trent
el 6 de Feb. de 2026
Very helpful. The key is to create a subsystem in your master library and give this subsystem an "OpenFcn" (Found in the subsystem Property Inspector). The OpenFcn should be the name of your sub-library. I couldn't find this anywhere in the documentation, but this example shows it.
Categorías
Más información sobre Using MATLAB Projects in Simulink 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!