Main Content

modeladvisor

Open Model Advisor

Description

example

modeladvisor(model) opens the Model Advisor for the model or subsystem specified by model. If the specified model or subsystem is not open, this command opens it.

If you have a Simulink® Check™ license, you can specify a name-value pair with modeladvisor(model,'configuration',configfile) that opens the Model Advisor with a custom configuration. The configuration defines the organization of folders and checks in the Model Advisor. For more information, see Create and Deploy Model Advisor Custom Configuration (Simulink Check).

Examples

collapse all

Open the Model Advisor for vdp example model:

openExample('vdp')

Open the Model Advisor for the Aircraft Dynamics Model subsystem of the f14 example model:

modeladvisor('f14/Aircraft Dynamics Model')

Open the Model Advisor on the currently selected model:

modeladvisor(bdroot)

Open the Model Advisor on the currently selected subsystem:

modeladvisor(gcs)

Input Arguments

collapse all

Model or subsystem name or handle, specified as a character vector.

Data Types: char

File that contains a Model Advisor custom configuration of folders and checks (available with a Simulink Check license).

Data Types: char

Version History

Introduced before R2006a