Determine if dynamic system model is in discrete time
bool = isdt(sys)
returns
a logical value of bool
= isdt(sys
)1
(true
)
if the dynamic system model sys
is a discrete-time
model. The function returns a logical value of 0
(false
)
otherwise.
|
Dynamic system model or array of such models. |
|
Logical value indicating whether
For a static gain, both For arrays of models, |