Feeds
提问
Minimise functions more than 10 variables
I define a function of x with 12 variables as the objective function in fmincon. It gives me the error "Index exceeds array boun...
7 years 前 | 0 个回答 | 0
0
个回答提问
integral2 error, bu the function works
fun = @(x,y) 1-exp(-0.01*norm(x-y)); q = integral2(fun,0,1,0,1); It gives me the following error: Error using integ...
8 years 前 | 2 个回答 | 0