surf_test


surf_test, an Octave code which calls surf(), which demonstrates the display of a 3D surface or contour plot for data of the form Z=F(X,Y).

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

surf_test is available in a MATLAB version and an Octave version.

Related Data and Programs:

contour_gradient, an Octave code which displays contours and gradient vectors for a function f(x,y).

contour_gradient_3d, an Octave code which shows how contours and gradient vectors for a function f(x,y) can be displayed in a 3D plot.

levels, an Octave code which makes a contour plot of a function Z=F(X,Y), choosing the contour levels using random sampling.

test_interp_2d, an Octave code which defines test problems for interpolation of regular or scattered data z(x,y), depending on a 2D argument.

voronoi_mountains, an Octave code which makes a mountain plot of a Voronoi diagram, that is, a surface plot of the distance from each point to its nearest Voronoi generator.

Source Code:


Last revised on 22 April 2019.