Main Content

Manage Experiments

R2026b
Design computational experiments to run MATLAB® code

Use the Experiment Manager app to create computational experiments that run your MATLAB code using a range of parameter values, automatically manage your experiment artifacts, and compare results. Once you create an experiment in Experiment Manager, you can also run the experiment and analyze its results programmatically. To get started, see Explore Parameters Using Simple Computational Experiment. For information about experiments for your AI workflows, see Experiment Manager (Deep Learning Toolbox).

Apps

Experiment ManagerExplore parameters in your MATLAB code and compare experiment results (Since R2023b)

Functions

runExperimentRun experiment from project (Since R2026b)
experimentNamesList experiment names in project (Since R2026b)
experimentResultNamesList result names for experiment (Since R2026b)
openfigOpen visualizations for experiment trial (Since R2026b)

Objects

ExperimentResultResult of executed experiment (Since R2026b)
ExperimentTrialOutcome of experiment trial (Since R2026b)

Topics

Configure Experiment

Run Experiments Programmatically

Reduce Experiment Execution Time

Featured Examples