comparison scripts/plot/clf.m @ 6419:73fcbac81f33

[project @ 2007-03-20 17:18:24 by jwe]
author jwe
date Tue, 20 Mar 2007 17:18:24 +0000
parents 8522b107e4ae
children 38bc358b6c9a
comparison
equal deleted inserted replaced
6418:2efe282221ed 6419:73fcbac81f33
30 cf = gcf (); 30 cf = gcf ();
31 set (cf, "currentaxes", []); 31 set (cf, "currentaxes", []);
32 for k = get (cf, "children") 32 for k = get (cf, "children")
33 delete (k); 33 delete (k);
34 endfor 34 endfor
35 drawnow ();
36 else 35 else
37 print_usage (); 36 print_usage ();
38 endif 37 endif
39 38
40 endfunction 39 endfunction