Plotting a set in MATLAB

121 Views Asked by At

I am trying to plot sets like $$\left\{x \in \mathbb R ^3 : x_1,x_2,x_3 \geq 0, x_i \leq x_j + x_k \mbox{for all combinations of }i,j,k \in \{1,2,3\} \right\}$$ with MATLAB to include the figures in a document I am writing and I could not find a nice way to do this. Does anyone know how to do it?

Thanks for any help.