Model Metrics
You can use model metrics to assess that your model and code comply with size, complexity, and readability requirements. Use the model metric API to create custom model metrics, compute metric results, and export metric data. Use the Metrics Dashboard to visualize the metric data and compliance status for your model. To get started, see Collect and Explore Metric Data by Using the Metrics Dashboard.
Classes
Functions
Topics
- Collect and Explore Metric Data by Using the Metrics Dashboard
Collect and view metric data for quality assessment.
- Customize Metrics Dashboard Layout and Functionality
Configure compliance metrics, add metric thresholds, and customize Metrics Dashboard layout.
- Collect Model Metrics Programmatically
Use the model metric API to programmatically collect metrics for a model, such as subsystem and block counts.
- Model Metrics
Model metrics provided by MathWorks® that return metric data on your model for size, complexity, readability, and compliance to standards and guidelines.
- Model Metric Data Aggregation
Options for defining model metric data aggregation and returning aggregated model metric results.
- Create a Custom Model Metric for Nonvirtual Block Count
Create a new model metric by using the
slmetric.metric.createNewMetricClass
function and defining the metric algorithm. - Identify Modeling Clones with the Metrics Dashboard
You can use the Model Metrics Dashboard tool to enable subsystem reuse by identifying exact graphical clones across a model hierarchy.
- Collect Model Metrics Using the Model Advisor
Assess model size, complexity, and readability, using the Model Advisor to run model metric checks.
- Collect Compliance Data and Explore Results in the Model Advisor
This example shows how to collect model metric data by using the Metrics Dashboard and explore detailed compliance results and, fix compliance issues by using the Model Advisor.
- Collect Metric Data Programmatically and View Data Through the Metrics Dashboard
This example shows how to use the model metrics API to collect model metric data for your model, and then explore the results by using the Metrics Dashboard.
- Fix Metric Threshold Violations in a Continuous Integration Systems Workflow
Use a continuous integration workflow to investigate whether your model violates metric threshold values.
- Compare Model Complexity and Code Complexity Metrics
Assess the complexity of your system in model-based design.