Linear Program set up for this Optimization (linprog)

조회 수: 2 (최근 30일)
david
david 2011년 11월 2일
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
Walter Roberson
Walter Roberson 2011년 11월 2일
That was well done, to figure out how to embed the image. Relatively few people have found the technique for doing that.
Jake Bolanski
Jake Bolanski 2011년 11월 3일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Amith Kamath
Amith Kamath 2011년 11월 3일
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:

카테고리

Help CenterFile Exchange에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by