octave-maintainers
[Top][All Lists]
Advanced

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

Re: any() on cells ?


From: Dupuis
Subject: Re: any() on cells ?
Date: Tue, 9 Feb 2010 02:04:21 -0800 (PST)



Jaroslav Hajek-2 wrote:
> 
> On Tue, Feb 9, 2010 at 10:33 AM, Dupuis <address@hidden>
> wrote:
> 
> Please do not cross-reference to other threads. Try restating your
> problem cleanly and from the scratch.
> I think what you need is easily doable through cellfun, but your
> description is a bit chaotic to be really sure.
> 
> 
OK. The problem is as follows: given a cell array, could 'any' work directly
on the array in the same way it works on matrix ? That is, short-circuit 
cellfun('any', cell_array)
to 
any(cell_array) ?

Regards

Pascal

-- 
View this message in context: 
http://old.nabble.com/any%28%29-on-cells---tp27512570p27512926.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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