| << substruct | Elementary functions | toeplitz >> |
| R = swapbytes(M) |
a variable: integer, single or double real full matrix.
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 | initial version |
Allan CORNET