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
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | error |
Programmatic Use
Parameter: UnderSpecifiedDimensionMsg |
Type: string | character vector |
Value: "none" | "warning" | "error" |
Default: "none" |
Version History
Introduced in R2018b