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

 Accepted Answer

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

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!