User`s guide

Job Monitor
6-31
If you save this script in a file named invert_me.m, you can try to run the script as a
batch job on the default cluster:
batch('invert_me')
When updated after the job runs, the Job Monitor includes the job created by the batch
command, with an error icon ( ) for this job. Right-click the job in the list, and select
Show Errors. For all the tasks with an error in that job, the task information, including
properties related to the error, display in the MATLAB command window:
Task ID 1 from Job ID 2 Information
===================================
State : finished
Function : @parallel.internal.cluster.executeScript
StartTime : Tue Jun 28 11:46:28 EDT 2011
Running Duration : 0 days 0h 0m 1s
- Task Result Properties
ErrorIdentifier : MATLAB:square
ErrorMessage : Matrix must be square.
Error Stack : invert_me (line 2)