7.2 Continuous vs. Discrete

The following commands allow one to determine the whether a system is discrete or continuous.

7.2.1 ContinuousTimeQ[ System1]

Aliases: none
Description: ContinuousTimeQ[ System1 ] returns True if System1 is a continuous dynamic system and False otherwise.
Arguments: System1
Comments / Limitations: More complete documentation can be found in the Control Systems Professional manual.

7.2.2 DiscreteTimeQ[ System1]

Aliases: none
Description: DiscreteTimeQ[System1] returns True if System1 is a discrete dynamic system and False otherwise.
Arguments: System1
Comments / Limitations: More complete documentation can be found in the Control Systems Professional manual.