MATLAB ヘルプ センター
入力が固定小数点データ型またはスケーリングされた double データ型かどうかを判別
tf = isscaledtype(a)
tf = isscaledtype(T)
tf = isscaledtype(a) は fi オブジェクト a の DataType プロパティが Fixed または ScaledDouble である場合に 1 (true) を返します。それ以外の場合は 0 (false) を返します。
a
fi
DataType
Fixed
ScaledDouble
1
true
0
false
例
tf = isscaledtype(T) は numerictype オブジェクト T の DataType プロパティが Fixed または ScaledDouble である場合に 1 (true) を返します。それ以外の場合は 0 (false) を返します。
T
numerictype
すべて折りたたむ
fi オブジェクトを作成し、その DataType プロパティが Fixed または ScaledDouble に設定されているかどうかを判別します。
a = fi([pi,pi/2]); tf = isscaledtype(a)
tf = logical 1
numerictype オブジェクトを作成し、その DataType プロパティが Fixed または ScaledDouble に設定されているかどうかを判別します。
T1 = numerictype('DataType','ScaledDouble'); tf = isscaledtype(T1)
T2 = numerictype('DataType','Single'); tf = isscaledtype(T2)
tf = logical 0
入力 fi オブジェクト。スカラー、ベクトル、行列または多次元配列として指定します。
データ型: fi
入力 numerictype オブジェクト。スカラーとして指定します。
R2008a で導入
isboolean | isdouble | isfixed | isfloat | numerictype | isscaleddouble | isscalingbinarypoint | isscalingslopebias | isscalingunspecified | issingle
isboolean
isdouble
isfixed
isfloat
isscaleddouble
isscalingbinarypoint
isscalingslopebias
isscalingunspecified
issingle
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ