Graphics Reference
In-Depth Information
eXerCISe 5-5
represent the surface, your mesh graph and the contour graph whose equation is as follows:
- 22
z e
=
xy
- <<
2
x y
,
2
the graph of the surface (Figure 5-19 ) can be represented as follows:
>> ezsurf('x * exp(-x^2-y^2)', [- 2, 2], [- 2, 2])
Figure 5-19.
the mesh (Figure 5-20 ) graph can be represented as follows:
>> ezmesh('x * exp(-x^2-y^2)', [- 2, 2], [- 2, 2])
Figure 5-20.
Search WWH ::




Custom Search