Main Content

metricsdashboard

(To be removed) Open Metrics Dashboard

The Metrics Dashboard user interface, metricdashboard function, slmetric package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to 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:

Open the model vdp by entering:

openExample('simulink_general/VanDerPolOscillatorExample')

metricsdashboard('vdp')

Input Arguments

collapse all

System name, specified as a character vector.

Data Types: char

Version History

Introduced in R2017b

collapse all

R2022a: Metrics Dashboard will be removed

The Metrics Dashboard user interface, metricdashboard function, slmetric package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.