RLE de/encoding

A simple m-file which (de)compresses your data using RLE.
15,5K Downloads
Aktualisiert 24. Mai 2004

Keine Lizenz

A simple (de)compression program using Run Length Encoding.

Compression is done that easy:
compressedData = rle(originalData);

Decompression:
originalData = rle(compressedData);

Zitieren als

Stefan Eireiner (2024). RLE de/encoding (https://www.mathworks.com/matlabcentral/fileexchange/4955-rle-de-encoding), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Denoising and Compression finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0