Chapter 31. graph3d

Table of Contents

surf

surf

Type: External

Group: Graph3d

Syntax

SURF(matrix)

Description

Plots a 3 dimensional surface

Examples

[x,y]=MESHGRID([-2:0.2:2],[-2:0.2:2]) SURF(sin(x).*cos(y))

See Also

plot, plot3