Main Content

hide

Hide Simulink Library Browser

Syntax

Description

example

hide(lb) hides 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;
hide(lb)

Input Arguments

collapse all

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

Limitations

The hide function does not act on a docked Library Browser. To use the hide 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