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

contour (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: plots

Requires: MathScript RT Module

Syntax

contour(z)

contour(z, n)

contour(z, h)

contour(x, y, z)

contour(x, y, z, n)

contour(x, y, z, h)

Description

Generates a 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 if you request an output from the function. Either do not request an output or remove this function from scripts before you build a stand-alone application or shared library.

Examples

z = peakfcn2d(50);
contour(z)

Related Topics

contour3d
contouris
plotf_contour


 

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