Skip to content

surface

Low-level 3D surface primitive.

h = surface(X, Y, Z, ...)

Like surf but doesn’t change the view properties of the current axes. Use when you want to add a surface to existing 3D content without disrupting the camera, axis limits, or aspect ratio.

surface(X, Y, Z)
  • surf — 3D surface plot with colored faces.