How do I plot a 3d surface over a specified domain?

I apologise if this has been answered before but I cannot find the answer!
I want to plot the surface: 3a(b-a)^2 / 24b over the 'wedge' in the positive orthant with a \leq b.

 채택된 답변

Walter Roberson
Walter Roberson 2014년 4월 20일

1 개 추천

Create a rectangular grid that is the bounding box. For points inside the wedge, set the grid value to the expression you gave. For points outside the wedge, set the grid value to NaN. At the end, surf() the result.

추가 답변 (0개)

카테고리

질문:

2014년 4월 20일

답변:

2014년 4월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by