isEqLagOp
Determine if two LagOp
objects are same
mathematical polynomial
Syntax
indicator
= isEqLagOp(A
,B
)
indicator
= isEqLagOp(A
,B
,Name,Value)
Description
determines
if two lag operator polynomials indicator
= isEqLagOp(A
,B
)A
and B
are
the same. indicator
is a boolean indicator
for the equality test. TRUE
indicates the two polynomials
are identical to within tolerance; FALSE
indicates
the two polynomials are not identical to within tolerance.
determines
if two lag operator polynomials are the same with additional options
specified by one or more indicator
= isEqLagOp(A
,B
,Name,Value
)Name,Value
pair arguments.
If at least one of A
or B
is
a lag operator polynomial object, the other can be a cell array of
matrices (initial lag operator coefficients), or a single matrix (zero-degree
lag operator).
Input Arguments
|
Lag operator polynomial object, as created by |
|
Lag operator polynomial object, as created by |
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
|
Nonnegative scalar tolerance used for testing equality. The
default is Default: |
Output Arguments
|
Boolean indicator for the equality test. |