Mercurial > hg > octave-avbm
comparison scripts/plot/__uiobject_close_all__.m @ 6300:a528366b5a96
[project @ 2007-02-10 20:02:00 by jwe]
author | jwe |
---|---|
date | Sat, 10 Feb 2007 20:02:00 +0000 |
parents | 0bccc5944e00 |
children |
comparison
equal
deleted
inserted
replaced
6299:0bccc5944e00 | 6300:a528366b5a96 |
---|---|
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |
26 ## Author: jwe | 26 ## Author: jwe |
27 | 27 |
28 function __uiobject_close_all__ () | 28 function __uiobject_close_all__ () |
29 fputs (stderr, "closing all figures\n"); | |
30 close ("all"); | 29 close ("all"); |
31 endfunction | 30 endfunction |