slLibraryBrowser

Open Simulink Library Browser

Description

example

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.

example

slLibraryBrowser('open') opens the Library Browser.

example

slLibraryBrowser('noshow') loads the Library Browser in memory without making it visible.  Use this to make future calls to slLibraryBrowser('open') faster.

example

libraryhandle = slLibraryBrowser returns the handle of the Library Browser object.

example

slLibraryBrowser('close') closes the Library Browser.

Examples

collapse all

slLibraryBrowser
slLibraryBrowser('close')
libraryhandle = slLibraryBrowser('noshow')
Introduced in R2016a