I would like to plot the following inequalities: y < p2(1 - p1) and x < p1(1 - ( y / (1 -
Try this: The red area is where both inequalities are satisfied.
[X,Y]=meshgrid(0:0.01:1,0:0.01:1); % Make a grid of points between 0 and 1 p1=0.1; p2=0.2; % Choose some parameters ineq1 = Y