after the new k-wave files installation (vewsion 1.3), I am facing error while running any of the simulations (I tried quite a few simulations, the error seems to be same). MATLAB version R2017a
the error message is below. let me know how to fix. this error message I got when trying to run the example of Using A Binary Sensor Mask Example (example_ivp_binary_sensor_mask.m). few other example also I got the same error.
*************
Undefined function or variable 'kspaceFirstOrder_setDefaults'.
Error in kspaceFirstOrder_inputChecking (line 56)
kspaceFirstOrder_setDefaults;
Error in kspaceFirstOrder2D (line 537)
kspaceFirstOrder_inputChecking;
Error in example_ivp_binary_sensor_mask (line 69)
sensor_data = kspaceFirstOrder2D(kgrid, medium, source, sensor);