comparison scripts/statistics/base/qqplot.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
76 q_label = sprintf ("%s with parameter(s) %g%s", func2str (f), 76 q_label = sprintf ("%s with parameter(s) %g%s", func2str (f),
77 varargin{1}, tmp); 77 varargin{1}, tmp);
78 endif 78 endif
79 79
80 if (nargout == 0) 80 if (nargout == 0)
81 plot (q, s);
81 xlabel (q_label); 82 xlabel (q_label);
82 ylabel ("sample points"); 83 ylabel ("sample points");
83 __gnuplot_set__ nokey;
84 plot (q, s);
85 endif 84 endif
86 85
87 endfunction 86 endfunction