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

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

[Octave-bug-tracker] [bug #38368] plotmatrix fails when X and Y have a d


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #38368] plotmatrix fails when X and Y have a different number of columns
Date: Thu, 21 Feb 2013 15:08:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0

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

                 Summary: plotmatrix fails when X and Y have a different
number of columns
                 Project: GNU Octave
            Submitted by: jbect
            Submitted on: jeu. 21 févr. 2013 15:08:30 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following code:


x = rand(10, 2);
y = rand(10, 3);
plotmatrix(x, y)


fails to produce the expected output and instead generates an error message:


error: __plotmatrix__: A(I,J): column index out of bounds; value 3 out of
bound 2
error: called from:
error:   /media/data/sources/octave2/scripts/plot/plotmatrix.m at line 182,
column 15
error:   /media/data/sources/octave2/scripts/plot/plotmatrix.m at line 73,
column 40






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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