Contenido principal

edittime.getDisplayIssues

R2026b

Check whether model design warnings and errors are on

Description

val = edittime.getDisplayIssues returns whether model design errors and warnings are on. These messages are on by default, but you can turn them off using the edittime.setDisplayIssues function.

example

Examples

collapse all

Turn model design errors and warnings off.

edittime.setDisplayIssues("off")

Check that the model design errors and warnings are turned off.

val = edittime.getDisplayIssues
val =
    'off'

Output Arguments

collapse all

Whether design errors and warnings are on or off, specified as 'on' or 'off'.

Data Types: character vector

Version History

Introduced in R2019a