統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0