Community Profile

photo

Kane0610


2014년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 1

배지 보기

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

1

답변