sub
Subtract two fi
objects using fimath
object
Syntax
Description
Examples
Input Arguments
Algorithms
C = sub(F,A,B)
C = F.sub(A,B)
is equivalent to
A.fimath = F; B.fimath = F; C = A - B;
fimath
properties of A
and B
are not modified when you use the functional form.Extended Capabilities
Version History
Introduced before R2006a