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

 채택된 답변

James Tursa
James Tursa 2012년 5월 3일

1 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Standard File Formats에 대해 자세히 알아보기

제품

질문:

Tom
2012년 5월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by