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