You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
CRC = crc32(DATA) calculates CRC-32 checksum of input data.
The elements of DATA are treated as individual bytes (uint8's). Resulting CRC is unsigned 32-bit integer (uint32).
Example: crc32(fileread('crc32.m'))
Cite As
Mikhail (2026). Fast CRC-32 calculation (https://uk.mathworks.com/matlabcentral/fileexchange/69757-fast-crc-32-calculation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.2 (2.89 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
