bugGNU Octave - Bugs: bug #50955, [octave forge] (tisean) Function...

 
 

bug #50955: [octave forge] (tisean) Function Reference: upo -- components wrong way around

Submitter:  None
Submitted:  Fri 05 May 2017 02:35:39 PM UTC
   
 
Category:  Octave Package Severity:  2 - Minor
Priority:  5 - Normal Item Group:  Documentation
Status:  Fixed Assigned to:  juanpi
Originator Name:  Conway Li Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 15 Aug 2017 07:07:53 PM UTC, comment #1: 

This is now fixed in the dev version.

I have also updated the demo to look like the one in the TISEAN online manual.
This included fixing a wrong interpretation of addnoise.

Closing this bug.

Juan Pablo Carbajal <juanpi>
Group Member
Fri 05 May 2017 02:35:39 PM UTC, original submission:  

https://octave.sourceforge.io/tisean/function/upo.html

In the online function reference for upo (tisean package), the code for Demonstration 1 plots the columns of hendel in the wrong order (attached upo_wrong.png), given how the orbit points are plotted.

The line of code


plot (hendel(:,1), hendel(:,2), 'r.', 'markersize',2, ...


should be replaced with


plot (hendel(:,2), hendel(:,1), 'r.', 'markersize',2, ...
# changes here ^            ^


to get the correct plot (upo_right.png).

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #40595:  upo_wrong.png added by None (24KiB - image/png)
file #40596:  upo_right.png added by None (23KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juanpi (Posted a comment)
  • -email is unavailable- added by mtmiller (Updated the item)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    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 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-08-15 mtmiller StatusNone Fixed
    2017-08-15 juanpi Assigned toNone juanpi
        Open/ClosedOpen Closed
    2017-08-14 mtmiller Severity3 - Normal 2 - Minor
        Summary[octave forge] Function Reference: upo -- components wrong way around [octave forge] (tisean) Function Reference: upo -- components wrong way around
    2017-08-13 jwe SummaryFunction Reference: upo -- components wrong way around [octave forge] Function Reference: upo -- components wrong way around
    2017-05-05 None Attached File- Added upo_wrong.png, #40595
        Attached File- Added upo_right.png, #40596

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code