I have running an error when run the
'example_cpp_io_in_parts.m' script in Matlab2022a
+++++++++++++++++++++
Writing medium parameters... Error using h5write
The value of 'start' is invalid. Expected START to be one of these types:
double
Error in writeMatrix (line 204)
h5write(filename, ['/' matrix_name], matrix,'TextEncoding', 'system');
Error in example_cpp_io_in_parts (line 115)
writeMatrix([pathname input_filename], rho0, 'rho0');
++++++++++++++++
Any advice?