>
> *julia> **testarray2=testarray[testarray.>0.1]*
>
> *2-element Array{Float64,1}:*
>
> * 0.2*
>
> * 0.3*
>

Note the .> which is the broadcasting version of > 

Reply via email to