sub-libraries don't appear in teh Simulink Browser

9 次查看(过去 30 天)
Hi there,
I've several simulink sub-libraries with the slblocks.m file defined as follows:
Browser.Library = 'library_name';
Browser.Name = 'library name';
Browser.IsTopLevel = 0;
Apart from that, I've a master library from which I call the rest of sub-libraries using the OpenFcn callback. slblock.m file for this master library is defined as:
Browser.Library = 'library_name';
Browser.Name = 'library name';
Browser.IsTopLevel = 1;
Everything seems to be ok because I can see the master libary and sub-libraries in the browser. However, containing blocks of each sub-library are not shown in the right part of the browser. I need to open the library and save it (without any change). After this, the beneath blocks are shown.
Any clue? Thanks in advanced,
Borja

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Environment Customization 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by