Hi Chris,
first thanks for your work here.
Currently I’m trying to solve a problem when controlling HEC-RAS from Matlab. I’m writing
to this thread as it seems to be a very similar problem.
Basically I can’t get the blocking mode working, so HEC-RAS gets closed before finishing
the computation.
Currently the Code launches the computation with this line:
h.Compute_CurrentPlan(0,0);
To enable the blocking mode I tried several combination of arguments, but always get the error:
No method ‘Compute_CurrentPlan’ with matching signature found for class ‘COM.RAS503_HECRASCONTROLLER’.
What are the right arguments for Compute_CurrentPlan to enable the blocking mode?
Thanks for your help, regards
Saskia