RLE encoding n decoding
Mostrar comentarios más antiguos
is this correct run length encoding and decoding?? it returns RLE of only first column of all matrix??
Respuestas (1)
Walter Roberson
el 24 de Mzo. de 2014
for j=j:L
is always a mistake. Either a mistake in logic or a mistake in coding so that other people can read and understand your code reliably.
1 comentario
Jitesh Bhanushali
el 24 de Mzo. de 2014
Categorías
Más información sobre Denoising and Compression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!