Open Simulink Library Browser
slLibraryBrowser
opens the Simulink® Library
Browser.
If you want to load the Simulink block library, use load_system
simulink
instead.
If you want to start Simulink without opening any windows,
use the faster start_simulink
instead.
slLibraryBrowser('open')
opens the Library
Browser.
slLibraryBrowser('noshow')
loads the Library
Browser in memory without making it visible. Use this to
make future calls to slLibraryBrowser('open')
faster.
libraryhandle = slLibraryBrowser
returns
the handle of the Library Browser object.
slLibraryBrowser('close')
closes the Library
Browser.