getAvailableMetricIds
Syntax
Description
returns the metric identifiers for the metrics available for the specified
availableMetricIds
= getAvailableMetricIds(metricEngine
)Metric.engine
object. By default, the list includes only the metrics
available with the current installation.
returns the metric identifiers associated with the
availableMetricIds
= getAvailableMetricIds(metricEngine
,'App','DashboardApp','Dashboard',dashboardIdentifier
)dashboardIdentifier
.
For example, this code returns the metric identifiers for the Model Testing Dashboard:
availableMetricIds = getAvailableMetricIds(metricEngine,... 'App','DashboardApp',... 'Dashboard','ModelUnitTesting');
For an additional syntax to display metric identifiers for design cost estimation, see
getAvailableMetricIds
(Fixed-Point Designer).
returns the metric identifiers, filtered by the
availableMetricIds
= getAvailableMetricIds(___,'Installed',installationStatus
)installationStatus
.
For example, specifying installationStatus
as
false
allows you to return the metric identifiers for each of the
available metrics, even if the associated MathWorks® products are not currently installed on your machine.