I am attempting to run the GUI using the HydRun.m script. The GUI opens properly but when I click "Data Summary" the following error occurs:
"Undefined function 'quantile' for input arguments of type 'double"
I am using the BB_data.mat file and the search path is pointing to the folder containing the relevant scripts. Notably, the baseflow separation button works and a graph of baseflow and streamflow is generated. One other thing (don't know if it's relevant), but when I tried to use the example_script instead, the error returned was:
"Undefined function 'range' for input arguments of type 'double'."
Any troubleshooting help you can provide would be greatly appreciated, as I am new to using Matlab
Hello,
I am attempting to run the GUI using the HydRun.m script. The GUI opens properly but when I click "Data Summary" the following error occurs:
"Undefined function 'quantile' for input arguments of type 'double"
I am using the BB_data.mat file and the search path is pointing to the folder containing the relevant scripts. Notably, the baseflow separation button works and a graph of baseflow and streamflow is generated. One other thing (don't know if it's relevant), but when I tried to use the example_script instead, the error returned was:
"Undefined function 'range' for input arguments of type 'double'."
Any troubleshooting help you can provide would be greatly appreciated, as I am new to using Matlab