How do I Display a Library in the Library Browser?
4 views (last 30 days)
Show older comments
I've followed the help files and created a library and now I want to be able to access it from the Simulink library browser.
The help file says to create a folder in the Matlab path for the top level library, does this mean the library I'm currently working in or the MATLAB folder in my documents?
I've created the slblocks.m file and placed it in the folder but the library will not display in the browser
0 Comments
Answers (1)
TAB
on 21 Sep 2012
Matlab path means, the path in which your library model & slblocks.m resides should be in matlab's search path.
Place your library model & slblocks.m in one folder and add path of folder in matlab search path using File >> Set path or using command addpath.
0 Comments
See Also
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!