Feeds
提问
Can anyone please debug the error
My function is as follows function F = myobjfun(x,y) syms i x y k F = symsum(((y(3).*x(i).*log(1+x(i))/symsum(x(k),k,0,9)...
10 years 前 | 2 个回答 | 0
2
个回答提问
Can anyone please debug the error
My function is as follows function F = myobjfun(x,y) syms i x y k F = symsum(((y(3).*x(i).*log(1+x(i))/symsum(x(k),k,0,9)-(...
10 years 前 | 0 个回答 | 0
0
个回答提问
How do i formulate the following otimization function in matlab?
min summation over i {y1*log(1+x(i))*x(i)/sum(x(i))-y2*x(i)} The above problem has a summation inside a summation of the same...
10 years 前 | 1 个回答 | 0