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

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

[Octave-bug-tracker] [bug #47201] Manually entered row vector converted


From: anonymous
Subject: [Octave-bug-tracker] [bug #47201] Manually entered row vector converted to column vector
Date: Fri, 19 Feb 2016 18:48:19 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36

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

                 Summary: Manually entered row vector converted to column
vector
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 19 Feb 2016 06:48:18 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: J. Bevis
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I have a situation where I'd like to enter a row vector in a vertical manner. 
This vector is a collection of coefficients and entering them vertically
allows a comment for each coefficient.

When I enter the following code:
X=[1,   % comment 1
   2,   % comment 2
   3];  % comment 3

X is stored as a 3x1, not a 1x3.  I expect a row vector (1x3) because I used
commas between the lines and not a semicolon.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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