The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: bool = isct (sys)

Determine whether LTI model is a continuous-time system.

Inputs

sys

LTI system.

Outputs

bool = 0

sys is a discrete-time system.

bool = 1

sys is a continuous-time system or a static gain.

Package: control