Hi everybody,
Is it possible to change Valve setting that is an index of a curve in Matlab?
I use below code and I got error: “Error using epanet/setLinkInitialSetting (line 2202)
Input Error 202: function call contains illegal numeric value.”
x = d.getLinkInitialSetting
d.setLinkInitialSetting(x)
or
x = d.getLinkSettings
d.setLinkSettings(x)