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

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

[Octave-bug-tracker] [bug #32941] multiple Bode plots


From: Matt
Subject: [Octave-bug-tracker] [bug #32941] multiple Bode plots
Date: Mon, 28 Mar 2011 22:01:04 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbIMB/3.11.3.15590 Firefox/3.6.16

URL:
  <http://savannah.gnu.org/bugs/?32941>

                 Summary: multiple Bode plots
                 Project: GNU Octave
            Submitted by: bitrex
            Submitted on: Mon 28 Mar 2011 10:01:04 PM GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Matt
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I'm using Octave 3.24 with GUIOcatave, on an AMD Windows Vista 32 bit machine.
 The following code works apparently OK in Matlab, but isn't working for me
with Octave:



tau = [1,2,3]
for i = tau
        g(i) = tf(1,[tau(i),1])
endfor
bode(g(1),g(2),g(3))



If I just do "bode(g(1))" it works OK, but as it stands I get the error:

"error: octave_base_value::imag (): wrong type argument `struct'"

Thanks for any advice.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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