MATLAB: Hdf5 dataset dynamically creating

hdf5

Hi there,
That's my newbie question: how do I create a hdf5 dataset from a matrix of 10^6*10^6 size? I mean, as Matlab doesn't allow creating matrix that exceeds a memory bound, is there any manner to a fill a hdf5 dataset dynamically?
Thank you in advance for your kind answers
Dommai

Best Answer

Yes, see example, "Append Data to Unlimited Data Set", in h5write Write to HDF5 data set
Related Question