swapbytes
Swap byte ordering.
Syntax
R = swapbytes(M)
Input argument
M - a variable: integer, single or double real full matrix.
Output argument
R - result of swapbytes: reversed byte order of M.
Description
swapbytes Swap byte ordering.
endian (little - big) converter
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated