help-octave
[Top][All Lists]
Advanced

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

Re: A problem with ilaplace()


From: Leo Baumann
Subject: Re: A problem with ilaplace()
Date: Tue, 14 Nov 2017 19:57:03 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Am 14.11.2017 um 19:47 schrieb Doug Stewart:

At the moment my script makes no use. I was preparing a general usable script to evaluate step function responses for electric networks. I could do that numeric with following Octave function, but the symbolic answer is much more interesting. -

Are you aware of the step function in the control package?

 s=tf('s')
plant= 24/(s^2 +3*s +24)
step(plant)


all from laplace space.
No, that is new fro me - I will learn it :)
thanks
Regards - Leo

reply via email to

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