Helo,
i need help to build hdf5 file with Matlab,
i'm trying to build file with properties of : 12 Datasets, each dataset build
like
size of : 744*1*1,
Maxsize: 744*1*1
Datatype: H5T_IEEE_F32LE(single)
Chunksize:[]
Filters:none
FillValue
for example:
h5create('myfile.h5','/DS1',[744 1]);
mydata = rand(10,20);
h5write('myfile.h5', '/DS1', mydata(1,7));
and i'm getting the flowing error:
Error using ==> h5write>determine_indexing at 159
The amount of data to be written does not match the size of the HDF5
dataset.
thanks
Best,
Gil
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org