Package: matlab.perftest
Superclasses: matlab.perftest.TimeExperiment
TimeExperiment
that collects variable
number of measurements
A FrequentistTimeExperiment
is an instance of
the TimeExperiment
class that collects a variable number
of measurements. The test framework collects a variable number of
measurements to reach a specified relative margin of error at a specified
confidence level.
To create a FrequentistTimeExperiment
instance,
use the matlab.perftest.TimeExperiment.limitingSamplingError
static method.
Handle. To learn how handle classes affect copy operations, see Copying Objects.