run

Class: Advisor.Application
Package: Advisor

Run Model Advisor analysis on model components

Syntax

Description

run(app) runs a Model Advisor analysis, as specified by the Application object.

Examples

This example shows how to create an Application object, set root analysis to RootModel, and run a Model Advisor analysis.

% Create an Application object
app = Advisor.Manager.createApplication();

% Set the Application object root analysis
setAnalysisRoot(app,'Root',RootModel);

% Run Model Advisor analysis
run(app);

Input Arguments

expand all

Advisor.Application object, created by Advisor.Manager.createApplication

Introduced in R2015b