Does Matlab able to solve an inexact programing model?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Is there a way to solve an inexact programing model with Matlab?
3 Comments
John D'Errico
on 10 Apr 2016
Edited: John D'Errico
on 10 Apr 2016
Define what you mean by the words "inexact programming model". Essentially, you can do anything you want in MATLAB.
Moe
on 10 Apr 2016
John D'Errico
on 11 Apr 2016
Edited: John D'Errico
on 11 Apr 2016
Huh?
Again, SLOW DOWN!
I might guess that the numbers in brackets refer to intervals? By this:
[20,30] y1
are you intending to multiply the number y1 by a number in the interval [20,30]?
If so, then what do you mean by "solving" this "problem"?
z = [20, 30] y1 + [70, 80] y2
Is z given? If z is not given, then to try to solve anything is meaningless.
If you want an answer, you need to CLEARLY explain what you need.
If your question is indeed about interval arithmetic, then I would suggest that you do a Google search with terms like:
interval arithmetic MATLAB
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!