Determine whether real-world values of two fi
objects
are equal, or determine whether properties of two fimath
, numerictype
,
or quantizer
objects are equal
y = isequal(a,b,...)
y = isequal(F,G,...)
y = isequal(T,U,...)
y = isequal(q,r,...)
y = isequal(a,b,...)
returns 1
if
all the fi
object inputs have the same real-world
value. Otherwise, the function returns 0
.
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.
y = isequal(F,G,...)
returns 1
if
all the fimath
object inputs have the same properties.
Otherwise, the function returns 0
.
y = isequal(T,U,...)
returns 1
if
all the numerictype
object inputs have the same
properties. Otherwise, the function returns 0
.
y = isequal(q,r,...)
returns 1
if
all the quantizer
object inputs have the same properties.
Otherwise, the function returns 0
.
eq
| fi
| fimath
| ispropequal
| numerictype
| quantizer