RLE de/encoding

バージョン 1.0.0.0 (545 Bytes) 作成者: Stefan Eireiner
A simple m-file which (de)compresses your data using RLE.
ダウンロード: 15.5K
更新 2004/5/24

ライセンスがありません

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

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

Decompression:
originalData = rle(compressedData);

引用

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

MATLAB リリースの互換性
作成: R13
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDenoising and Compression についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0