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

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

[Octave-bug-tracker] [bug #39155] Crash in Statistics package: boxplot f


From: anonymous
Subject: [Octave-bug-tracker] [bug #39155] Crash in Statistics package: boxplot function
Date: Mon, 03 Jun 2013 17:44:30 +0000
User-agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0

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

                 Summary: Crash in Statistics package: boxplot function
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mo 03 Jun 2013 17:44:29 UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Robert Haase
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Sometimes, when a boxplot is drawn, octave exits with the message "Invalid use
of end" in line 315 of boxplot.m

This is the line where octave has a problem:


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


The problem is, that the variable 'no' is not defined at that point. This
change is needed to correct the bug:


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



Good luck,
Robert





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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