Main Content

edittime.getDisplayIssues

Check whether model design warnings and errors is on

Since R2019a

Description

example

Use the val = edittime.getDisplayIssues function to check whether model design errors and warnings is on.

Examples

collapse all

By default, model design errors and warnings are visible while you edit a model. You can turn them off by entering this command at the MATLAB command line.

edittime.setDisplayIssues('off')

You can turn them on by entering this command at the MATLAB command line.

edittime.setDisplayIssues('on')

You can check whether they are on by entering this command at the MATLAB command line.

val = edittime.getDisplayIssues

Output Arguments

collapse all

If edit-time checking is on, this function returns on. If edit-time checking is off, this function returns off.

Version History

Introduced in R2019a