Hi All,
I notice that there are several posts with errors when running the C code from within the m-file. Has anyone got this to work? I'm running Win7 with Sandybeach CPU. I notice that some posts mention the setting of permissions, but I have no idea how to do that in Windows.
Thanks!
Error using h5readc
The HDF5 library encountered an error and produced the following
stack trace information:
H5FD_windows_open unable to open file, errno = 2, error
message = 'No such file or directory'
H5FD_open open failed
H5F_open unable to open file: time = Sat Mar 11
22:49:21 2017
, name =
'C:\Users\T410s\AppData\Local\Temp\kwave_output_data11-Mar-2017-22-48-57.h5',
tent_flags = 0
H5Fopen unable to open file
Error in h5read (line 59)
[data,var_class] = h5readc(Filename,Dataset,start,count,stride);
Error in kspaceFirstOrder3DC (line 347)
Nx = h5read(output_filename, '/Nx');
Error in example_us_beam_patterns (line 178)
sensor_data = kspaceFirstOrder3DC(kgrid, medium, transducer, sensor,
input_args{:});