Main Content

report

Class: SLSlicerAPI.SLSlicer
Namespace: SLSlicerAPI

Generate web report for the model

Description

report(obj) creates a web view report from the model highlight using the Simulink® Report Generator™.

Input Arguments

expand all

Object containing Model Slicer configuration options.

Example

Activate Slicer Object

openExample('sldv/CruiseControlTestGenerationExample')
open_system('sldvdemo_cruise_control');
slicerObj = slslicer('sldvdemo_cruise_control');
slicerObj.addStartingPoint('sldvdemo_cruise_control/throt');
slicerObj.highlight;
slicerObj.report;

Terminate Slicer Object

terminate(obj)

Alternatives

Click on the Report button from the model slicer app after analysis.

Version History

Introduced in R2015b