<< nthroot | Elementary functions | numel >> |
R = num2bin(M) |
a variable: logical, integer, single or double real full matrix.
result of num2bin: char array.
num2bin returns a char array giving the literal bit representation of a number.
X = [65535 128; 1 0]
Y = num2bin(X)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET