Main Content
noverflows
Number of overflows
Syntax
y = noverflows(a)
y = noverflows(q)
Description
y = noverflows(a)
returns the number of
overflows of fi
object a
since
logging was turned on or since the last time the log was reset for
the object.
Turn on logging by setting the fipref
property LoggingMode
to on
.
Reset logging for a fi
object using the resetlog
function.
y = noverflows(q)
returns the accumulated
number of overflows resulting from quantization operations performed
by a quantizer
object q
.
Version History
Introduced before R2006a
See Also
maxlog
| minlog
| nunderflows
| resetlog