Automatic solver parameter selection - Diagnostic action to take when the software changes a solver parameter

        value - MATLAB ([original](https://www.mathworks.com/help/simulink/gui/automaticsolverparameterselection.html)) ([raw](?raw))

Main Content

Diagnostic action to take when the software changes a solver parameter value

Model Configuration Pane: Diagnostics

Description

The Automatic solver parameter selection parameter specifies the diagnostic action to take when the software changes the value of a solver parameter during simulation, including both of these situations:

Settings

none (default) | warning | error

none

The software does not issue a diagnostic.

warning

The software issues a warning.

error

The software issues an error and terminates the simulation.

Programmatic Use

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

Version History

Introduced before R2006a