isequal
Determine whether real-world values of two fi
objects are equal,
or determine whether properties of two fimath
,
numerictype
, or quantizer
objects are
equal
Description
returns logical y
= isequal(a,b,…
)1
(true
) if all the
fi
object inputs have the same real-world value. Otherwise, it returns
logical 0
(false
).
In relational operations comparing a floating-point value to a fixed-point value, the
floating-point value is cast to the same word length and signedness as the
fi
object, with best-precision scaling.
returns logical y
= isequal(F,G,…
)1
(true
) if all the
fimath
object inputs have the same properties. Otherwise, it returns
logical 0
(false
).
returns logical y
= isequal(T,U,…
)1
(true
) if all the
numerictype
object inputs have the same properties. Otherwise, it
returns logical 0
(false
).
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a
See Also
eq
| fi
| fimath
| ispropequal
| numerictype
| quantizer