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

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

[Octave-bug-tracker] [bug #41458] plot(x, [y1, y2, y3]) does not work


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #41458] plot(x, [y1, y2, y3]) does not work
Date: Tue, 04 Feb 2014 19:51:49 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Update of bug #41458 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Hi, thanks for your bug report. Can you please double-check your example in
Matlab and make sure you have your vector orientations correct?

Note that in your example, all of the vectors are row vectors, and in the plot
command you provided you are concatenating the row vectors a, b, and c into
one large row vector that is 3 times as long as x. I would be surprised if
Matlab allowed that.

If you used [a;b;c] instead, you'd have a 3-by-600-something matrix and that
plot command would work in Octave. Alternatively, if x were a column vector,
the rest of your example would work perfectly in Octave as well.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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