Hi everybody,
I have been trying to plot a function
z^2=(5-x)*(5-y)
using only the positive values of the cone, and within the boundary set by
x+y>=-12.5
I've been messing around with 'meshgrid' and 'surf' but can't seem to get the boundary right. If somebody could point me in the right...