Sorry I already deleted it since find(x.>3) just works...
Though in the manual it says its a 2 argument function
first argument the condition and second the array/vector...

Am Samstag, 14. November 2015 15:54:10 UTC+1 schrieb Dan:

> `x .> 3` is a bit-array. The function form, which is probably what fits, 
> is `x->x.>3` (the back-ticks are for quotation, not part of the code).   

Reply via email to