getAvailableMetricIds
Syntax
Description
availableMetricIds = getAvailableMetricIds(metricEngine)Metric.engine object. By default, the list includes only the metrics
        available with the current installation.
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).
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.