5426
|
1 2005-08-15 John W. Eaton <jwe@octave.org> |
|
2 |
|
3 * strings/strcat.m: Allow single argument. |
|
4 |
5416
|
5 2005-07-18 John W. Eaton <jwe@octave.org> |
|
6 |
|
7 * strings/strcmp.m: Delete. |
|
8 |
5413
|
9 2005-07-13 John W. Eaton <jwe@octave.org> |
|
10 |
|
11 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
12 versions of Octave. |
|
13 |
|
14 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
15 |
|
16 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
17 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
18 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
19 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
20 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
21 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
22 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
23 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
24 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
25 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
26 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
27 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
28 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
29 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
30 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
31 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
32 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
33 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
34 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
35 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
36 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
37 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
38 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
39 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
40 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
41 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
42 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
43 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
44 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
45 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
46 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
47 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
48 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
49 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
50 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
51 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
52 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
53 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
54 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
55 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
56 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
57 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
58 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
59 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
60 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
61 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
62 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
63 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
|
64 * statistics/distributions/unifcdf.m: Rename from uniform_cdf.m. |
|
65 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
66 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
67 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
68 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
69 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
70 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
71 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
72 |
|
73 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
74 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
75 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
76 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
77 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
78 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
79 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
80 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
81 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
82 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
83 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
84 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
85 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
86 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
87 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
88 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
89 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
90 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
91 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
92 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
93 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
94 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
95 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
96 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
97 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
98 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
99 deprecated/wiener_rnd.m: New files. |
|
100 |
5408
|
101 2005-07-08 John W. Eaton <jwe@octave.org> |
|
102 |
|
103 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
104 * deprecated/weibull_rnd.m: New file. |
|
105 |
5407
|
106 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
107 |
|
108 * strings/dec2base.m: Allow matrix arguments. |
|
109 |
5406
|
110 2005-07-08 John W. Eaton <jwe@octave.org> |
|
111 |
|
112 * plot/__errplot__.m: Use __plot_globals__. |
|
113 * plot/__plt__.m: Likewise. |
|
114 * plot/figure.m: Likewise. |
|
115 |
|
116 * plot/hold.m: New file. |
|
117 * plot/ishold.m: New file. |
|
118 * plot/__plot_globals__.m: New file. |
|
119 |
5400
|
120 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
121 |
|
122 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
123 |
|
124 2005-07-05 John W. Eaton <jwe@octave.org> |
|
125 |
|
126 * strings/findstr.m: Return [] for no matches. |
|
127 |
5399
|
128 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
129 |
|
130 * miscellaneous/tic.m: Fix doc string. |
|
131 |
5395
|
132 2005-06-15 John W. Eaton <jwe@octave.org> |
|
133 |
|
134 * polynomial/polyfit.m: Force return value to be a row vector. |
|
135 |
5393
|
136 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
137 |
|
138 * general/isequal.m: Correct nargin check. |
|
139 |
5388
|
140 2005-06-14 John W. Eaton <jwe@octave.org> |
|
141 |
|
142 * general/isvector.m: Handle N-d arrays. |
|
143 From Bill Denney <denney@seas.upenn.edu>. |
|
144 |
5381
|
145 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
146 |
|
147 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
148 |
5377
|
149 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
150 |
|
151 * signal/freqz.m: Use correct calculations when given a vector of |
|
152 frequencies. Improve accuracy of returned frequency vector. |
|
153 Improve speed for medium length filters (at a slight cost for slow |
|
154 filters). Add test cases. |
|
155 |
5373
|
156 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
157 |
|
158 * plot/loglog.m: Fix set commands. |
|
159 |
5381
|
160 2005-05-25 John W. Eaton <jwe@octave.org> |
|
161 |
|
162 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
163 |
5371
|
164 2005-05-24 John W. Eaton <jwe@octave.org> |
|
165 |
5373
|
166 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
167 |
5372
|
168 * strings/strncmp.m: New file, from Tom Holroyd |
|
169 <tomh@kurage.nimh.nih.gov>. |
|
170 |
5371
|
171 * strings/strcmp.m: Return logical values in all cases. |
|
172 |
5366
|
173 2005-05-23 John W. Eaton <jwe@octave.org> |
|
174 |
|
175 * plot/orient.m: New file. Adapt to Octave coding style. |
|
176 Texinfoize doc string. |
|
177 |
|
178 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
179 PKG_ADD command. Use set terminal consistently throughout. Use |
|
180 set terminal push/pop and unconditionally set output to screen |
|
181 when done to avoid requiring gget. Use a cell array for dev_list |
|
182 and cellidx to search for items in the list. Delete local |
|
183 variable endl. Don't set and restore automatic_replot. Use {} |
|
184 instead of nth to index varargin. Delete local variable |
|
185 va_arg_cnt. |
|
186 |
5355
|
187 2005-05-18 John W. Eaton <jwe@octave.org> |
|
188 |
|
189 * general/num2str.m: Return early if X is a character string. |
|
190 |
5347
|
191 2005-05-11 John W. Eaton <jwe@octave.org> |
|
192 |
5348
|
193 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
194 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
195 |
5347
|
196 * plot/polar.m: Don't call __pltopt__ here. |
|
197 |
5333
|
198 2005-05-02 John W. Eaton <jwe@octave.org> |
|
199 |
|
200 * mkdoc: Print header message. |
|
201 |
5319
|
202 2005-04-28 John W. Eaton <jwe@octave.org> |
|
203 |
|
204 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
205 startup/octaverc. |
|
206 |
5318
|
207 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
208 |
|
209 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
210 (__im_numeric_limits__): New internal function. |
|
211 |
5317
|
212 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
213 |
|
214 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
215 data, not mean of group_mean. |
|
216 |
|
217 2005-04-28 John W. Eaton <jwe@octave.org> |
|
218 |
|
219 * startup/local-rcfile: New file. |
|
220 * startup/main-rcfile: Rename from startup/octaverc. |
|
221 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
222 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
223 Install local-rcfile in $(localfcnfiledir)/startup. |
|
224 |
|
225 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
226 |
|
227 * startup/inputrc: New file. |
|
228 * startup/octaverc: Configure readline using inputrc from |
|
229 startupfiledir. |
|
230 * startup/Makefile.in (install, install-strip): Install octaverc |
|
231 in $(fcnfiledir)/startup. |
|
232 |
5310
|
233 2005-04-27 John W. Eaton <jwe@octave.org> |
|
234 |
|
235 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
236 |
5289
|
237 2005-04-21 John W. Eaton <jwe@octave.org> |
|
238 |
|
239 * optimization/glpk.m: Handle SENSE argument. |
|
240 |
|
241 * optimization/qp.m, optimization/sqp.m: New files. |
|
242 |
5276
|
243 2005-04-08 John W. Eaton <jwe@octave.org> |
|
244 |
|
245 * Makefile.in (clean, distclean, maintainer-clean): |
|
246 Avoid duplication in rules. |
|
247 |
5252
|
248 2005-03-28 John W. Eaton <jwe@octave.org> |
|
249 |
|
250 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
251 setting {no,}parametric. |
|
252 * plot/figure.m: Likewise, for setting terminal type. |
|
253 |
|
254 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
255 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
256 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
257 plot/title.m, plot/top_title.m: Avoid eval. |
|
258 |
5251
|
259 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
260 |
5253
|
261 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
262 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
263 Use __gnuplot_replot__ instead of replot. |
|
264 |
5252
|
265 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
266 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
267 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
268 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
269 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
270 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
271 plot/subwindow.m, plot/title.m, plot/top_title.m: |
|
272 Use __gnuplot_raw__ instad of __gnuplot_set__. |
|
273 |
5251
|
274 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
275 |
5244
|
276 2005-03-24 John W. Eaton <jwe@octave.org> |
|
277 |
|
278 * optimization/glpkmex.m: Texinfoize Doc string. |
|
279 * optimization/glpk.m: Likewise. |
|
280 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
281 (row vectors are orginary character strings). |
|
282 * optimization/glpkparam.m: Delete. |
|
283 |
5243
|
284 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
285 |
|
286 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
287 of dimensions of X. |
|
288 |
5237
|
289 2005-03-23 John W. Eaton <jwe@octave.org> |
|
290 |
5239
|
291 * general/tril.m, general/triu.m: Return value of same class as |
|
292 argument. |
|
293 |
5237
|
294 * optimization/glpk.m: Simplify interface. By default, solve |
|
295 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
296 * optimization/glpkmex.m: New file. |
|
297 |
5232
|
298 2005-03-22 John W. Eaton <jwe@octave.org> |
|
299 |
5237
|
300 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
301 list. |
|
302 |
5233
|
303 * optimization/glpk.m: Adapt to Octave coding style. |
|
304 No need for varargout or varargin. |
|
305 Print usage message if nargin > 11. |
|
306 Allow any value of nargout. |
|
307 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
308 Avoid looping when checking character classes. |
|
309 |
5232
|
310 * optimization: New directory. |
|
311 * Makefile.in (SUBDIRS): Add it to the list. |
|
312 * optimization/Makefile.in: New file. |
|
313 * optimization/glpk.m, optimization/glpkparams.m, |
|
314 optimization/glpktest1, optimization/glpktest2: New files. |
|
315 |
5218
|
316 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
317 |
|
318 * strings/split.m: Quick return for empty second arg. |
|
319 Improve warning for multi-line strings. |
|
320 Speed up by avoiding sprintf in loop and eval. |
|
321 |
5217
|
322 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
323 |
|
324 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
325 * polynomial/polyder.m: Ditto. |
|
326 * polynomial/polygcd.m: New function. |
|
327 |
5214
|
328 2005-03-16 John W. Eaton <jwe@octave.org> |
|
329 |
5215
|
330 * control/base/__stepimp__.m, control/base/bode.m, |
|
331 control/base/frdemo.m, control/base/nichols.m, |
|
332 control/base/nyquist.m, control/base/pzmap.m, |
|
333 control/base/rldemo.m, control/base/rlocus.m, |
|
334 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
335 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
336 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
337 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
338 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
339 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
340 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
341 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
342 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
343 plot/xlabel.m, quaternion/demoquat.m, |
|
344 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
345 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
346 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
347 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
348 gsplot from @seealso docs. |
5214
|
349 |
|
350 * plot/replot.m: New file. |
|
351 |
5205
|
352 2005-03-15 David Bateman <dbateman@free.fr> |
|
353 |
|
354 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
355 |
5196
|
356 2005-03-09 John W. Eaton <jwe@octave.org> |
|
357 |
|
358 * statistics/Makefile.in (bin-dist): Delete target. |
|
359 (BINDISTSUBDIRS): Delete variable. |
|
360 * scripts/control/Makefile.in: Likewise. |
|
361 |
5378
|
362 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
363 (BINDISTFILES): Delete variable. |
5378
|
364 * control/base/Makefile.in: Likewise. |
|
365 * control/hinf/Makefile.in: Likewise. |
|
366 * control/obsolete/Makefile.in: Likewise. |
|
367 * control/system/Makefile.in: Likewise. |
|
368 * control/util/Makefile.in: Likewise. |
|
369 * deprecated/Makefile.in: Likewise. |
|
370 * elfun/Makefile.in: Likewise. |
|
371 * finance/Makefile.in: Likewise. |
|
372 * general/Makefile.in: Likewise. |
|
373 * image/Makefile.in: Likewise. |
|
374 * sparse/Makefile.in: Likewise. |
|
375 * io/Makefile.in: Likewise. |
|
376 * plot/Makefile.in: Likewise. |
|
377 * Makefile.in: Likewise. |
|
378 * miscellaneous/Makefile.in: Likewise. |
|
379 * linear-algebra/Makefile.in: Likewise. |
|
380 * polynomial/Makefile.in: Likewise. |
|
381 * quaternion/Makefile.in: Likewise. |
|
382 * set/Makefile.in: Likewise. |
|
383 * signal/Makefile.in: Likewise. |
|
384 * specfun/Makefile.in: Likewise. |
|
385 * special-matrix/Makefile.in: Likewise. |
|
386 * startup/Makefile.in: Likewise. |
|
387 * statistics/base/Makefile.in: Likewise. |
|
388 * statistics/distributions/Makefile.in: Likewise. |
|
389 * statistics/models/Makefile.in: Likewise. |
|
390 * statistics/tests/Makefile.in: Likewise. |
|
391 * strings/Makefile.in: Likewise. |
|
392 * time/Makefile.in: Likewise. |
5196
|
393 |
5195
|
394 2005-03-08 John W. Eaton <jwe@octave.org> |
|
395 |
|
396 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
397 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
398 |
5192
|
399 2005-03-04 John W. Eaton <jwe@octave.org> |
|
400 |
|
401 * plot/clg.m: New file. |
|
402 |
5193
|
403 2005-03-03 John W. Eaton <jwe@octave.org> |
|
404 |
|
405 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
406 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
407 strings/strcmpi.m: |
|
408 New files from Octave-forge. Adapt to Octave coding standards. |
|
409 |
5181
|
410 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
411 |
|
412 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
413 computation range. |
|
414 |
5164
|
415 2005-02-25 John W. Eaton <jwe@octave.org> |
|
416 |
|
417 Sparse merge. |
|
418 |
|
419 2005-01-23 David Bateman <dbateman@free.fr> |
|
420 |
|
421 * sparse/randperm.m: Delete duplicate randperm.m. |
|
422 |
|
423 2005-01-10 John W. Eaton <jwe@octave.org> |
|
424 |
|
425 * sparse/Makefile.in: New file. |
|
426 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
427 |
|
428 2005-01-07 David Bateman <dbateman@free.fr> |
|
429 |
|
430 * set/unique.m: import file from octave-forge. |
|
431 |
|
432 2005-01-05 David Bateman <dbateman@free.fr> |
|
433 |
|
434 * Makefile.in: include sparse directory in SUBDIRS. |
|
435 |
|
436 2004-12-30 John W. Eaton <jwe@octave.org> |
|
437 |
|
438 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
439 src/DLD-FUNCTIONS/sparse.cc). |
|
440 |
|
441 2004-12-28 John W. Eaton <jwe@octave.org> |
|
442 |
|
443 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
444 Andy Adler <adler@site.uottawa.ca>. |
|
445 |
|
446 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
447 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
448 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
449 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
450 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
451 |
|
452 * sparse: New directory. |
|
453 |
5158
|
454 2005-02-22 John W. Eaton <jwe@octave.org> |
|
455 |
|
456 * polynomial/residue.m: Force prepad to always create row vectors. |
|
457 |
|
458 * polynomial/poly.m: Quick return if m is 0. |
|
459 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
460 |
5154
|
461 2005-02-21 David Bateman <dbateman@free.fr> |
|
462 |
|
463 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
464 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
465 Fix for row vectors with at least one element of lambda not in |
|
466 (0, Inf). |
|
467 |
5152
|
468 2005-02-21 John W. Eaton <jwe@octave.org> |
|
469 |
5153
|
470 * statistics/base/qqplot.m: Use feval instead of eval. |
|
471 |
5152
|
472 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
473 plot/__axis_label__.m: Issue replot command. |
|
474 |
5135
|
475 2005-02-09 John W. Eaton <jwe@octave.org> |
|
476 |
|
477 * polynomial/polyderiv.m: Force P to be a row vector. |
|
478 |
5133
|
479 2005-02-08 John W. Eaton <jwe@octave.org> |
|
480 |
|
481 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
482 provided and len <= computed max_len. |
|
483 |
5125
|
484 2005-01-27 David Bateman <dbateman@free.fr> |
|
485 |
|
486 * strings/dec2base.m: Be even more careful about handling all digits. |
|
487 |
|
488 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
489 |
|
490 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
491 |
5123
|
492 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
493 |
|
494 * statistics/base/median.m: Make it work for the scalar case too. |
|
495 |
5117
|
496 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
497 |
|
498 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
499 Simplify logic for decoding args. |
5117
|
500 |
5115
|
501 2005-01-24 John W. Eaton <jwe@octave.org> |
|
502 |
5116
|
503 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
504 |
|
505 * plot/__plt__.m: No need to save and reset hold state now. |
|
506 (first_plot): Delete unused variable. |
|
507 |
5115
|
508 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
509 |
|
510 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
511 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
512 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
513 plot/__plt2vv__.m: |
|
514 Return data and gnuplot commands instead of evaluating them. |
|
515 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
516 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
517 |
5108
|
518 2005-01-18 John W. Eaton <jwe@octave.org> |
|
519 |
|
520 * linear-algebra/cross.m: Allocate idx1 before use. |
|
521 |
5096
|
522 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
523 |
|
524 * statistics/base/range.m: Fix varargin usage. |
|
525 |
5091
|
526 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
527 |
|
528 * strings/deblank.m: Remove all trailing whitespace (check with |
|
529 isspace), not just SPC. |
|
530 |
5090
|
531 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
532 |
|
533 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
534 |
5073
|
535 2004-11-09 John W. Eaton <jwe@octave.org> |
|
536 |
|
537 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
538 From Julius Smith <jos@ccrma.stanford.edu>. |
|
539 |
5072
|
540 2004-11-08 John W. Eaton <jwe@octave.org> |
|
541 |
|
542 * plot/__plt2vm__.m: Delete debugging statement. |
|
543 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
544 |
5065
|
545 2004-11-04 John W. Eaton <jwe@octave.org> |
|
546 |
|
547 * plot/hist.m: Always return row vectors for vector args. |
|
548 |
5031
|
549 2004-09-23 John W. Eaton <jwe@octave.org> |
|
550 |
|
551 * strings/strcmp.m: If args are not strings or cell arrays of |
|
552 strings, return zero instead of reporting an error. |
|
553 |
5021
|
554 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
555 |
|
556 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
557 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
558 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
559 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
560 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
561 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
562 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
563 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
564 control/system/is_detectable.m, control/system/is_sample.m, |
|
565 control/system/is_siso.m, control/system/is_stable.m, |
|
566 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
567 control/system/sys2tf.m, control/system/sys2zp.m, |
|
568 control/system/sysappend.m, control/system/sysconnect.m, |
|
569 control/system/sysdisc.m, control/system/sysdup.m, |
|
570 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
571 control/system/syssetsignals.m, control/system/syssub.m, |
|
572 control/system/tf2sys.m, control/system/ugain.m, |
|
573 control/system/zp2ss.m, control/system/zp2sys.m, |
|
574 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
575 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
576 |
|
577 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
578 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
579 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
580 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
581 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
582 control/system/sysappend.m, control/system/sysconnect.m, |
|
583 control/system/sysdup.m, control/system/sysgroup.m, |
|
584 control/system/sysprune.m, control/system/sysreorder.m, |
|
585 control/system/sysscale.m, control/system/syssub.m, |
|
586 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
587 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
588 polynomial/polyout.m, specfun/log2.m: |
|
589 Add output arguments in doc strings. |
|
590 |
|
591 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
592 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
593 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
594 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
595 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
596 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
597 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
598 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
599 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
600 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
601 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
602 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
603 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
604 control/system/c2d.m, control/system/is_abcd.m, |
|
605 control/system/is_controllable.m, control/system/is_detectable.m, |
|
606 control/system/is_observable.m, control/system/is_stable.m, |
|
607 control/system/jet707.m, control/system/ord2.m, |
|
608 control/system/starp.m, control/system/sys2fir.m, |
|
609 control/system/sys2ss.m, control/system/sys2tf.m, |
|
610 control/system/sys2zp.m, control/system/syscont.m, |
|
611 control/system/sysdisc.m, control/system/sysdup.m, |
|
612 control/system/sysgettype.m, control/system/sysgroup.m, |
|
613 control/system/sysmult.m, control/system/sysprune.m, |
|
614 control/system/sysreorder.m, control/system/sysscale.m, |
|
615 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
616 control/system/tf2ss.m, control/system/tf2sys.m, |
|
617 control/system/zp2ss.m, control/system/zp2sys.m, |
|
618 control/util/axis2dlim.m, control/util/prompt.m, |
|
619 control/util/zgfmul.m, control/util/zginit.m, |
|
620 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
621 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
622 in doc strings. |
|
623 |
|
624 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
625 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
626 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
627 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
628 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
629 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
630 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
631 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
632 control/system/c2d.m, control/system/fir2sys.m, |
|
633 control/system/is_stabilizable.m, control/system/jet707.m, |
|
634 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
635 control/util/zgshsr.m, polynomial/polyout.m: |
|
636 New @tex section(s) in doc strings for better formating of printed |
|
637 output. |
|
638 |
|
639 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
640 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
641 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
642 Use proper double quote marks for TeX. |
|
643 |
|
644 * control/base/DEMOcontrol.m: Add missing ; |
|
645 |
|
646 * control/base/nichols.m, control/base/rlocus.m, |
|
647 control/obsolete/minfo.m, control/system/is_digital.m, |
|
648 control/system/ss2zp.m, control/system/sysmin.m, |
|
649 control/system/tf2zp.m, control/util/sortcom.m: |
|
650 Convert documentation to use or more completely use Texinfo. |
|
651 |
|
652 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
653 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
654 control/system/parallel.m, control/system/ss2tf.m, |
|
655 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
656 art splitting over a page boundary. |
|
657 |
|
658 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
659 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
660 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
661 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
662 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
663 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
664 the TeX documentation. |
|
665 |
|
666 * control/system/is_stabilizable.m: |
|
667 Add Copyright so that help is displayed correctly. |
|
668 |
|
669 * special-matrix/vander.m: Octave indexes start at 1. |
|
670 |
5011
|
671 2004-09-21 David Bateman <dbateman@free.fr> |
|
672 |
|
673 * general/rotdim.m: New function for rotation of an N-d array in an |
|
674 arbitrary plane. |
|
675 |
|
676 * general/flipdim.m: New function to flip an N-d array about an |
|
677 arbitrary axis. |
|
678 |
5003
|
679 2004-09-15 David Bateman <dbateman@free.fr> |
|
680 |
|
681 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
682 |
4992
|
683 2004-09-15 John W. Eaton <jwe@octave.org> |
|
684 |
|
685 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
686 Use iscellstr to check for cells rather than iscell. |
|
687 Improve diagnostics for invalid args. |
4992
|
688 |
4983
|
689 2004-09-10 David Bateman <dbateman@free.fr> |
|
690 |
|
691 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
692 and p with n > 1, and fix for matrix n and p with n == 1. |
|
693 |
|
694 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
695 due to row vs. column vector operations. |
|
696 |
4964
|
697 2004-09-03 David Bateman <dbateman@free.fr> |
|
698 |
|
699 * general/repmat.m: Fix to allow logical classes. |
|
700 |
4950
|
701 2004-08-31 John W. Eaton <jwe@octave.org> |
|
702 |
|
703 * general/isa.m: New function, from Octave-forge. |
|
704 |
|
705 2004-08-31 David Bateman <dbateman@free.fr> |
|
706 |
|
707 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
708 limitation on the use of int64 and uint64 types, and the use |
|
709 of the eval. |
|
710 |
|
711 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
712 in .^ with integer types is fixed. |
|
713 |
|
714 * general/repmat.m: Adapt to allow integer types. |
4945
|
715 |
|
716 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
717 |
|
718 * plot/axis.m: Don't reset axes when querying them. |
|
719 |
4942
|
720 2004-08-27 David Bateman <dbateman@free.fr> |
|
721 |
|
722 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
723 Eliminate loop. |
|
724 |
4918
|
725 2004-07-27 David Bateman <dbateman@free.fr> |
|
726 |
|
727 * general/num2str.m: Also insert spaces in output when precision |
|
728 argument is supplied. |
|
729 |
4915
|
730 2004-07-23 David Bateman <dbateman@free.fr> |
|
731 |
|
732 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
733 |
4911
|
734 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
735 |
|
736 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
737 |
|
738 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
739 |
|
740 * miscellaneous/unix.m: Fix doc string. |
|
741 |
|
742 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
743 |
|
744 * plot/figure.m: Clarification of documentation. |
|
745 |
|
746 * image/imshow.m: Warn for complex images. |
|
747 Only estimate colourmap for images in [0, 65536]. |
|
748 |
|
749 2004-07-22 David Bateman <dbateman@free.fr> |
|
750 |
|
751 * general/num2str.m: Fix the case of an all zero input. |
|
752 |
4906
|
753 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
754 |
|
755 * general/ind2sub.m: Doc fix. |
|
756 |
4900
|
757 2004-06-08 John W. Eaton <jwe@octave.org> |
|
758 |
|
759 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
760 convert function handle to string for eval. |
|
761 |
4898
|
762 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
763 |
|
764 * plot/errorbar.m: Remove debugging output. |
|
765 |
|
766 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
767 |
|
768 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
769 |
4897
|
770 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
771 |
4898
|
772 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
773 |
|
774 * polynomial/polyout.m: Use parenthesis if necessary around |
|
775 complex polynomial coefficient. |
|
776 |
4897
|
777 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
778 the bug which causes __errplot__ to ignore the last argument. |
|
779 |
4894
|
780 2004-06-03 David Bateman <dbateman@free.fr> |
|
781 |
|
782 * general/shiftdim.m: New function based on JWE code snippet. |
|
783 |
|
784 * general/circdim.m: New function. |
|
785 |
4890
|
786 2004-05-06 David Bateman <dbateman@free.fr> |
|
787 |
|
788 * general/issquare.m: Fail if ndim(x) > 2. |
|
789 |
|
790 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
791 |
|
792 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
793 N-d array arguments. Add optional dim argument to define |
|
794 dimension along which to operate. |
|
795 |
|
796 * linear-algebra/dmult.m: Allow N-d arrays. |
|
797 |
|
798 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
799 |
4885
|
800 2004-04-29 David Bateman <dbateman@free.fr> |
|
801 |
|
802 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
803 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
804 statistics/base/statistics.m, statistics/base/skewness.m |
|
805 statistics/base/iqr.m: |
|
806 Make N-d array aware. Allow optional argument to define the |
|
807 dimension along which to operate. Update the documentation. |
|
808 |
|
809 * statistics/base/ranks.m: Change algorithm to use sort, |
|
810 and adjust for the ties after. |
|
811 |
|
812 * statistics/base/run_counts.m: Change algorithm to use |
|
813 the a combination of diff and find, rather than a for-loop. |
|
814 |
4881
|
815 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
816 |
|
817 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
818 |
4878
|
819 2004-04-23 David Bateman <dbateman@free.fr> |
|
820 |
|
821 * general/int2str.m: Treat only real part of argument, and treat |
|
822 NDArrays by stacking the slices through the matrix vertically. |
|
823 |
|
824 * general/num2str.m: Improve format of integer matrices, and the |
|
825 conversion of complex matrices added. Treat NDArrays by stacking |
|
826 the slices through the matrix vertically. |
|
827 |
|
828 * deprecated/com2str.m: Moved here from general subdirectory. |
|
829 |
4877
|
830 2004-04-22 John W. Eaton <jwe@octave.org> |
|
831 |
|
832 * quaternion/qtransvmat.m: Use continuation characters to make |
|
833 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
834 |
4869
|
835 2004-04-21 David Bateman <dbateman@free.fr> |
|
836 |
5378
|
837 * elfun/lcm.m: Make N-d aware. |
4870
|
838 |
4869
|
839 * general/diff.m: Make the code N-d array aware. Allow an |
|
840 optional argument to define the dimension along which to perform |
|
841 the differences and allow the order of the differences to be larger |
|
842 than the dimension itself. |
|
843 |
|
844 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
845 use of these functions to 1- and 2-d arrays. |
|
846 |
4863
|
847 2004-04-16 John W. Eaton <jwe@octave.org> |
|
848 |
|
849 * elfun/gcd.m: Delete. |
|
850 |
4862
|
851 2004-04-15 David Bateman <dbateman@free.fr> |
|
852 |
|
853 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
854 |
|
855 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
856 array aware and and optional argument for the dimension along |
|
857 which to operate. |
|
858 |
5378
|
859 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
860 argument for the dimension to be consistent with other N-d array |
|
861 functions. |
|
862 |
4860
|
863 2004-04-08 David Bateman <dbateman@free.fr> |
|
864 |
|
865 * statistics/distributions/discrete_cdf.m, |
|
866 statistics/distributions/discrete_inv.m, |
|
867 statistics/distributions/discrete_pdf.m, |
|
868 statistics/distributions/discrete_rnd.m, |
|
869 statistics/distributions/exponential_cdf.m, |
|
870 statistics/distributions/exponential_inv.m, |
|
871 statistics/distributions/exponential_pdf.m, |
|
872 statistics/distributions/exponential_rnd.m, |
|
873 statistics/distributions/f_cdf.m, |
|
874 statistics/distributions/f_inv.m, |
|
875 statistics/distributions/f_pdf.m, |
|
876 statistics/distributions/f_rnd.m, |
|
877 statistics/distributions/geometric_cdf.m, |
|
878 statistics/distributions/geometric_inv.m, |
|
879 statistics/distributions/geometric_pdf.m, |
|
880 statistics/distributions/geometric_rnd.m, |
|
881 statistics/distributions/hypergeometric_rnd.m, |
|
882 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
883 statistics/distributions/laplace_cdf.m, |
|
884 statistics/distributions/laplace_inv.m, |
|
885 statistics/distributions/laplace_pdf.m, |
|
886 statistics/distributions/laplace_rnd.m, |
|
887 statistics/distributions/logistic_inv.m, |
|
888 statistics/distributions/logistic_rnd.m, |
|
889 statistics/distributions/lognormal_cdf.m, |
|
890 statistics/distributions/lognormal_inv.m, |
|
891 statistics/distributions/lognormal_pdf.m, |
|
892 statistics/distributions/lognormal_rnd.m, |
|
893 statistics/distributions/pascal_cdf.m, |
|
894 statistics/distributions/pascal_inv.m, |
|
895 statistics/distributions/pascal_pdf.m, |
|
896 statistics/distributions/pascal_rnd.m, |
|
897 statistics/distributions/poisson_cdf.m, |
|
898 statistics/distributions/poisson_inv.m, |
|
899 statistics/distributions/poisson_pdf.m, |
|
900 statistics/distributions/poisson_rnd.m, |
|
901 statistics/distributions/t_cdf.m, |
|
902 statistics/distributions/t_inv.m, |
|
903 statistics/distributions/t_pdf.m, |
|
904 statistics/distributions/t_rnd.m, |
|
905 statistics/distributions/weibull_cdf.m, |
|
906 statistics/distributions/weibull_inv.m, |
|
907 statistics/distributions/weibull_pdf.m, |
|
908 statistics/distributions/weibull_rnd.m: |
|
909 Allow N-d arrays. |
|
910 |
|
911 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
912 that results in NaN in places where it should not have had. |
|
913 |
|
914 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
915 allow creating arbitrary matrices, compatiable with the other |
|
916 *_rnd.m functions. Maintain compatiablity with previous format. |
|
917 |
|
918 * statistics/distributions/empirical_rnd.m: New argument formats |
|
919 to allow creating arbitrary matrices, compatiable with the other |
|
920 *_rnd.m functions. Maintain compatiablity with previous |
|
921 format. Allow N-d arrays. |
|
922 |
|
923 * statistics/distributions/hypergeometric_cdf.m, |
|
924 statistics/distributions/hypergeometric_inv.m, |
|
925 statistics/distributions/hypergeometric_pdf.m, |
|
926 statistics/distributions/wiener_rnd.m: |
|
927 Error for non-scalar arguments. |
|
928 |
|
929 * statistics/distributions/pascal_rnd.m: |
|
930 Correct for n = 1 bug, where all elements were equal. |
|
931 |
4849
|
932 2004-04-06 David Bateman <dbateman@free.fr> |
|
933 |
4854
|
934 * general/common_size.m, miscellaneous/bincoeff.m, |
|
935 statistics/distributions/beta_cdf.m, |
|
936 statistics/distributions/beta_inv.m, |
|
937 statistics/distributions/beta_pdf.m, |
|
938 statistics/distributions/beta_rnd.m, |
|
939 statistics/distributions/binomial_cdf.m, |
|
940 statistics/distributions/binomial_inv.m, |
|
941 statistics/distributions/binomial_pdf.m, |
|
942 statistics/distributions/binomial_rnd.m, |
|
943 statistics/distributions/cauchy_cdf.m, |
|
944 statistics/distributions/cauchy_inv.m, |
|
945 statistics/distributions/cauchy_pdf.m, |
|
946 statistics/distributions/cauchy_rnd.m, |
|
947 statistics/distributions/chisquare_cdf.m, |
|
948 statistics/distributions/chisquare_inv.m, |
|
949 statistics/distributions/chisquare_pdf.m, |
|
950 statistics/distributions/chisquare_rnd.m, |
|
951 statistics/distributions/gamma_cdf.m, |
|
952 statistics/distributions/gamma_inv.m, |
|
953 statistics/distributions/gamma_pdf.m, |
|
954 statistics/distributions/gamma_rnd.m, |
|
955 statistics/distributions/normal_cdf.m, |
|
956 statistics/distributions/normal_inv.m, |
|
957 statistics/distributions/normal_pdf.m, |
|
958 statistics/distributions/normal_rnd.m, |
|
959 statistics/distributions/stdnormal_cdf.m, |
|
960 statistics/distributions/stdnormal_pdf.m, |
|
961 statistics/distributions/stdnormal_rnd.m, |
|
962 statistics/distributions/uniform_cdf.m, |
|
963 statistics/distributions/uniform_inv.m, |
|
964 statistics/distributions/uniform_pdf.m, |
|
965 statistics/distributions/uniform_rnd.m: |
|
966 Allow the inputs to be N-d arrays. |
|
967 |
4852
|
968 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
969 * statistics/base/median.m: Likewise. |
4849
|
970 |
4844
|
971 2004-04-02 David Bateman <dbateman@free.fr> |
|
972 |
|
973 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
974 * statistics/base/center.m, statistics/base/meansq.m, |
|
975 statistics/base/moment.m, statistics/base/range.m: |
4852
|
976 Update for N-d arrays. |
4844
|
977 * signal/fftshift.m: Fix dimensioning error. |
|
978 |
|
979 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
980 N-d arrays. |
4844
|
981 |
4852
|
982 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
983 |
|
984 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
985 |
4852
|
986 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
987 |
|
988 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
989 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
990 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
991 |
|
992 * control/system/sysidx.m: Use cellidx and not listidx. |
|
993 |
4841
|
994 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
995 |
|
996 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
997 default of "" (so it is off unless explicitly set by the user). |
|
998 |
4836
|
999 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
1000 |
|
1001 * image/imshow.m: Accept "truesize" argument. |
|
1002 Ignore current colormap. New tests and demos. |
|
1003 |
4834
|
1004 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
1005 |
|
1006 * signal/sinewave.m: Allow N to default to M. |
|
1007 |
4826
|
1008 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1009 |
|
1010 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
1011 |
4818
|
1012 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1013 |
|
1014 * general/deal.m: New function. |
4819
|
1015 Add tests from Paul Kienzle. |
4818
|
1016 |
4811
|
1017 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
1018 |
|
1019 * plot/hist.m: Compute histogram correctly for n>=30. |
|
1020 |
5095
|
1021 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
1022 |
|
1023 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
1024 |
4806
|
1025 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1026 |
|
1027 * miscellaneous/horzcat.m: Delete. |
|
1028 * miscellaneous/vertcat.m: Delete. |
|
1029 |
4790
|
1030 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1031 |
|
1032 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
1033 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
1034 |
4789
|
1035 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1036 |
|
1037 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
1038 doing multiple plots in the same gnuplot frame. |
|
1039 |
4780
|
1040 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1041 |
|
1042 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
1043 control/system/cellidx.m, control/system/ss.m, |
|
1044 control/system/tf.m, control/system/zp.m: New functions. |
|
1045 |
4778
|
1046 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
1047 |
|
1048 * statistics/distributions/discrete_inv.m: |
|
1049 Reduce memory requirements. |
|
1050 |
4772
|
1051 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1052 |
|
1053 * plot/__errcomm__.m: Fix thinko in previous change. |
|
1054 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
1055 |
4771
|
1056 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
1057 |
|
1058 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
1059 control/base/analdemo.m, control/base/bddemo.m, |
|
1060 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
1061 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
1062 control/base/rldemo.m, control/base/rlocus.m, |
|
1063 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
1064 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
1065 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
1066 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
1067 control/obsolete/packsys.m, control/obsolete/series.m, |
|
1068 control/system/__sysdefioname__.m, |
|
1069 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
1070 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
1071 control/system/c2d.m, control/system/d2c.m, |
|
1072 control/system/dmr2d.m, control/system/fir2sys.m, |
|
1073 control/system/is_signal_list.m, control/system/is_siso.m, |
|
1074 control/system/jet707.m, control/system/listidx.m, |
|
1075 control/system/moddemo.m, control/system/ord2.m, |
|
1076 control/system/packedform.m, control/system/parallel.m, |
|
1077 control/system/ss2sys.m, control/system/sys2tf.m, |
|
1078 control/system/sys2zp.m, control/system/sysadd.m, |
|
1079 control/system/sysappend.m, control/system/sysconnect.m, |
|
1080 control/system/syscont.m, control/system/sysdimensions.m, |
|
1081 control/system/sysdisc.m, control/system/sysdup.m, |
|
1082 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
1083 control/system/sysgroup.m, control/system/sysmin.m, |
|
1084 control/system/sysmult.m, control/system/sysprune.m, |
|
1085 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
1086 control/system/syssetsignals.m, control/system/syssub.m, |
|
1087 control/system/sysupdate.m, control/system/tf2sys.m, |
|
1088 control/system/ugain.m, control/system/zp2ss.m, |
|
1089 control/system/zp2sys.m, control/util/__outlist__.m, |
|
1090 control/util/__zgpbal__.m, control/util/strappend.m: |
|
1091 Use cell arrays instead of lists. |
|
1092 |
4723
|
1093 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
1094 |
|
1095 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
1096 so that bar (1, 1) will work. |
|
1097 |
4710
|
1098 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1099 |
4717
|
1100 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
1101 * plot/__errplot__.m: Likewise. |
|
1102 * plot/__plt__.m: Likewise. |
|
1103 * plot/plot_border.m: Likewise. |
|
1104 |
4710
|
1105 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
1106 not $(DOCSTRINGS). |
|
1107 |
4706
|
1108 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
1109 |
|
1110 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
1111 rank ([], tol). |
|
1112 |
4691
|
1113 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1114 |
4692
|
1115 * elfun/acot.m: Return atan (1./z). |
|
1116 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
1117 |
4691
|
1118 * miscellaneous/dir.m: New file. |
|
1119 |
|
1120 * general/num2str.m: Use "%d" as format if values are ints with |
|
1121 magnitude less than 1e10. |
|
1122 |
|
1123 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1124 |
|
1125 * general/num2str.m: If single arg is string, return it. |
|
1126 |
|
1127 * miscellaneous/not.m: New file. |
|
1128 |
|
1129 * miscellaneous/unix.m: New file. |
|
1130 |
|
1131 * miscellaneous/isunix.m: New file. |
|
1132 * miscellaneous/ispc.m: New file. |
|
1133 |
|
1134 * miscellaneous/computer.m: New file. |
|
1135 |
|
1136 * miscellaneous/delete.m: New file. |
|
1137 |
4689
|
1138 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1139 |
|
1140 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
1141 |
|
1142 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1143 |
|
1144 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
1145 Always return substituted version of LOADPATH if nargout != 0. |
|
1146 |
4685
|
1147 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
1148 |
|
1149 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
1150 before continuing. |
|
1151 |
|
1152 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
1153 |
4677
|
1154 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1155 |
|
1156 * general/ind2sub.m: New file. |
|
1157 * general/sub2ind.m: New file. |
|
1158 |
4675
|
1159 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1160 |
|
1161 * control/system/zp2ss.m: Don't save and restore |
|
1162 warn_empty_list_elements. |
|
1163 |
|
1164 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
1165 |
|
1166 * control/system/zp2ss.m: Correct definition of pure gain system. |
|
1167 |
4673
|
1168 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
1169 |
|
1170 * statistics/base/mean.m: Remove special case for row vectors. |
|
1171 |
4637
|
1172 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
1173 |
|
1174 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
1175 |
4631
|
1176 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
1177 |
|
1178 * statistics/base/iqr.m: Handle matrices. |
|
1179 |
4630
|
1180 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1181 |
|
1182 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
1183 |
4629
|
1184 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1185 |
|
1186 * miscellaneous/path.m: Fix thinko in previous change. |
|
1187 |
4609
|
1188 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
1189 |
4629
|
1190 * control/base/dare.m: Check positive (semi)definiteness and |
|
1191 dimensions of r (and q). |
|
1192 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
1193 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
1194 near unit circle. |
4611
|
1195 |
|
1196 * control/system/is_detectable.m: Use Hautus Lemma. |
|
1197 Correct the behavior for discrete-time systems. |
|
1198 * control/system/is_stabilizable.m: Likewise. |
|
1199 |
4609
|
1200 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
1201 |
|
1202 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
1203 |
4610
|
1204 * general/isdefinite.m: New function. |
|
1205 |
4567
|
1206 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1207 |
|
1208 * general/reshape: Delete. |
|
1209 |
4559
|
1210 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1211 |
|
1212 * general/numel.m: Delete. |
|
1213 |
4535
|
1214 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1215 |
4536
|
1216 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
1217 |
|
1218 * deprecated/isstr.m: New file. |
4535
|
1219 |
4529
|
1220 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1221 |
|
1222 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
1223 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
1224 |
4525
|
1225 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
1226 |
|
1227 * statistics/base/mean.m: Fix missing semicolon problem. |
|
1228 |
4503
|
1229 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
1230 |
|
1231 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
1232 |
4492
|
1233 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
1234 |
|
1235 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
1236 Allow optional length argument. |
|
1237 |
4491
|
1238 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1239 |
|
1240 * polynomial/polyfit.m: Avoid calling flipud. |
|
1241 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
1242 Return structure as second output value for improved Matlab |
|
1243 compatibility. |
|
1244 |
4476
|
1245 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1246 |
4478
|
1247 * linear-algebra/cond.m: Behave as though old built-in variable |
|
1248 propagate_empty_matrices is always 1. Also handle empty matrices |
|
1249 with one non-zero dimension. |
|
1250 |
4476
|
1251 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
1252 warn_single_quote_string to the list. |
4478
|
1253 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
1254 from the list. |
4476
|
1255 |
5095
|
1256 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
1257 |
|
1258 * signal/autocov.m: Transpose result of conj because diag returns |
|
1259 a column vector, not a row vector. |
|
1260 |
|
1261 * audio/playaudio.m, audio/record.m, image/image.m, |
|
1262 miscellaneous/bug_report.m: Protect spaces in filenames |
|
1263 with quotes. |
|
1264 |
4466
|
1265 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1266 |
4468
|
1267 * io/printf.m, io/puts.m: Delete. |
|
1268 |
4466
|
1269 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
1270 default_return_value from the list. |
|
1271 Add warn_undefined_return_values to the list. |
|
1272 |
|
1273 |
4464
|
1274 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1275 |
|
1276 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
1277 and initialize_global_variables from the list. |
|
1278 |
4460
|
1279 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1280 |
4463
|
1281 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
1282 |
|
1283 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
1284 |
|
1285 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
1286 * control/system/sys2fir.m: Likewise. |
|
1287 |
|
1288 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
1289 * control/system/__tf2sysl__.m: Likewise. |
|
1290 |
|
1291 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
1292 |
|
1293 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
1294 and [] concatenation. |
|
1295 * control/system/sys2fir.m: Likewise. |
|
1296 |
|
1297 * control/base/dgram.m, control/base/freqchkw.m, |
|
1298 control/base/gram.m, control/system/__abcddims__.m, |
|
1299 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
1300 control/system/is_sample.m, control/system/is_signal_list.m, |
|
1301 control/system/is_siso.m, control/system/sys2fir.m, |
|
1302 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
1303 control/system/sysgettype.m, control/system/tf2zp.m, |
|
1304 control/system/ugain.m, control/util/prompt.m, |
|
1305 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
1306 control/util/zgshsr.m: |
|
1307 Improve conformance to Octave coding style. |
|
1308 |
4461
|
1309 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
1310 the list. |
|
1311 Delete resize_on_range_error from the list. |
|
1312 |
4460
|
1313 * control/base/pzmap.m, control/base/place.m, |
|
1314 control/base/__freqresp__.m, control/system/sysappend.m, |
|
1315 control/system/syscont.m, control/system/sysdisc.m, |
|
1316 control/system/sysgroup.m, control/system/tfout.m, |
|
1317 control/system/zp2ss.m, control/system/zpout.m, |
|
1318 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
1319 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
1320 empty_list_elements_ok. |
|
1321 |
|
1322 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
1323 Delete empty_list_elements_ok from the list. |
|
1324 |
4457
|
1325 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1326 |
|
1327 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
1328 list. |
|
1329 Delete treat_neg_dim_as_zero from the list. |
|
1330 |
|
1331 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
1332 |
4451
|
1333 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1334 |
4455
|
1335 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
1336 was not used in the code in any case). |
|
1337 |
|
1338 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
1339 do_fortran_indexing. |
|
1340 |
4452
|
1341 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
1342 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
1343 |
4451
|
1344 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
1345 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
1346 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
1347 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
1348 warn_fortran_indexing in the list. |
|
1349 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
1350 implicit_str_to_num_ok, do_fortran_indexing, and |
|
1351 prefer_column_vectors from list. |
4451
|
1352 |
4440
|
1353 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1354 |
|
1355 * Makefile.in (distclean, maintainer-clean): Also remove |
|
1356 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
1357 directory. |
|
1358 |
5095
|
1359 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
1360 |
|
1361 * plot/hist.m: Don't forget to define n if x is a vector. |
|
1362 |
5095
|
1363 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
1364 |
|
1365 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
1366 return "." with extension. |
|
1367 |
4422
|
1368 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1369 |
|
1370 * control/base/__stepimp__.m, control/base/nichols.m, |
|
1371 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
1372 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
1373 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
1374 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
1375 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
1376 |
4413
|
1377 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1378 |
|
1379 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
1380 |
5095
|
1381 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
1382 |
|
1383 * plot/hist.m: Improve performance by using different algorithms |
|
1384 depending on number of bins. |
|
1385 |
4404
|
1386 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1387 |
|
1388 * control/system/sysadd.m: If systems are not "tf", convert before |
|
1389 adding. |
|
1390 |
5095
|
1391 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
1392 |
|
1393 * image/imagesc.m: Accept data limits parameter for colormap. |
|
1394 |
5095
|
1395 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
1396 |
|
1397 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
1398 the impulse by t_step. |
|
1399 |
4373
|
1400 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1401 |
|
1402 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
1403 column vectors. |
|
1404 |
5095
|
1405 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
1406 |
|
1407 * linear-algebra/null.m: Handle empty matrix arg. |
|
1408 |
4369
|
1409 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1410 |
|
1411 * general/shift.m: Force empty_list_elements_ok to 1. |
|
1412 |
4358
|
1413 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1414 |
|
1415 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
1416 New files. |
|
1417 |
4348
|
1418 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1419 |
|
1420 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
1421 function handle to pass to feval. |
|
1422 * statistics/base/qqplot.m: Likewise. |
|
1423 * statistics/base/ppplot.m: Likewise. |
|
1424 * signal/spectral_xdf.m: Likewise. |
|
1425 * signal/spectral_adf.m: Likewise. |
|
1426 |
4340
|
1427 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1428 |
|
1429 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
1430 |
4334
|
1431 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1432 |
|
1433 * linear-algebra/logm.m: New file. |
|
1434 |
5095
|
1435 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
1436 |
|
1437 * mkpkgadd: Scan C++ files as well |
|
1438 |
5095
|
1439 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
1440 |
|
1441 * strings/findstr.m: Return empty set for zero-length target. |
|
1442 |
5095
|
1443 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
1444 |
|
1445 * set/union.m: Preserve the orientation of inputs. |
|
1446 |
4305
|
1447 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1448 |
|
1449 * general/int2str.m: Eliminate leading spaces. |
|
1450 |
4303
|
1451 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1452 |
|
1453 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
1454 |
5095
|
1455 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
1456 |
|
1457 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
1458 $(BUILD_LDFLAGS) to compiler. |
|
1459 |
4295
|
1460 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1461 |
|
1462 * general/num2str.m: Don't specify field width for scalars. |
|
1463 |
4292
|
1464 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1465 |
|
1466 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
1467 |
4265
|
1468 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1469 |
4279
|
1470 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
1471 |
4266
|
1472 * miscellaneous/tempname.m: New file. |
|
1473 |
|
1474 * miscellaneous/tempdir.m: New file. |
|
1475 |
4265
|
1476 * miscellaneous/fullfile.m: New file. |
|
1477 |
4259
|
1478 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1479 |
4264
|
1480 * miscellaneous/fileparts.m: New file. |
|
1481 |
|
1482 * io/beep.m: New file. |
|
1483 |
4260
|
1484 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
1485 format only. |
4259
|
1486 |
4257
|
1487 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1488 |
|
1489 * strings/strcmp.m: Handle cell arrays of strings. |
|
1490 |
4229
|
1491 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1492 |
|
1493 * general/int2str.m: Handle matrices. |
|
1494 * general/num2str.m: Likewise. |
|
1495 Also handle optional precision, and format args. |
|
1496 |
4225
|
1497 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1498 |
|
1499 * audio/Makefile.in, control/base/Makefile.in, |
|
1500 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1501 control/system/Makefile.in, elfun/Makefile.in, |
|
1502 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
1503 io/Makefile.in, linear-algebra/Makefile.in, |
|
1504 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
1505 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
1506 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1507 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1508 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1509 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
1510 deprecated/Makefile.in: Use new do-script-install and |
|
1511 do-script-uninstall macros. |
|
1512 |
|
1513 * mkpkgadd: New script. |
|
1514 |
|
1515 * plot/close.m: New file. |
|
1516 |
4184
|
1517 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1518 |
|
1519 * image/image.m: Use -raw option for xv. |
|
1520 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
1521 |
4172
|
1522 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1523 |
4174
|
1524 * control/base/lsim.m: Use approximate test for step size change. |
|
1525 |
4172
|
1526 * signal/bartlett.m: Avoid row/column mismatch error. |
|
1527 |
5095
|
1528 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
1529 |
|
1530 * statistics/base/var.m: Use better formula for improved accuracy. |
|
1531 |
5095
|
1532 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
1533 |
|
1534 * control/base/lsim.m: Correct doc string. |
|
1535 |
5095
|
1536 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
1537 |
|
1538 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
1539 |
4148
|
1540 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1541 |
|
1542 * plot/contour.m: Handle x and y as matrices too. |
|
1543 |
5095
|
1544 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
1545 |
|
1546 * plot/contour.m: Fix error and usage messages. |
|
1547 |
4146
|
1548 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1549 |
|
1550 * plot/contour.m: Correct orientation of plot. |
|
1551 |
4139
|
1552 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1553 |
|
1554 * control/base/analdemo.m: Fix typo. |
|
1555 |
5095
|
1556 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
1557 |
|
1558 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
1559 |
4098
|
1560 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1561 |
|
1562 * mkdoc: Exit immediately on errors. |
|
1563 Exit with error if gethelp does not exist. |
|
1564 |
|
1565 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
1566 |
4093
|
1567 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1568 |
|
1569 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
1570 |
5095
|
1571 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
1572 |
|
1573 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
1574 * statistics/distributions/normal_pdf.m: Likewise. |
|
1575 * statistics/distributions/normal_inv.m: Likewise. |
|
1576 |
5095
|
1577 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
1578 |
|
1579 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
1580 |
5095
|
1581 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
1582 |
|
1583 * statistics/base/var.m: Handle complex values. |
|
1584 |
4031
|
1585 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1586 |
|
1587 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
1588 list. |
|
1589 * deprecated/Makefile.in: New file. |
|
1590 |
5095
|
1591 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
1592 |
|
1593 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
1594 * statistics/distributions/binomial_cdf.m: Likewise. |
|
1595 * statistics/distributions/f_cdf.m: Likewise. |
|
1596 * statistics/distributions/t_cdf.m: Likewise. |
|
1597 |
|
1598 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
1599 * specfun/beta.m: Likewise. |
|
1600 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
1601 * statistics/distributions/gamma_pdf.m: Likewise. |
|
1602 * statistics/distributions/poisson_pdf.m: Likewise. |
|
1603 |
|
1604 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
1605 * statistics/distributions/poisson_cdf.m: Likewise. |
|
1606 |
4026
|
1607 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1608 |
4028
|
1609 * deprecated/is_bool.m: New file. |
|
1610 * deprecated/is_complex.m: New file. |
|
1611 * deprecated/is_global.m: New file. |
|
1612 * deprecated/is_list.m: New file. |
|
1613 * deprecated/is_matrix.m: New file. |
|
1614 * deprecated/is_scalar.m: New file. |
|
1615 * deprecated/is_square.m: New file. |
|
1616 * deprecated/is_stream.m: New file. |
|
1617 * deprecated/is_struct.m: New file. |
|
1618 * deprecated/is_symmetric.m: New file. |
|
1619 * deprecated/is_vector.m: New file. |
4030
|
1620 * Change all callers of these functions to use the new names. |
4028
|
1621 |
4029
|
1622 * deprecated: New directory. |
|
1623 * Makefile.in (SUBDIRS): Add it to the list. |
|
1624 |
4026
|
1625 * general/isscalar.m: Rename from is_scalar.m. |
|
1626 * general/issquare.m: Rename from is_square.m. |
|
1627 * general/issymmetric.m: Rename from is_symmetric.m. |
|
1628 * general/isvector.m: Rename from is_vector.m. |
|
1629 |
4022
|
1630 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1631 |
|
1632 * statistics/base/mean.m: Allow empty matrices. |
|
1633 Handle DIM arg. |
|
1634 |
5095
|
1635 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
1636 |
|
1637 * plot/__errcomm__.m: If format is not specified, default to error |
|
1638 bar format. |
|
1639 |
4011
|
1640 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1641 |
|
1642 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
1643 __F_SETFL__ and __O_NONBLOCK__. |
|
1644 |
|
1645 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
1646 * miscellaneous/bug_report.m: Likewise. |
|
1647 |
4007
|
1648 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1649 |
4008
|
1650 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
1651 * general/rem.m: Likewise. |
|
1652 |
|
1653 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
1654 * plot/semilogxerr.m: Likewise. |
4007
|
1655 * plot/semilogyerr.m: Likewise. |
|
1656 |
5095
|
1657 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
1658 |
|
1659 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
1660 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
1661 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
1662 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
1663 |
|
1664 * plot/errorbar.m: Use __errcomm__.m. |
|
1665 * plot/__errplot__.m: Minor cleanups. |
|
1666 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
1667 * plot/__pltopt1__.m: Likewise. |
|
1668 |
3980
|
1669 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1670 |
3981
|
1671 * general/rem.m: Delete redundant call to usage. |
|
1672 |
3980
|
1673 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
1674 |
5095
|
1675 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
1676 |
|
1677 * general/mod.m: New function. |
|
1678 |
3979
|
1679 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1680 |
|
1681 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
1682 * control/system/sysadd.m: Likewise. |
|
1683 * control/system/sysgroup.m: Likewise. |
|
1684 * control/system/syssub.m: Likewise. |
|
1685 * elfun/gcd.m: Likewise. |
|
1686 * elfun/lcm.m: Likewise. |
|
1687 * general/common_size.m: Likewise. |
|
1688 * io/printf.m: Likewise. |
|
1689 * miscellaneous/menu.m: Likewise. |
|
1690 * miscellaneous/path.m: Likewise. |
|
1691 * plot/__errplot__.m: Likewise. |
|
1692 * plot/__plt__.m: Likewise. |
|
1693 * plot/axis.m: Likewise. |
|
1694 * plot/errorbar.m: Likewise. |
|
1695 * plot/mplot.m: Likewise. |
|
1696 * plot/loglog.m: Likewise. |
|
1697 * plot/plot.m: Likewise. |
|
1698 * plot/plot_border.m: Likewise. |
|
1699 * plot/semilogx.m: Likewise. |
|
1700 * plot/semilogy.m: Likewise. |
|
1701 * plot/xlabel.m: Likewise. |
|
1702 * plot/ylabel.m: Likewise. |
|
1703 * plot/zlabel.m: Likewise. |
|
1704 * statistics/base/ppplot.m: Likewise. |
|
1705 * statistics/base/qqplot.m: Likewise. |
|
1706 * statistics/tests/bartlett_test.m: Likewise. |
|
1707 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
1708 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
1709 * strings/str2mat.m: Likewise. |
|
1710 * strings/strcat.m: Likewise. |
|
1711 |
5095
|
1712 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
1713 |
|
1714 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
1715 |
3924
|
1716 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1717 |
|
1718 * skip-autoheader: New file, for autogen.sh. |
3925
|
1719 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
1720 |
5095
|
1721 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
1722 |
|
1723 * general/repmat.m: New function. |
|
1724 |
5095
|
1725 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
1726 |
|
1727 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
1728 Use optional parameter to specify the number of bits in the input. |
|
1729 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
1730 floats in the range [-1,1], 2x speedup. |
|
1731 |
|
1732 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
1733 |
3910
|
1734 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1735 |
|
1736 * linear-algebra/kron.m: Delete. |
|
1737 |
5095
|
1738 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
1739 |
|
1740 * signal/freqz.m: If nargout is zero, plot results instead of |
|
1741 returning them. |
|
1742 * signal/freqz_plot.m: New file. |
|
1743 |
5095
|
1744 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
1745 |
5378
|
1746 * signal/unwrap.m: New file. |
3906
|
1747 |
5095
|
1748 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
1749 |
|
1750 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
1751 divide by zero warning. |
|
1752 |
5095
|
1753 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
1754 |
3894
|
1755 * strings/deblank.m: Trim \0 as well as blank. |
|
1756 |
5378
|
1757 * freqz.m: Evaluate a specific range of frequencies |
3893
|
1758 expressed in radians or Hz relative to a supplied sample rate. |
|
1759 |
5095
|
1760 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
1761 |
|
1762 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
1763 |
3891
|
1764 * strings/findstr.m: Vectorize as much as possible. |
|
1765 |
5095
|
1766 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
1767 |
|
1768 * special-matrix/invhilb.m: New version that is faster and more |
|
1769 accurate. |
|
1770 |
5095
|
1771 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
1772 |
|
1773 * configure.in: Update for autoconf 2.5x. |
|
1774 |
5095
|
1775 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
1776 |
|
1777 * special-matrix/vander.m: Code tidy and vectorize. |
|
1778 |
5095
|
1779 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
1780 |
3883
|
1781 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
1782 to vectors. Issue a warning in the case x matches y' but return a |
|
1783 column vector as Octave currently does. |
|
1784 |
3882
|
1785 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
1786 |
|
1787 * control/system/starp.m: Leave more of the documentation |
|
1788 processing to texinfo and less to the @format block. |
|
1789 |
|
1790 * image/imagesc.m: Only display image if no output is requested. |
|
1791 Code tidying. |
|
1792 |
3876
|
1793 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1794 |
|
1795 * statistics/base/center.m: Accept and return empty matrix. |
|
1796 |
3872
|
1797 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1798 |
|
1799 * specfun/erfinv.m: Fix usage message. |
|
1800 |
3869
|
1801 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1802 |
|
1803 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
1804 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
1805 |
3837
|
1806 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1807 |
|
1808 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
1809 capitalized variable names. |
|
1810 |
3836
|
1811 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
1812 |
|
1813 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
1814 |
5095
|
1815 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
1816 |
|
1817 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
1818 |
3803
|
1819 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
1820 |
3833
|
1821 * general/cart2pol.m: New file. |
|
1822 * general/pol2cart.m: New file. |
|
1823 * general/cart2sph.m: New file. |
|
1824 * general/sph2cart.m: New file. |
|
1825 * image/rgb2hsv.m: New file. |
|
1826 * image/hsv2rgb.m: New file. |
3803
|
1827 |
|
1828 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1829 |
|
1830 * plot/meshgrid.m: Avoid for loops. |
|
1831 * plot/meshdom.m: Likewise. |
|
1832 |
3801
|
1833 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1834 |
|
1835 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
1836 |
|
1837 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
1838 |
|
1839 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
1840 norm. |
|
1841 |
3792
|
1842 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
1843 |
|
1844 * statistics/tests/welch_test.m: Fix typo. |
|
1845 |
|
1846 * statistics/distributions/chisquare_cdf.m: |
|
1847 Don't restrict inputs to be only positive integers. |
|
1848 * statistics/distributions/chisquare_inv.m: Likewise. |
|
1849 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
1850 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
1851 * statistics/distributions/f_cdf.m: Likewise. |
|
1852 * statistics/distributions/f_inv.m: Likewise. |
|
1853 * statistics/distributions/f_pdf.m: Likewise. |
|
1854 * statistics/distributions/f_rnd.m: Likewise. |
|
1855 * statistics/distributions/t_cdf.m: Likewise. |
|
1856 * statistics/distributions/t_inv.m: Likewise. |
|
1857 * statistics/distributions/t_pdf.m: Likewise. |
|
1858 * statistics/distributions/t_rnd.m: Likewise. |
|
1859 |
3790
|
1860 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1861 |
|
1862 * strings/dec2base.m: New file. |
|
1863 * strings/base2dec.m: New file. |
|
1864 * strings/strjust.m: New file. |
|
1865 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
1866 * strings/dec2bin.m: Likewise. |
|
1867 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
1868 * strings/bin2dec.m: Likewise. |
|
1869 |
5095
|
1870 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
1871 |
|
1872 * statistics/base/ppplot.m: Use gset, not set. |
|
1873 * statistics/base/qqplot.m: Likewise. |
|
1874 |
5095
|
1875 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
1876 |
|
1877 * control/system/c2d.m: Add missing endif. |
|
1878 |
3759
|
1879 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
1880 |
|
1881 * strings/index.m: Return 0 if either string is empty. |
|
1882 |
|
1883 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
1884 |
|
1885 * control/system/c2d.m: Allow option of matched pole/zero |
|
1886 equivalent for conversion. |
|
1887 |
|
1888 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
1889 |
|
1890 * strings/findstr.m: Return empty matrix if search string is empty. |
|
1891 |
3757
|
1892 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
1893 |
|
1894 * saveimage.m: Do create rawbit image for black and white images, |
|
1895 but do it correctly. |
|
1896 |
3754
|
1897 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
1898 |
|
1899 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
1900 result polynomials. |
|
1901 |
3748
|
1902 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1903 |
|
1904 * image/saveimage.m: Don't try to create rawbit image. |
|
1905 |
3740
|
1906 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1907 |
|
1908 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
1909 |
5095
|
1910 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
1911 |
|
1912 * plot/contour.m: Reorder args for Matlab compatibility. |
|
1913 |
3727
|
1914 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
1915 |
|
1916 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
1917 |
3717
|
1918 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
1919 |
3718
|
1920 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
1921 |
3717
|
1922 * plot/mesh.m: Also set nologscale before plotting. |
|
1923 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
1924 xyerrorbars instead of just errorbars. |
|
1925 |
3714
|
1926 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
1927 |
|
1928 * image/image.m: Try display (from ImageMagick) first. |
|
1929 |
3709
|
1930 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
1931 |
|
1932 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
1933 conjugate transpose. |
|
1934 |
3705
|
1935 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1936 |
|
1937 * strings/str2mat.m: Apply setstr to each argument. |
|
1938 |
3696
|
1939 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
1940 |
|
1941 * control/base/dkalman.m: New file. |
|
1942 * control/base/dlqe.m: Handle singular A matrix. |
|
1943 * control/base/dlqr.m: Likewise. |
|
1944 |
3695
|
1945 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1946 |
|
1947 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
1948 dimensions don't match. |
|
1949 |
3690
|
1950 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
1951 |
|
1952 * plot/hist.m: Allow 3 argument form to work. |
|
1953 |
5095
|
1954 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
1955 |
|
1956 * plot/plot.m: Add examples in doc string. |
|
1957 |
5095
|
1958 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
1959 |
|
1960 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
1961 Do the right thing even if automatic_replot is not zero. |
|
1962 Avoid failure if system has pure imaginary poles. |
|
1963 |
3674
|
1964 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1965 |
|
1966 * general/logical.m: Return arg if it is empty. Better error |
|
1967 message for non-numeric types. |
|
1968 |
5095
|
1969 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
1970 |
|
1971 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
1972 about difference with Matlab dlqe function. |
|
1973 |
|
1974 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
1975 |
5095
|
1976 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
1977 |
|
1978 * strings/strrep.m: Fix typo. |
|
1979 |
3666
|
1980 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1981 |
|
1982 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
1983 |
5095
|
1984 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
1985 |
|
1986 * strings/strrep.m: Avoid for loop for speed. |
3667
|
1987 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
1988 |
5095
|
1989 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
1990 |
|
1991 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
1992 guess for iteration. |
|
1993 |
3651
|
1994 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
1995 |
|
1996 * image/image.m: Allow image (A) or image (x, y, A). |
|
1997 * image/imagesc.m: Likewise. |
|
1998 |
|
1999 * image/image.m: If zoom is not supplied, or if it is an empty |
|
2000 matrix, autoscale the image. |
|
2001 |
3618
|
2002 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2003 |
3619
|
2004 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
2005 Undo string escapes in text twice(!) before sending to gnuplot. |
|
2006 |
3618
|
2007 * image/saveimage.m: Add comment to file saying who created it and |
|
2008 when it was created. Suggested by Stephen Eglen |
|
2009 <stephen@cogsci.ed.ac.uk>. |
|
2010 |
5095
|
2011 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
2012 |
|
2013 * polynomial/polyreduce.m: Simplify by looking for the first |
|
2014 non-zero element rather than the last of the first set of zero |
|
2015 elements. |
|
2016 |
|
2017 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
2018 |
5095
|
2019 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
2020 |
|
2021 * image/saveimage.m: Swap black and white colormaps so zero is |
|
2022 displayed as black and 1 is displayed as white. |
|
2023 Fix indexing bug in ppm case. |
|
2024 |
3604
|
2025 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
2026 |
|
2027 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
2028 between the two distributions (took same approach as ks.test() in R.) |
|
2029 |
3603
|
2030 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2031 |
|
2032 * control/base/bode.m: Temporarily disable automatic_replot. |
|
2033 |
3599
|
2034 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2035 |
3601
|
2036 * Makefile.in (clean): Also remove gethelp. |
|
2037 |
3599
|
2038 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
2039 |
5095
|
2040 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
2041 |
|
2042 * set/create_set.m: Use find to avoid while loop. |
|
2043 |
5095
|
2044 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
2045 |
|
2046 * plot/hist.m: New optional third argument. |
|
2047 |
|
2048 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2049 |
|
2050 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
2051 number appended. |
|
2052 |
3575
|
2053 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2054 |
|
2055 * gethelp.cc: Sprinkle with std:: qualifier. |
|
2056 |
3498
|
2057 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2058 |
|
2059 * image/saveimage.m: Delete some debugging code. |
|
2060 |
3486
|
2061 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2062 |
|
2063 * signal/sinc.m: Avoid reshaping. |
|
2064 |
|
2065 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
2066 * image/ind2rgb.m: Ditto. |
|
2067 * image/ind2gray.m: Ditto. |
|
2068 * general/reshape.m: Ditto. Also no longer needs to reset |
|
2069 implicit_str_to_num_ok. |
|
2070 |
3483
|
2071 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2072 |
|
2073 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
2074 a list of file structures, not a vector of numeric file ids. |
|
2075 |
3474
|
2076 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2077 |
3476
|
2078 * plot/__axis_label__.m: New function. |
|
2079 Undo string escapes in text twice(!) before sending to gnuplot. |
|
2080 * plot/xlabel.m: Use it. |
|
2081 * plot/ylabel.m: Ditto. |
|
2082 * plot/zlabel.m: Ditto. |
|
2083 |
3474
|
2084 * plot/mesh.m: Fix error message to reflect reality. |
|
2085 |
5095
|
2086 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
2087 |
|
2088 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
2089 |
5095
|
2090 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
2091 |
|
2092 * audio/saveaudio.m: Also accept files with .ul extension. |
|
2093 * audio/loadaudio.m: Ditto. |
|
2094 * audio/playaudio.m: Ditto. |
|
2095 |
3456
|
2096 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2097 |
|
2098 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
2099 * statistics/distributions/beta_inv.m: Ditto. |
|
2100 * statistics/distributions/beta_pdf.m: Ditto. |
|
2101 * statistics/distributions/beta_rnd.m: Ditto. |
|
2102 * statistics/distributions/binomial_cdf.m: Ditto. |
|
2103 * statistics/distributions/binomial_inv.m: Ditto. |
|
2104 * statistics/distributions/binomial_pdf.m: Ditto. |
|
2105 * statistics/distributions/binomial_rnd.m: Ditto. |
|
2106 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
2107 * statistics/distributions/cauchy_inv.m: Ditto. |
|
2108 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
2109 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
2110 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
2111 * statistics/distributions/chisquare_inv.m: Ditto. |
|
2112 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
2113 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
2114 * statistics/distributions/discrete_cdf.m: Ditto. |
|
2115 * statistics/distributions/discrete_inv.m: Ditto. |
|
2116 * statistics/distributions/discrete_pdf.m: Ditto. |
|
2117 * statistics/distributions/discrete_rnd.m: Ditto. |
|
2118 * statistics/distributions/empirical_cdf.m: Ditto. |
|
2119 * statistics/distributions/empirical_inv.m: Ditto. |
|
2120 * statistics/distributions/empirical_pdf.m: Ditto. |
|
2121 * statistics/distributions/empirical_rnd.m: Ditto. |
|
2122 * statistics/distributions/exponential_cdf.m: Ditto. |
|
2123 * statistics/distributions/exponential_inv.m: Ditto. |
|
2124 * statistics/distributions/exponential_pdf.m: Ditto. |
|
2125 * statistics/distributions/exponential_rnd.m: Ditto. |
|
2126 * statistics/distributions/f_cdf.m: Ditto. |
|
2127 * statistics/distributions/f_inv.m: Ditto. |
|
2128 * statistics/distributions/f_pdf.m: Ditto. |
|
2129 * statistics/distributions/f_rnd.m: Ditto. |
|
2130 * statistics/distributions/gamma_cdf.m: Ditto. |
|
2131 * statistics/distributions/gamma_inv.m: Ditto. |
|
2132 * statistics/distributions/gamma_pdf.m: Ditto. |
|
2133 * statistics/distributions/gamma_rnd.m: Ditto. |
|
2134 * statistics/distributions/geometric_cdf.m: Ditto. |
|
2135 * statistics/distributions/geometric_inv.m: Ditto. |
|
2136 * statistics/distributions/geometric_pdf.m: Ditto. |
|
2137 * statistics/distributions/geometric_rnd.m: Ditto. |
|
2138 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
2139 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
2140 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
2141 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
2142 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
2143 * statistics/distributions/laplace_cdf.m: Ditto. |
|
2144 * statistics/distributions/laplace_inv.m: Ditto. |
|
2145 * statistics/distributions/laplace_pdf.m: Ditto. |
|
2146 * statistics/distributions/laplace_rnd.m: Ditto. |
|
2147 * statistics/distributions/logistic_cdf.m: Ditto. |
|
2148 * statistics/distributions/logistic_inv.m: Ditto. |
|
2149 * statistics/distributions/logistic_pdf.m: Ditto. |
|
2150 * statistics/distributions/logistic_rnd.m: Ditto. |
|
2151 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
2152 * statistics/distributions/lognormal_inv.m: Ditto. |
|
2153 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
2154 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
2155 * statistics/distributions/normal_cdf.m: Ditto. |
|
2156 * statistics/distributions/normal_inv.m: Ditto. |
|
2157 * statistics/distributions/normal_pdf.m: Ditto. |
|
2158 * statistics/distributions/normal_rnd.m: Ditto. |
|
2159 * statistics/distributions/pascal_cdf.m: Ditto. |
|
2160 * statistics/distributions/pascal_inv.m: Ditto. |
|
2161 * statistics/distributions/pascal_pdf.m: Ditto. |
|
2162 * statistics/distributions/pascal_rnd.m: Ditto. |
|
2163 * statistics/distributions/poisson_cdf.m: Ditto. |
|
2164 * statistics/distributions/poisson_inv.m: Ditto. |
|
2165 * statistics/distributions/poisson_pdf.m: Ditto. |
|
2166 * statistics/distributions/poisson_rnd.m: Ditto. |
|
2167 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
2168 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
2169 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
2170 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
2171 * statistics/distributions/t_cdf.m: Ditto. |
|
2172 * statistics/distributions/t_inv.m: Ditto. |
|
2173 * statistics/distributions/t_pdf.m: Ditto. |
|
2174 * statistics/distributions/t_rnd.m: Ditto. |
|
2175 * statistics/distributions/uniform_cdf.m: Ditto. |
|
2176 * statistics/distributions/uniform_inv.m: Ditto. |
|
2177 * statistics/distributions/uniform_pdf.m: Ditto. |
|
2178 * statistics/distributions/uniform_rnd.m: Ditto. |
|
2179 * statistics/distributions/weibull_cdf.m: Ditto. |
|
2180 * statistics/distributions/weibull_inv.m: Ditto. |
|
2181 * statistics/distributions/weibull_pdf.m: Ditto. |
|
2182 * statistics/distributions/weibull_rnd.m: Ditto. |
|
2183 * statistics/distributions/wiener_rnd.m: Ditto. |
|
2184 |
3453
|
2185 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2186 |
|
2187 * statistics/base/values.m: Texinfoize doc string. |
|
2188 * statistics/base/var.m: Ditto. |
|
2189 * statistics/base/table.m: Ditto. |
|
2190 * statistics/base/studentize.m: Ditto. |
|
2191 * statistics/base/statistics.m: Ditto. |
|
2192 * statistics/base/spearman.m: Ditto. |
|
2193 * statistics/base/run_count.m: Ditto. |
|
2194 * statistics/base/ranks.m: Ditto. |
|
2195 * statistics/base/range.m: Ditto. |
|
2196 * statistics/base/qqplot.m: Ditto. |
|
2197 * statistics/base/probit.m: Ditto. |
|
2198 * statistics/base/ppplot.m: Ditto. |
|
2199 * statistics/base/moment.m: Ditto. |
|
2200 * statistics/base/meansq.m: Ditto. |
|
2201 * statistics/base/logit.m: Ditto. |
|
2202 * statistics/base/kendall.m: Ditto. |
|
2203 * statistics/base/iqr.m: Ditto. |
|
2204 * statistics/base/cut.m: Ditto. |
|
2205 * statistics/base/cor.m: Ditto. |
|
2206 * statistics/base/cloglog.m: Ditto. |
|
2207 * statistics/base/center.m: Ditto. |
3454
|
2208 * statistics/models/logistic_regression.m: Ditto. |
|
2209 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
2210 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
2211 * statistics/tests/anova.m: Ditto. |
|
2212 * statistics/tests/bartlett_test.m: Ditto. |
|
2213 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
2214 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
2215 * statistics/tests/cor_test.m: Ditto. |
|
2216 * statistics/tests/f_test_regression.m: Ditto. |
|
2217 * statistics/tests/hotelling_test.m: Ditto. |
|
2218 * statistics/tests/hotelling_test_2.m: Ditto. |
|
2219 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
2220 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
2221 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
2222 * statistics/tests/manova.m: Ditto. |
|
2223 * statistics/tests/mcnemar_test.m: Ditto. |
|
2224 * statistics/tests/prop_test_2.m: Ditto. |
|
2225 * statistics/tests/run_test.m: Ditto. |
|
2226 * statistics/tests/sign_test.m: Ditto. |
|
2227 * statistics/tests/t_test.m: Ditto. |
|
2228 * statistics/tests/t_test_2.m: Ditto. |
|
2229 * statistics/tests/t_test_regression.m: Ditto. |
|
2230 * statistics/tests/u_test.m: Ditto. |
|
2231 * statistics/tests/var_test.m: Ditto. |
|
2232 * statistics/tests/welch_test.m: Ditto. |
|
2233 * statistics/tests/wilcoxon_test.m: Ditto. |
|
2234 * statistics/tests/z_test.m: Ditto. |
|
2235 * statistics/tests/z_test_2.m: Ditto. |
3453
|
2236 |
3446
|
2237 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2238 |
|
2239 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
2240 * plot/__plr1__.m: Ditto. |
|
2241 * plot/__pltopt__.m: Ditto. |
|
2242 * plot/__plt__.m: Ditto. |
|
2243 * plot/__plt2vv__.m: Ditto. |
|
2244 * plot/__plr2__.m: Ditto. |
|
2245 * plot/__plr__.m: Ditto. |
|
2246 * plot/__plt1__.m: Ditto. |
|
2247 * plot/__plt2__.m: Ditto. |
|
2248 * plot/__plt2mm__.m: Ditto. |
|
2249 * plot/__plt2mv__.m: Ditto. |
|
2250 * plot/__plt2ss__.m: Ditto. |
|
2251 * miscellaneous/paren.m: Ditto. |
|
2252 * miscellaneous/comma.m: Ditto. |
|
2253 * miscellaneous/semicolon.m: Ditto. |
|
2254 * miscellaneous/path.m: Ditto. |
|
2255 * miscellaneous/list_primes.m: Ditto. |
|
2256 * miscellaneous/flops.m: Ditto. |
|
2257 * miscellaneous/dump_prefs.m: Ditto. |
|
2258 * miscellaneous/bug_report.m: Ditto. |
|
2259 * linear-algebra/dot.m: Ditto |
|
2260 * linear-algebra/dmult.m: Ditto. |
|
2261 * general/randperm.m: Ditto. |
|
2262 * general/logical.m: Ditto. |
|
2263 * general/is_duplicate_entry.m: Ditto. |
|
2264 * signal/arch_fit.m: Ditto. |
|
2265 * signal/arch_rnd.m: Ditto. |
|
2266 * signal/arch_test.m: Ditto. |
|
2267 * signal/arma_rnd.m: Ditto. |
|
2268 * signal/autocor.m: Ditto. |
|
2269 * signal/autocov.m: Ditto. |
|
2270 * signal/autoreg_matrix.m: Ditto. |
|
2271 * signal/bartlett.m: Ditto. |
|
2272 * signal/blackman.m: Ditto. |
|
2273 * signal/detrend.m: Ditto. |
|
2274 * signal/diffpara.m: Ditto. |
|
2275 * signal/durbinlevinson.m: Ditto. |
|
2276 * signal/fftconv.m: Ditto. |
|
2277 * signal/fftfilt.m: Ditto. |
|
2278 * signal/fftshift.m: Ditto. |
|
2279 * signal/fractdiff.m: Ditto. |
|
2280 * signal/freqz.m: Ditto. |
|
2281 * signal/hamming.m: Ditto. |
|
2282 * signal/hanning.m: Ditto. |
|
2283 * signal/hurst.m: Ditto. |
|
2284 * signal/periodogram.m: Ditto. |
|
2285 * signal/rectangle_lw.m: Ditto. |
|
2286 * signal/rectangle_sw.m: Ditto. |
|
2287 * signal/sinc.m: Ditto. |
|
2288 * signal/sinetone.m: Ditto. |
|
2289 * signal/sinewave.m: Ditto. |
|
2290 * signal/spectral_adf.m: Ditto. |
|
2291 * signal/spectral_xdf.m: Ditto. |
|
2292 * signal/spencer.m: Ditto. |
|
2293 * signal/stft.m: Ditto. |
|
2294 * signal/synthesis.m: Ditto. |
|
2295 * signal/triangle_lw.m: Ditto. |
|
2296 * signal/triangle_sw.m: Ditto. |
|
2297 * signal/yulewalker.m: Ditto. |
3450
|
2298 * control/util/strappend.m: Ditto. |
3451
|
2299 * control/base/nichols.m: Ditto. |
3452
|
2300 * control/system/is_signal_list.m: Ditto. |
|
2301 * control/system/listidx.m: Ditto. |
|
2302 * control/system/sysgettsam.m: Ditto. |
|
2303 * control/system/sysidx.m: Ditto. |
3446
|
2304 |
3438
|
2305 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2306 |
|
2307 * control/system/__abcddims__.m: Rename from |
|
2308 control/system/abcddims.m, change all callers. |
|
2309 * control/base/__bodquist__.m: Likewise. |
|
2310 * control/base/__freqresp__.m: Likewise. |
|
2311 * control/util/__outlist__.m: Likewise. |
|
2312 * control/base/__stepimp__.m: Likewise. |
|
2313 * control/system/__syschnamesl__.m: Likewise. |
|
2314 * control/system/__syscont_disc__.m: Likewise. |
|
2315 * control/system/__sysdefioname__.m: Likewise. |
|
2316 * control/system/__sysdefstname__.m: Likewise. |
|
2317 * control/system/__sysgroupn__.m: Likewise. |
|
2318 * control/system/__tf2sysl__.m: Likewise. |
|
2319 * control/util/__zgpbal__.m: Likewise. |
|
2320 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
2321 |
|
2322 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
2323 * quaternion/qconj.m: Ditto. |
|
2324 * quaternion/qcoordinate_plot.m: Ditto. |
|
2325 * quaternion/qderiv.m: Ditto. |
|
2326 * quaternion/qderivmat.m: Ditto. |
|
2327 * quaternion/qinv.m: Ditto. |
|
2328 * quaternion/qmult.m: Ditto. |
|
2329 * quaternion/qtrans.m: Ditto. |
|
2330 * quaternion/qtransv.m: Ditto. |
|
2331 * quaternion/qtransvmat.m: Ditto. |
|
2332 * quaternion/quaternion.m: Ditto. |
3438
|
2333 |
3436
|
2334 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2335 |
|
2336 * control/base/Makefile.in: Ditto. |
|
2337 * control/hinf/Makefile.in: New file. |
|
2338 * control/marsyas/Makefile.in: Ditto. |
|
2339 * control/obsolete/Makefile.in: Ditto. |
|
2340 * control/system/Makefile.in: Ditto. |
|
2341 * control/util/Makefile.in: Ditto. |
|
2342 |
|
2343 * strings/com2str.m: Move here from control directory. |
|
2344 |
|
2345 * control/base: New directory. |
|
2346 * control/base/DEMOcontrol.m: Move here from control directory. |
|
2347 * control/base/analdemo.m: Ditto. |
|
2348 * control/base/are.m: Ditto. |
|
2349 * control/base/bddemo.m: Ditto. |
|
2350 * control/base/bode.m: Ditto. |
|
2351 * control/base/bode_bounds.m: Ditto. |
|
2352 * control/base/bodquist.m: Ditto. |
|
2353 * control/base/controldemo.m: Ditto. |
|
2354 * control/base/ctrb.m: Ditto. |
|
2355 * control/base/damp.m: Ditto. |
|
2356 * control/base/dare.m: Ditto. |
|
2357 * control/base/dcgain.m: Ditto. |
|
2358 * control/base/dgram.m: Ditto. |
|
2359 * control/base/dlqe.m: Ditto. |
|
2360 * control/base/dlqr.m: Ditto. |
|
2361 * control/base/dlyap.m: Ditto. |
|
2362 * control/base/dre.m: Ditto. |
|
2363 * control/base/frdemo.m: Ditto. |
|
2364 * control/base/freqchkw.m: Ditto. |
|
2365 * control/base/freqresp.m: Ditto. |
|
2366 * control/base/gram.m: Ditto. |
|
2367 * control/base/impulse.m: Ditto. |
|
2368 * control/base/lqe.m: Ditto. |
|
2369 * control/base/lqg.m: Ditto. |
|
2370 * control/base/lqr.m: Ditto. |
|
2371 * control/base/lsim.m: Ditto. |
|
2372 * control/base/ltifr.m: Ditto. |
|
2373 * control/base/lyap.m: Ditto. |
|
2374 * control/base/nichols.m: Ditto. |
|
2375 * control/base/nyquist.m: Ditto. |
|
2376 * control/base/obsv.m: Ditto. |
|
2377 * control/base/place.m: Ditto. |
|
2378 * control/base/pzmap.m: Ditto. |
|
2379 * control/base/rldemo.m: Ditto. |
|
2380 * control/base/rlocus.m: Ditto. |
|
2381 * control/base/step.m: Ditto. |
|
2382 * control/base/stepimp.m: Ditto. |
|
2383 * control/base/tzero.m: Ditto. |
|
2384 * control/base/tzero2.m: Ditto. |
|
2385 |
|
2386 * control/hinf: New directory. |
|
2387 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
2388 * control/hinf/h2norm.m: Ditto. |
|
2389 * control/hinf/h2syn.m: Ditto. |
|
2390 * control/hinf/hinf_ctr.m: Ditto. |
|
2391 * control/hinf/hinfdemo.m: Ditto. |
|
2392 * control/hinf/hinfnorm.m: Ditto. |
|
2393 * control/hinf/hinfsyn.m: Ditto. |
|
2394 * control/hinf/hinfsyn_chk.m: Ditto. |
|
2395 * control/hinf/hinfsyn_ric.m: Ditto. |
|
2396 * control/hinf/wgt1o.m: Ditto. |
3441
|
2397 * control/hinf/dgkfdemo.m: Ditto. |
|
2398 * control/hinf/is_dgkf.m: Ditto. |
3436
|
2399 |
|
2400 * control/marsyas: New directory. |
|
2401 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
2402 * control/marsyas/susball.m: Ditto. |
|
2403 |
|
2404 * control/obsolete/dezero.m: Move here from control directory. |
|
2405 * control/obsolete/rotg.m: Ditto. |
|
2406 |
|
2407 * control/system: New directory. |
|
2408 * control/system/abcddim.m: Move here from control directory. |
|
2409 * control/system/abcddims.m: Ditto. |
|
2410 * control/system/buildssic.m: Ditto. |
|
2411 * control/system/c2d.m: Ditto. |
|
2412 * control/system/d2c.m: Ditto. |
|
2413 * control/system/dmr2d.m: Ditto. |
|
2414 * control/system/fir2sys.m: Ditto. |
|
2415 * control/system/is_abcd.m: Ditto. |
|
2416 * control/system/is_digital.m: Ditto. |
|
2417 * control/system/is_sample.m: Ditto. |
|
2418 * control/system/is_signal_list.m: Ditto. |
|
2419 * control/system/is_siso.m: Ditto. |
3441
|
2420 * control/system/is_controllable.m: Ditto. |
|
2421 * control/system/is_detectable.m: Ditto. |
|
2422 * control/system/is_observable.m: Ditto. |
|
2423 * control/system/is_stabilizable.m: Ditto. |
|
2424 * control/system/is_stable.m: Ditto. |
3436
|
2425 * control/system/jet707.m: Ditto. |
|
2426 * control/system/listidx.m: Ditto. |
|
2427 * control/system/moddemo.m: Ditto. |
|
2428 * control/system/ord2.m: Ditto. |
|
2429 * control/system/packedform.m: Ditto. |
|
2430 * control/system/parallel.m: Ditto. |
|
2431 * control/system/ss2sys.m: Ditto. |
|
2432 * control/system/ss2tf.m: Ditto. |
|
2433 * control/system/ss2zp.m: Ditto. |
|
2434 * control/system/starp.m: Ditto. |
|
2435 * control/system/sys2fir.m: Ditto. |
|
2436 * control/system/sys2ss.m: Ditto. |
|
2437 * control/system/sys2tf.m: Ditto. |
|
2438 * control/system/sys2zp.m: Ditto. |
|
2439 * control/system/sysadd.m: Ditto. |
|
2440 * control/system/sysappend.m: Ditto. |
|
2441 * control/system/syschnamesl.m: Ditto. |
|
2442 * control/system/syschtsam.m: Ditto. |
|
2443 * control/system/sysconnect.m: Ditto. |
|
2444 * control/system/syscont.m: Ditto. |
|
2445 * control/system/syscont_disc.m: Ditto. |
|
2446 * control/system/sysdefioname.m: Ditto. |
|
2447 * control/system/sysdefstname.m: Ditto. |
|
2448 * control/system/sysdimensions.m: Ditto. |
|
2449 * control/system/sysdisc.m: Ditto. |
|
2450 * control/system/sysdup.m: Ditto. |
|
2451 * control/system/sysgetsignals.m: Ditto. |
|
2452 * control/system/sysgettsam.m: Ditto. |
|
2453 * control/system/sysgettype.m: Ditto. |
|
2454 * control/system/sysgroup.m: Ditto. |
|
2455 * control/system/sysgroupn.m: Ditto. |
|
2456 * control/system/sysidx.m: Ditto. |
|
2457 * control/system/sysmin.m: Ditto. |
|
2458 * control/system/sysmult.m: Ditto. |
|
2459 * control/system/sysout.m: Ditto. |
|
2460 * control/system/sysprune.m: Ditto. |
|
2461 * control/system/sysreorder.m: Ditto. |
|
2462 * control/system/sysrepdemo.m: Ditto. |
|
2463 * control/system/sysscale.m: Ditto. |
|
2464 * control/system/syssetsignals.m: Ditto. |
|
2465 * control/system/syssub.m: Ditto. |
|
2466 * control/system/sysupdate.m: Ditto. |
|
2467 * control/system/tf2ss.m: Ditto. |
|
2468 * control/system/tf2sys.m: Ditto. |
|
2469 * control/system/tf2sysl.m: Ditto. |
|
2470 * control/system/tf2zp.m: Ditto. |
|
2471 * control/system/tfout.m: Ditto. |
|
2472 * control/system/ugain.m: Ditto. |
|
2473 * control/system/zp2ss.m: Ditto. |
|
2474 * control/system/zp2ssg2.m: Ditto. |
|
2475 * control/system/zp2sys.m: Ditto. |
|
2476 * control/system/zp2tf.m: Ditto. |
|
2477 * control/system/zpout.m: Ditto. |
|
2478 |
|
2479 * control/util: New directory. |
|
2480 * control/util/axis2dlim.m: Move here from control directory. |
|
2481 * control/util/outlist.m: Ditto. |
|
2482 * control/util/prompt.m: Ditto. |
|
2483 * control/util/run_cmd.m: Ditto. |
|
2484 * control/util/sortcom.m: Ditto. |
|
2485 * control/util/strappend.m: Ditto. |
|
2486 * control/util/swap.m: Ditto. |
|
2487 * control/util/zgfmul.m: Ditto. |
|
2488 * control/util/zgfslv.m: Ditto. |
|
2489 * control/util/zginit.m: Ditto. |
|
2490 * control/util/zgpbal.m: Ditto. |
|
2491 * control/util/zgreduce.m: Ditto. |
|
2492 * control/util/zgrownorm.m: Ditto. |
|
2493 * control/util/zgscal.m: Ditto. |
|
2494 * control/util/zgsgiv.m: Ditto. |
|
2495 * control/util/zgshsr.m: Ditto. |
|
2496 |
3427
|
2497 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2498 |
|
2499 * gethelp.cc (extract_help_text): Discard first space character |
|
2500 after consecutive comment characters. |
|
2501 |
3422
|
2502 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
2503 |
|
2504 * control/obsolete: New directory |
|
2505 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
2506 * control/obsolete/swapcols.m: Ditto. |
|
2507 * control/obsolete/dlqg.m: Ditto. |
|
2508 * control/obsolete/minfo.m: Ditto. |
|
2509 * control/obsolete/packsys.m: Ditto. |
|
2510 * control/obsolete/qzval.m: Ditto. |
|
2511 * control/obsolete/unpacksys.m: Ditto. |
|
2512 * control/obsolete/series.m: Ditto. |
|
2513 * control/obsolete/syschnames.m: Ditto. |
|
2514 * polynomial/polyout.m: Ditto. |
3422
|
2515 |
3420
|
2516 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2517 |
|
2518 * general/fliplr.m: Eliminate useless copy of arg. |
|
2519 * general/flipud.m: Ditto. |
|
2520 |
3418
|
2521 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2522 |
|
2523 * linear-algebra/cross.m: Only return a row vector if both args |
|
2524 are row vectors. |
|
2525 * polynomial/polyfit.m: Likewise. |
|
2526 |
|
2527 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
2528 |
|
2529 * statistics/distributions/discrete_rnd.m: |
|
2530 Always generate a row vector. |
|
2531 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
2532 |
5095
|
2533 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
2534 |
|
2535 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
2536 |
|
2537 * audio/setaudio.m: Texinfoize doc string. |
|
2538 * control/com2str.m: Likewise. |
|
2539 * control/controldemo.m: Likewise. |
|
2540 * control/DEMOcontrol.m: Likewise. |
|
2541 * control/dezero.m: Likewise. |
|
2542 * control/dre.m: Likewise. |
|
2543 * control/hinfsyn_ric.m: Likewise. |
|
2544 |
5095
|
2545 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
2546 |
|
2547 * io/printf.m: Add @seealso{...} to doc string. |
|
2548 * io/puts.m: Likewise. |
|
2549 * plot/semilogx.m: Likewise. |
|
2550 * plot/semilogy.m: Likewise. |
|
2551 * plot/__pltopt__.m: Likewise. |
|
2552 * plot/bar.m: Likewise. |
|
2553 * plot/xlabel.m: Likewise. |
|
2554 * plot/grid.m: Likewise. |
|
2555 * plot/shg.m: Likewise. |
|
2556 * plot/title.m: Likewise. |
|
2557 * plot/mesh.m: Likewise. |
|
2558 * plot/__pltopt1__.m: Likewise. |
|
2559 * plot/contour.m: Likewise. |
|
2560 * plot/hist.m: Likewise. |
|
2561 * plot/stairs.m: Likewise. |
|
2562 * plot/meshgrid.m: Likewise. |
|
2563 * plot/polar.m: Likewise. |
|
2564 * plot/loglog.m: Likewise. |
|
2565 * plot/plot.m: Likewise. |
|
2566 * miscellaneous/semicolon.m: Likewise. |
|
2567 * miscellaneous/menu.m: Likewise. |
|
2568 * miscellaneous/etime.m: Likewise. |
|
2569 * miscellaneous/texas_lotto.m: Likewise. |
|
2570 * miscellaneous/comma.m: Likewise. |
|
2571 * audio/lin2mu.m: Likewise. |
|
2572 * audio/playaudio.m: Likewise. |
|
2573 * audio/loadaudio.m: Likewise. |
|
2574 * audio/saveaudio.m: Likewise. |
|
2575 * audio/mu2lin.m: Likewise. |
|
2576 * audio/record.m: Likewise. |
|
2577 * strings/isletter.m: Likewise. |
|
2578 * strings/lower.m: Likewise. |
|
2579 * strings/lower.m: Likewise. |
|
2580 * strings/upper.m: Likewise. |
|
2581 * specfun/erfinv.m: Likewise. |
|
2582 * specfun/gammai.m: Likewise. |
|
2583 * specfun/log2.m: Likewise. |
|
2584 * specfun/pow2.m: Likewise. |
|
2585 * elfun/gcd.m: Likewise. |
|
2586 * elfun/lcm.m: Likewise. |
|
2587 * special-matrix/vander.m: Likewise. |
|
2588 * special-matrix/sylvester_matrix.m: Likewise. |
|
2589 * special-matrix/hilb.m: Likewise. |
|
2590 * special-matrix/hankel.m: Likewise. |
|
2591 * special-matrix/toeplitz.m: Likewise. |
|
2592 * special-matrix/invhilb.m: Likewise. |
|
2593 * statistics/base/std.m: Likewise. |
|
2594 * statistics/base/median.m: Likewise. |
|
2595 * linear-algebra/cond.m: Likewise. |
|
2596 * linear-algebra/norm.m: Likewise. |
|
2597 * finance/nper.m: Likewise. |
|
2598 * finance/pmt.m: Likewise. |
|
2599 * finance/pv.m: Likewise. |
|
2600 * finance/rate.m: Likewise. |
|
2601 * finance/npv.m: Likewise. |
|
2602 * general/fliplr.m: Likewise. |
|
2603 * general/flipud.m: Likewise. |
|
2604 * general/is_scalar.m: Likewise. |
|
2605 * general/rem.m: Likewise. |
|
2606 * general/perror.m: Likewise. |
|
2607 * general/tril.m: Likewise. |
|
2608 * general/rot90.m: Likewise. |
|
2609 * general/num2str.m: Likewise. |
|
2610 * general/int2str.m: Likewise. |
|
2611 * general/reshape.m: Likewise. |
|
2612 * general/logspace.m: Likewise. |
|
2613 * general/is_symmetric.m: Likewise. |
|
2614 * general/is_vector.m: Likewise. |
|
2615 * general/nextpow2.m: Likewise. |
|
2616 * general/columns.m: Likewise. |
|
2617 * general/is_square.m: Likewise. |
|
2618 * general/rows.m: Likewise. |
|
2619 * control/ugain.m: Likewise. |
|
2620 * control/damp.m: Likewise. |
|
2621 * control/dare.m: Likewise. |
|
2622 * control/are.m: Likewise. |
|
2623 * control/sys2fir.m: Likewise. |
|
2624 * control/abcddim.m: Likewise. |
|
2625 * control/is_abcd.m: Likewise. |
|
2626 * control/step.m: Likewise. |
|
2627 * control/is_observable.m: Likewise. |
|
2628 * control/is_controllable.m: Likewise. |
|
2629 * control/jet707.m: Likewise. |
|
2630 * control/polyout.m: Likewise. |
|
2631 * control/impulse.m: Likewise. |
|
2632 * control/lqg.m: Likewise. |
|
2633 * control/is_detectable.m: Likewise. |
|
2634 * control/sysdimensions.m: Likewise. |
|
2635 * control/sysupdate.m: Likewise. |
|
2636 * control/stepimp.m: Likewise. |
|
2637 * control/is_stable.m: Likewise. |
|
2638 * control/tfout.m: Likewise. |
|
2639 * control/zpout.m: Likewise. |
|
2640 |
3405
|
2641 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2642 |
|
2643 * set/complement.m: Add @seealso{} stuff. |
|
2644 * set/create_set.m: Likewise. |
|
2645 * set/intersection.m: Likewise. |
|
2646 * set/union.m: Likewise. |
|
2647 |
3399
|
2648 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2649 |
3400
|
2650 * control/d2c.m: Use double quotes instead of single quotes for |
|
2651 string constants. |
|
2652 * control/dgkfdemo.m: Likewise. |
|
2653 * control/fir2sys.m: Likewise. |
|
2654 * control/frdemo.m: Likewise. |
|
2655 * control/moddemo.m: Likewise. |
|
2656 * control/minfo.m: Likewise. |
|
2657 * control/is_stabilizable.m: Likewise. |
|
2658 * control/is_dgkf.m: Likewise. |
|
2659 * control/polyout.m: Likewise. |
|
2660 * control/sysconnect.m: Likewise. |
|
2661 * control/sysrepdemo.m: Likewise. |
|
2662 * control/tf2sys.m: Likewise. |
|
2663 * control/tfout.m: Likewise. |
|
2664 * control/zp2sys.m: Likewise. |
|
2665 * control/zpout.m: Likewise. |
|
2666 * control/tzero.m: Likewise. |
|
2667 |
|
2668 * control/DEMOcontrol.m: Handle moddemo case too. |
|
2669 |
|
2670 * image/loadimage.m: Use double quotes instead of single quotes |
|
2671 for string constants. Use sprintf instead of square brackets to |
|
2672 construct string. |
|
2673 |
3399
|
2674 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
2675 * control/fir2sys.m: Likewise. |
3399
|
2676 |
3390
|
2677 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2678 |
|
2679 * mkdoc: Only delete spaces before @ characters at the beginning |
|
2680 of a line. |
|
2681 |
3383
|
2682 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2683 |
3388
|
2684 * control/bddemo.m: Make it more likely to work with any value of |
|
2685 whitespace_in_literal_matrix. |
3386
|
2686 * control/analdemo.m: Ditto. |
|
2687 * control/dgkfdemo.m: Ditto. |
|
2688 * control/frdemo.m: Ditto. |
|
2689 * control/sysrepdemo.m: Ditto. |
|
2690 * control/moddemo.m: Ditto. |
3388
|
2691 * control/zp2ss.m: Ditto. |
3387
|
2692 * control/zp2tf.m: Ditto. |
3388
|
2693 * control/syssub.m: Ditto. |
|
2694 * finance/npv.m: Ditto. |
|
2695 * statistics/base/studentize.m: Ditto. |
|
2696 * statistics/base/values.m: Ditto. |
|
2697 * statistics/distributions/exponential_cdf.m: Ditto. |
|
2698 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
2699 |
3384
|
2700 * control/dezero.m: Use toascii to convert string to ASCII value |
|
2701 instead of multiplying it by 1. |
|
2702 |
3383
|
2703 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
2704 * control/zpout.m: Ditto. |
|
2705 * control/tfout.m: Ditto. |
|
2706 * control/tf2sys.m: Ditto. |
|
2707 * control/syssub.m: Ditto. |
|
2708 * control/syssetsignals.m: Ditto. |
|
2709 * control/sysout.m: Ditto. |
|
2710 * control/sysmult.m: Ditto. |
|
2711 * control/sysgroup.m: Ditto. |
|
2712 * control/sysdup.m: Ditto. |
|
2713 * control/sysdisc.m: Ditto. |
|
2714 * control/syscont.m: Ditto. |
|
2715 * control/sysconnect.m: Ditto. |
|
2716 * control/sysappend.m: Ditto. |
|
2717 * control/sysadd.m: Ditto. |
|
2718 * control/ss2sys.m: Ditto. |
|
2719 * control/nyquist.m: Ditto. |
|
2720 * control/lqg.m: Ditto. |
|
2721 * control/fir2sys.m: Ditto. |
|
2722 * control/dmr2d.m: Ditto. |
|
2723 * control/dezero.m: Ditto. |
|
2724 * control/d2c.m: Ditto. |
|
2725 * control/c2d.m: Ditto. |
|
2726 * control/bddemo.m: Ditto. |
|
2727 * control/pzmap.m: Ditto. |
|
2728 |
5095
|
2729 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
2730 |
|
2731 * signal/spectral_adf.m: Fix typo. |
|
2732 |
3372
|
2733 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2734 |
|
2735 * linear-algebra/cond.m: Texinfoize doc string. |
|
2736 * linear-algebra/kron.m: Ditto. |
|
2737 * linear-algebra/norm.m: Ditto. |
|
2738 * linear-algebra/null.m: Ditto. |
|
2739 * linear-algebra/orth.m: Ditto. |
|
2740 * linear-algebra/rank.m: Ditto. |
|
2741 * linear-algebra/trace.m: Ditto. |
|
2742 * linear-algebra/qzhess.m: Ditto. |
|
2743 * miscellaneous/menu.m: Ditto. |
3373
|
2744 * general/perror.m: Ditto. |
|
2745 * general/strerror.m: Ditto. |
|
2746 * general/columns.m: Ditto. |
|
2747 * general/rows.m: Ditto. |
|
2748 * image/colormap.m: Ditto. |
|
2749 * image/gray.m: Ditto. |
|
2750 * image/gray2ind.m: Ditto. |
|
2751 * image/image.m: Ditto. |
|
2752 * image/imagesc.m: Ditto. |
|
2753 * image/imshow.m: Ditto. |
|
2754 * image/ind2gray.m: Ditto. |
|
2755 * image/ind2rgb.m: Ditto. |
|
2756 * image/loadimage.m: Ditto. |
|
2757 * image/rgb2ntsc.m: Ditto. |
|
2758 * image/ntsc2rgb.m: Ditto. |
|
2759 * image/ocean.m: Ditto. |
|
2760 * image/rgb2ind.m: Ditto. |
|
2761 * image/saveimage.m: Ditto. |
3372
|
2762 * io/printf.m: Ditto. |
|
2763 * io/puts.m: Ditto. |
|
2764 |
3369
|
2765 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2766 |
|
2767 * special-matrix/hankel.m: Texinfoize doc string. |
|
2768 * special-matrix/hilb.m: Ditto. |
|
2769 * special-matrix/invhilb.m: Ditto. |
|
2770 * special-matrix/sylvester_matrix.m: Ditto. |
|
2771 * special-matrix/toeplitz.m: Ditto. |
|
2772 * special-matrix/vander.m: Ditto. |
|
2773 * linear-algebra/vec.m: Ditto. |
|
2774 * linear-algebra/vech.m: Ditto. |
|
2775 * general/common_size.m: Ditto. |
|
2776 * general/diff.m: Ditto. |
|
2777 * general/fliplr.m: Ditto. |
|
2778 * general/flipud.m: Ditto. |
|
2779 * general/rot90.m: Ditto. |
|
2780 * general/reshape.m: Ditto. |
|
2781 * general/shift.m: Ditto. |
|
2782 * general/tril.m: Ditto. |
|
2783 * general/triu.m: Ditto. |
|
2784 * general/logspace.m: Ditto. |
3371
|
2785 * general/nargchk.m: Ditto. |
3369
|
2786 |
3367
|
2787 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2788 |
|
2789 * statistics/base/mean: Texinfoize doc string. |
|
2790 * statistics/base/median: Ditto. |
|
2791 * statistics/base/std: Ditto. |
|
2792 * statistics/base/cov: Ditto. |
|
2793 * statistics/base/corrcoef: Ditto. |
|
2794 * statistics/base/kurtosis: Ditto. |
|
2795 * statistics/base/mahalanobis: Ditto. |
|
2796 * statistics/base/skewness: Ditto. |
3368
|
2797 * statistics/base/gls.m: Ditto. |
|
2798 * statistics/base/ols.m: Ditto. |
3367
|
2799 * signal/detrend.m: Ditto. |
|
2800 * signal/freqz.m: Ditto. |
|
2801 * signal/sinc.m: Ditto. |
|
2802 * signal/fftconv.m: Ditto. |
|
2803 * signal/fftfilt.m: Ditto. |
3368
|
2804 * set/create_set.m: Ditto. |
|
2805 * set/union.m: Ditto. |
|
2806 * set/intersection.m: Ditto. |
|
2807 * set/complement.m: Ditto. |
|
2808 * poly/compan.m: Ditto. |
|
2809 * poly/conv: Ditto. |
|
2810 * poly/deconv: Ditto. |
|
2811 * poly/poly: Ditto. |
|
2812 * poly/polyderiv: Ditto. |
|
2813 * poly/polyfit: Ditto. |
|
2814 * poly/polyinteg: Ditto. |
|
2815 * poly/polyreduce: Ditto. |
|
2816 * poly/polyval: Ditto. |
|
2817 * poly/polyvalm: Ditto. |
|
2818 * poly/residue: Ditto. |
|
2819 * poly/roots: Ditto. |
|
2820 * plot/top_title.m: Ditto |
|
2821 * plot/subwindow.m: Ditto |
|
2822 * plot/subplot.m: Ditto |
|
2823 * plot/plot_border.m: Ditto |
|
2824 * plot/oneplot.m: Ditto |
|
2825 * plot/multiplot.m: Ditto |
|
2826 * plot/mplot.m: Ditto |
|
2827 * plot/xlabel.m: Ditto |
|
2828 * plot/figure.m: Ditto |
|
2829 * plot/meshdom.m: Ditto |
|
2830 * plot/mesh.m: Ditto |
|
2831 * plot/stairs.m: Ditto |
|
2832 * plot/polar.m: Ditto |
|
2833 * plot/loglog.m: Ditto |
|
2834 * plot/hist.m: Ditto |
|
2835 * plot/contour.m: Ditto |
|
2836 * plot/bar.m: Ditto |
|
2837 * plot/axis.m: Ditto |
|
2838 * plot/plot.m: Ditto. |
3367
|
2839 |
3361
|
2840 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2841 |
3365
|
2842 * control/pinv.m: Delete. |
|
2843 |
3364
|
2844 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
2845 |
3361
|
2846 * strings/blanks.m: Texinfoize doc string. |
|
2847 * strings/strcat.m: Ditto. |
|
2848 * strings/str2mat.m: Ditto. |
|
2849 * strings/deblank.m: Ditto. |
|
2850 * strings/findstr.m: Ditto. |
|
2851 * strings/index.m: Ditto. |
|
2852 * strings/rindex.m: Ditto. |
|
2853 * strings/split.m: Ditto. |
|
2854 * strings/strcmp.m: Ditto. |
|
2855 * strings/strrep.m: Ditto. |
|
2856 * strings/substr.m: Ditto. |
|
2857 * general/int2str.m: Ditto. |
|
2858 * general/num2str.m: Ditto. |
|
2859 * strings/dec2bin.m: Ditto. |
|
2860 * strings/bin2dec: Ditto. |
|
2861 * strings/dec2bin: Ditto. |
|
2862 * strings/dec2hex: Ditto. |
|
2863 * strings/hex2dec: Ditto. |
|
2864 * strings/str2num: Ditto. |
|
2865 |
3347
|
2866 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2867 |
|
2868 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
2869 |
5095
|
2870 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
2871 |
|
2872 * control/DEMOcontrol.m: Texinfoize doc string. |
|
2873 * control/abcddim.m: Ditto. |
|
2874 * control/abcddims.m: Ditto. |
|
2875 * control/analdemo.m: Ditto. |
|
2876 * control/are.m: Ditto. |
|
2877 * control/axis2dlim.m: Ditto. |
|
2878 * control/bddemo.m: Ditto. |
|
2879 * control/bode.m: Ditto. |
|
2880 * control/bode_bounds.m: Ditto. |
|
2881 * control/bodquist.m: Ditto. |
|
2882 * control/buildssic.m: Ditto. |
|
2883 * control/c2d.m: Ditto. |
|
2884 * control/ctrb.m: Ditto. |
|
2885 * control/d2c.m: Ditto. |
|
2886 * control/damp.m: Ditto. |
|
2887 * control/dare.m: Ditto. |
|
2888 * control/dcgain.m: Ditto. |
|
2889 * control/dgkfdemo.m: Ditto. |
|
2890 * control/dgram.m: Ditto. |
|
2891 * control/dlqe.m: Ditto. |
|
2892 * control/dlqr.m: Ditto. |
|
2893 * control/dlyap.m: Ditto. |
|
2894 * control/dmr2d.m: Ditto. |
|
2895 * control/fir2sys.m: Ditto. |
|
2896 * control/frdemo.m: Ditto. |
|
2897 * control/freqchkw.m: Ditto. |
|
2898 * control/freqresp.m: Ditto. |
|
2899 * control/gram.m: Ditto. |
|
2900 * control/h2norm.m: Ditto. |
|
2901 * control/h2syn.m: Ditto. |
|
2902 * control/hinf_ctr.m: Ditto. |
|
2903 * control/hinfdemo.m: Ditto. |
|
2904 * control/hinfnorm.m: Ditto. |
|
2905 * control/hinfsyn.m: Ditto. |
|
2906 * control/hinfsyn_chk.m: Ditto. |
|
2907 * control/impulse.m: Ditto. |
|
2908 * control/is_abcd.m: Ditto. |
|
2909 * control/is_controllable.m: Ditto. |
|
2910 * control/is_detectable.m: Ditto. |
|
2911 * control/is_dgkf.m: Ditto. |
|
2912 * control/is_digital.m: Ditto. |
|
2913 * control/is_observable.m: Ditto. |
|
2914 * control/is_sample.m: Ditto. |
|
2915 * control/is_signal_list.m: Ditto. |
|
2916 * control/is_siso.m: Ditto. |
|
2917 * control/is_stabilizable.m: Ditto. |
|
2918 * control/is_stable.m: Ditto. |
|
2919 * control/jet707.m: Ditto. |
|
2920 * control/lqe.m: Ditto. |
|
2921 * control/lqg.m: Ditto. |
|
2922 * control/lqr.m: Ditto. |
|
2923 * control/lsim.m: Ditto. |
|
2924 * control/ltifr.m: Ditto. |
|
2925 * control/lyap.m: Ditto. |
|
2926 * control/moddemo.m: Ditto. |
|
2927 * control/nyquist.m: Ditto. |
|
2928 * control/obsv.m: Ditto. |
|
2929 * control/ord2.m: Ditto. |
|
2930 * control/outlist.m: Ditto. |
|
2931 * control/pinv.m: Ditto. |
|
2932 * control/place.m: Ditto. |
|
2933 * control/polyout.m: Ditto. |
|
2934 * control/prompt.m: Ditto. |
|
2935 * control/pzmap.m: Ditto. |
|
2936 * control/qzval.m: Ditto. |
|
2937 * control/rldemo.m: Ditto. |
|
2938 * control/rlocus.m: Ditto. |
|
2939 * control/sortcom.m: Ditto. |
|
2940 * control/ss2sys.m: Ditto. |
|
2941 * control/ss2tf.m: Ditto. |
|
2942 * control/ss2zp.m: Ditto. |
|
2943 * control/starp.m: Ditto. |
|
2944 * control/step.m: Ditto. |
|
2945 * control/stepimp.m: Ditto. |
|
2946 * control/susball.m: Ditto. |
|
2947 * control/sys2fir.m: Ditto. |
|
2948 * control/sys2ss.m: Ditto. |
|
2949 * control/sys2tf.m: Ditto. |
|
2950 * control/sys2zp.m: Ditto. |
|
2951 * control/sysadd.m: Ditto. |
|
2952 * control/sysappend.m: Ditto. |
|
2953 * control/syschnames.m: Ditto. |
|
2954 * control/syschnamesl.m: Ditto. |
|
2955 * control/syschtsam.m: Ditto. |
|
2956 * control/sysconnect.m: Ditto. |
|
2957 * control/syscont.m: Ditto. |
|
2958 * control/syscont_disc.m: Ditto. |
|
2959 * control/sysdefioname.m: Ditto. |
|
2960 * control/sysdefstname.m: Ditto. |
|
2961 * control/sysdimensions.m: Ditto. |
|
2962 * control/sysdisc.m: Ditto. |
|
2963 * control/sysdup.m: Ditto. |
|
2964 * control/sysgetsignals.m: Ditto. |
|
2965 * control/sysgettype.m: Ditto. |
|
2966 * control/sysgroup.m: Ditto. |
|
2967 * control/sysgroupn.m: Ditto. |
|
2968 * control/sysmult.m: Ditto. |
|
2969 * control/sysout.m: Ditto. |
|
2970 * control/sysprune.m: Ditto. |
|
2971 * control/sysreorder.m: Ditto. |
|
2972 * control/sysrepdemo.m: Ditto. |
|
2973 * control/sysscale.m: Ditto. |
|
2974 * control/syssetsignals.m: Ditto. |
|
2975 * control/syssub.m: Ditto. |
|
2976 * control/sysupdate.m: Ditto. |
|
2977 * control/tf2ss.m: Ditto. |
|
2978 * control/tf2sys.m: Ditto. |
|
2979 * control/tf2sysl.m: Ditto. |
|
2980 * control/tf2zp.m: Ditto. |
|
2981 * control/tfout.m: Ditto. |
|
2982 * control/tzero.m: Ditto. |
|
2983 * control/tzero2.m: Ditto. |
|
2984 * control/ugain.m: Ditto. |
|
2985 * control/wgt1o.m: Ditto. |
|
2986 * control/zgfmul.m: Ditto. |
|
2987 * control/zgfslv.m: Ditto. |
|
2988 * control/zginit.m: Ditto. |
|
2989 * control/zgpbal.m: Ditto. |
|
2990 * control/zgreduce.m: Ditto. |
|
2991 * control/zgrownorm.m: Ditto. |
|
2992 * control/zgscal.m: Ditto. |
|
2993 * control/zgsgiv.m: Ditto. |
|
2994 * control/zgshsr.m: Ditto. |
|
2995 * control/zp2ss.m: Ditto. |
|
2996 * control/zp2ssg2.m: Ditto. |
|
2997 * control/zp2sys.m: Ditto. |
|
2998 * control/zp2tf.m: Ditto. |
|
2999 * control/zpout.m: Ditto. |
|
3000 |
5095
|
3001 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
3002 |
5378
|
3003 * audio/lin2mu.m: Texinfoize doc string. |
|
3004 * audio/loadaudio.m: Ditto. |
|
3005 * audio/mu2lin.m: Ditto. |
|
3006 * audio/playaudio.m: Ditto. |
|
3007 * audio/record.m: Ditto. |
|
3008 * audio/saveaudio.m: Ditto. |
3332
|
3009 |
5095
|
3010 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
3011 |
|
3012 * elfun/acot.m: Texinfoize doc string. |
|
3013 * elfun/acsc.m: Ditto. |
|
3014 * elfun/acsch.m: Ditto. |
|
3015 * elfun/asec.m: Ditto. |
|
3016 * elfun/asech.m: Ditto. |
|
3017 * elfun/cot.m: Ditto. |
|
3018 * elfun/coth.m: Ditto. |
|
3019 * elfun/csc.m: Ditto. |
|
3020 * elfun/csch.m: Ditto. |
|
3021 * elfun/gcd.m: Ditto. |
|
3022 * elfun/lcm.m: Ditto. |
|
3023 * elfun/sec.m: Ditto. |
|
3024 * elfun/sech.m: Ditto. |
|
3025 * general/nextpow2.m: Ditto. |
|
3026 * general/rem.m: Ditto. |
|
3027 * linear-algebra/commutation_matrix.m: Ditto. |
|
3028 * linear-algebra/cross.m: Ditto. |
|
3029 * linear-algebra/duplication_matrix.m: Ditto. |
|
3030 * miscellaneous/bincoeff.m: Ditto. |
|
3031 * miscellaneous/xor.m: Ditto. |
|
3032 * specfun/bessel.m: Ditto. |
|
3033 * specfun/beta.m: Ditto. |
|
3034 * specfun/betai.m: Ditto. |
|
3035 * specfun/erfinv.m: Ditto. |
|
3036 * specfun/gammai.m: Ditto. |
|
3037 * specfun/log2.m: Ditto. |
|
3038 * specfun/pow2.m: Ditto. |
|
3039 |
5095
|
3040 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
3041 |
|
3042 * general/is_scalar.m: Texinfoize help text. |
|
3043 * general/is_square.m: Ditto. |
|
3044 * general/is_symmetric.m: Ditto. |
|
3045 |
3320
|
3046 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3047 |
|
3048 * strings/split.m: If the string to be split is empty, just return |
|
3049 an empty string. |
|
3050 |
3319
|
3051 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3052 |
|
3053 * Makefile.in (ALL_M_FILES): New macro. |
|
3054 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
3055 |
3306
|
3056 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3057 |
|
3058 * control/bode.m: Don't return anything if nargout == 0. |
|
3059 |
|
3060 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
3061 |
|
3062 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
3063 |
3305
|
3064 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3065 |
|
3066 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
3067 gethelp.cc to the list. |
|
3068 |
3296
|
3069 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3070 |
3301
|
3071 * time/asctime.m: Texinfoize help text. |
|
3072 * time/clock.m: Ditto. |
|
3073 * time/date.m: Ditto. |
|
3074 * miscellaneous/cputime.m: Ditto. |
|
3075 * miscellaneous/etime.m: Ditto. |
|
3076 * miscellaneous/is_leap_year.m: Ditto. |
|
3077 * miscellaneous/popen2.m: Ditto. |
|
3078 * miscellaneous/version.m: Ditto. |
|
3079 * miscellaneous/tic.m: Ditto. |
|
3080 * miscellaneous/toc.m: Just refer to tic.m. |
|
3081 |
3297
|
3082 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
3083 `cd dir; $(MAKE); cd ..'. |
|
3084 ($(SUBDIRS)): Likewise. |
|
3085 |
|
3086 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
3087 |
|
3088 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
3089 of `cd dir; $(MAKE)'. |
|
3090 |
3296
|
3091 * gethelp.cc, mkdoc: New files. |
|
3092 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
3093 sources. |
|
3094 |
3291
|
3095 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3096 |
|
3097 * linear-algebra/kron.m: Fix typo in previous change |
|
3098 |
3282
|
3099 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3100 |
|
3101 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
3102 |
5095
|
3103 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
3104 |
|
3105 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
3106 rank when V has more columns than rows. |
|
3107 |
|
3108 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3109 |
|
3110 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
3111 |
|
3112 * statistics/tests/manova.m: Avoid problems if |
|
3113 whitespace_in_literal_matrix is set to "traditional". |
|
3114 * statistics/tests/t_test_regression.m: Likewise. |
|
3115 * statistics/tests/u_test.m: Likewise. |
|
3116 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
3117 * statistics/tests/anova.m: Likewise. |
|
3118 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
3119 * statistics/base/statistics.m: Likewise. |
|
3120 * image/saveimage.m: Likewise. |
|
3121 * signal/arch_fit.m: Likewise. |
|
3122 * signal/autoreg_matrix.m: Likewise. |
|
3123 * signal/triangle_lw.m: Likewise. |
|
3124 * strings/dec2hex.m: Likewise. |
|
3125 |
3268
|
3126 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3127 |
|
3128 * image/saveimage.m: Initialize scale. |
|
3129 |
|
3130 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3131 |
|
3132 * general/reshape.m: Allow reshape (a, size (b)). |
|
3133 |
3266
|
3134 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3135 |
|
3136 * specfun/erfinv.m: Improve stopping criterion. |
|
3137 Add iteration count as second return value. |
|
3138 |
3265
|
3139 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3140 |
|
3141 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
3142 |
3263
|
3143 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3144 |
|
3145 * miscellaneous/pack.m: New function. |
|
3146 |
|
3147 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3148 |
|
3149 * plot/figure.m: Always return figure number. With no args, |
|
3150 figure now creates a new figure window and returns its number. |
|
3151 Accept figure (property, value) syntax, but do nothing. |
|
3152 |
5095
|
3153 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
3154 |
|
3155 * general/shift.m: Avoid printing temporary value for backward shift. |
|
3156 |
3260
|
3157 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3158 |
|
3159 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
3160 evenly spaced. |
|
3161 |
3250
|
3162 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3163 |
|
3164 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
3165 contain only zeros. |
|
3166 |
5095
|
3167 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
3168 |
|
3169 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
3170 instead of appending them. |
|
3171 |
|
3172 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3173 |
|
3174 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
3175 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
3176 Update from A. S. Hodel. |
|
3177 |
3246
|
3178 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3179 |
|
3180 * polynomial/polyfit.m: Correct previous change. |
|
3181 |
3243
|
3182 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3183 |
|
3184 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
3185 |
5095
|
3186 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
3187 |
|
3188 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
3189 version of krylov and krylovb. |
|
3190 |
|
3191 * control/outlist.m, control/sysout.m: Fix typos. |
|
3192 |
|
3193 * control/sysdimensions.m: Add option for total number of states. |
|
3194 |
|
3195 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
3196 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
3197 arguments. |
|
3198 |
|
3199 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3200 |
|
3201 * strings/index.m: Fail with meaningful error message if either |
|
3202 arg is a string array. |
|
3203 |
3238
|
3204 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3205 |
|
3206 * linear-algebra/norm.m: Do the right thing for 1- and |
|
3207 infinity-norms of complex matrices. From Sven Khatri |
|
3208 <khatri@saturn.vocalpoint.com>. |
|
3209 |
5095
|
3210 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
3211 |
|
3212 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
3213 |
|
3214 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3215 |
|
3216 * strings/split.m: Avoid problems when splitting strings that have |
|
3217 \ in them. |
|
3218 |
5095
|
3219 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
3220 |
|
3221 * image/colormap.m: Do better arg checking, handle string args |
|
3222 that name the colormap function to call (e.g., colormap ("ocean")). |
|
3223 |
5095
|
3224 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
3225 |
|
3226 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
3227 * linear-algebra/dot.m: Likewise. |
|
3228 * linear-algebra/cross.m: Likewise. |
|
3229 * general/rot90.m: Likewise. |
|
3230 |
5095
|
3231 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
3232 |
|
3233 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
3234 that the leading column is not all zeros. |
|
3235 |
|
3236 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3237 |
|
3238 * general/shift.m: Fix potential problems with |
|
3239 whitespace_in_literal_matrix. |
|
3240 * signal/arch_rnd.m: Ditto. |
|
3241 * signal/autocov.m: Ditto. |
|
3242 * signal/diffpara.m: Ditto. |
|
3243 * signal/hurst.m: Ditto. |
|
3244 * signal/periodogram.m: Ditto. |
|
3245 * signal/spectral_adf.m: Ditto. |
|
3246 * signal/spectral_xdf.m: Ditto. |
|
3247 * signal/spencer.m: Ditto. |
|
3248 * signal/synthesis.m: Ditto. |
|
3249 * statistics/distributions/wiener_rnd.m: Ditto. |
|
3250 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
3251 * statistics/models/logistic_regression.m: Ditto. |
|
3252 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
3253 * statistics/tests/run_test.m: Ditto. |
|
3254 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
3255 |
5095
|
3256 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
3257 |
|
3258 * plot/__plr2__.m: Fix typo. |
|
3259 |
3233
|
3260 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3261 |
|
3262 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
3263 |
5095
|
3264 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
3265 |
|
3266 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
3267 function. |
|
3268 |
5095
|
3269 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
3270 |
|
3271 * control/ss2sys.m: Fix typo. |
|
3272 |
|
3273 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3274 |
|
3275 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
3276 |
|
3277 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
3278 signal names as lists of strings instead of string arrays. |
|
3279 |
3225
|
3280 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3281 |
3233
|
3282 * quaternion: New directory of functions from A. S. Hodel |
3225
|
3283 <a.s.hodel@eng.auburn.edu>. |
|
3284 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
3285 * quaternion/Makefile.in: New file. |
|
3286 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
3287 |
|
3288 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3289 |
|
3290 * image/saveimage.m: Make it work again for black and white colormaps. |
|
3291 |
|
3292 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
3293 since there can be fewer rows than columns. Round values to |
|
3294 nearest position in colormap instead of truncating. Correct usage |
|
3295 message. |
|
3296 |
5095
|
3297 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
3298 |
|
3299 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
3300 zero rows of [A,v] as householder pivots; this avoids spurious |
|
3301 non-zero entries in returned orthogonal matrix U, but destroys the |
|
3302 Householder matrix structure of H. |
|
3303 |
|
3304 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3305 |
|
3306 * general/logical.m: Just copy input to output if argument is |
|
3307 already a logical object. |
|
3308 |
3215
|
3309 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3310 |
|
3311 * New files from OCST, in control subdiretory: |
|
3312 |
|
3313 DEMOcontrol.m is_siso.m syschnames.m |
|
3314 abcddim.m is_stabilizable.m syschnamesl.m |
|
3315 abcddims.m is_stable.m syschtsam.m |
|
3316 analdemo.m jet707.m sysconnect.m |
|
3317 are.m lqe.m syscont.m |
|
3318 axis2dlim.m lqg.m syscont_disc.m |
|
3319 bddemo.m lqr.m sysdefioname.m |
|
3320 bode.m lsim.m sysdefstname.m |
|
3321 bode_bounds.m ltifr.m sysdimensions.m |
|
3322 bodquist.m lyap.m sysdisc.m |
|
3323 buildssic.m mb.m sysdup.m |
|
3324 c2d.m minfo.m sysgetsignals.m |
|
3325 com2str.m,v moddemo.m sysgettsam.m |
|
3326 controldemo.m nichols.m sysgettype.m |
|
3327 ctrb.m nyquist.m sysgroup.m |
|
3328 d2c.m obsv.m sysgroupn.m |
|
3329 damp.m ord2.m sysmult.m |
|
3330 dare.m outlist.m sysout.m |
|
3331 dcgain.m packedform.m sysprune.m |
|
3332 demomarsyas.m packsys.m sysreorder.m |
|
3333 dezero.m; parallel.m sysrepdemo.m |
|
3334 dgkfdemo.m place.m sysscale.m |
|
3335 dgram.m polyout.m syssub.m |
|
3336 dhinfdemo.m prompt.m sysupdate.m |
|
3337 dlqe.m pzmap.m tf2ss.m |
|
3338 dlqg.m qzval.m tf2sys.m |
|
3339 dlqr.m rldemo.m tf2sysl.m |
|
3340 dlyap.m rlocus.m tf2zp.m |
|
3341 dmr2d.m rotg.m tfout.m |
|
3342 fir2sys.m run_cmd.m; tzero.m |
|
3343 frdemo.m series.m tzero2.m |
|
3344 freqchkw.m sortcom.m ugain.m |
|
3345 freqresp.m ss2sys.m unpacksys.m |
|
3346 gram.m ss2tf.m wgt1o.m |
|
3347 h2norm.m ss2zp.m zgfmul.m |
|
3348 h2syn.m starp.m zgfslv.m |
|
3349 hinf_ctr.m step.m zginit.m |
|
3350 hinfdemo.m stepimp.m zgpbal.m |
|
3351 hinfnorm.m strappend.m; zgreduce.m |
|
3352 hinfsyn.m susball.m zgrownorm.m |
|
3353 hinfsyn_chk.m swap.m zgscal.m |
|
3354 impulse.m swapcols.m zgsgiv.m |
|
3355 is_abcd.m swaprows.m zgshsr.m |
|
3356 is_controllable.m sys2fir.m zp2ss.m |
|
3357 is_detectable.m sys2ss.m zp2ssg2.m |
|
3358 is_dgkf.m sys2tf.m zp2sys.m |
|
3359 is_digital.m sys2zp.m zp2tf.m |
|
3360 is_observable.m sysadd.m zpout.m |
|
3361 is_sample.m sysappend.m |
|
3362 |
|
3363 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3364 |
|
3365 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
3366 |
|
3367 * strings/deblank.m: Make it work for string arrays too. |
|
3368 |
3211
|
3369 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3370 |
|
3371 * linear-algebra/housh.m: New file from the OCST. |
|
3372 * linear-algebra/krygetq.m: Ditto. |
|
3373 * linear-algebra/krylov.m: Ditto. |
|
3374 * linear-algebra/krylovb.m: Ditto. |
|
3375 * linear-algebra/qrhouse.m: Ditto. |
|
3376 * general/is_duplicate_entry.m: Ditto. |
|
3377 |
|
3378 * general/is_symmetric.m: Call is_square instead of doing that |
|
3379 check in line. |
|
3380 |
3196
|
3381 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3382 |
3202
|
3383 * general/is_square.m: |
|
3384 |
|
3385 * general/isempty.m, general/is_matrix.m: Delete. |
|
3386 |
|
3387 * general/is_symmetric: Delete special case for strings. Whether |
|
3388 the conversion is valid should depend on implicit_str_to_num_ok. |
|
3389 |
|
3390 * general/is_square.m: If arg is not a matrix, don't check size, |
|
3391 just return 0. |
|
3392 * general/is_symmetric: Likewise. |
|
3393 * general/is_vector.m: Likewise. |
|
3394 * general/is_scalar.m: Likewise. |
|
3395 |
3196
|
3396 * general/length.m: Delete. |
|
3397 |
3191
|
3398 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3399 |
|
3400 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
3401 statistics/distributions/Makefile, statistics/models/Makefile, |
|
3402 and statistics/tests/Makefile to the list of files to create. |
|
3403 |
|
3404 * finance/Makefile.in, statistics/base/Makefile.in, |
|
3405 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
3406 statistics/tests/Makefile.in: New files. |
|
3407 * statistics/Makefile.in: Delete file lists. Now only handle |
|
3408 subdirectories. |
|
3409 * Makefile.in (SUBDIRS): Add finance. |
|
3410 |
|
3411 * Move the following files from statistics to statistics/base: |
|
3412 |
|
3413 corrcoef.m |
|
3414 kurtosis.m |
|
3415 mahalanobis.m |
|
3416 median.m |
|
3417 ols.m |
|
3418 skewness.m |
|
3419 std.m |
|
3420 |
|
3421 New files, from Kurt Hornik's octave-ci package: |
|
3422 |
|
3423 * finance (new directory): |
|
3424 |
|
3425 fv.m |
|
3426 fvl.m |
|
3427 irr.m |
|
3428 nper.m |
|
3429 npv.m |
|
3430 pmt.m |
|
3431 pv.m |
|
3432 pvl.m |
|
3433 rate.m |
|
3434 vol.m |
|
3435 |
|
3436 * linear-algebra/dmult.m |
|
3437 |
|
3438 * signal: |
|
3439 |
|
3440 arch_fit.m |
|
3441 arch_rnd.m |
|
3442 arch_test.m |
|
3443 arma_rnd.m |
|
3444 autocor.m |
|
3445 autocov.m |
|
3446 autoreg_matrix.m |
|
3447 bartlett.m |
|
3448 blackman.m |
|
3449 diffpara.m |
|
3450 durbinlevinson.m |
|
3451 fractdiff.m |
|
3452 hamming.m |
|
3453 hanning.m |
|
3454 hurst.m |
|
3455 periodogram.m |
|
3456 rectangle_lw.m |
|
3457 rectangle_sw.m |
|
3458 sinetone.m |
|
3459 sinewave.m |
|
3460 spectral_adf.m |
|
3461 spectral_xdf.m |
|
3462 spencer.m |
|
3463 stft.m |
|
3464 synthesis.m |
|
3465 triangle_lw.m |
|
3466 triangle_sw.m |
|
3467 yulewalker.m |
|
3468 |
|
3469 * statistics/base (new directory): |
|
3470 |
|
3471 center.m |
|
3472 cloglog.m |
|
3473 cor.m |
|
3474 cov.m |
|
3475 cut.m |
|
3476 iqr.m |
|
3477 kendall.m |
|
3478 logit.m |
|
3479 mean.m |
|
3480 meansq.m |
|
3481 moment.m |
|
3482 ppplot.m |
|
3483 probit.m |
|
3484 qqplot.m |
|
3485 range.m |
|
3486 ranks.m |
|
3487 run_count.m |
|
3488 spearman.m |
|
3489 statistics.m |
|
3490 studentize.m |
|
3491 table.m |
|
3492 values.m |
|
3493 var.m |
|
3494 |
|
3495 (Replaces cov.m and mean.m with new versions.) |
|
3496 |
|
3497 * statistics/distributions (new directory): |
|
3498 |
|
3499 beta_cdf.m |
|
3500 beta_inv.m |
|
3501 beta_pdf.m |
|
3502 beta_rnd.m |
|
3503 binomial_cdf.m |
|
3504 binomial_inv.m |
|
3505 binomial_pdf.m |
|
3506 binomial_rnd.m |
|
3507 cauchy_cdf.m |
|
3508 cauchy_inv.m |
|
3509 cauchy_pdf.m |
|
3510 cauchy_rnd.m |
|
3511 chisquare_cdf.m |
|
3512 chisquare_inv.m |
|
3513 chisquare_pdf.m |
|
3514 chisquare_rnd.m |
|
3515 discrete_cdf.m |
|
3516 discrete_inv.m |
|
3517 discrete_pdf.m |
|
3518 discrete_rnd.m |
|
3519 empirical_cdf.m |
|
3520 empirical_inv.m |
|
3521 empirical_pdf.m |
|
3522 empirical_rnd.m |
|
3523 exponential_cdf.m |
|
3524 exponential_inv.m |
|
3525 exponential_pdf.m |
|
3526 exponential_rnd.m |
|
3527 f_cdf.m |
|
3528 f_inv.m |
|
3529 f_pdf.m |
|
3530 f_rnd.m |
|
3531 gamma_cdf.m |
|
3532 gamma_inv.m |
|
3533 gamma_pdf.m |
|
3534 gamma_rnd.m |
|
3535 geometric_cdf.m |
|
3536 geometric_inv.m |
|
3537 geometric_pdf.m |
|
3538 geometric_rnd.m |
|
3539 hypergeometric_cdf.m |
|
3540 hypergeometric_inv.m |
|
3541 hypergeometric_pdf.m |
|
3542 hypergeometric_rnd.m |
|
3543 kolmogorov_smirnov_cdf.m |
|
3544 laplace_cdf.m |
|
3545 laplace_inv.m |
|
3546 laplace_pdf.m |
|
3547 laplace_rnd.m |
|
3548 logistic_cdf.m |
|
3549 logistic_inv.m |
|
3550 logistic_pdf.m |
|
3551 logistic_rnd.m |
|
3552 lognormal_cdf.m |
|
3553 lognormal_inv.m |
|
3554 lognormal_pdf.m |
|
3555 lognormal_rnd.m |
|
3556 normal_cdf.m |
|
3557 normal_inv.m |
|
3558 normal_pdf.m |
|
3559 normal_rnd.m |
|
3560 pascal_cdf.m |
|
3561 pascal_inv.m |
|
3562 pascal_pdf.m |
|
3563 pascal_rnd.m |
|
3564 poisson_cdf.m |
|
3565 poisson_inv.m |
|
3566 poisson_pdf.m |
|
3567 poisson_rnd.m |
|
3568 stdnormal_cdf.m |
|
3569 stdnormal_inv.m |
|
3570 stdnormal_pdf.m |
|
3571 stdnormal_rnd.m |
|
3572 t_cdf.m |
|
3573 t_inv.m |
|
3574 t_pdf.m |
|
3575 t_rnd.m |
|
3576 uniform_cdf.m |
|
3577 uniform_inv.m |
|
3578 uniform_pdf.m |
|
3579 uniform_rnd.m |
|
3580 weibull_cdf.m |
|
3581 weibull_inv.m |
|
3582 weibull_pdf.m |
|
3583 weibull_rnd.m |
|
3584 wiener_rnd.m |
|
3585 |
|
3586 * statistics/models (new directory): |
|
3587 |
|
3588 logistic_regression.m |
|
3589 logistic_regression_derivatives.m |
|
3590 logistic_regression_likelihood.m |
|
3591 |
|
3592 * statistics/tests (new directory): |
|
3593 |
|
3594 anova.m |
|
3595 bartlett_test.m |
|
3596 chisquare_test_homogeneity.m |
|
3597 chisquare_test_independence.m |
|
3598 cor_test.m |
|
3599 f_test_regression.m |
|
3600 hotelling_test.m |
|
3601 hotelling_test_2.m |
|
3602 kolmogorov_smirnov_test.m |
|
3603 kolmogorov_smirnov_test_2.m |
|
3604 kruskal_wallis_test.m |
|
3605 manova.m |
|
3606 mcnemar_test.m |
|
3607 prop_test_2.m |
|
3608 run_test.m |
|
3609 sign_test.m |
|
3610 t_test.m |
|
3611 t_test_2.m |
|
3612 t_test_regression.m |
|
3613 u_test.m |
|
3614 var_test.m |
|
3615 welch_test.m |
|
3616 wilcoxon_test.m |
|
3617 z_test.m |
|
3618 z_test_2.m |
|
3619 |
|
3620 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3621 |
|
3622 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
3623 compatibility and to avoid Y2K problems. |
|
3624 |
3190
|
3625 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3626 |
|
3627 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
3628 least-squares solution. |
|
3629 |
3180
|
3630 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3631 |
|
3632 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
3633 |
|
3634 * strings/strrep.m: Don't convert args to numeric values. |
|
3635 Prevent warnings for empty string args. |
|
3636 From Georg Thimm <thimm@idiap.ch>. |
|
3637 |
|
3638 * strings/strcat.m: Prevent warnings for empty string args. |
|
3639 |
|
3640 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3641 |
|
3642 * miscellaneous/menu.m: Remove special case for empty string |
|
3643 returned from input(). Add second arg to eval() to catch errors. |
|
3644 |
3178
|
3645 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3646 |
|
3647 * plot/__plt__.m: Don't call usleep. |
|
3648 |
3175
|
3649 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3650 |
|
3651 * linear-algebra/dot.m: New function. |
|
3652 |
|
3653 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
3654 compatibility. |
|
3655 |
|
3656 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3657 |
|
3658 * plot/hist.m: Also allow just one output argument. |
|
3659 |
|
3660 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3661 |
|
3662 * strings/deblank.m: Make it work if the string is only blanks. |
|
3663 |
|
3664 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3665 |
|
3666 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
3667 |
|
3668 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3669 |
|
3670 * plot/oneplot.m: Fix typo. |
|
3671 |
3174
|
3672 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3673 |
|
3674 * miscellaneous/flops.m: Allow a single argument too. |
|
3675 |
|
3676 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3677 |
|
3678 * strings/str2mat.m: Also handle case when there are no empty |
|
3679 strings correctly. |
|
3680 |
|
3681 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3682 |
|
3683 * strings/isletter.m: New function, for Matlab compatibility. |
|
3684 |
3168
|
3685 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3686 |
|
3687 * strings/str2mat.m: Handle string matrices too. |
|
3688 |
3167
|
3689 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3690 |
|
3691 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
3692 linear encoding. |
|
3693 |
|
3694 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
3695 audio/record.m: Open files in binary mode. |
|
3696 |
3164
|
3697 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3698 |
|
3699 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
3700 Move functionality of dump_1_pref here, but use built-in function |
|
3701 type to extract value, and put it inside try/catch block. |
|
3702 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
3703 |
3162
|
3704 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3705 |
|
3706 * plot/__pltopt1.m__: New file. |
|
3707 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
3708 __pltopt1__ multiple times and returning a string array with rows |
|
3709 corresponding to the rows of opt. |
|
3710 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
3711 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
3712 array. |
|
3713 |
|
3714 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3715 |
|
3716 * plot/mplot.m: Fix misspellings of global variables. |
|
3717 Don't call clearplot. |
|
3718 |
|
3719 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3720 |
|
3721 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
3722 "cle;rep" when going in ot multiplot mode. |
|
3723 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
3724 switching out of multiplot mode. |
|
3725 |
3156
|
3726 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
3727 |
3156
|
3728 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
3729 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
3730 |
3141
|
3731 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3732 |
|
3733 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
3734 |
|
3735 * miscellaneous/bug_report.m: Don't try to get smart with |
|
3736 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
3737 |
|
3738 * Makefile.in (install): Create separate ls-R files for |
|
3739 $(datadir) and $(libexecdir). |
|
3740 (uninstall): Remove both ls-R files. |
|
3741 |
3136
|
3742 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3743 |
|
3744 * signal/fftshift.m: New file. |
|
3745 |
|
3746 * plot/contour.m: Fix for non-square case. |
|
3747 |
|
3748 * general/randperm.m: New file. |
|
3749 |
|
3750 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3751 |
|
3752 * specfun/betai.m: Restore file for compatibility with previous |
|
3753 versions. Call betainc with reordered args. |
|
3754 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
3755 |
3131
|
3756 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3757 |
|
3758 * plot/contour.m: Handle discrete contour levels. |
|
3759 |
|
3760 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3761 |
|
3762 * control/lyap.m: For compatibility with Matlab, solve |
|
3763 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
3764 |
3124
|
3765 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3766 |
|
3767 * specfun/bessel.m: New file. |
|
3768 |
|
3769 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
3770 specfun/gammainc.m: Delete. |
|
3771 |
3106
|
3772 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3773 |
|
3774 * image/colormap.m: Initialize __current_color_map__ in global |
|
3775 statement. |
|
3776 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
3777 statement. |
|
3778 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
3779 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
3780 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
3781 |
3103
|
3782 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3783 |
|
3784 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
3785 * time/toc.m: Likewise. |
|
3786 |
|
3787 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
3788 |
|
3789 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
3790 anything special for automatic_replot when in multiplot mode -- |
|
3791 recent 3.6beta releases handle this correctly. |
|
3792 |
|
3793 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
3794 setting the terminal type. |
|
3795 |
|
3796 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
3797 plot/subwindow.m: Use leading and trailing underscores for |
|
3798 `private' globals. |
|
3799 |
|
3800 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
3801 |
3101
|
3802 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3803 |
|
3804 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
3805 |
3091
|
3806 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3807 |
3092
|
3808 * specfun/gammai.m: Avoid problems with whitespace when |
|
3809 constructing matrices. |
|
3810 |
3091
|
3811 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
3812 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
3813 original y vector. |
|
3814 |
3085
|
3815 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3816 |
|
3817 * linear-algebra/cross.m: Use direct formula instead of calling |
|
3818 det three times in a loop. If both args are column (row) vectors, |
|
3819 return a column (row) vector. If they don't match, pay attention |
|
3820 to the value of prefer_column_vectors. |
|
3821 |
5095
|
3822 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
3823 |
|
3824 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
3825 nonsymmetric matrices. |
|
3826 |
|
3827 * general/tril.m: Fix usage message. |
|
3828 |
|
3829 * polynomial/polyvalm.m: Fix error messages. |
|
3830 * polynomial/polyderiv.m: Likewise. |
|
3831 * polynomial/polyval.m: Likewise. |
|
3832 |
3081
|
3833 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3834 |
|
3835 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
3836 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
3837 |
3063
|
3838 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3839 |
|
3840 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
3841 |
5095
|
3842 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
3843 |
|
3844 * plot/__pltopt__.m: Handle key/legend names. |
|
3845 Correctly set colors, line styles, and point styles. |
|
3846 |
3061
|
3847 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3848 |
|
3849 * polynomial/polyfit.m: Return fit y values as second output. |
|
3850 Don't use QR factorization to solve least squares problem. |
|
3851 |
|
3852 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3853 |
|
3854 * control/dlqr.m: Use ao, not a, to compute k. |
|
3855 |
3024
|
3856 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3857 |
|
3858 * miscellaneous/path.m: New file. |
|
3859 |
2993
|
3860 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3861 |
|
3862 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
3863 name. |
|
3864 |
2968
|
3865 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3866 |
|
3867 * specfun/erfinv.m: Add missing semicolon. |
|
3868 |
2870
|
3869 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3870 |
|
3871 * miscellaneous/xor.m: Make type of return value logical. |
|
3872 |
2853
|
3873 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3874 |
|
3875 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
3876 warn_comma_in_global_decl. |
|
3877 |
2831
|
3878 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3879 |
|
3880 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
3881 octave-bug script. |
|
3882 |
2823
|
3883 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3884 |
2824
|
3885 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
3886 prefer_zero_one_indexing. |
|
3887 |
2823
|
3888 * general/logical.m: New file. |
|
3889 |
2816
|
3890 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3891 |
|
3892 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
3893 and is_vector(). |
|
3894 |
5095
|
3895 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
3896 |
|
3897 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
3898 Use tolerance of 2 * eps. |
|
3899 |
2811
|
3900 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3901 |
|
3902 * Makefile.in (install-strip): New target. |
|
3903 * audio/Makefile.in: Ditto. |
|
3904 * control/Makefile.in: Ditto. |
|
3905 * elfun/Makefile.in: Ditto. |
|
3906 * general/Makefile.in: Ditto. |
|
3907 * image/Makefile.in: Ditto. |
|
3908 * io/Makefile.in: Ditto. |
|
3909 * linear-algebra/Makefile.in: Ditto. |
|
3910 * miscellaneous/Makefile.in: Ditto. |
|
3911 * plot/Makefile.in: Ditto. |
|
3912 * polynomial/Makefile.in: Ditto. |
|
3913 * set/Makefile.in: Ditto. |
|
3914 * signal/Makefile.in: Ditto. |
|
3915 * specfun/Makefile.in: Ditto. |
|
3916 * special-matrix/Makefile.in: Ditto. |
|
3917 * startup/Makefile.in: Ditto. |
|
3918 * statistics/Makefile.in: Ditto. |
|
3919 * strings/Makefile.in: Ditto. |
|
3920 |
2809
|
3921 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3922 |
|
3923 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
3924 |
2798
|
3925 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3926 |
|
3927 * statistics/corrcoef.m: Make it actually work. |
|
3928 |
2795
|
3929 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3930 |
2798
|
3931 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
3932 |
2779
|
3933 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
3934 |
|
3935 * Version 2.0.5 released. |
|
3936 |
2745
|
3937 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3938 |
2749
|
3939 * Makefile.in (maintainer-clean): Also remove configure. |
|
3940 |
2746
|
3941 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
3942 |
2745
|
3943 * general/is_matrix.m: Return zero for empty matrices. |
|
3944 |
|
3945 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3946 |
|
3947 * linear-algebra/vech.m: Size result just once. |
|
3948 |
2726
|
3949 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3950 |
|
3951 * general/is_square.m: Handle empty matrices correctly. |
|
3952 * general/is_symmetric.m: Handle empty matrices and strings. |
|
3953 |
2716
|
3954 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3955 |
|
3956 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
3957 * polynomial/deconv.m: Likewise. |
|
3958 * polynomial/polyderiv.m: Likewise. |
|
3959 * polynomial/polyinteg.m: Likewise. |
|
3960 * polynomial/polyreduce.m: Likewise. |
|
3961 * polynomial/polyval.m: Likewise. |
|
3962 * polynomial/polyvalm.m: Likewise. |
|
3963 * general/postpad.m: Likewise. |
|
3964 * general/prepad.m: Likewise. |
|
3965 |
|
3966 * polynomial/compan.m: Check input with is_vector(), not |
|
3967 is_matrix(). Handle scalar case. |
|
3968 |
2711
|
3969 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3970 |
2715
|
3971 * plot/contour.m: Order data so that it is consistent with |
|
3972 meshgrid and mesh. |
|
3973 |
2711
|
3974 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
3975 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
3976 |
2709
|
3977 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
3978 |
|
3979 * Version 2.0.4 released. |
|
3980 |
2706
|
3981 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3982 |
2702
|
3983 * miscellaneous/paren.m: New file. |
|
3984 |
2693
|
3985 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
3986 |
|
3987 * Version 2.0.3 released. |
|
3988 |
2676
|
3989 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3990 |
|
3991 * image/saveimage.m: Only clip image data that is actually out of |
|
3992 range. |
|
3993 |
2667
|
3994 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3995 |
|
3996 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
3997 also be considered to be matrices. |
|
3998 |
|
3999 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
4000 |
|
4001 * general/isempty.m: Use size(), not rows() and columns(). |
|
4002 |
|
4003 * plot/contour.m: Convert set to gset. |
|
4004 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
4005 |
2663
|
4006 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4007 |
|
4008 * specfun/erfinv.m: Fix typo in last change. |
|
4009 |
2650
|
4010 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4011 |
|
4012 * image/loadimage.m: Make it possible to load files with image |
|
4013 data named X or img. |
|
4014 |
|
4015 * image/default.img: Change name of image from X to img to match |
|
4016 what saveimage does now. |
|
4017 |
|
4018 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
4019 does now. |
|
4020 |
2632
|
4021 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4022 |
2634
|
4023 * Version 2.0.2 released. |
|
4024 |
2632
|
4025 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
4026 weird missing-lines bug without creating extra plots unecessarily. |
|
4027 |
2624
|
4028 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4029 |
|
4030 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
4031 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
4032 io/Makefile.in, linear-algebra/Makefile.in, |
|
4033 miscellaneous/Makefile.in, plot/Makefile.in, |
|
4034 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
4035 specfun/Makefile.in, special-matrix/Makefile.in, |
|
4036 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
4037 time/Makefile.in (bin-dist): New target. |
|
4038 |
2621
|
4039 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4040 |
|
4041 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
4042 |
|
4043 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4044 |
|
4045 * miscellaneous/xor.m: Make it work. |
|
4046 |
2613
|
4047 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4048 |
|
4049 * plot/sombrero.m: Doc fix. |
|
4050 |
2602
|
4051 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4052 |
|
4053 * Version 2.0.1 released. |
|
4054 |
2601
|
4055 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4056 |
|
4057 * elfun/lcm.m: Replace missing if statement. |
|
4058 |
|
4059 * elfun/gcd.m: Report error if no input args. |
|
4060 * elfun/lcm.m: Likewise. |
|
4061 |
2597
|
4062 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4063 |
|
4064 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
4065 Also list contents of $libexecdir/octave in ls-R database. |
|
4066 |
2583
|
4067 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4068 |
|
4069 * Version 2.0 released. |
|
4070 |
2575
|
4071 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4072 |
|
4073 * Version 1.94. |
|
4074 |
2558
|
4075 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4076 |
|
4077 * strings/str2num.m: New file. |
|
4078 |
2554
|
4079 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4080 |
|
4081 * Version 1.93. |
|
4082 |
2540
|
4083 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4084 |
|
4085 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
4086 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
4087 linear-algebra/vech.m: New files from Kurt Hornik. |
|
4088 |
|
4089 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
4090 general/common_size.m: New files from Kurt Hornik. |
|
4091 |
|
4092 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
4093 New files from Kurt Hornik. |
|
4094 |
|
4095 * signal/detrend.m: New file from Kurt Hornik. |
|
4096 |
|
4097 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
4098 specfun/pow2.m, specfun/log2.m: |
|
4099 New files and updates from Kurt Hornik. |
|
4100 |
2523
|
4101 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4102 |
|
4103 * plot/__plt__.m: Add explicit replot after last command is |
|
4104 issued, to force all lines to be displayed. Hmm. |
|
4105 |
2512
|
4106 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4107 |
2520
|
4108 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
4109 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
4110 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
4111 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
4112 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
4113 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
4114 Uset gset, not set. |
|
4115 |
2512
|
4116 * Version 1.92. |
|
4117 |
2482
|
4118 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4119 |
2486
|
4120 * image/saveimage.m: When writing PostScript, name Octave as the |
|
4121 almighty Creator. Use single call to fprintf instead of looping. |
|
4122 |
|
4123 * image/Makefile.in: Delete references to octtopnm. |
|
4124 |
|
4125 * general/logspace.m: Doc fix. |
|
4126 |
2482
|
4127 * Version 1.91. |
|
4128 |
2458
|
4129 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4130 |
|
4131 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
4132 |
|
4133 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
4134 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
4135 deleted. |
|
4136 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
4137 of a system() command to delete the tmp file. |
|
4138 |
2452
|
4139 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4140 |
|
4141 * Version 1.90. |
|
4142 |
|
4143 * Makefile.in (DISTFILES): Add ChangeLog. |
|
4144 |
2360
|
4145 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4146 |
|
4147 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
4148 Don't check for string value of automatic_replot. |
|
4149 |
|
4150 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
4151 Temporarily set do_fortran_indexing to 1, not "true". |
|
4152 |
|
4153 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
4154 not "false". |
|
4155 |
|
4156 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
4157 "false". |
|
4158 |
2355
|
4159 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
4160 |
|
4161 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
4162 |
2330
|
4163 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4164 |
|
4165 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
4166 system command. |
|
4167 |
|
4168 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4169 |
|
4170 * __plr1__.m: Renamed from polar_int_1.m. |
|
4171 * __plr2__.m: Renamed from polar_int_2.m. |
|
4172 * __plr__.m: Renamed from polar_int.m. |
|
4173 * __plt1__.m: Renamed from plot_int_1.m. |
|
4174 * __plt2__.m: Renamed from plot_int_2.m. |
|
4175 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
4176 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
4177 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
4178 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
4179 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
4180 * __plt__.m: Renamed from plot_int.m. |
|
4181 * __pltopt__.m: Renamed from plot_opt.m. |
|
4182 Change all callers. |
|
4183 |
|
4184 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4185 |
|
4186 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
4187 comments like those found in Emacs lisp files. |
|
4188 |
|
4189 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4190 |
|
4191 * All .m files: Change comment style. |
|
4192 |
|
4193 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4194 |
|
4195 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
4196 subplot.m, subwindow.m, top_title.m: |
|
4197 Print error message if gnuplot_has_multiplot is not true. |
|
4198 |
|
4199 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4200 |
|
4201 * plot/figure.m: New function. |
|
4202 |
|
4203 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4204 |
|
4205 * strings/strrep.m: New function. |
|
4206 |
|
4207 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4208 |
|
4209 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
4210 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
4211 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
4212 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
4213 New functions from Kurt Hornik, heavily modified by jwe. |
|
4214 |
|
4215 * general/reshape.m: Allow strings to be reshaped too. |
|
4216 |
|
4217 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
4218 Always return a scalar. |
|
4219 |
|
4220 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4221 |
|
4222 * polynomial/polyfit.m: Make orientation of result compatible with |
|
4223 Matlab. |
|
4224 |
|
4225 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4226 |
|
4227 * polynomial/polyfit.m: Add missing close paren. |
|
4228 |
|
4229 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4230 |
|
4231 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
4232 |
|
4233 * io/scanf.m: Delete. |
|
4234 |
|
4235 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4236 |
|
4237 * statistics/median.m: Fix typo in usage message. |
|
4238 |
|
4239 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4240 |
|
4241 * miscellaneous/popen2.m: New file. |
|
4242 |
|
4243 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4244 |
|
4245 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
4246 |
|
4247 * io: New directory. |
|
4248 * Makefile.in (SUBDIRS): Add it to the list. |
|
4249 |
|
4250 * miscellaneous/flops.m: New file. |
|
4251 |
|
4252 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4253 |
|
4254 * miscellaneous/cputime.m: Return three arguments instead of a |
|
4255 vector, for compatibility with previous versions and with Matlab |
|
4256 (which only returns one scalar value). |
|
4257 |
|
4258 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
4259 |
|
4260 * general/triu.m: Compute lower bound on loop index correctly. |
|
4261 * general/tril.m: Likewise, for upper bound. |
|
4262 |
|
4263 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4264 |
|
4265 * image/saveimage.m: For color images, make sure indices into |
|
4266 temporary colormap and result matrix have proper orientation. |
|
4267 Set grey flag correctly. |
|
4268 |
|
4269 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4270 |
|
4271 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
4272 jrv@vanzandt.mv.com). |
|
4273 |
|
4274 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4275 |
|
4276 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
4277 * mesh.m: Transpose Z if only one arg. |
|
4278 Handle case of all three args being matrices (from Jim Van Zandt |
|
4279 jrv@vanzandt.mv.com). |
|
4280 * meshdom.m: Undo previous change. |
|
4281 |
|
4282 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4283 |
|
4284 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
4285 |
|
4286 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4287 |
|
4288 * audio: New directory of files from Kurt Hornik and Andreas |
|
4289 Weingessel. |
|
4290 * audio/Makefile.in: New file. |
|
4291 * Makefile.in (SUBDIRS): Add audio to the list. |
|
4292 |
|
4293 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4294 |
|
4295 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
4296 |
|
4297 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4298 |
|
4299 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
4300 columns (z), not the other way around. |
|
4301 * plot/meshdom.m: Don't reverse order of elements in y. |
|
4302 |
|
4303 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4304 |
|
4305 * plot/axis.m: Return current axis if nargin == 0. |
|
4306 |
|
4307 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4308 |
|
4309 * polynomial/roots.m: Updates from Kurt Hornik. |
|
4310 |
|
4311 * polynomial/polyder.m: New file. |
|
4312 |
|
4313 * polynomial/polyderiv.m: Give return value and arg different names. |
|
4314 |
|
4315 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4316 |
|
4317 * specfun/betainc.m: New file. |
|
4318 * specfun/gammainc.m: New file. |
|
4319 |
|
4320 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4321 |
|
4322 * general/strerror.m: New file. |
|
4323 * general/perror.m: Implement using strerror(). |
|
4324 |
|
4325 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4326 |
|
4327 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
4328 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
4329 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
4330 |
|
4331 * image/saveimage.m: Round img values first. |
|
4332 |
|
4333 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4334 |
|
4335 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
4336 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
4337 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
4338 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
4339 special-matrix/hankel.m special-matrix/toeplitz.m |
|
4340 tuwien/strfun/split.m: Add missing semicolons. |
|
4341 |
|
4342 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
4343 |
|
4344 * image/Makefile.in: Don't build or install octtoppm. |
|
4345 |
|
4346 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
4347 routines so that people who don't have the the pbm stuff installed |
|
4348 can still use this function. |
|
4349 |
|
4350 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4351 |
|
4352 * image/saveimage.m: Better error checking, clean up a bit. |
|
4353 |
|
4354 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4355 |
|
4356 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
4357 avoid conflict with new built-in text-style function more. |
|
4358 |
|
4359 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
4360 |
|
4361 * startup/Makefile.in (install): Also install octaverc in |
|
4362 $localfcnfiledir/startup/octavrc. |
|
4363 |
|
4364 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4365 |
|
4366 * mkinstalldirs: New file. |
|
4367 * Makefile.in (DISTFILES): Add it to the list. |
|
4368 |
|
4369 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
4370 |
|
4371 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4372 |
|
4373 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
4374 r(1) != c(nr), not if r(1) != c(1). |
|
4375 |
|
4376 * signal/filter.m: Doc fix. |
|
4377 |
|
4378 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4379 |
|
4380 * miscellaneous/cputime.m: Use new resource structure names (no |
|
4381 ru_ or tv_ prefixes). |
|
4382 |
|
4383 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4384 |
|
4385 * time/ctime.m: Fix doc string and usage message. |
|
4386 |
|
4387 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4388 |
|
4389 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
4390 |
|
4391 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4392 |
|
4393 * control/c2d.m: Make function work for any value of |
|
4394 whitespace_in_literal_matrix. |
|
4395 * control/dare.m: Likewise. |
|
4396 * control/tzero.m: Likewise. |
|
4397 * elfun/gcd.m: Likewise. |
|
4398 * elfun/lcm.m: Likewise. |
|
4399 * general/postpad.m: Likewise. |
|
4400 * general/prepad.m: Likewise. |
|
4401 * linear-algebra/kron.m: Likewise. |
|
4402 * miscellaneous/etime.m: Likewise. |
|
4403 * polynomial/conv.m: Likewise. |
|
4404 * polynomial/deconv.m: Likewise. |
|
4405 * polynomial/poly.m: Likewise. |
|
4406 * polynomial/roots.m: Likewise. |
|
4407 * signal/filter.m: Likewise. |
|
4408 * signal/freqz.m: Likewise. |
|
4409 * signal/fftfilt.m: Likewise. |
|
4410 |
|
4411 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4412 |
|
4413 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
4414 |
|
4415 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4416 |
|
4417 * plot/polar_int_2.m: Add missing semicolons. |
|
4418 Set theta = theta', not rho'. |
|
4419 |
|
4420 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4421 |
|
4422 * polynomial/roots.m: Make it work for any value of |
|
4423 whitespace_in_literal_matrix. |
|
4424 |
|
4425 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4426 |
|
4427 * configure.in: New file. |
|
4428 |
|
4429 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4430 |
|
4431 * control/lyap.m: Add missing semicolon. |
|
4432 |
|
4433 * miscellaneous/cputime.m: New function file. |
|
4434 |
|
4435 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4436 |
|
4437 * time: New directory. |
|
4438 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
4439 New function files. |
|
4440 * time/Makefile.in: New file. |
|
4441 * Makefile.in (SUBDIRS): Add time. |
|
4442 |
|
4443 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4444 |
|
4445 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
4446 |
|
4447 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4448 |
|
4449 * plot/plot_int_1.m: Transpose data with .', not '. |
|
4450 |
|
4451 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4452 |
|
4453 * Makefile.in (install uninstall clean mostlyclean distclean |
|
4454 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
4455 |
|
4456 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4457 |
|
4458 * Makefile.in (install): Create ls-R database file. |
|
4459 (uninstall): Delete it. |
|
4460 |
|
4461 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4462 |
5378
|
4463 * image/saveimage.m: Fix typo. |
2330
|
4464 |
|
4465 See ChangeLog.1 in the top level directory for earlier changes. |