help-octave
[Top][All Lists]
Advanced

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

Re: Error using step() function


From: Doug Stewart
Subject: Re: Error using step() function
Date: Sat, 26 Jan 2013 17:37:04 -0500




On Sat, Jan 26, 2013 at 3:41 PM, Lourenco <address@hidden> wrote:
Hi, everyone.

When I execute:

    mm1 = tf(-.50405, [1 .98752] , -1)

And afterwards, execute:

    step(mm1)

It happens the following error:

    error: __stairs__: A(I,J): row index out of bounds; value 2 out of bound
1
    error: called from:
    error:   /usr/share/octave/3.6.2/m/plot/stairs.m at line 133, column 8
    error:   /usr/share/octave/3.6.2/m/plot/stairs.m at line 72, column 24
    error:   /usr/share/octave/packages/control-2.3.52/__time_response__.m
at line 175, column 13
    error:   /usr/share/octave/packages/control-2.3.52/step.m at line 67,
column 14


Does anybody knows how to overcome this issue?

Thanks in advance.


 
    mm1 = tf(-.50405, [1 .98752] , 1) 
  step(mm1,50)
This works for me.
--
DAS

https://linuxcounter.net/user/206392.html

reply via email to

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