Main Content

logreport

量子化レポート

構文

logreport(a)
logreport(a, b, ...)

説明

logreport(a) は、fi オブジェクト aminlogmaxloglowerboundupperboundnoverflows、および nunderflows を表示します。

logreport(a, b, ...) は、各 fi オブジェクト a, b, ... のレポートを表示します。

次の例では、fi オブジェクト a および blogreport を生成します。

fipref('LoggingMode','On');
a = fi(pi);
b = fi(randn(10),1,8,7);
Warning: 35 overflow(s) occurred in the fi assignment operation. 
> In embedded.fi/fifactory
In fi (line 226) 
Warning: 2 underflow(s) occurred in the fi assignment operation. 
> In embedded.fi/fifactory
In fi (line 226) 
logreport(a,b)
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           35            2

バージョン履歴

R2008a で導入