Clear Filters
Clear Filters

sub-libraries don't appear in teh Simulink Browser

9 views (last 30 days)
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

Answers (0)

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!