image thumbnail
from Getting Started with Parallel Computing using MATLAB by Arjav Chakravarti
This is an older version of the introductory tutorial for running parallel MATLAB applications

testBatch.m
%% Simple script to illustrate batch submission

A = rand(100,100);
B = max(A);

Contact us at files@mathworks.com