help-octave
[Top][All Lists]
Advanced

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

Re: Dumb question about step


From: Javier Arantegui
Subject: Re: Dumb question about step
Date: Sat, 2 Feb 2008 12:21:57 +0100

Hi!

On Feb 2, 2008 10:18 AM, Giuseppe Marullo <address@hidden> wrote:
> step(num,den)

That's easy. You should user the function tf() to define your transfer
function. Type this instead:

step(tf(num,den))

Or define it like this:

G=tf(num, den)

and then:

step(G)

To view your function transfer, use sysout():

sysout(G)


Javier


-- 
Lee mi blog: "Un pequeño paso para Neil" http://up3n.wordpress.com/



reply via email to

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