Types module
Last updated
Was this helpful?
Last updated
Was this helpful?
Types module
module about types management.
- Return classname of object or creates a named object.
- Return true if var is an object from the class str.
- Return true if variable var is a cell array.
- Return true if variable var is a char array.
- Return true if variable var is a class object.
- Return true if variable var is a double matrix.
- Return true if variable var is an empty matrix.
- Return true if variable var is a single or double matrix.
- Return true if variable var is a handle object.
- Return true if variable var is a signed 16-bit integer type array.
- Return true if variable var is a signed 32-bit integer type array.
- Return true if variable var is a signed 64-bit integer type array.
- Return true if variable var is a signed 8-bit integer type array.
- Return true if variable var is a integer type array.
- Return true if variable var is a logical.
- Return true if variable var is a numeric array.
- Return true if variable var is an object.
- Return true if all imaginary part is a zero array.
- Return true if variable var is a single matrix.
- Return true if variable var is a sparse array.
- Return true if variable var is a string array.
- Return true if variable var is a structure.
- Return true if variable var is an unsigned 16-bit integer type array.
- Return true if variable var is an unsigned 32-bit integer type array.
- Return true if variable var is an unsigned 64-bit integer type array.
- Return true if variable var is an unsigned 8-bit integer type array.
- Return true if input is valid variable name.