library browser hierachy
显示 更早的评论
I started to build a larger Simulink Library, which is split into several .mdl files.
Now I want to create a slblock.m configuration in a way that the library browser will show my library hierachy, example:
main library
|- sublibrary 1
`- sublibrary 2
`- subsublibrary 2.1
I read the documentation and looked at toolboxes how this could be done, until now without any success.
I found a hint to use
browser(1).Children = {'sublibrary 1', 'sublibrary 2'}
in the slblocks.m description, but this is ignored and my libraries still appear side by side on top level.
any suggestions ?
thank you very much
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Interactive Model Editing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!