octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Patch Re: iterating cell arrays


From: David Bateman
Subject: RE: Patch Re: iterating cell arrays
Date: Thu, 24 Jun 2004 22:56:06 +0200
User-agent: Mutt/1.4.1i

Err, I suppose I wasn't clear. The test cases I gave for R12 was one
that gave a sensible result. Rather what does

a = rand(2,2,2)
j=0
for i = a
disp(j);
j=j+1;
disp(i);
end

give under R13 or R14

-- 
David Bateman                                address@hidden
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]