Main Content

slLibraryBrowser

Open金宝appLibrary Browser

Description

example

slLibraryBrowseropens the Simulink®Library Browser.

If you want to load the Simulink block library, useload_system仿金宝app真软件instead.

If you want to start Simulink without opening any windows, use the fasterstart_simulinkinstead.

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 toslLibraryBrowser('open')faster.

example

libraryhandle = slLibraryBrowserreturns the handle of the Library Browser object.

example

slLibraryBrowser('close')closes the Library Browser.

Examples

全部折叠

slLibraryBrowser slLibraryBrowser('close')
libraryhandle = slLibraryBrowser('noshow')

Compatibility Considerations

expand all

Behavior changed in R2016b

Introduced in R2016a