How do I Display a Library in the Library Browser?

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

Antworten (1)

TAB
TAB am 21 Sep. 2012

1 Stimme

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.

Kategorien

Mehr zu Modeling finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 21 Sep. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by