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

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

[Octave-bug-tracker] [bug #38020] invalid use of end in boxplot function


From: anonymous
Subject: [Octave-bug-tracker] [bug #38020] invalid use of end in boxplot function
Date: Fri, 04 Jan 2013 11:57:21 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

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

                 Summary: invalid use of end in boxplot function
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 04 Jan 2013 11:57:19 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Maciej Rumianowski
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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)];



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 04 Jan 2013 11:57:19 AM UTC  Name: szkloL.mat  Size: 4kB   By: None

<http://savannah.gnu.org/bugs/download.php?file_id=27198>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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