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