Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

contour3 (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the plots class.

Syntax

contour3(z)

contour3(z, n)

contour3(z, h)

contour3(x, y, z)

contour3(x, y, z, n)

contour3(x, y, z, h)

Description

Generates a 3D contour plot.

Details

Examples

Inputs

Name Description
x Specifies the surface from z in relation to the x-plane. x is a matrix. size(x) must equal size(z).
y Specifies the surface from z in relation to the y-plane. y is a matrix. size(y) must equal size(z).
z Specifies the height of the surface in relation to the z-plane. z is a matrix.
n Specifies the number of contour lines you want to plot.
h Specifies the height levels. h is a vector. length(h) must equal the number of contour lines you want to plot.

Details

This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.

Examples

z = peaks(50);
contour3(z)

Related Topics

contour
contourf


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit