How to compute intersection point for each inequality

조회 수: 1 (최근 30일)
danish ansari
danish ansari 2020년 9월 2일
편집: Prabhan Purwar 2020년 9월 16일
i need to find the intersection of the following inequalities:
1) t>=2.5*s
2) 0.5<=s<=10
3) 2.5<=t<=25
4) 10<=r<=20
where r= (sqrt(3)/2)*x+(y-x.^2.*y./(8*y.^2));
I need to iterate over each pair of constraints to find the intersection point
which function should i use to solve it?

답변 (1개)

Prabhan Purwar
Prabhan Purwar 2020년 9월 16일
편집: Prabhan Purwar 2020년 9월 16일

카테고리

Help CenterFile Exchange에서 Get Started with Optimization Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by