sldiagviewer.createStage
Create a stage to display diagnostic messages
Syntax
Description
creates a stage with the given stage name in the model specified. In the Diagnostic Viewer,
errors, warnings, and information messages are displayed in groups based on the operation,
such as model load, simulation, and build. These groups are called stages. When you create a
stage object, Simulink initializes the stage. When you close the stage object, Simulink
ends the stage. If you delete a parent stage object, the corresponding parent and its child
stage close in the Diagnostic Viewer.myStage
= sldiagviewer.createStage(StageName
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a