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

testTask(x1,x2)
function total = testTask(x1,x2)

total = x1+x2;

end

Contact us at files@mathworks.com