-1

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?

figure

Wolfie
  • 27,562
  • 7
  • 28
  • 55
und
  • 1

1 Answers1

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.