Main Content
maxlog
Log maximums
Syntax
y = maxlog(a)
y = maxlog(q)
Description
y = maxlog(a)
returns the largest real-world
value 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
object LoggingMode
property
to on
. Reset logging for a fi
object
using the resetlog
function.
y = maxlog(q)
is the maximum value after
quantization during a call to quantize(q,...)
for quantizer
object q
.
This value is the maximum value encountered over successive calls
to quantize
since logging was turned on, and is
reset with resetlog(q)
. maxlog(q)
is
equivalent to get(q,'maxlog')
and q.maxlog
.
Examples
Version History
Introduced before R2006a
See Also
fipref
| minlog
| noverflows
| nunderflows
| reset
| resetlog