Main Content

highlight

Class: SLSlicerAPI.SLSlicer
Namespace: SLSlicerAPI

Updates the model highlighting

Description

highlight(obj) updates the model highlighting.

Input Arguments

expand all

Object containing Model Slicer configuration options.

Example

openExample('slcheck/AddStartingPointAndHighlightTheModelSliceExample','sldvSliceClimateControlExample');
obj=slslicer('sldvSliceClimateControlExample');
highlight(obj);

Alternatives

To open the Model Slicer manager, in the Simulink® Editor, select the APPS tab, and click Model Slicer. To highlight the active blocks, simulate the model while the model is in slicer mode.

Version History

Introduced in R2015b

Go to top of page