Mercurial > hg > octave-lyh
comparison scripts/plot/close.m @ 4226:eafca8134ab6
[project @ 2002-12-18 03:26:47 by jwe]
author | jwe |
---|---|
date | Wed, 18 Dec 2002 03:26:57 +0000 |
parents | fa4dfbc33ce5 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
4225:fa4dfbc33ce5 | 4226:eafca8134ab6 |
---|---|
23 ## Close the plot window(s). | 23 ## Close the plot window(s). |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |
26 ## Author: jwe | 26 ## Author: jwe |
27 | 27 |
28 ## mark_as_command: close | 28 ## PKG_ADD: mark_as_command close |
29 | 29 |
30 function retval = close (arg1, arg2) | 30 function retval = close (arg1, arg2) |
31 | 31 |
32 static warned_all = false; | 32 static warned_all = false; |
33 static warned_name = false; | 33 static warned_name = false; |