User`s guide
4-7
More MATLAB functions enabled for distributed arrays: permute,
ipermute, and sortrows
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:
ipermute
permute
sortrows
cast
zeros
ones
nan
inf
true
false
Note the following enhancements for some of these functions:
• ipermute, permute, and sortrows support distributed arrays for the first time in
this release.
• cast supports the 'like' option for distributed arrays, applying the underlying
class of one array to another.
• Z = zeros(___,'like',P) returns a distributed array of zeros of the same
complexity as distributed array P, and same underlying class as P if class is not
specified in the function call. The same behavior applies to the other similar
constructors in the right-hand column of this table.
For more information on any of these functions, type help
distributed.functionname. For example:
help distributed.ipermute
For complete lists of MATLAB functions that support distributed arrays, see MATLAB
Functions on Distributed and Codistributed Arrays.