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

 Respuesta aceptada

James Tursa
James Tursa el 3 de Mayo de 2012
See the fwrite function:
And pay attention to the machineformat argument. E.g.,
'b' or 'ieee-be' --> Big-endian ordering

Más respuestas (0)

Categorías

Productos

Preguntada:

Tom
el 3 de Mayo de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by