Main Content

modeladvisor

Open Model Advisor

Description

example

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

If you have a金宝app®检查™license, you can specify a name-value pair withmodeladvisor(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, seeCreate and Deploy a Model Advisor Custom Configuration(Simulink Check).

Examples

collapse all

Open the Model Advisor forvdpexample model:

modeladvisor('vdp')

Open the Model Advisor for the Aircraft Dynamics Model subsystem of thef14example 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 aSimulink Checklicense).

Data Types:char

Version History

Introduced before R2006a