comparison scripts/plot/xlabel.m @ 7425:fe4a43e1d1d3

[project @ 2008-01-28 09:13:01 by jwe]
author jwe
date Mon, 28 Jan 2008 09:13:01 +0000
parents c18512d0ddb6
children 6f2d95255911 72830070a17b
comparison
equal deleted inserted replaced
7424:132647e6c829 7425:fe4a43e1d1d3
47 unwind_protect_cleanup 47 unwind_protect_cleanup
48 axes (oldh); 48 axes (oldh);
49 end_unwind_protect 49 end_unwind_protect
50 50
51 if (nargout > 0) 51 if (nargout > 0)
52 retval = h; 52 retval = tmp;
53 endif 53 endif
54 54
55 endfunction 55 endfunction