next up previous contents
Next: PLOT Plot Function Up: Plot Functions Previous: NEWPLOT New Plot Window   Contents

Subsections

USEPLOT Use Plot Window Function

Usage

Changes the active plot window to the specified handle (or plot number). The general syntax for its use is

  useplot(handle)

where handle is the handle to use. If the plot window corresponding to x does not already exist, a new window with this handle number is created.

Example

In this example, we create two plot windows, and then use the useplot command to activate the first window.

--> newplot
ans = 
  <int32>  - size: [1 1]
             1  
--> newplot
ans = 
  <int32>  - size: [1 1]
             2  
--> useplot(1)



2004-08-26