Linear Program set up for this Optimization (linprog)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi everyone: I am new to Matlab and this forum. Hope can find an answer for this problem. I am trying to solve the optimization problem using linprog, but I have no idea how to set up the input matrices and constraint vectors. Please see below the problem.
Where E[Yi] will be known vector, Vi = 0.2, X0 and qk will be given. X and Xi are the vectors want to solve. Any help would be appreciated! Many thanks.
2 comentarios
Walter Roberson
el 2 de Nov. de 2011
That was well done, to figure out how to embed the image. Relatively few people have found the technique for doing that.
Jake Bolanski
el 3 de Nov. de 2011
Can't you just put the link in 2 angular brackets? There is a link called "Markup Help" above where you post which explains it.
Respuestas (1)
Amith Kamath
el 3 de Nov. de 2011
From whatever optimization problems I've solved in MATLAB, the easiest way to do it has always been using the package called cvx, distributed free from Prof. Boyd's lab at Stanford. Here is a link for that, and the user interface is much more intuitive than linprog:
0 comentarios
Ver también
Categorías
Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!