Main Content

metricsdashboard

(To be removed) Open Metrics Dashboard

The metricsdashboard function and the Metrics Dashboard will be removed in a future release. For the size, architecture, and complexity metrics, use the Model Maintainability Dashboard instead. For more information, see modelDesignDashboard and Monitor the Complexity of Your Design Using the Model Maintainability Dashboard.

Description

example

metricsdashboard(system) opens the Metrics Dashboard for a system specified by system. The system can be either a model name or a block path to a subsystem. The system cannot be a Configurable Subsystem block.

Examples

collapse all

Open the Metrics Dashboard for vdp example model:

metricsdashboard('vdp')

Input Arguments

collapse all

System name, specified as a character vector.

Data Types: char

Version History

Introduced in R2017b

expand all