ヘルプ センターヘルプ センター
入力が固定小数点データ型かどうかを判別
tf = isfixed(a)
tf = isfixed(T)
tf = isfixed(q)
tf = isfixed(a) は fi オブジェクト a の DataType プロパティが Fixed である場合に 1 (true) を返します。それ以外の場合は 0 (false) を返します。
a
fi
DataType
Fixed
1
true
0
false
例
tf = isfixed(T) は numerictype オブジェクト T の DataType プロパティが Fixed である場合に 1 を返します。それ以外の場合は 0 (false) を返します。
T
numerictype
tf = isfixed(q) は q が固定小数点 quantizer オブジェクトである場合に 1 を返します。それ以外の場合は 0 (false) を返します。
q
quantizer
すべて折りたたむ
fi オブジェクトを作成し、それが固定小数点データ型であるかどうかを判別します。
a = fi([pi pi/2])
a = 3.1416 1.5708 DataTypeMode: Fixed-point: binary point scaling Signedness: Signed WordLength: 16 FractionLength: 13
tf = logical 1
numerictype オブジェクトを作成し、それが固定小数点データ型であるかどうかを判別します。
T = numerictype('Double')
T = DataTypeMode: Double
tf = logical 0
quantizer オブジェクトを作成し、それが固定小数点データ型であるかどうかを判別します。
q = quantizer('mode','single')
q = DataMode = single Format = [32 8]
入力 fi オブジェクト。スカラー、ベクトル、行列または多次元配列として指定します。
データ型: fi
入力 numerictype オブジェクト。スカラーとして指定します。
入力 quantizer オブジェクト。スカラーとして指定します。
R2008a で導入
isboolean | isdouble | isfloat | isscaleddouble | isscaledtype | isscalingbinarypoint | isscalingslopebias | isscalingunspecified | issingle
isboolean
isdouble
isfloat
isscaleddouble
isscaledtype
isscalingbinarypoint
isscalingslopebias
isscalingunspecified
issingle
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office