From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 28 11:37:07 2004 Subject: list to vector ? From: "Pascal A. Dupuis" To: help-octave at bevo dot che dot wisc dot edu Date: Wed, 28 Jan 2004 10:21:25 -0600 Hello, 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? TIA Pascal Dupuis -- Dr. ir. Pascal Dupuis K. U. Leuven, ESAT/ELECTA (formerly ELEN): http://www.esat.kuleuven.ac.be/ Kasteelpark Arenberg, 10; B-3001 Leuven-Heverlee, Belgium Tel. +32-16-32 10 21 -- Fax +32-16-32 19 85 ------------------------------------------------------------- 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 -------------------------------------------------------------