octave-maintainers
[Top][All Lists]
Advanced

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

prefer_column_vectors?


From: John W. Eaton
Subject: prefer_column_vectors?
Date: Thu, 10 Jul 2003 12:36:01 -0500

What do people think about eliminating the built-in variable
prefer_column_vectors?  In Octave, it is used to decide what
orientation should be used for things like

  clear x; x(:) = [1;2;3;4];

or

  clear x; for i = 1:4; x(i) = i; end

(in Matlab, both of these examples will create a row vector).

It now seems to me that having prefer_column_vectors just adds
unnecessary complexity and I'd like to remove it and only have the
Matlab-compatible behavior.

Comments?

jwe



reply via email to

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