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