Main Content
run
Class: matlab.perftest.TimeExperiment
Namespace: matlab.perftest
Run time experiment on test suite
Description
runs a time experiment on a test suite, and returns an array of
results
= run(experiment
,suite
)TimeResult
objects. Each element in results
corresponds to an element in suite
.
Input Arguments
Examples
Alternatives
If you do not need to create an experiment and test suite explicitly,
you can use runperf
.