From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 28 15:39:19 2004 Subject: list to vector ? From: "John W. Eaton" To: "Pascal A. Dupuis" Cc: help-octave at bevo dot che dot wisc dot edu Date: Wed, 28 Jan 2004 15:34:41 -0600 On 28-Jan-2004, Pascal A. Dupuis 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 -------------------------------------------------------------