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.

Examples

collapse all

Open the Model Advisor for vdp example model:

modeladvisor('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

Introduced before R2006a