Main Content

edittime.getAdvisorChecking

Determine whether edit-time checking is on

Description

example

Use the val = edittime.getAdvisorChecking(model) returns whether edit-time checking is on or off.

Examples

collapse all

Determine your model interactively.

Open the vdp example model.

openExample('vdp')

Check whether edit-time checking is on.

edittime.getAdvisorChecking('vdp')

Input Arguments

collapse all

Model for which you want to determine whether edit-time checking is on.

Data Types: char

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