Documentation

slLibraryBrowser

Open万博1manbetxLibrary Browser

Syntax

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

Description

example

slLibraryBrowseropens the Simulink®Library Browser.

If you want to load the Simulink block library, useload_system仿万博1manbetx真软件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

collapse all

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

Introduced in R2016a

Was this topic helpful?