Dear all,
I used the Matlab script outputfile_converter.m to convert output into DZT format, but when I selected the outputfile, an error popped up:
Error using h5readc
Unable to open file. Filename may be corrupt or have unsupported characters.
Error in h5read (line 58)
[data, var_class] = h5readc(Filename,Dataset,start,count,stride);
Anyone encounter the same issue like me? My file name is 'trial.out' so I think it is supposed to be fine. Thankyou.