Manage Experiments
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. To get started, see Explore Parameters Using Simple Computational Experiment.
This page contains general information about using Experiment Manager. For information about experiments for your AI workflows, see Experiment Manager (Deep Learning Toolbox).
Apps
| Experiment Manager | Explore parameters in your MATLAB code and compare experiment results (Since R2023b) |
Topics
Configure Experiment
- Explore Parameters Using Simple Computational Experiment
Interactively explore parameters in your MATLAB code and organize the results by using the Experiment Manager app. (Since R2023b) - Visualize Experiment Results with Plots
Generate plots to visualize your experiment trial results by including plotting code in the experiment function. (Since R2023b) - Configure Experiment to Solve Ordinary Differential Equations Using Template
Set up an experiment to solve ordinary differential equations using a provided experiment template. (Since R2024b) - Debug General-Purpose Experiments
Diagnose problems in your experiment function. - Keyboard Shortcuts for Experiment Manager
Navigate Experiment Manager using only your keyboard.
Reduce Experiment Execution Time
- Optimize Experiment Performance Using Initialization Function
Improve the performance of your experiment trials by moving setup code into an initialization function. (Since R2023b) - Run Experiments in Parallel
Run multiple simultaneous trials or one trial at a time on multiple workers. - Offload Experiments as Batch Jobs to a Cluster
Run experiments on a cluster so you can continue working or close MATLAB.


