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

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

close

close all

close(a)

Description

Closes figures that you create with commands from the plots class. close closes the current figure. close all closes all figures. close(a) closes figure a.

Details

Examples

Inputs

Name Description
a Specifies the figure number you want to close. a is a positive integer. LabVIEW generates an error if a is not an integer or if a is an integer that does not correspond to an existing window.

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

X = 0:1:10;
plot(X)
input('Wait a moment ...');
close

Related Topics

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