Select the diagnostic action if Simulink® encounters a function that has no specified array layout.
Category: Code Generation > Interface
Default:
error
none
The code generator produces code without generating an error or warning.
warning
The code generator builds the model and displays a warning message.
error
The code generator terminates the build and displays an error message.
To enable this parameter, set parameter Array layout to
Row-major
.
This parameter works only if your S-function or custom C function has a multidimensional array.
Parameter:
UnsupportedSFcnMsg |
Type: character vector |
Value:
'none' | 'warning' |
'error' |
Default:
'error' |
Application | Setting |
---|---|
Debugging | warning |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | error |