Main Content
matlab.unittest.measurement.MeasurementResult Class
Namespace: matlab.unittest.measurement
Base class for classes holding measurement results
Description
The MeasurementResult
class is the base class for classes that hold the results from running a measurement experiment on test suites. These classes contains the measurement values, categories, and timestamps, and information about the functional test results.
When you run an experiment, the testing framework returns an object of a concrete class that is derived from the MeasurementResult
class. One object for each Test
object in the suite.
Properties
Methods
sampleSummary | Create table of summary statistics from MeasurementResult array |
samplefun | Apply function across samples of MeasurementResult array |