Feeds
提问
MATlab fminunc error too many input arguments
I run the code from the simple example in the Optimazation Toolbox user's guide: >>anonrosen = @(x) (100*(x(2) - x(1)^2)^2 + (1...
6 years 前 | 0 个回答 | 0
0
个回答提问
How do I use fsolve
Consider the following unconstrained optimization problem: minimize f(x1,x2,…xn)=x1^3+x1^2+2x2^2+3x3^2+x1x2+x2x3-8x1-16x2-32x3+1...
6 years 前 | 1 个回答 | 0