bugGNU Octave - Bugs: bug #38020, invalid use of end in boxplot...

 
 

bug #38020: invalid use of end in boxplot function

Submitter:  None
Submitted:  Fri 04 Jan 2013 11:57:19 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Inaccurate Result
Status:  Fixed Assigned to:  None
Originator Name:  Maciej Rumianowski Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.2
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 06 Jan 2013 12:42:39 AM UTC, comment #1: 

Hi Maciej,
thank you for reporting this bug.
This has been fixed in http://sourceforge.net/p/octave/code/11540/

Regards, Andy

Andreas Weber <andy1978>
Group Member
Fri 04 Jan 2013 11:57:19 AM UTC, original submission:  

octave:20> boxplot(szklo16(:,8),1);
error: invalid use of end
error: evaluating argument list element number 1
error: called from:
error:   /usr/share/octave/packages/statistics-1.1.3/boxplot.m at line 315, column 9

matrix in attachment.
Steps to reproduce:

>load szkloL
>boxplot(szklo16(:,8),1);


Possible fix:
- no2 = no(end) + [1:size(outliers2_y,2)];
+ no2 = nm(end) + [1:size(outliers2_y,2)];

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #27198:  szkloL.mat added by None (4KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bpabbott (Updated the item)
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-06 bpabbott StatusNone Fixed
        Open/ClosedOpen Closed
    2013-01-04 None Attached File- Added szkloL.mat, #27198

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code