typeof — object type
[t]=typeof(object)
t=typeof(object)
returns one of the following
strings:
if object is a real or complex constant matrix.
if object is a polynomial matrix.
if object is a function (Scilab code).
if object is an handle.
if object is a matrix made of character strings.
if object is a boolean matrix.
if object is a list.
if object is a rational matrix (transfer matrix).
if object is a state-space model (see syslin).
if object is a (real) sparse matrix.
if object is a boolean sparse matrix.
if object is an hypermatrix (N-dimension array with N >=3).
if object is a structure array.
if object is a cell array.
if object is a tlist or mlist.
if object is a Scilab intrinsic (C or Fortran code).
if object is a pointer (See lufact).
if object is a size implicit polynom used for indexing.
if object is function library.
if object is a matrix of [unsigned] integers stored on 8, 16 or 32 bits. See int8)