add
Add two fi
objects using fimath
object
Syntax
Description
Examples
Input Arguments
Algorithms
c = add(F,a,b)
a.fimath = F; b.fimath = F; c = a + b
but not identical. When you use add
, the fimath
properties of a
and b
are not modified, and the output
fi
object, c
, has no local fimath
.
When you use the syntax c = a + b
, where a
and
b
have their own fimath
objects, the output
fi
object, c
, gets assigned the same
fimath
object as inputs a
and
b
.
Extended Capabilities
Version History
Introduced before R2006a