isct
Determine if dynamic system model is in continuous time
Syntax
bool = isct(sys)
Description
returns
a logical value of bool
= isct(sys
)1
(true
)
if the dynamic system model sys
is a continuous-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