Open Model Advisor
modeladvisor(model)
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.
model
collapse all
Open the Model Advisor for vdp example model:
vdp
modeladvisor('vdp')
Open the Model Advisor for the Aircraft Dynamics Model subsystem of the f14 example model:
f14
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)
Model or subsystem name or handle, specified as a character vector.
Data Types: char
char
Run Model Advisor Checks