help-octave
[Top][All Lists]
Advanced

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

subplot with step and impulse answer


From: Marcus Obst
Subject: subplot with step and impulse answer
Date: Fri, 22 Feb 2008 09:19:45 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.1.6)

Hi,

I tried to subplot an impulse and step answer of an SISO system
within one chart:

octave.exe:1> sys = tf([1], [1 2]);
octave.exe:2> subplot(1, 2, 1), step(sys)
octave.exe:3> subplot(1, 2, 2), impulse(sys)

But it did not work as expected.  After both commands there is only
the impulse answer left.

In Matlab everything is fine.

Any ideas? (Octave version ist 3.0.0)

 Best regards from Erlangen/Germany!
 Marcus





reply via email to

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