User`s guide
R2014a
3-4
Note the following enhancements for some of these functions:
• ifft and randi are new in support of distributed and codistributed arrays.
• rand(___,'like',D) returns a distributed or codistributed array of random
values of the same underlying class as the distributed or codistributed array D. This
enhancement also applies to randi, randn, and eye.
For a list of MATLAB functions that support distributed arrays, see MATLAB Functions
on Distributed and Codistributed Arrays.
GPU MEX Support for Updated MEX
The GPU MEX support for CUDA code now incorporates the latest MATLAB MEX
functionality. See Streamlined MEX compiler setup and improved troubleshooting.
Compatibility Considerations
The latest MEX does not support the mexopts files shipped in previous releases.
Updated .xml files are provided instead. To use the updated MEX functionality and to
avoid a warning, replace the mexopts file you used in past releases with the appropriate
new .xml file as described in Set Up for MEX-File Compilation.
Old Programming Interface Removed
The programming interface characterized by distributed jobs and parallel jobs
has been removed. This old interface used functions such as findResource,
createParallelJob, getAllOutputArguments, dfeval, etc.
Compatibility Considerations
The functions of the old programming interface now generate errors. You must migrate
your code to the interface described in the R2012a release topic “New Programming
Interface” on page 7-2.
matlabpool Function Being Removed
The matlabpool function is being removed.