This is the figure I have with me now. There are 10 planes, but I want to plot them individually. How can I do that?
Asked
Active
Viewed 191 times
1 Answers
0
mesh(X,Y,Z) creates a mesh plot, which is a three-dimensional surface that has solid edge colors and no face colors. The function plots the values in matrix Z as heights above a grid in the x-y plane defined by X and Y. The edge colors vary according to the heights specified by Z.

Luke Stolny
- 11
- 1