Community Profile

photo

DK


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
fminsearch, Not enough input arguments.
I think I corrected my stupid codes. Thanks for your time! dsnowi = 0.01; %dss(ii); grfactor = 0.5; %ggf(jj); startparms = ...

3 years ago | 0

Question


fminsearch, Not enough input arguments.
Below is my code to estimate the parms1 and parms2. Anyone can give me some helps? Thanks! function rresult = calibgrain(...

3 years ago | 2 answers | 0

2

answers

Answered
Problems calling fminsearch (not enough input arguments)
I may not understand parameterizing function. But can you see the code, and why it has the same error above? function rresult...

3 years ago | 0

Question


model parameter estimation from RMSE between modeled outputs and observations
Hello, I am a hydrologist, and trying to estimate soil parameters by using RMSE between modeled outputs (streamflow) and obse...

3 years ago | 2 answers | 0

2

answers

Question


two column vector division
%two column vector division a = [1 2 3 0 0 0 4 5 6]; b = [2 4 6 0 0 0 8 10 12]; a/b %two column vector division withou...

5 years ago | 1 answer | 0

1

answer