How to compute intersection point for each inequality
1 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
Prabhan Purwar
2020-9-16
编辑:Prabhan Purwar
2020-9-16
Hey,
Kindly have a look at the following thread link:
Hope it helps!!
0 个评论
另请参阅
类别
在 Help Center 和 File 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!