comparison scripts/statistics/base/ppplot.m @ 6447:3f79532415b5

[project @ 2007-03-24 00:00:31 by jwe]
author jwe
date Sat, 24 Mar 2007 00:00:31 +0000
parents 34f96dd5441b
children 451b346d8c2f
comparison
equal deleted inserted replaced
6446:f82f516c8a00 6447:3f79532415b5
66 else 66 else
67 y = feval (F, s, varargin{:}); 67 y = feval (F, s, varargin{:});
68 endif 68 endif
69 69
70 if (nargout == 0) 70 if (nargout == 0)
71 plot (p, y);
71 axis ([0, 1, 0, 1]); 72 axis ([0, 1, 0, 1]);
72 __gnuplot_set__ nokey;
73 plot (p, y);
74 endif 73 endif
75 74
76 endfunction 75 endfunction