Info

This question is closed. Reopen it to edit or answer.

Can anyone please suggest me how I can solve this non-linear optimation? Thanks.

1 view (last 30 days)
Please see the attached image. Note that Pi is known for all i and we need to estimate xi.
  2 Comments
Cedric
Cedric on 14 Jun 2014
You didn't attach the image; once you have chosen the file, you still have to click on [ Attache File] in the lower right corner.
krishna
krishna on 14 Jun 2014
Edited: krishna on 14 Jun 2014
Sorry, i've done it now. Please see the attached image for the problem.

Answers (1)

Alan Weiss
Alan Weiss on 16 Jun 2014
This is a binary integer programming problem. Checking the optimization decision table, you should use the intlinprog function.
You need to encode your constraints as matrices. See the documentation on linear inequality constraints.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation

Community Treasure Hunt

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

Start Hunting!