Main Content

show

Display Simulink Library Browser

Syntax

Description

example

show(lb) displays the Simulink® Library Browser in standalone mode. For more information on standalone mode, see Library Browser in Standalone Mode.

Examples

collapse all

lb = LibraryBrowser.LibraryBrowser2;
show(lb)

Input Arguments

collapse all

Simulink Library Browser, specified as a LibraryBrowser.LBStandalone object.

Limitations

The show function does not act on a docked Library Browser. To use the show function, open the Library Browser in standalone mode by clicking the Launch standalone library browser button Launch standalone library browser button.

Version History

Introduced in R2016b