Main Content

Echo expressions without semicolons

Option to display runtime output values without semicolons to MATLAB Command Window

Model Configuration Pane: Simulation Target

Description

The Echo expressions without semicolons parameter specifies whether to display run-time output values during simulation to the MATLAB® Command Window from expressions that do not end in a semicolon in MATLAB Function, State Transition Table, Truth Table, Requirements Table, and Test Sequence blocks, and Stateflow charts.

Clearing this parameter can improve simulation performance.

Settings

on | off
on

Displays run-time output values from expressions that do not end in a semicolon in the MATLAB Command Window during simulation.

off

Does not display run-time output values from expressions that do not end in a semicolon in the MATLAB Command Window during simulation.

Recommended Settings

ApplicationSetting
Debuggingon
TraceabilityNo impact
Efficiencyoff
Safety precautionNo impact

Programmatic Use

Parameter: SFSimEcho
Type: string | character vector
Values: 'on' | 'off'
Default: 'on'

Version History

Introduced in R2008b