R = swapbytes(M)
| Paramètre | Description |
|---|---|
| M | a variable: integer, single or double real full matrix. |
| Paramètre | Description |
|---|---|
| R | result of swapbytes: reversed byte order of M. |
swapbytes Swap byte ordering.
endian (little - big) converter
X = uint16([65535 128; 1 0])
Y = swapbytes(X)
| Version | Description |
|---|---|
| 1.0.0 | version initiale |