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