help-octave
[Top][All Lists]
Advanced

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

Step response - help


From: Buka
Subject: Step response - help
Date: Sun, 10 Feb 2008 12:28:44 -0800 (PST)

Please help me.

I am novice user programme Octave. I have problem and ask about help.

Namely I want to make STEP RESPONSE for transmitation  1/(s + 1)

This in matlabie looks so :

t = 0:0.1:10;
L = 1;
M =[1 1];
y = step(L,M,t);
plot(t,y)

How do to make in Octave the same ??

Please help.:confused:

-- 
View this message in context: 
http://www.nabble.com/Step-response---help-tp15400949p15400949.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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