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; tf = isfipref(P)
tf = logical 1
F = fimath; 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?