octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: functions in the control pkg says "not implemented" even though they


From: GoSim
Subject: Re: functions in the control pkg says "not implemented" even though they are
Date: Mon, 24 Feb 2020 10:28:56 -0600 (CST)

>> q=tf(2,[1 2 3])

Transfer function 'q' from input 'u1' to output ...

            2
 y1:  -------------
      s^2 + 2 s + 3

Continuous-time model.
>> [z k]=zero(q)
z = [](0x1)
k =  2
>> [z p k]=zpkdata(q)
z =
{
  [1,1] = [](0x1)
}
p =
{
  [1,1] =

    -1.0000 + 1.4142i
    -1.0000 - 1.4142i

}
k =  2
>> g=dcgain(q)
g =  0.66667



--
Sent from: https://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]