u8rw

Translate between raw binary data and MATLAB matrices.

이 제출물을 팔로우합니다

U8READ and U8WRITE are similar to the built-in functions FREAD and FWRITE except that they transfer data from and to a MATLAB uint8 matrix instead of a file.

A format (precision) argument controls the translation between MATLAB variables and the bytes stored in the uint8 matrix. Mixed precisions within a single call are supported. Big or little endian byte ordering can be specified.

These files are useful for formatting data for external devices (e.g. GPIB and serial ports) and for translating complex binary files (e.g. digital maps).

MEX-files for MacOS, MacOS X and PCWin are included plus source.

인용 양식

Tom Davis (2026). u8rw (https://kr.mathworks.com/matlabcentral/fileexchange/352-u8rw), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Instrument Control Toolbox에 대해 자세히 알아보기

태그

태그 추가

Add the first tag.

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

Changed name (was WinU8); added source code; improved memory allocation algorithm; added binaries for Mac.