swapbytes
Swap byte ordering.
📝 Syntaxe
R = swapbytes(M)
📥 Argument d'entrée
M - a variable: integer, single or double real full matrix.
📤 Argument de sortie
R - result of swapbytes: reversed byte order of M.
📄 Description
swapbytes Swap byte ordering.
endian (little - big) converter
💡 Exemple
X = uint16([65535 128; 1 0])
Y = swapbytes(X)🔗 Voir aussi
🕔 Historique
Version
📄 Description
1.0.0
version initiale
Last updated
Was this helpful?