Kane0610 - MATLAB Central
photo

Kane0610


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB AnswersFrom 05/14 to 01/25Use left and right arrows to move selectionFrom 05/14Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
135.430
of 296.364

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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)...

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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)-(...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta
Go to top of page