bugGNU Octave - Bugs: bug #32941, multiple Bode plots

 
 

bug #32941: multiple Bode plots

Submitter:  Matt <bitrex>
Submitted:  Mon 28 Mar 2011 10:01:04 PM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Octave Forge Assigned to:  None
Originator Name:  Matt Open/Closed:  * Closed
Release:  * 3.2.4 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 29 Mar 2011 12:31:24 AM UTC, comment #2: 

Thank you for the correction, as you can see I'm quite new to all this.  Hopefully the Octave Forge folks will have some insight.

Matt <bitrex>
Tue 29 Mar 2011 12:08:41 AM UTC, comment #1: 

This looks like a problem with an Octave Forge package, not a bug
in Octave.  The correct place to report this problem is the
Octave Forge mailing list, octave-dev@lists.sourceforge.net.

A copy of this update to the bug report is being sent to that
list so that they are aware of it.  Please follow up there.

Rik <rik5>
Group administrator
Mon 28 Mar 2011 10:01:04 PM UTC, original submission:  

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.

Matt <bitrex>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by bitrex (Submitted the item)
  • -email is unavailable- added by bitrex
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-03-29 rik5 StatusNone Octave Forge
        Open/ClosedOpen Closed
        Carbon-Copy- Added -email is unavailable-
    2011-03-28 bitrex Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code