Main Content

Job Submission and Results

Run job and gather results

Functions

expand all

batchRun MATLAB script or function on worker
diaryDisplay or save Command Window text of batch job
fetchOutputsRetrieve output arguments from all tasks in job
getCurrentFileStoreGet file storage of current job or pool (Since R2022a)
getCurrentValueStoreGet data storage of current job or pool (Since R2022a)
getTaskSchedulerIDsScheduler IDs of tasks in job (Since R2019b)
loadLoad workspace variables from batch job
submitQueue job in scheduler
waitWait for job to change state

Classes

expand all

FileStoreFile storage shared by MATLAB clients and workers (Since R2022a)
ValueStoreData storage shared by MATLAB clients and workers (Since R2022a)

Examples and How To

Concepts