Package: matlab.unittest.measurement
Base class for classes holding measurement results
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.
sampleSummary | Create table of summary statistics from MeasurementResult array |
samplefun | Apply function across samples of MeasurementResult array |
matlab.perftest.TimeResult
| matlab.unittest.measurement.DefaultMeasurementResult
| matlab.unittest.TestResult
| matlab.unittest.TestSuite