User`s guide
3-3
Note the following enhancements for some of these functions:
• filter now supports IIR filtering.
• pagefun is enhanced to support most element-wise gpuArray functions. Also, these
functions are supported: @ctranspose, @fliplr, @flipud, @mtimes, @rot90,
@transpose.
• rand(___,'like',P) returns a gpuArray of random values of the same underlying
class as the gpuArray P. This enhancement also applies to randi, randn.
For a list of MATLAB functions that support gpuArray, see Run Built-In Functions on a
GPU.
Duplication of an existing job, containing some or all of its tasks
You can now duplicate job objects, allowing you to resubmit jobs that had finished or
failed.
The syntax to duplicate a job is
newjob = recreate(oldjob)
where oldjob is an existing job object. The newjob object has all the same tasks and
settable properties as oldjob, but receives a new ID. The old job can be in any state; the
new job state is pending.
You can also specify which tasks from an existing independent job to include in the new
job, based on the task IDs. For example:
newjob = recreate(oldjob,'TaskID',[33:48]);
For more information, see the recreate reference page.
More MATLAB functions enhanced for distributed arrays
The following functions now support distributed arrays with all forms of codistributor (1-
D and 2DBC), or are enhanced in their support for this release:
eye
ifft
rand
randi
randn