<< bin2dec | Elementary functions | blkdiag >> |
R = bin2num(M) |
a char array with.
result of num2bin: logical, single or double.
bin2num converts binary character arry to a numeric array.
Note:
- num2bin always returns the binary representations in a column
- bin2num and num2bin are inverses of one another.
X = [65535 128; 1 0]
Y = num2bin(X)
bin2num(Y)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET