Necessity is the mother of invention;)
but i steel cant do scaterplot from matrix :/

size of points = value of cell of array ?
x=rand(5,5)
using Winston
any_smart_plot(x) ??

or


W dniu 2014-10-05 o 13:02, Tim Holy pisze:
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

Reply via email to