comparison scripts/plot/surf.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents d42d8c43d3e7
children 1f9ab076f5f7
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
39 newplot (); 39 newplot ();
40 tmp = surface (varargin{:}); 40 tmp = surface (varargin{:});
41 41
42 if (! ishold ()) 42 if (! ishold ())
43 set (h, "view", [-37.5, 30], 43 set (h, "view", [-37.5, 30],
44 "xgrid", "on", "ygrid", "on", "zgrid", "on"); 44 "xgrid", "on", "ygrid", "on", "zgrid", "on");
45 endif 45 endif
46 unwind_protect_cleanup 46 unwind_protect_cleanup
47 axes (oldh); 47 axes (oldh);
48 end_unwind_protect 48 end_unwind_protect
49 49