isdt
Determine if dynamic system model is in discrete time
Syntax
bool = isdt(sys)
Description
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.
Input Arguments
|
Dynamic system model or array of such models. |
Output Arguments
|
Logical value indicating whether
For a static gain, both For arrays of models, |
Version History
Introduced in R2007a