help-octave
[Top][All Lists]
Advanced

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

list to vector ?


From: John W. Eaton
Subject: list to vector ?
Date: Wed, 28 Jan 2004 15:34:41 -0600

On 28-Jan-2004, Pascal A. Dupuis <address@hidden> wrote:

| I've written a small utility to parse a csv file, storing the results
| in a cell array. Is there some way to transform a list of cells back
| to a vector?
| 
| Let say that I have some range of cells, x{1:10}, where each cell
| contain one data of the same type. The construct [x{1:10}] gives a
| vector in m****b 5.3, but is illegal in octave 2.1.50. Is there another 
syntax?

I think it should work as you expect in 2.1.53.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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