isint16
Return true if variable var is a signed 16-bit integer type array.
Syntax
res = isint16(var)
Input argument
var - a variable
Output argument
res - a logical: true or false
Description
isint16 returns a logical 1if the argument is a signed 16-bit integer array and a logical 0 otherwise.
Examples
See also
History
Author
Allan CORNET
Last updated