Data Types


cell Cell matrix declaration
class Get class
isa Check object type
iscell Check if object is cell matrix
iscellstr Check if object is character cell matrix
ischar Check if object type is char
iscolumn Check if object is a column vector
isempty Check if object is empty
isfinite Check if is finite
isfloat Check if is float
isinf Check if is infinite
isinteger Check if is integer
isletter Check if is letter
islogical Check if is object type is logical
ismatrix Check if object is matrix
isnan Check if elements are NaNs
isnumeric Check if matrix type is numeric
isreal Check if matrix is real
isrow Check if object is a row vector
isscalar Check if object is a scalar
isstrprop Check string category
isstruct Check if object type is struct
istable Check if object is a table
isvector Check if object is a vector
struct Initialize struct object
table Initialize table from variables