getAvailableMetricIds
Syntax
Description
returns the metric identifiers for the metrics available for the specified
availableMetricIds
= getAvailableMetricIds(metricEngine
)metricEngine
object. By default, the list includes only the metrics
available with the current installation.
returns the metric identifiers for design cost estimation metrics. For an additional syntax
to display metric identifiers for requirements-based model metrics, see availableMetricIds
= getAvailableMetricIds(metricEngine
,'App','DesignCostEstimation')getAvailableMetricIds
(Simulink Check).
returns the metric identifiers filtered by the installation status specified by
availableMetricIds
= getAvailableMetricIds(___,'Installed',installationStatus
)installationStatus
. For example, specifying
installationStatus
as false
returns the metric
identifier for each available metric, even if the associated MathWorks® products are not currently installed on your machine.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a
See Also
metric.Engine
| execute
| generateReport
| updateArtifacts
| Design Cost Model Metrics | Model Testing Metrics (Simulink Check)