isa - True if object is of specified class
Syntax
tf = isa(X, 'codistributed')
Description
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.
Examples
L = ones(100, 1)
D = ones(100, 1, codistributor())
tf = isa(L, 'codistributed') % returns false
tf = isa(D, 'codistributed') % returns true
See Also
isa MATLAB function
reference page
codistributed, codistributor
 | inspect | | iscodistributed |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit