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

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

view(a, b)

[c, d] = view

Description

Sets the viewing position of the current 3D plot. view(a, b) sets the viewing position of the current 3D plot. [c, d] = view returns the viewing position of the current 3D plot.

Details

Examples

Inputs

Name Description
a Specifies the longitude in degrees of the viewing position. a is a scalar.
b Specifies the latitude in degrees of the viewing position. b is a scalar.

Outputs

Name Description
c Returns the longitude in degrees of the viewing position. c is a scalar.
d Returns the latitude in degrees of the viewing position. d is a scalar.

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

[X, Y] = meshgrid2d(0:0.1:1);
Z = sqrt(X.^2 + Y.^2);
surface(X, Y, Z)
[c, d] = view


 

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