How do I Display a Library in the Library Browser?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
TAB
il 21 Set 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 Commenti
Vedere anche
Categorie
Scopri di più su Programmatic Model Editing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!