Main Content
activate
Class: SLSlicerAPI.SLSlicer
Namespace: SLSlicerAPI
Activates the model for analysis
Syntax
Description
activate(
activates the model for
dependency analysis.obj
)
Input Arguments
Example
Activate Slicer Object
openExample('slcheck/AddStartingPointAndHighlightTheModelSliceExample','sldvSliceClimateControlExample'); obj=slslicer('sldvSliceClimateControlExample'); activate(obj);
Terminate Slicer Object
terminate(obj)
Alternatives
To open the Model Slicer manager, in the Simulink® Editor, select the APPS tab, and click Model Slicer. Invoking Model Slicer on the model automatically activates the model for analysis.
Version History
Introduced in R2015b