Main Content

refresh

Refresh Simulink Library Browser

Description

example

refresh(lb) updates the Simulink® Library Browser with changes that affect it. Examples include adding a library to the Library Browser, removing a library from the Library Browser, and making changes to your custom libraries, slblocks function, or sl_customization.m file.

Examples

collapse all

Refresh the Library Browser when you have made any changes that affect libraries on your MATLAB® path that are registered in the Library Browser.

lb = LibraryBrowser.LibraryBrowser2;
refresh(lb)

Input Arguments

collapse all

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

Version History

Introduced in R2016b