Dumb question about step

Javier Arantegui javier.arantegui at gmail.com
Sat Feb 2 05:21:57 CST 2008


Hi!

On Feb 2, 2008 10:18 AM, Giuseppe Marullo <giuseppe at marullo.it> 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/



More information about the Help-octave mailing list