And indeed that's how you do it :-). --Tim
On Sunday, October 05, 2014 12:09:31 AM paul analyst wrote:
> I already know :
>
> using HDF5
> fid = h5open("X.h5","r")
> obj = fid["X"]
> k,l=size(obj)
>
>
> W dniu niedziela, 5 października 2014 08:32:53 UTC+2 użytkownik paul
>
> analyst napisał:
> > How to read the size of the array X hdf5 file, without reading the entire
> > array? Array was written:
> > h5write ("X.h5", "X", X)
> >
> > k,l=?
> >
> > Paul
