Add multiple libraries together as an overall library in the Simulink Browser
显示 更早的评论
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
回答(1 个)
stozaki
2022-11-24
2 个投票
The following page describes how to register sublibraries. I created a dummy sublibrary and attached it here.
2 个评论
Lars Lindner
2022-12-15
移动:Walter Roberson
2026-2-6
Trent
2026-2-6
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Using MATLAB Projects in Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!