From bug-request at octave dot org Mon Jan 17 15:17:08 2005 Subject: Re: bug/inconsistency with matlab in sum() with ND-array From: David Bateman To: bug at octave dot org Date: Mon, 17 Jan 2005 22:20:55 +0100 Fixed in 2.1.64 octave:1> a=rand(10,10,10); octave:2> size(a) ans = 10 10 10 octave:3> b=sum(a,3); octave:4> size(b) ans = 10 10 octave:5> version ans = 2.1.64 Regards David -- 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 -------------------------------------------------------------