help-octave
[Top][All Lists]
Advanced

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

Re: vectorize function in octave lib?


From: A. Scottedward Hodel
Subject: Re: vectorize function in octave lib?
Date: Tue, 15 Dec 1998 10:16:34 -0600

>I'm using Octave 2.0.13 for OS/2.
>
>Is there a Octave C++ lib function that is equivalent to vec()?
>I want something like: ColumnVector x = A.vec(); where A is a Matrix.
>
>Thanks.
>
>//--------------------------------------------------------------------
>// Wonkoo Kim <address@hidden>
>
>

x = vec(y) transforms y into a column vector.

A S Hodel Assoc. Prof. Dept Elect Eng, Auburn Univ,AL  36849-5201
On leave at NASA Marshall Space Flight Center (256) 544-1426
http://www.eng.auburn.edu/~scotte



reply via email to

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