How can I save an array in matlab to binary format as big endian data?

 Réponse acceptée

See the fwrite function:
And pay attention to the machineformat argument. E.g.,
'b' or 'ieee-be' --> Big-endian ordering

Plus de réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by