RLE de/encoding

A simple m-file which (de)compresses your data using RLE.

Sie verfolgen jetzt diese Einreichung

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 (2026). RLE de/encoding (https://de.mathworks.com/matlabcentral/fileexchange/4955-rle-de-encoding), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Denoising and Compression finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0