From help-request at octave dot org Sun Aug 29 06:42:08 2004 Subject: Re: How to make matrices of structs From: David Bateman To: help at octave dot org Date: Sun, 29 Aug 2004 13:41:09 +0200 The capability to concatenate structures was only just added to octave... In the octave CVS you'll find that octave:1> A.x=5; B.x=7; C=[A,B] C = { x = (, [1] = 5 [2] = 7 ,) } Wait for the 2.1.58 release for this feature, which hopefully won't be too much longer... D. -- David Bateman David dot Bateman at motorola dot com Motorola CRM +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary ------------------------------------------------------------- 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 -------------------------------------------------------------