Job Submission and Results

Run a job and gather results

Functions

batchRun MATLAB script or function on worker
submitQueue job in scheduler
waitWait for job to change state
fetchOutputsRetrieve output arguments from all tasks in job
diaryDisplay or save Command Window text of batch job
loadLoad workspace variables from batch job

Examples and How To

Program Independent Jobs

The tasks in an independent job do not directly communicate with each other and are independent.

Program Communicating Jobs

Discover the differences between independent and communicating jobs

Concepts

Job Monitor

Manage your jobs using the Job Monitor

Was this topic helpful?