Main Content
sub
Subtract two arrays using fimath
object
Syntax
Description
Examples
Input Arguments
Algorithms
When you use the sub
function, the fimath
properties of A
and B
are not modified, and the output
C
has no local
fimath
.
C = sub(F,A,B)
C = F.sub(A,B)
is equivalent to
C = removefimath(setfimath(A,F) - setfimath(B,F))