You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData);
Decompression:
originalData = rle(compressedData);
Cite As
Stefan Eireiner (2026). RLE de/encoding (https://uk.mathworks.com/matlabcentral/fileexchange/4955-rle-de-encoding), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: BMP Compression using RLE8, sequence length encoder (seqle, similar to rle)
General Information
- Version 1.0.0.0 (545 Bytes)
-
No License
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
