Main Content

Underspecified dimensions

Diagnostic action to take if the software is unable to infer signal dimensions

Model Configuration Pane: Diagnostics / Data Validity

Description

The Underspecified dimensions parameter specifies the diagnostic action to take if the software is unable to infer signal dimensions during compilation.

Settings

none (default) | warning | error
none

The software does not issue a diagnostic if the software is unable to infer the dimensions of a signal.

warning

The software issues a warning if the software is unable to infer the dimensions of a signal.

error

The software issues an error if the software is unable to infer the dimensions of a signal.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionerror

Programmatic Use

Parameter: UnderSpecifiedDimensionMsg
Type: string | character vector
Value: "none" | "warning" | "error"
Default: "none"

Version History

Introduced in R2018b