Main Content

View Data During Simulation

View data during simulation using Scope blocks, theRecordblock, or the Simulation Data Inspector

Scope blocks and scope viewers offer a quick way to visualize simulation data over time. If you are prototyping a model, connect signals to a Scope block, simulate the model, and then view the results in a scope window. Use the results to validate your design. If you need to debug your model, use oscilloscope-like tools in the Scope, such as triggers and cursor measurements, to locate the problem. To learn more, seePrototype and Debug Models with Scopes.

Blocks

Scope 显示在模拟过程中生成的信号
Scope Viewer and Floating Scope 显示在模拟过程中生成的信号without signal lines
Record Log data to the workspace, to a file, or both

Objects

Scope Configuration Control Scope block appearance and behavior

Tools

Simulation Data Inspector Inspect and compare data and simulation results to validate and iterate model designs

Functions

Simulink.sdi.addTrigger Add trigger to signal to control display updates in the Simulation Data Inspector
Simulink.sdi.getTrigger Get signal and trigger options for trigger configured in the Simulation Data Inspector
Simulink.sdi.removeTrigger Remove trigger from signal in the Simulation Data Inspector
Simulink.sdi.setRecordData Specify record mode for logging
Simulink.sdi.getRecordData Check record mode for logging

Topics