experimentResult
R2026bDescription
An ExperimentResult object contains the configuration details
and outcomes of a single execution of an experiment. Each experiment can have multiple
results, and each result contains one or more ExperimentTrial objects.
Use an ExperimentResult object to review the strategy, execution
status, result summary table, and outcome of individual trials.
result = experimentResult("MyProject","Experiment1","Result1");
result.Status
result.ResultSummary
result.Trials(1)Creation
There are two ways to create an ExperimentResult object:
Run an experiment and return the corresponding result object by using the
runExperimentfunction.Create a result object from an existing result of an experiment run by using the
experimentResultfunction (described here).
Description
creates an result = experimentResult(projectFolder,experimentName,resultName)ExperimentResult object from an existing result
of an experiment run, either from the Experiment Manager app or
from the runExperiment function.
Input Arguments
Properties
Examples
Version History
Introduced in R2026b