Package: matlab.unittest.measurement.chart
Superclasses: matlab.graphics.chartcontainer.ChartContainer
, matlab.graphics.chartcontainer.mixin.Legend
Visually compare two sets of time experiment results
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.
To create ComparisonPlot
instances, use the comparisonPlot
method.