Hello,
ich would like to open a HDF file with measured data. Until now i used ArtemiS SUITE and NI DIAdem for evaluation. But both of these could not handle the task anymore.
In the file there are about 25 channels for different sensors (x,y,z).
I'm complete new to MATLAB and first of all i just would like to open the file and access the data.
I changed the current folder of MATLAB to my folder with the file.
Then i tried "h5disp(filename)" with my real filename to show the structure and the metadata but in the command window it says:
"Undefined variable "filename..." or class "filename...".
Does anyone give me an advice how to load/access the data?
I am using MATLAB R2016a.
Thank you!