Background and Parallel Processing
Run code in the background or at a specified time
MATLAB® includes functionality to set timers for program execution and to run code in the background.
Functions
Topics
- Schedule Command Execution Using Timer
To schedule the execution of MATLAB commands, create a timer object.
- Asynchronous Functions
Use
parfevalandbackgroundPoolto run functions in the background. - Run Parallel Language in MATLAB
You can run parallel code in serial if you do not have Parallel Computing Toolbox™.