A problem with Linear Programming Problems
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi everyone, I need a guidance on a problem with linprog. I have an optimization problem that weights and the minimum value of the objective function are needed, but I can't allocate the parameters properly. The form of problem and subjects are like this. The picture of the problem is attached.
Any help regarding understanding the problem and getting a solution would be much appreciated.

Ws and Ksi are the optimal weights and objective function we want to obtain and As are the vector that its values are present.
댓글 수: 3
답변 (3개)
Ali Naeemah
2021년 10월 14일
Please kindly gentlemen, can you highlight the parts that can be changed with my values, please because I am confused about what values I have to change exactly.
댓글 수: 1
Ali Naeemah
2021년 10월 15일
Hello sir
Please kindly,
Can you highlight or identify the place that I have to insert my values, please? I am confused about where I have to insert my values exactly in the code.
Thank you so much
Matt J
2018년 8월 24일
It should be straightforward to cast this into the form of linear in/equalities, once you recognize that
|P|<=q
is equivalent to the simultaneous constraints
p-q<=0
-p-q<=0
댓글 수: 0
Mostafa Eftekhary Mamaghani
2018년 8월 28일
편집: Mostafa Eftekhary Mamaghani
2018년 8월 28일
댓글 수: 7
Soheil sadeghi
2021년 5월 6일
Is it possible to upload an Excel file as well?
Because it seems that in the Excel file associated with this code, a set of cells are named.
참고 항목
카테고리
Help Center 및 File 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!
