Is it neccessary to define the ChunkSize and Filters when using h5read?

조회 수: 9 (최근 30일)
wei zhang
wei zhang 2020년 6월 5일
댓글: Walter Roberson 2021년 2월 17일
I am using h5read to read some data from hdf5 file. In the Matlab examples, the properties, "ChunkSize" and "Filters", are set as default. But in my own data, they have their specific values.
ChunkSize: [1 9498 2]
>> ifo.Filters
ans =
struct with fields:
Name: 'deflate'
Data: 4
I want to know should I set these properties in the h5read command? If it is neccessary, how could I achieve that? I have little knowledge of the exactly meanings for these properties. Thank you.

답변 (1개)

Abhishek Gupta
Abhishek Gupta 2021년 2월 17일
Hi,
As per my understanding, you would like to know if you need to define the "ChunkSize" and "Filters" parameters while reading the file using the "h5read" function. If you have already defined the "ChunkSize" and "Filters", while creating the HDF5 dataset, then there is no need to specify. To confirm, if your dataset has the desired parameter values, then use the "h5disp" function in MATLAB.
Referring to the following MATLAB documentation: -
  1. h5read
  2. h5create
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 2월 17일
You would only need to specify them if you had reason to override the values stored in the file.

댓글을 달려면 로그인하십시오.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by