Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Does Matlab able to solve an inexact programing model?

조회 수: 1 (최근 30일)
Moe
Moe 2016년 4월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
Is there a way to solve an inexact programing model with Matlab?
  댓글 수: 3
Moe
Moe 2016년 4월 10일
Let's say I want to slove the following problem:
z = [20, 30] y1 + [70, 80] y2
with set of the following constraints:
[2, 3] y1 + y2 <= 100,
3 y1 + [6, 7] y2 <= 350,
John D'Errico
John D'Errico 2016년 4월 11일
편집: John D'Errico 2016년 4월 11일
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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by