| Contents | Index |
logreport(a)
logreport(a, b, ...)
logreport(a) displays the minlog, maxlog, lowerbound, upperbound, noverflows, and nunderflows for the fi object a.
logreport(a, b, ...) displays the report for each fi object a, b, ... .
The following example produces a logreport for fi objects a and b:
fipref('LoggingMode','On'); a = fi(pi); b = fi(randn(10),1,8,7); Warning: 27 overflows occurred in the fi assignment operation. Warning: 1 underflow occurred in the fi assignment operation.
logreport(a,b)
minlog maxlog lowerbound upperbound noverflows nunderflows
a 3.141602 3.141602 -4 3.999878 0 0
b -1 0.9921875 -1 0.9921875 27 1
Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |