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

plotf_3d (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

plotf_3d(f)

plotf_3d(f, r)

Legacy Name: ezplot3

Description

Generates a 3D plot of a curve in space. The curve consists of three functions that all share the same independent variable.

Details

Examples

Inputs

Name Description
f Specifies three functions you want to plot. f consists of three strings separated by commas. Each string represents a valid expression. All three functions (x(t), y(t), z(t)) share the same independent variable t.
r Specifies the t-region of the plot. r is a two-element real vector [tmin, tmax]. The default is [0, 2*pi].

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

plotf_3d('cos(t)', 'sin(t)', 't', [-2*pi, 4*pi])

plotf_3d('x^2', 'x^3-x', 'x^3+x^2', [-2*pi, 4*pi])

Related Topics

plotf
plot3d


 

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