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

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

gcf

obj = gcf

Description

Returns the reference to the current plot window. If no plot window exists, gcf generates a new plot window.

Details

Examples

Outputs

Name Description
obj Returns the reference to the current plot window. obj is a reference to a plot window.

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 = 0:1:10;
plot(X)
figure
Y = X.*X;
plot(Y)
obj = gcf

Related Topics

figure
gca
plot
plot3
subplot
surf


Resources


 

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