I'm confused about wcompress maxloop what is exactly doing, is it like threshold?

Answers (1)

According to the documentation of 'wcompress', the 'maxloop' property is defined as the "Maximum number of steps for the compression algorithm, specified as the comma-separated pair consisting of 'maxloop' and a positive integer or Inf."
It controls the number of iterations that the compression algorithm performs. Hence it is not directly considered as a threshold.
The following MathWorks documentations can be referred:
Thanks.

Categories

Products

Release

R2016a

Asked:

on 12 Jun 2022

Answered:

on 16 Jun 2025

Community Treasure Hunt

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

Start Hunting!