help-octave
[Top][All Lists]
Advanced

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

Re: A problem with ilaplace()


From: Doug Stewart
Subject: Re: A problem with ilaplace()
Date: Tue, 14 Nov 2017 13:47:12 -0500


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.

reply via email to

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