<< intmin | Integers type | uint32 >> |
Y = uint16(X) |
a matrix of double, single or integers.
a matrix of 16-bit unsigned integer.
uint16 converts value to 16-bit unsigned integer type.
The value is rounded to the nearest uint16 value on conversion. A value that is above or below the range for an uint16 class is mapped to one of the endpoints of the range [0, 65535].
A = [1 -32769 -120 127 32767 32768]
B = uint16(A)
intmax, intmin, numeric types.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET