Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the batch command to submit asynchronous jobs to the cluster.  The batch command will return a job object which is used to access the output of the submitted job.  See the MATLAB documentation for more help on batch.

>> % Get a handle to the cluster
>> c = parcluster;

...

For more info on the batch commands, please see the MATLAB on-line guide.

>> % View current job status

...