Solving system of inequalities and plot in 3-dimensional
Show older comments
Hello everyone,
I would like to solve the following system of inequalities:

and then plotted (by hand) the vertices as shown in the attached figure.
I tried the functions like "plotregion", "con2vert", etc. For example :
A=[0 -1 -1; -1 -1 -1];
b= [-2 -3/2];
lb=[0 0 0];
ub= [1 1 1];
close all
plotregion(A,b,lb,ub,[0.1,0.9,0.0]);
axis equal
But I did not get the same plot. Could you please help me in plotting a similar figure.

Thanks in advance.
Accepted Answer
More Answers (0)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

