Example 05
ListPlot3D[z], ListContourPlot[z], ListDensityPlot[z]
GIVEN: A matrix z (13,9)
REQUIRED: Plot the data.
SOLUTION: Generate example05.nb
z={{100, 99, 100, 99, 100, 99, 99, 99, 100},
{100, 99, 99, 99, 100, 99, 100, 99, 99},
{99, 99, 98, 98, 100, 99, 100, 100, 100},
{100, 98, 97, 97, 99, 100, 100, 100, 99},
{101, 100, 98, 98, 100, 102, 103, 100, 100},
{102, 103, 101, 100, 102, 106, 104, 101, 100},
{99, 102, 100, 100, 103, 108, 106, 101, 99},
{97, 99, 100, 100, 102, 105, 103, 101, 100},
{100, 102, 103, 101, 102, 103, 102, 100, 99},
{100, 102, 103, 102, 101, 101, 100, 99, 99},
{100, 100, 101, 101, 100, 100, 100, 99, 99},
{100, 100, 100, 100, 100, 99, 99, 99, 99},
{100, 100, 100, 99, 99, 100, 99, 100, 99}};
ListPlot3D[z]
Example
Homework:
a. set Mesh to False.
Please send questions or suggestions about this web page to beatnic@aset.psu.edu
ASET | ITS | Penn State
|