From help-octave-request at bevo dot che dot wisc dot edu Tue Dec 15 13:24:53 1998 Subject: Re: vectorize function in octave lib? From: "Wonkoo Kim" To: "Octave Users" Date: Tue, 15 Dec 1998 14:24:46 -0500 (EST) On Tue, 15 Dec 1998 10:16:34 -0600, A. Scottedward Hodel wrote: > >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. > > x = vec(y) transforms y into a column vector. Sorry, vec() works for a script but not for a C++ Octave code. Thanks. //-------------------------------------------------------------------- // Wonkoo Kim