comparison scripts/statistics/base/qqplot.m @ 10549:95c3e38098bf

Untabify .m scripts
author Rik <code@nomad.inbox5.com>
date Fri, 23 Apr 2010 11:28:50 -0700
parents a1dbe9d80eee
children e151e23f73bc
comparison
equal deleted inserted replaced
10548:479536c5bb10 10549:95c3e38098bf
76 tmp = sprintf (", %g", varargin{2:end}); 76 tmp = sprintf (", %g", varargin{2:end});
77 else 77 else
78 tmp = ""; 78 tmp = "";
79 endif 79 endif
80 q_label = sprintf ("%s with parameter(s) %g%s", func2str (f), 80 q_label = sprintf ("%s with parameter(s) %g%s", func2str (f),
81 varargin{1}, tmp); 81 varargin{1}, tmp);
82 endif 82 endif
83 83
84 if (nargout == 0) 84 if (nargout == 0)
85 plot (q, s); 85 plot (q, s);
86 xlabel (q_label); 86 xlabel (q_label);