Class: matlab.perftest.TimeExperiment
Package: matlab.perftest
Construct time experiment with fixed number of measurements
experiment = matlab.perftest.TimeExperiment.withFixedSampleSize(
constructs
a time experiment with a fixed number of measurements. This method
returns an instance of numSamples
)FixedTimeExperiment
.
experiment = matlab.perftest.TimeExperiment.withFixedSampleSize(
configures
the time experiment to first warm up the code by exercising it numSamples
,'NumWarmups',numWarmups
)numWarmups
times.