I have , it work!

dset2 = jldopen("C1o2.jld")["C1"]
dset2[1:3,1]
Paul


W dniu piątek, 30 stycznia 2015 12:06:29 UTC+1 użytkownik paul analyst 
napisał:
>
> Is it possible to file jld only read range ? Without reading the entire file 
> into memory ?
>
> julia> using HDF5,JLD
>
> julia> load("C1o2.jld","C1","(1,1)")
>
> julia> load("C1o2.jld","C1")[1:1]
>
> Above methods ar reading all file .
>
> Paul
>
>

Reply via email to