Pack and Unpack Data

Convert an array of integer data into an array of bytes and vice-versa.
다운로드 수: 1.1K
업데이트 날짜: 2016/9/1

라이선스 보기

This entry provides functions and blocks which convert an array of integer data into an array of bytes and vice-versa.
The functions provided are packData and unpackData. For Simulink, the provided blocks are called "Pack Data" and "Unpack Data".
For examples showing how to use the functions and blocks, see the "Supplemental Software" section of the main doc page. There will be link to the "Pack and Unpack Data" custom toolbox.

To see the files directly, navigate to Home->Add-Ons->Manage Custom Toolboxes->Open Folder

인용 양식

MathWorks Student Competitions Team (2024). Pack and Unpack Data (https://www.mathworks.com/matlabcentral/fileexchange/50696-pack-and-unpack-data), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
15.1.2.1

Updated license

15.1.2.0

1. Changed to use typecast.
2. Added better error messages
3. Removed unmasked blocks to reduce confusion

1.0.0.0

...