From bug-request at octave dot org Mon Aug 29 11:48:59 2005 Subject: Re: loading ascii files From: Etienne Grossmann To: David Bateman Cc: etienne at cs dot uky dot edu, etienne@isr.ist.utl.pt, etienne.grossmann@laposte.net, Octave Bugs , etienne@cs.uky.edu Date: Mon, 29 Aug 2005 12:40:52 -0400 Hi David, indeed, it seems to work w/ 2.9.3: it will at least read its own data in -text. Thx a lot for pointing this out to me, Etienne On Mon, Aug 29, 2005 at 03:09:12PM +0200, David Bateman wrote: # A simpler example is # # a.b = cell(2,1); a.b{1} = 1; ; a.b{2} = [1,2;3,4]; a.c = 'a'; # # This is a compatibility issue, in that 3 months ago John modified the # load/save code to for an issue with struct arrays, in a way that is # compatible with 2.1.50. The stuff in between was wrong, and explains why # your file is broken with 2.9.3... See # # http://www.octave.org/octave-lists/archive/help-octave.2005/msg01512.html # # For more information... # # Regards # David # # -- # David Bateman David dot Bateman at motorola dot com # Motorola Labs - Paris +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 # -- Etienne Grossmann ------ http://www.cs.uky.edu/~etienne ------------------------------------------------------------- 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 -------------------------------------------------------------