From bug-octave-request at bevo dot che dot wisc dot edu Mon Feb 23 09:19:15 2004 Subject: Re: Bug when changing dimension in Octave 2.1.53 From: David Bateman To: Jaroslav Hamrle Cc: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 23 Feb 2004 16:15:25 +0100 % octave-2.1.55 octave:1> a(:,:)=ones(3,3); octave:2> a(:,:,2)=2*ones(3,3) a = ans(:,:,1) = 0 0 0 0 0 0 0 0 0 ans(:,:,2) = 2 2 2 2 2 2 2 2 2 Nope, its still there in 2.1.55..... 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 -------------------------------------------------------------