RLE de/encoding
Version 1.0.0.0 (545 Bytes) by
Stefan Eireiner
A simple m-file which (de)compresses your data using RLE.
15.5K Downloads
Updated
24 May 2004
No License
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://www.mathworks.com/matlabcentral/fileexchange/4955-rle-de-encoding), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Denoising and Compression in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: BMP Compression using RLE8, sequence length encoder (seqle, similar to rle)
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
