R = num2bin(M)
| Parameter | Description |
|---|---|
| M | a variable: logical, integer, single or double real full matrix. |
| Parameter | Description |
|---|---|
| R | 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 |