Main Content

lowerbound

fi オブジェクトの範囲の下限

説明

l = lowerbound(a) は、fi オブジェクト a の範囲の下限を返します。

l = lowerbound(a)u = upperbound(a) の場合、[l,u] = range(a) です。

すべて折りたたむ

a = fi(pi,1,16,3,2)
a = 
     2

          DataTypeMode: Fixed-point: slope and bias scaling
            Signedness: Signed
            WordLength: 16
                 Slope: 3
                  Bias: 2
l = lowerbound(a)
l = 
      -98302

          DataTypeMode: Fixed-point: slope and bias scaling
            Signedness: Signed
            WordLength: 16
                 Slope: 3
                  Bias: 2

入力引数

すべて折りたたむ

入力 fi オブジェクト。

データ型: fi
複素数のサポート: あり

拡張機能

C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。

HDL コード生成
HDL Coder™ を使用して FPGA 設計および ASIC 設計のための VHDL、Verilog および SystemVerilog のコードを生成します。

バージョン履歴

R2006a より前に導入