I am receiving the following error when I am using 'kspaceFirstOrder2DG'
+---------------------------------------------------------------+
| kspaceFirstOrder-CUDA v1.3 |
+---------------------------------------------------------------+
| Reading simulation configuration: Failed |
+---------------------------------------------------------------+
+---------------------------------------------------------------+
| !!! K-Wave experienced a fatal error !!! |
+---------------------------------------------------------------+
| Error: Invalid format of the input file: iostream stream |
| error |
+---------------------------------------------------------------+
| Execution terminated |
+---------------------------------------------------------------+
Error using h5readc
The filename specified was either not found on the MATLAB path or it contains unsupported characters.
Error in h5read (line 66)
[data,var_class] = h5readc(Filename,Dataset,start,count,stride);
Error in kspaceFirstOrder3DC (line 569)
Nx = h5read(output_filename, '/Nx');
Error in kspaceFirstOrder2DG (line 76)
sensor_data = kspaceFirstOrder3DC(varargin{:});
Error in forward (line 45)
sensor_data = kspaceFirstOrder2DG(kgrid, medium, source, sensor, input_args{:});
Error in broad_UST_data_3_ink (line 118)
sensor_data = forward(object, time, medium, sensor);
Kindly please help me to rectify this error.