User`s guide

R2007a
17-4
function returns jobs sequenced by their ID, unless otherwise specified. This change
makes job manager behavior consistent with the behavior of third-party schedulers.
Compatibility Considerations
In previous versions of the distributed computing products, when using a job manager,
jobs were arranged in the Jobs property or by findJob according to the status of the job.
New Object Display Format
When you create distributed computing objects (scheduler, job, or task) without a
semicolon at the end of the command, the object information is displayed in a new
format. This new format is also shown when you use the display function to view an
object or simply type the object name at the command line.
Compatibility Considerations
With this enhancement, the output format shown when creating an object has changed.
Enhanced MATLAB Functions
Several MATLAB functions have been enhanced to work on distributed arrays:
cat
find
horzcat
subsindex
vertcat
For a complete list of MATLAB functions that are enhanced to work on distributed
arrays, see Using MATLAB Functions on Codistributed Arrays in the Distributed
Computing Toolbox documentation.
darray Function Replaces distributor Function
The function darray now defines how an array is distributed among the labs in a
parallel job.