Main Content
matlab.unittest.measurement.chart.ComparisonPlot Class
Namespace: matlab.unittest.measurement.chart
Superclasses: matlab.graphics.chartcontainer.ChartContainer
, matlab.graphics.chartcontainer.mixin.Legend
Visually compare two sets of time experiment results
Description
Objects of the ComparisonPlot
class provide visualization to compare the
time measurement results of two equal-sized sets of performance tests.
ComparisonPlot
objects map baseline and measurement TimeResult
instances
to the x- and y-axes of 2-D scatter plots,
respectively.
The matlab.unittest.measurement.chart.ComparisonPlot
class is a handle
class.
Creation
To create ComparisonPlot
instances, use the comparisonPlot
method.
Properties
Version History
Introduced in R2019b