fipref
Determine whether input is fipref object
tf = isfipref(P)
example
tf = isfipref(P) returns 1 (true) if P is a fipref object. Otherwise, it returns 0 (false).
P
1
true
0
false
collapse all
Create a variable and determine whether it is a fipref object.
P = fipref
P = NumberDisplay: 'RealWorldValue' NumericTypeDisplay: 'full' FimathDisplay: 'full' LoggingMode: 'Off' DataTypeOverride: 'ForceOff'
tf = logical 1
F = fimath
F = RoundingMethod: Nearest OverflowAction: Saturate ProductMode: FullPrecision SumMode: FullPrecision
tf = isfipref(F)
tf = logical 0
Input array.
fipref | isfi | isfimath | isnumerictype | isquantizer
isfi
isfimath
isnumerictype
isquantizer
You have a modified version of this example. Do you want to open this example with your edits?