istable
Determine if input is table.
Syntax
tf = istable(A)
Input argument
A - Input array.
Output argument
tf - a logical: true if it is a table.
Description
tf = istable(A) returns true if A is a table, and false if it is not.
Example
See also
History
Author
Allan CORNET
Last updated