Syntax data = h5read(filename,ds) data = h5read(filename,ds,start,count) data = h5read(filename,ds,start,count,stride)Description data = h5read(filename,ds) reads all the data from the dataset ds contained in th
If you do not specifystart, then theh5readfunction starts reading the dataset from the first index along each dimension. Number of elements to read, specified as a numeric vector of positive integers. For anN-dimensional dataset,countis a vector of lengthN, specifying the number of elements to...
HDF5 example.h5 Dataset 'lat' Size: 19 MaxSize: 19 Datatype: H5T_IEEE_F64LE (double) ChunkSize: [] Filters: none FillValue: 0.000000 Attributes: 'units': 'degrees_north' 'CLASS': 'DIMENSION_SCALE' 'NAME': 'lat' Read the dataset. ...
If you do not specifystart, then theh5readfunction starts reading the dataset from the first index along each dimension. Number of elements to read, specified as a numeric vector of positive integers. For anN-dimensional dataset,countis a vector of lengthN, specifying the number of elements to...
If you do not specifystart, then theh5readfunction starts reading the dataset from the first index along each dimension. Number of elements to read, specified as a numeric vector of positive integers. For anN-dimensional dataset,countis a vector of lengthN, specifying the number of elements to...
If you do not specifystart, then theh5readfunction starts reading the dataset from the first index along each dimension. Number of elements to read, specified as a numeric vector of positive integers. For anN-dimensional dataset,countis a vector of lengthN, specifying the number of elements to...
HDF5 example.h5 Dataset 'lat' Size: 19 MaxSize: 19 Datatype: H5T_IEEE_F64LE (double) ChunkSize: [] Filters: none FillValue: 0.000000 Attributes: 'units': 'degrees_north' 'CLASS': 'DIMENSION_SCALE' 'NAME': 'lat' Read the dataset. ...
Syntax data = h5read(filename,ds) data = h5read(filename,ds,start,count) data = h5read(filename,ds,start,count,stride)Description data = h5read(filename,ds) reads all the data from the dataset ds contained in the HDF5 file filename. example data = h5read(filename,ds,start,count) ...