sequence length encoder (seqle, similar to rle)

Encodes data run lengths for specified sequence in manner similar to RLE

You are now following this Submission

RLE encodes the runlengths of constant values in a vector. SEQLE takes an increment value as a second argument and encodes sequences which increment by that value.
Decoder included.
Design based on MatLab #4955 and R-code by the author.

Cite As

Carl Witthoft (2026). sequence length encoder (seqle, similar to rle) (https://in.mathworks.com/matlabcentral/fileexchange/36955-sequence-length-encoder-seqle-similar-to-rle), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: RLE de/encoding

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0