octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53352] Wrong message


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #53352] Wrong message
Date: Thu, 15 Mar 2018 14:53:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36

Follow-up Comment #4, bug #53352 (project octave):

here is how to use it

n=[1 -.5]
d=[1 -1]
sys=tf(n,d)
isstable(sys)


n=[1 .5]
d=[1 1]
sys=tf(n,d)
isstable(sys)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53352>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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