performanceadvisor

Open Performance Advisor

Syntax

performanceadvisor(model)

Description

performanceadvisor(model) opens the Performance Advisor on the model or subsystem specified by model. If the specified model or subsystem is not open, this command opens it.

Input Arguments

model

A character vector specifying the name or handle to the model or subsystem.

Examples

collapse all

Open Performance Advisor on the vdp example model.

performanceadvisor('vdp')

Performance Advisor opens the vdp model and opens Performance Advisor on the model.

Alternatives

In the Simulink® Editor, in the Debug tab, click Performance Advisor.

Introduced in R2013a