Postprocess: VTK to HDF5

Hi everyone, i want to make post process in matlab. Is there a way to transform VTK files to HDF5?

There are several options:
a. You can use the monitor in MFIX to output the data into .dat, .csv or text format and then load into Matlab.
b. We usually use Paraview for post processing. It is opensource, convenient and powerful. You can use Paraview to read the VTK files and save the data into .csv or text format and then load into Matlab.
c. post_mfix can also be used to post processing if non-cut cell is used.