| Parallel Computing Toolbox™ | ![]() |
tf = isa(X, 'codistributed')
tf = isa(X, 'codistributed') returns true if X is a codistributed array, or false otherwise. For a description of a codistributed array, see Array Types.
L = ones(100, 1) D = ones(100, 1, codistributor()) tf = isa(L, 'codistributed') % returns false tf = isa(D, 'codistributed') % returns true
isa MATLAB function reference page
codistributed, codistributor, zeros
![]() | inspect | isreplicated | ![]() |
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |