Thx Mauro
I need opositly dimension , for row is thru this:
julia> a = rand(10,10)
10x10 Array{Float64,2}:
...
julia> a[a[:,3].>0.5,:] Paul W dniu sobota, 25 stycznia 2014 12:18:01 UTC+1 użytkownik paul analyst napisał: > > As soon as possible: > From an array select rows that meet the condition and use them to create a > new array? > The condition is such col3> 0.5 > Is loop and gluing the selected rows? Is there a ready command? > In other words, a simple filter ... >
