Entering edit mode
kunalpurimkbk
•
0
@kunalpurimkbk-10000
Last seen 8.8 years ago
While studying the documentation given for rhdf5, I came to know that it is possible to set the maximum dimension till a dataset can be expanded as a parameter in h5createDataset() is specifically reserved for this purpose. But there might be some situation in which we can't determine the maximum dimensions beforehand (e.g. continuously expanding array as you call it).
So, I wanted to know whether it is possible to manipulate the dimensions of dataset infinitely?