sub-libraries don’t appear in teh Simulink Browser
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,
BorjaHi 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 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 simulink, browser, sub-library, library MATLAB Answers — New Questions