Echo expressions without terminating semicolons
Expression echoing
Description
App Configuration Pane: Advanced
Configuration Objects: coder.MexCodeConfig
Expression echoing.
This property does not apply to common visualization functions, such as
disp, plot, or figure
when they are called as an extrinsic function. MEX functions display the output of those
functions regardless of the presence of a semicolon or the value of
EchoExpressions.
Settings
- On
This value is the default value.
The MEX function displays the output of statements that do not end with a semicolon.
- Off
The MEX function does not display the output of statements that do not end with a semicolon.
Programmatic Use
Property:
EchoExpressions |
Values: true |
false |
Default: true
|
Version History
Introduced in R2011a