4026
|
1 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
4028
|
3 * deprecated/is_bool.m: New file. |
|
4 * deprecated/is_complex.m: New file. |
|
5 * deprecated/is_global.m: New file. |
|
6 * deprecated/is_list.m: New file. |
|
7 * deprecated/is_matrix.m: New file. |
|
8 * deprecated/is_scalar.m: New file. |
|
9 * deprecated/is_square.m: New file. |
|
10 * deprecated/is_stream.m: New file. |
|
11 * deprecated/is_struct.m: New file. |
|
12 * deprecated/is_symmetric.m: New file. |
|
13 * deprecated/is_vector.m: New file. |
|
14 |
4026
|
15 * general/isscalar.m: Rename from is_scalar.m. |
|
16 * general/issquare.m: Rename from is_square.m. |
|
17 * general/issymmetric.m: Rename from is_symmetric.m. |
|
18 * general/isvector.m: Rename from is_vector.m. |
|
19 |
4022
|
20 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
21 |
|
22 * statistics/base/mean.m: Allow empty matrices. |
|
23 Handle DIM arg. |
|
24 |
4020
|
25 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
26 |
|
27 * plot/__errcomm__.m: If format is not specified, default to error |
|
28 bar format. |
|
29 |
4011
|
30 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
31 |
|
32 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
33 __F_SETFL__ and __O_NONBLOCK__. |
|
34 |
|
35 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
36 * miscellaneous/bug_report.m: Likewise. |
|
37 |
4007
|
38 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
39 |
4008
|
40 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
41 * general/rem.m: Likewise. |
|
42 |
|
43 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
44 * plot/semilogxerr.m: Likewise. |
4007
|
45 * plot/semilogyerr.m: Likewise. |
|
46 |
4006
|
47 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
48 |
|
49 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
50 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
51 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
52 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
53 |
|
54 * plot/errorbar.m: Use __errcomm__.m. |
|
55 * plot/__errplot__.m: Minor cleanups. |
|
56 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
57 * plot/__pltopt1__.m: Likewise. |
|
58 |
3980
|
59 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
60 |
3981
|
61 * general/rem.m: Delete redundant call to usage. |
|
62 |
3980
|
63 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
64 |
|
65 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
|
66 |
|
67 * general/mod.m: New function. |
|
68 |
3979
|
69 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
70 |
|
71 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
72 * control/system/sysadd.m: Likewise. |
|
73 * control/system/sysgroup.m: Likewise. |
|
74 * control/system/syssub.m: Likewise. |
|
75 * elfun/gcd.m: Likewise. |
|
76 * elfun/lcm.m: Likewise. |
|
77 * general/common_size.m: Likewise. |
|
78 * io/printf.m: Likewise. |
|
79 * miscellaneous/menu.m: Likewise. |
|
80 * miscellaneous/path.m: Likewise. |
|
81 * plot/__errplot__.m: Likewise. |
|
82 * plot/__plt__.m: Likewise. |
|
83 * plot/axis.m: Likewise. |
|
84 * plot/errorbar.m: Likewise. |
|
85 * plot/mplot.m: Likewise. |
|
86 * plot/loglog.m: Likewise. |
|
87 * plot/plot.m: Likewise. |
|
88 * plot/plot_border.m: Likewise. |
|
89 * plot/semilogx.m: Likewise. |
|
90 * plot/semilogy.m: Likewise. |
|
91 * plot/xlabel.m: Likewise. |
|
92 * plot/ylabel.m: Likewise. |
|
93 * plot/zlabel.m: Likewise. |
|
94 * statistics/base/ppplot.m: Likewise. |
|
95 * statistics/base/qqplot.m: Likewise. |
|
96 * statistics/tests/bartlett_test.m: Likewise. |
|
97 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
98 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
99 * strings/str2mat.m: Likewise. |
|
100 * strings/strcat.m: Likewise. |
|
101 |
3962
|
102 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
|
103 |
|
104 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
105 |
3924
|
106 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
107 |
|
108 * skip-autoheader: New file, for autogen.sh. |
3925
|
109 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
110 |
3914
|
111 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
|
112 |
|
113 * general/repmat.m: New function. |
|
114 |
3911
|
115 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
|
116 |
|
117 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
118 Use optional parameter to specify the number of bits in the input. |
|
119 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
120 floats in the range [-1,1], 2x speedup. |
|
121 |
|
122 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
123 |
3910
|
124 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
125 |
|
126 * linear-algebra/kron.m: Delete. |
|
127 |
3907
|
128 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
|
129 |
|
130 * signal/freqz.m: If nargout is zero, plot results instead of |
|
131 returning them. |
|
132 * signal/freqz_plot.m: New file. |
|
133 |
3918
|
134 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
135 |
|
136 * scripts/signal/unwrap.m: New file. |
|
137 |
3904
|
138 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
139 |
|
140 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
141 divide by zero warning. |
|
142 |
3893
|
143 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
|
144 |
3894
|
145 * strings/deblank.m: Trim \0 as well as blank. |
|
146 |
3893
|
147 * scripts/freqz.m: Evaluate a specific range of frequencies |
|
148 expressed in radians or Hz relative to a supplied sample rate. |
|
149 |
3890
|
150 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
|
151 |
|
152 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
153 |
3891
|
154 * strings/findstr.m: Vectorize as much as possible. |
|
155 |
3889
|
156 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
|
157 |
|
158 * special-matrix/invhilb.m: New version that is faster and more |
|
159 accurate. |
|
160 |
3887
|
161 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
|
162 |
|
163 * configure.in: Update for autoconf 2.5x. |
|
164 |
3885
|
165 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
|
166 |
|
167 * special-matrix/vander.m: Code tidy and vectorize. |
|
168 |
3882
|
169 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
|
170 |
3883
|
171 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
172 to vectors. Issue a warning in the case x matches y' but return a |
|
173 column vector as Octave currently does. |
|
174 |
3882
|
175 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
176 |
|
177 * control/system/starp.m: Leave more of the documentation |
|
178 processing to texinfo and less to the @format block. |
|
179 |
|
180 * image/imagesc.m: Only display image if no output is requested. |
|
181 Code tidying. |
|
182 |
3876
|
183 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
184 |
|
185 * statistics/base/center.m: Accept and return empty matrix. |
|
186 |
3872
|
187 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
188 |
|
189 * specfun/erfinv.m: Fix usage message. |
|
190 |
3869
|
191 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
192 |
|
193 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
194 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
195 |
3837
|
196 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
197 |
|
198 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
199 capitalized variable names. |
|
200 |
3836
|
201 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
202 |
|
203 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
204 |
3814
|
205 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
206 |
|
207 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
208 |
3803
|
209 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
210 |
3833
|
211 * general/cart2pol.m: New file. |
|
212 * general/pol2cart.m: New file. |
|
213 * general/cart2sph.m: New file. |
|
214 * general/sph2cart.m: New file. |
|
215 * image/rgb2hsv.m: New file. |
|
216 * image/hsv2rgb.m: New file. |
3803
|
217 |
|
218 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
219 |
|
220 * plot/meshgrid.m: Avoid for loops. |
|
221 * plot/meshdom.m: Likewise. |
|
222 |
3801
|
223 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
224 |
|
225 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
226 |
|
227 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
228 |
|
229 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
230 norm. |
|
231 |
3792
|
232 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
233 |
|
234 * statistics/tests/welch_test.m: Fix typo. |
|
235 |
|
236 * statistics/distributions/chisquare_cdf.m: |
|
237 Don't restrict inputs to be only positive integers. |
|
238 * statistics/distributions/chisquare_inv.m: Likewise. |
|
239 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
240 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
241 * statistics/distributions/f_cdf.m: Likewise. |
|
242 * statistics/distributions/f_inv.m: Likewise. |
|
243 * statistics/distributions/f_pdf.m: Likewise. |
|
244 * statistics/distributions/f_rnd.m: Likewise. |
|
245 * statistics/distributions/t_cdf.m: Likewise. |
|
246 * statistics/distributions/t_inv.m: Likewise. |
|
247 * statistics/distributions/t_pdf.m: Likewise. |
|
248 * statistics/distributions/t_rnd.m: Likewise. |
|
249 |
3790
|
250 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
251 |
|
252 * strings/dec2base.m: New file. |
|
253 * strings/base2dec.m: New file. |
|
254 * strings/strjust.m: New file. |
|
255 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
256 * strings/dec2bin.m: Likewise. |
|
257 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
258 * strings/bin2dec.m: Likewise. |
|
259 |
3787
|
260 2001-02-07 David Livings <david.livings@asa.co.uk> |
|
261 |
|
262 * statistics/base/ppplot.m: Use gset, not set. |
|
263 * statistics/base/qqplot.m: Likewise. |
|
264 |
3775
|
265 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
|
266 |
|
267 * control/system/c2d.m: Add missing endif. |
|
268 |
3759
|
269 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
270 |
|
271 * strings/index.m: Return 0 if either string is empty. |
|
272 |
|
273 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
274 |
|
275 * control/system/c2d.m: Allow option of matched pole/zero |
|
276 equivalent for conversion. |
|
277 |
|
278 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
279 |
|
280 * strings/findstr.m: Return empty matrix if search string is empty. |
|
281 |
3757
|
282 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
283 |
|
284 * saveimage.m: Do create rawbit image for black and white images, |
|
285 but do it correctly. |
|
286 |
3754
|
287 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
288 |
|
289 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
290 result polynomials. |
|
291 |
3748
|
292 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
293 |
|
294 * image/saveimage.m: Don't try to create rawbit image. |
|
295 |
3740
|
296 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
297 |
|
298 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
299 |
3737
|
300 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
301 |
|
302 * plot/contour.m: Reorder args for Matlab compatibility. |
|
303 |
3727
|
304 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
305 |
|
306 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
307 |
3717
|
308 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
309 |
3718
|
310 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
311 |
3717
|
312 * plot/mesh.m: Also set nologscale before plotting. |
|
313 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
314 xyerrorbars instead of just errorbars. |
|
315 |
3714
|
316 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
317 |
|
318 * image/image.m: Try display (from ImageMagick) first. |
|
319 |
3709
|
320 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
321 |
|
322 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
323 conjugate transpose. |
|
324 |
3705
|
325 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
326 |
|
327 * strings/str2mat.m: Apply setstr to each argument. |
|
328 |
3696
|
329 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
330 |
|
331 * control/base/dkalman.m: New file. |
|
332 * control/base/dlqe.m: Handle singular A matrix. |
|
333 * control/base/dlqr.m: Likewise. |
|
334 |
3695
|
335 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
336 |
|
337 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
338 dimensions don't match. |
|
339 |
3690
|
340 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
341 |
|
342 * plot/hist.m: Allow 3 argument form to work. |
|
343 |
3683
|
344 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
345 |
|
346 * plot/plot.m: Add examples in doc string. |
|
347 |
3679
|
348 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
349 |
|
350 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
351 Do the right thing even if automatic_replot is not zero. |
|
352 Avoid failure if system has pure imaginary poles. |
|
353 |
3674
|
354 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
355 |
|
356 * general/logical.m: Return arg if it is empty. Better error |
|
357 message for non-numeric types. |
|
358 |
3672
|
359 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
360 |
|
361 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
362 about difference with Matlab dlqe function. |
|
363 |
|
364 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
365 |
3670
|
366 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
367 |
|
368 * strings/strrep.m: Fix typo. |
|
369 |
3666
|
370 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
371 |
|
372 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
373 |
|
374 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
375 |
|
376 * strings/strrep.m: Avoid for loop for speed. |
3667
|
377 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
378 |
3656
|
379 2000-04-04 John Smith <john@arrows.demon.co.uk> |
|
380 |
|
381 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
382 guess for iteration. |
|
383 |
3651
|
384 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
385 |
|
386 * image/image.m: Allow image (A) or image (x, y, A). |
|
387 * image/imagesc.m: Likewise. |
|
388 |
|
389 * image/image.m: If zoom is not supplied, or if it is an empty |
|
390 matrix, autoscale the image. |
|
391 |
3618
|
392 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
393 |
3619
|
394 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
395 Undo string escapes in text twice(!) before sending to gnuplot. |
|
396 |
3618
|
397 * image/saveimage.m: Add comment to file saying who created it and |
|
398 when it was created. Suggested by Stephen Eglen |
|
399 <stephen@cogsci.ed.ac.uk>. |
|
400 |
3617
|
401 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
402 |
|
403 * polynomial/polyreduce.m: Simplify by looking for the first |
|
404 non-zero element rather than the last of the first set of zero |
|
405 elements. |
|
406 |
|
407 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
408 |
3616
|
409 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
410 |
|
411 * image/saveimage.m: Swap black and white colormaps so zero is |
|
412 displayed as black and 1 is displayed as white. |
|
413 Fix indexing bug in ppm case. |
|
414 |
3604
|
415 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
416 |
|
417 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
418 between the two distributions (took same approach as ks.test() in R.) |
|
419 |
3603
|
420 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
421 |
|
422 * control/base/bode.m: Temporarily disable automatic_replot. |
|
423 |
3599
|
424 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
425 |
3601
|
426 * Makefile.in (clean): Also remove gethelp. |
|
427 |
3599
|
428 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
429 |
3597
|
430 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
|
431 |
|
432 * set/create_set.m: Use find to avoid while loop. |
|
433 |
|
434 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
|
435 |
|
436 * plot/hist.m: New optional third argument. |
|
437 |
|
438 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
439 |
|
440 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
441 number appended. |
|
442 |
3575
|
443 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
444 |
|
445 * gethelp.cc: Sprinkle with std:: qualifier. |
|
446 |
3498
|
447 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
448 |
|
449 * image/saveimage.m: Delete some debugging code. |
|
450 |
3486
|
451 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
452 |
|
453 * signal/sinc.m: Avoid reshaping. |
|
454 |
|
455 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
456 * image/ind2rgb.m: Ditto. |
|
457 * image/ind2gray.m: Ditto. |
|
458 * general/reshape.m: Ditto. Also no longer needs to reset |
|
459 implicit_str_to_num_ok. |
|
460 |
3483
|
461 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
462 |
|
463 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
464 a list of file structures, not a vector of numeric file ids. |
|
465 |
3474
|
466 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
467 |
3476
|
468 * plot/__axis_label__.m: New function. |
|
469 Undo string escapes in text twice(!) before sending to gnuplot. |
|
470 * plot/xlabel.m: Use it. |
|
471 * plot/ylabel.m: Ditto. |
|
472 * plot/zlabel.m: Ditto. |
|
473 |
3474
|
474 * plot/mesh.m: Fix error message to reflect reality. |
|
475 |
3473
|
476 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
|
477 |
|
478 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
479 |
3471
|
480 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
|
481 |
|
482 * audio/saveaudio.m: Also accept files with .ul extension. |
|
483 * audio/loadaudio.m: Ditto. |
|
484 * audio/playaudio.m: Ditto. |
|
485 |
3456
|
486 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
487 |
|
488 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
489 * statistics/distributions/beta_inv.m: Ditto. |
|
490 * statistics/distributions/beta_pdf.m: Ditto. |
|
491 * statistics/distributions/beta_rnd.m: Ditto. |
|
492 * statistics/distributions/binomial_cdf.m: Ditto. |
|
493 * statistics/distributions/binomial_inv.m: Ditto. |
|
494 * statistics/distributions/binomial_pdf.m: Ditto. |
|
495 * statistics/distributions/binomial_rnd.m: Ditto. |
|
496 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
497 * statistics/distributions/cauchy_inv.m: Ditto. |
|
498 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
499 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
500 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
501 * statistics/distributions/chisquare_inv.m: Ditto. |
|
502 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
503 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
504 * statistics/distributions/discrete_cdf.m: Ditto. |
|
505 * statistics/distributions/discrete_inv.m: Ditto. |
|
506 * statistics/distributions/discrete_pdf.m: Ditto. |
|
507 * statistics/distributions/discrete_rnd.m: Ditto. |
|
508 * statistics/distributions/empirical_cdf.m: Ditto. |
|
509 * statistics/distributions/empirical_inv.m: Ditto. |
|
510 * statistics/distributions/empirical_pdf.m: Ditto. |
|
511 * statistics/distributions/empirical_rnd.m: Ditto. |
|
512 * statistics/distributions/exponential_cdf.m: Ditto. |
|
513 * statistics/distributions/exponential_inv.m: Ditto. |
|
514 * statistics/distributions/exponential_pdf.m: Ditto. |
|
515 * statistics/distributions/exponential_rnd.m: Ditto. |
|
516 * statistics/distributions/f_cdf.m: Ditto. |
|
517 * statistics/distributions/f_inv.m: Ditto. |
|
518 * statistics/distributions/f_pdf.m: Ditto. |
|
519 * statistics/distributions/f_rnd.m: Ditto. |
|
520 * statistics/distributions/gamma_cdf.m: Ditto. |
|
521 * statistics/distributions/gamma_inv.m: Ditto. |
|
522 * statistics/distributions/gamma_pdf.m: Ditto. |
|
523 * statistics/distributions/gamma_rnd.m: Ditto. |
|
524 * statistics/distributions/geometric_cdf.m: Ditto. |
|
525 * statistics/distributions/geometric_inv.m: Ditto. |
|
526 * statistics/distributions/geometric_pdf.m: Ditto. |
|
527 * statistics/distributions/geometric_rnd.m: Ditto. |
|
528 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
529 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
530 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
531 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
532 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
533 * statistics/distributions/laplace_cdf.m: Ditto. |
|
534 * statistics/distributions/laplace_inv.m: Ditto. |
|
535 * statistics/distributions/laplace_pdf.m: Ditto. |
|
536 * statistics/distributions/laplace_rnd.m: Ditto. |
|
537 * statistics/distributions/logistic_cdf.m: Ditto. |
|
538 * statistics/distributions/logistic_inv.m: Ditto. |
|
539 * statistics/distributions/logistic_pdf.m: Ditto. |
|
540 * statistics/distributions/logistic_rnd.m: Ditto. |
|
541 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
542 * statistics/distributions/lognormal_inv.m: Ditto. |
|
543 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
544 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
545 * statistics/distributions/normal_cdf.m: Ditto. |
|
546 * statistics/distributions/normal_inv.m: Ditto. |
|
547 * statistics/distributions/normal_pdf.m: Ditto. |
|
548 * statistics/distributions/normal_rnd.m: Ditto. |
|
549 * statistics/distributions/pascal_cdf.m: Ditto. |
|
550 * statistics/distributions/pascal_inv.m: Ditto. |
|
551 * statistics/distributions/pascal_pdf.m: Ditto. |
|
552 * statistics/distributions/pascal_rnd.m: Ditto. |
|
553 * statistics/distributions/poisson_cdf.m: Ditto. |
|
554 * statistics/distributions/poisson_inv.m: Ditto. |
|
555 * statistics/distributions/poisson_pdf.m: Ditto. |
|
556 * statistics/distributions/poisson_rnd.m: Ditto. |
|
557 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
558 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
559 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
560 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
561 * statistics/distributions/t_cdf.m: Ditto. |
|
562 * statistics/distributions/t_inv.m: Ditto. |
|
563 * statistics/distributions/t_pdf.m: Ditto. |
|
564 * statistics/distributions/t_rnd.m: Ditto. |
|
565 * statistics/distributions/uniform_cdf.m: Ditto. |
|
566 * statistics/distributions/uniform_inv.m: Ditto. |
|
567 * statistics/distributions/uniform_pdf.m: Ditto. |
|
568 * statistics/distributions/uniform_rnd.m: Ditto. |
|
569 * statistics/distributions/weibull_cdf.m: Ditto. |
|
570 * statistics/distributions/weibull_inv.m: Ditto. |
|
571 * statistics/distributions/weibull_pdf.m: Ditto. |
|
572 * statistics/distributions/weibull_rnd.m: Ditto. |
|
573 * statistics/distributions/wiener_rnd.m: Ditto. |
|
574 |
3453
|
575 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
576 |
|
577 * statistics/base/values.m: Texinfoize doc string. |
|
578 * statistics/base/var.m: Ditto. |
|
579 * statistics/base/table.m: Ditto. |
|
580 * statistics/base/studentize.m: Ditto. |
|
581 * statistics/base/statistics.m: Ditto. |
|
582 * statistics/base/spearman.m: Ditto. |
|
583 * statistics/base/run_count.m: Ditto. |
|
584 * statistics/base/ranks.m: Ditto. |
|
585 * statistics/base/range.m: Ditto. |
|
586 * statistics/base/qqplot.m: Ditto. |
|
587 * statistics/base/probit.m: Ditto. |
|
588 * statistics/base/ppplot.m: Ditto. |
|
589 * statistics/base/moment.m: Ditto. |
|
590 * statistics/base/meansq.m: Ditto. |
|
591 * statistics/base/logit.m: Ditto. |
|
592 * statistics/base/kendall.m: Ditto. |
|
593 * statistics/base/iqr.m: Ditto. |
|
594 * statistics/base/cut.m: Ditto. |
|
595 * statistics/base/cor.m: Ditto. |
|
596 * statistics/base/cloglog.m: Ditto. |
|
597 * statistics/base/center.m: Ditto. |
3454
|
598 * statistics/models/logistic_regression.m: Ditto. |
|
599 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
600 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
601 * statistics/tests/anova.m: Ditto. |
|
602 * statistics/tests/bartlett_test.m: Ditto. |
|
603 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
604 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
605 * statistics/tests/cor_test.m: Ditto. |
|
606 * statistics/tests/f_test_regression.m: Ditto. |
|
607 * statistics/tests/hotelling_test.m: Ditto. |
|
608 * statistics/tests/hotelling_test_2.m: Ditto. |
|
609 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
610 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
611 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
612 * statistics/tests/manova.m: Ditto. |
|
613 * statistics/tests/mcnemar_test.m: Ditto. |
|
614 * statistics/tests/prop_test_2.m: Ditto. |
|
615 * statistics/tests/run_test.m: Ditto. |
|
616 * statistics/tests/sign_test.m: Ditto. |
|
617 * statistics/tests/t_test.m: Ditto. |
|
618 * statistics/tests/t_test_2.m: Ditto. |
|
619 * statistics/tests/t_test_regression.m: Ditto. |
|
620 * statistics/tests/u_test.m: Ditto. |
|
621 * statistics/tests/var_test.m: Ditto. |
|
622 * statistics/tests/welch_test.m: Ditto. |
|
623 * statistics/tests/wilcoxon_test.m: Ditto. |
|
624 * statistics/tests/z_test.m: Ditto. |
|
625 * statistics/tests/z_test_2.m: Ditto. |
3453
|
626 |
3446
|
627 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
628 |
|
629 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
630 * plot/__plr1__.m: Ditto. |
|
631 * plot/__pltopt__.m: Ditto. |
|
632 * plot/__plt__.m: Ditto. |
|
633 * plot/__plt2vv__.m: Ditto. |
|
634 * plot/__plr2__.m: Ditto. |
|
635 * plot/__plr__.m: Ditto. |
|
636 * plot/__plt1__.m: Ditto. |
|
637 * plot/__plt2__.m: Ditto. |
|
638 * plot/__plt2mm__.m: Ditto. |
|
639 * plot/__plt2mv__.m: Ditto. |
|
640 * plot/__plt2ss__.m: Ditto. |
|
641 * miscellaneous/paren.m: Ditto. |
|
642 * miscellaneous/comma.m: Ditto. |
|
643 * miscellaneous/semicolon.m: Ditto. |
|
644 * miscellaneous/path.m: Ditto. |
|
645 * miscellaneous/list_primes.m: Ditto. |
|
646 * miscellaneous/flops.m: Ditto. |
|
647 * miscellaneous/dump_prefs.m: Ditto. |
|
648 * miscellaneous/bug_report.m: Ditto. |
|
649 * linear-algebra/dot.m: Ditto |
|
650 * linear-algebra/dmult.m: Ditto. |
|
651 * general/randperm.m: Ditto. |
|
652 * general/logical.m: Ditto. |
|
653 * general/is_duplicate_entry.m: Ditto. |
|
654 * signal/arch_fit.m: Ditto. |
|
655 * signal/arch_rnd.m: Ditto. |
|
656 * signal/arch_test.m: Ditto. |
|
657 * signal/arma_rnd.m: Ditto. |
|
658 * signal/autocor.m: Ditto. |
|
659 * signal/autocov.m: Ditto. |
|
660 * signal/autoreg_matrix.m: Ditto. |
|
661 * signal/bartlett.m: Ditto. |
|
662 * signal/blackman.m: Ditto. |
|
663 * signal/detrend.m: Ditto. |
|
664 * signal/diffpara.m: Ditto. |
|
665 * signal/durbinlevinson.m: Ditto. |
|
666 * signal/fftconv.m: Ditto. |
|
667 * signal/fftfilt.m: Ditto. |
|
668 * signal/fftshift.m: Ditto. |
|
669 * signal/fractdiff.m: Ditto. |
|
670 * signal/freqz.m: Ditto. |
|
671 * signal/hamming.m: Ditto. |
|
672 * signal/hanning.m: Ditto. |
|
673 * signal/hurst.m: Ditto. |
|
674 * signal/periodogram.m: Ditto. |
|
675 * signal/rectangle_lw.m: Ditto. |
|
676 * signal/rectangle_sw.m: Ditto. |
|
677 * signal/sinc.m: Ditto. |
|
678 * signal/sinetone.m: Ditto. |
|
679 * signal/sinewave.m: Ditto. |
|
680 * signal/spectral_adf.m: Ditto. |
|
681 * signal/spectral_xdf.m: Ditto. |
|
682 * signal/spencer.m: Ditto. |
|
683 * signal/stft.m: Ditto. |
|
684 * signal/synthesis.m: Ditto. |
|
685 * signal/triangle_lw.m: Ditto. |
|
686 * signal/triangle_sw.m: Ditto. |
|
687 * signal/yulewalker.m: Ditto. |
3450
|
688 * control/util/strappend.m: Ditto. |
3451
|
689 * control/base/nichols.m: Ditto. |
3452
|
690 * control/system/is_signal_list.m: Ditto. |
|
691 * control/system/listidx.m: Ditto. |
|
692 * control/system/sysgettsam.m: Ditto. |
|
693 * control/system/sysidx.m: Ditto. |
3446
|
694 |
3438
|
695 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
696 |
|
697 * control/system/__abcddims__.m: Rename from |
|
698 control/system/abcddims.m, change all callers. |
|
699 * control/base/__bodquist__.m: Likewise. |
|
700 * control/base/__freqresp__.m: Likewise. |
|
701 * control/util/__outlist__.m: Likewise. |
|
702 * control/base/__stepimp__.m: Likewise. |
|
703 * control/system/__syschnamesl__.m: Likewise. |
|
704 * control/system/__syscont_disc__.m: Likewise. |
|
705 * control/system/__sysdefioname__.m: Likewise. |
|
706 * control/system/__sysdefstname__.m: Likewise. |
|
707 * control/system/__sysgroupn__.m: Likewise. |
|
708 * control/system/__tf2sysl__.m: Likewise. |
|
709 * control/util/__zgpbal__.m: Likewise. |
|
710 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
711 |
|
712 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
713 * quaternion/qconj.m: Ditto. |
|
714 * quaternion/qcoordinate_plot.m: Ditto. |
|
715 * quaternion/qderiv.m: Ditto. |
|
716 * quaternion/qderivmat.m: Ditto. |
|
717 * quaternion/qinv.m: Ditto. |
|
718 * quaternion/qmult.m: Ditto. |
|
719 * quaternion/qtrans.m: Ditto. |
|
720 * quaternion/qtransv.m: Ditto. |
|
721 * quaternion/qtransvmat.m: Ditto. |
|
722 * quaternion/quaternion.m: Ditto. |
3438
|
723 |
3436
|
724 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
725 |
|
726 * control/base/Makefile.in: Ditto. |
|
727 * control/hinf/Makefile.in: New file. |
|
728 * control/marsyas/Makefile.in: Ditto. |
|
729 * control/obsolete/Makefile.in: Ditto. |
|
730 * control/system/Makefile.in: Ditto. |
|
731 * control/util/Makefile.in: Ditto. |
|
732 |
|
733 * strings/com2str.m: Move here from control directory. |
|
734 |
|
735 * control/base: New directory. |
|
736 * control/base/DEMOcontrol.m: Move here from control directory. |
|
737 * control/base/analdemo.m: Ditto. |
|
738 * control/base/are.m: Ditto. |
|
739 * control/base/bddemo.m: Ditto. |
|
740 * control/base/bode.m: Ditto. |
|
741 * control/base/bode_bounds.m: Ditto. |
|
742 * control/base/bodquist.m: Ditto. |
|
743 * control/base/controldemo.m: Ditto. |
|
744 * control/base/ctrb.m: Ditto. |
|
745 * control/base/damp.m: Ditto. |
|
746 * control/base/dare.m: Ditto. |
|
747 * control/base/dcgain.m: Ditto. |
|
748 * control/base/dgram.m: Ditto. |
|
749 * control/base/dlqe.m: Ditto. |
|
750 * control/base/dlqr.m: Ditto. |
|
751 * control/base/dlyap.m: Ditto. |
|
752 * control/base/dre.m: Ditto. |
|
753 * control/base/frdemo.m: Ditto. |
|
754 * control/base/freqchkw.m: Ditto. |
|
755 * control/base/freqresp.m: Ditto. |
|
756 * control/base/gram.m: Ditto. |
|
757 * control/base/impulse.m: Ditto. |
|
758 * control/base/lqe.m: Ditto. |
|
759 * control/base/lqg.m: Ditto. |
|
760 * control/base/lqr.m: Ditto. |
|
761 * control/base/lsim.m: Ditto. |
|
762 * control/base/ltifr.m: Ditto. |
|
763 * control/base/lyap.m: Ditto. |
|
764 * control/base/nichols.m: Ditto. |
|
765 * control/base/nyquist.m: Ditto. |
|
766 * control/base/obsv.m: Ditto. |
|
767 * control/base/place.m: Ditto. |
|
768 * control/base/pzmap.m: Ditto. |
|
769 * control/base/rldemo.m: Ditto. |
|
770 * control/base/rlocus.m: Ditto. |
|
771 * control/base/step.m: Ditto. |
|
772 * control/base/stepimp.m: Ditto. |
|
773 * control/base/tzero.m: Ditto. |
|
774 * control/base/tzero2.m: Ditto. |
|
775 |
|
776 * control/hinf: New directory. |
|
777 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
778 * control/hinf/h2norm.m: Ditto. |
|
779 * control/hinf/h2syn.m: Ditto. |
|
780 * control/hinf/hinf_ctr.m: Ditto. |
|
781 * control/hinf/hinfdemo.m: Ditto. |
|
782 * control/hinf/hinfnorm.m: Ditto. |
|
783 * control/hinf/hinfsyn.m: Ditto. |
|
784 * control/hinf/hinfsyn_chk.m: Ditto. |
|
785 * control/hinf/hinfsyn_ric.m: Ditto. |
|
786 * control/hinf/wgt1o.m: Ditto. |
3441
|
787 * control/hinf/dgkfdemo.m: Ditto. |
|
788 * control/hinf/is_dgkf.m: Ditto. |
3436
|
789 |
|
790 * control/marsyas: New directory. |
|
791 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
792 * control/marsyas/susball.m: Ditto. |
|
793 |
|
794 * control/obsolete/dezero.m: Move here from control directory. |
|
795 * control/obsolete/rotg.m: Ditto. |
|
796 |
|
797 * control/system: New directory. |
|
798 * control/system/abcddim.m: Move here from control directory. |
|
799 * control/system/abcddims.m: Ditto. |
|
800 * control/system/buildssic.m: Ditto. |
|
801 * control/system/c2d.m: Ditto. |
|
802 * control/system/d2c.m: Ditto. |
|
803 * control/system/dmr2d.m: Ditto. |
|
804 * control/system/fir2sys.m: Ditto. |
|
805 * control/system/is_abcd.m: Ditto. |
|
806 * control/system/is_digital.m: Ditto. |
|
807 * control/system/is_sample.m: Ditto. |
|
808 * control/system/is_signal_list.m: Ditto. |
|
809 * control/system/is_siso.m: Ditto. |
3441
|
810 * control/system/is_controllable.m: Ditto. |
|
811 * control/system/is_detectable.m: Ditto. |
|
812 * control/system/is_observable.m: Ditto. |
|
813 * control/system/is_stabilizable.m: Ditto. |
|
814 * control/system/is_stable.m: Ditto. |
3436
|
815 * control/system/jet707.m: Ditto. |
|
816 * control/system/listidx.m: Ditto. |
|
817 * control/system/moddemo.m: Ditto. |
|
818 * control/system/ord2.m: Ditto. |
|
819 * control/system/packedform.m: Ditto. |
|
820 * control/system/parallel.m: Ditto. |
|
821 * control/system/ss2sys.m: Ditto. |
|
822 * control/system/ss2tf.m: Ditto. |
|
823 * control/system/ss2zp.m: Ditto. |
|
824 * control/system/starp.m: Ditto. |
|
825 * control/system/sys2fir.m: Ditto. |
|
826 * control/system/sys2ss.m: Ditto. |
|
827 * control/system/sys2tf.m: Ditto. |
|
828 * control/system/sys2zp.m: Ditto. |
|
829 * control/system/sysadd.m: Ditto. |
|
830 * control/system/sysappend.m: Ditto. |
|
831 * control/system/syschnamesl.m: Ditto. |
|
832 * control/system/syschtsam.m: Ditto. |
|
833 * control/system/sysconnect.m: Ditto. |
|
834 * control/system/syscont.m: Ditto. |
|
835 * control/system/syscont_disc.m: Ditto. |
|
836 * control/system/sysdefioname.m: Ditto. |
|
837 * control/system/sysdefstname.m: Ditto. |
|
838 * control/system/sysdimensions.m: Ditto. |
|
839 * control/system/sysdisc.m: Ditto. |
|
840 * control/system/sysdup.m: Ditto. |
|
841 * control/system/sysgetsignals.m: Ditto. |
|
842 * control/system/sysgettsam.m: Ditto. |
|
843 * control/system/sysgettype.m: Ditto. |
|
844 * control/system/sysgroup.m: Ditto. |
|
845 * control/system/sysgroupn.m: Ditto. |
|
846 * control/system/sysidx.m: Ditto. |
|
847 * control/system/sysmin.m: Ditto. |
|
848 * control/system/sysmult.m: Ditto. |
|
849 * control/system/sysout.m: Ditto. |
|
850 * control/system/sysprune.m: Ditto. |
|
851 * control/system/sysreorder.m: Ditto. |
|
852 * control/system/sysrepdemo.m: Ditto. |
|
853 * control/system/sysscale.m: Ditto. |
|
854 * control/system/syssetsignals.m: Ditto. |
|
855 * control/system/syssub.m: Ditto. |
|
856 * control/system/sysupdate.m: Ditto. |
|
857 * control/system/tf2ss.m: Ditto. |
|
858 * control/system/tf2sys.m: Ditto. |
|
859 * control/system/tf2sysl.m: Ditto. |
|
860 * control/system/tf2zp.m: Ditto. |
|
861 * control/system/tfout.m: Ditto. |
|
862 * control/system/ugain.m: Ditto. |
|
863 * control/system/zp2ss.m: Ditto. |
|
864 * control/system/zp2ssg2.m: Ditto. |
|
865 * control/system/zp2sys.m: Ditto. |
|
866 * control/system/zp2tf.m: Ditto. |
|
867 * control/system/zpout.m: Ditto. |
|
868 |
|
869 * control/util: New directory. |
|
870 * control/util/axis2dlim.m: Move here from control directory. |
|
871 * control/util/outlist.m: Ditto. |
|
872 * control/util/prompt.m: Ditto. |
|
873 * control/util/run_cmd.m: Ditto. |
|
874 * control/util/sortcom.m: Ditto. |
|
875 * control/util/strappend.m: Ditto. |
|
876 * control/util/swap.m: Ditto. |
|
877 * control/util/zgfmul.m: Ditto. |
|
878 * control/util/zgfslv.m: Ditto. |
|
879 * control/util/zginit.m: Ditto. |
|
880 * control/util/zgpbal.m: Ditto. |
|
881 * control/util/zgreduce.m: Ditto. |
|
882 * control/util/zgrownorm.m: Ditto. |
|
883 * control/util/zgscal.m: Ditto. |
|
884 * control/util/zgsgiv.m: Ditto. |
|
885 * control/util/zgshsr.m: Ditto. |
|
886 |
3427
|
887 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
888 |
|
889 * gethelp.cc (extract_help_text): Discard first space character |
|
890 after consecutive comment characters. |
|
891 |
3422
|
892 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
893 |
|
894 * control/obsolete: New directory |
|
895 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
896 * control/obsolete/swapcols.m: Ditto. |
|
897 * control/obsolete/dlqg.m: Ditto. |
|
898 * control/obsolete/minfo.m: Ditto. |
|
899 * control/obsolete/packsys.m: Ditto. |
|
900 * control/obsolete/qzval.m: Ditto. |
|
901 * control/obsolete/unpacksys.m: Ditto. |
|
902 * control/obsolete/series.m: Ditto. |
|
903 * control/obsolete/syschnames.m: Ditto. |
|
904 * polynomial/polyout.m: Ditto. |
3422
|
905 |
3420
|
906 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
907 |
|
908 * general/fliplr.m: Eliminate useless copy of arg. |
|
909 * general/flipud.m: Ditto. |
|
910 |
3418
|
911 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
912 |
|
913 * linear-algebra/cross.m: Only return a row vector if both args |
|
914 are row vectors. |
|
915 * polynomial/polyfit.m: Likewise. |
|
916 |
|
917 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
918 |
|
919 * statistics/distributions/discrete_rnd.m: |
|
920 Always generate a row vector. |
|
921 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
922 |
3416
|
923 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
924 |
|
925 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
926 |
|
927 * audio/setaudio.m: Texinfoize doc string. |
|
928 * control/com2str.m: Likewise. |
|
929 * control/controldemo.m: Likewise. |
|
930 * control/DEMOcontrol.m: Likewise. |
|
931 * control/dezero.m: Likewise. |
|
932 * control/dre.m: Likewise. |
|
933 * control/hinfsyn_ric.m: Likewise. |
|
934 |
3407
|
935 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
936 |
|
937 * io/printf.m: Add @seealso{...} to doc string. |
|
938 * io/puts.m: Likewise. |
|
939 * plot/semilogx.m: Likewise. |
|
940 * plot/semilogy.m: Likewise. |
|
941 * plot/__pltopt__.m: Likewise. |
|
942 * plot/bar.m: Likewise. |
|
943 * plot/xlabel.m: Likewise. |
|
944 * plot/grid.m: Likewise. |
|
945 * plot/shg.m: Likewise. |
|
946 * plot/title.m: Likewise. |
|
947 * plot/mesh.m: Likewise. |
|
948 * plot/__pltopt1__.m: Likewise. |
|
949 * plot/contour.m: Likewise. |
|
950 * plot/hist.m: Likewise. |
|
951 * plot/stairs.m: Likewise. |
|
952 * plot/meshgrid.m: Likewise. |
|
953 * plot/polar.m: Likewise. |
|
954 * plot/loglog.m: Likewise. |
|
955 * plot/plot.m: Likewise. |
|
956 * miscellaneous/semicolon.m: Likewise. |
|
957 * miscellaneous/menu.m: Likewise. |
|
958 * miscellaneous/etime.m: Likewise. |
|
959 * miscellaneous/texas_lotto.m: Likewise. |
|
960 * miscellaneous/comma.m: Likewise. |
|
961 * audio/lin2mu.m: Likewise. |
|
962 * audio/playaudio.m: Likewise. |
|
963 * audio/loadaudio.m: Likewise. |
|
964 * audio/saveaudio.m: Likewise. |
|
965 * audio/mu2lin.m: Likewise. |
|
966 * audio/record.m: Likewise. |
|
967 * strings/isletter.m: Likewise. |
|
968 * strings/lower.m: Likewise. |
|
969 * strings/lower.m: Likewise. |
|
970 * strings/upper.m: Likewise. |
|
971 * specfun/erfinv.m: Likewise. |
|
972 * specfun/gammai.m: Likewise. |
|
973 * specfun/log2.m: Likewise. |
|
974 * specfun/pow2.m: Likewise. |
|
975 * elfun/gcd.m: Likewise. |
|
976 * elfun/lcm.m: Likewise. |
|
977 * special-matrix/vander.m: Likewise. |
|
978 * special-matrix/sylvester_matrix.m: Likewise. |
|
979 * special-matrix/hilb.m: Likewise. |
|
980 * special-matrix/hankel.m: Likewise. |
|
981 * special-matrix/toeplitz.m: Likewise. |
|
982 * special-matrix/invhilb.m: Likewise. |
|
983 * statistics/base/std.m: Likewise. |
|
984 * statistics/base/median.m: Likewise. |
|
985 * linear-algebra/cond.m: Likewise. |
|
986 * linear-algebra/norm.m: Likewise. |
|
987 * finance/nper.m: Likewise. |
|
988 * finance/pmt.m: Likewise. |
|
989 * finance/pv.m: Likewise. |
|
990 * finance/rate.m: Likewise. |
|
991 * finance/npv.m: Likewise. |
|
992 * general/fliplr.m: Likewise. |
|
993 * general/flipud.m: Likewise. |
|
994 * general/is_scalar.m: Likewise. |
|
995 * general/rem.m: Likewise. |
|
996 * general/perror.m: Likewise. |
|
997 * general/tril.m: Likewise. |
|
998 * general/rot90.m: Likewise. |
|
999 * general/num2str.m: Likewise. |
|
1000 * general/int2str.m: Likewise. |
|
1001 * general/reshape.m: Likewise. |
|
1002 * general/logspace.m: Likewise. |
|
1003 * general/is_symmetric.m: Likewise. |
|
1004 * general/is_vector.m: Likewise. |
|
1005 * general/nextpow2.m: Likewise. |
|
1006 * general/columns.m: Likewise. |
|
1007 * general/is_square.m: Likewise. |
|
1008 * general/rows.m: Likewise. |
|
1009 * control/ugain.m: Likewise. |
|
1010 * control/damp.m: Likewise. |
|
1011 * control/dare.m: Likewise. |
|
1012 * control/are.m: Likewise. |
|
1013 * control/sys2fir.m: Likewise. |
|
1014 * control/abcddim.m: Likewise. |
|
1015 * control/is_abcd.m: Likewise. |
|
1016 * control/step.m: Likewise. |
|
1017 * control/is_observable.m: Likewise. |
|
1018 * control/is_controllable.m: Likewise. |
|
1019 * control/jet707.m: Likewise. |
|
1020 * control/polyout.m: Likewise. |
|
1021 * control/impulse.m: Likewise. |
|
1022 * control/lqg.m: Likewise. |
|
1023 * control/is_detectable.m: Likewise. |
|
1024 * control/sysdimensions.m: Likewise. |
|
1025 * control/sysupdate.m: Likewise. |
|
1026 * control/stepimp.m: Likewise. |
|
1027 * control/is_stable.m: Likewise. |
|
1028 * control/tfout.m: Likewise. |
|
1029 * control/zpout.m: Likewise. |
|
1030 |
3405
|
1031 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1032 |
|
1033 * set/complement.m: Add @seealso{} stuff. |
|
1034 * set/create_set.m: Likewise. |
|
1035 * set/intersection.m: Likewise. |
|
1036 * set/union.m: Likewise. |
|
1037 |
3399
|
1038 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1039 |
3400
|
1040 * control/d2c.m: Use double quotes instead of single quotes for |
|
1041 string constants. |
|
1042 * control/dgkfdemo.m: Likewise. |
|
1043 * control/fir2sys.m: Likewise. |
|
1044 * control/frdemo.m: Likewise. |
|
1045 * control/moddemo.m: Likewise. |
|
1046 * control/minfo.m: Likewise. |
|
1047 * control/is_stabilizable.m: Likewise. |
|
1048 * control/is_dgkf.m: Likewise. |
|
1049 * control/polyout.m: Likewise. |
|
1050 * control/sysconnect.m: Likewise. |
|
1051 * control/sysrepdemo.m: Likewise. |
|
1052 * control/tf2sys.m: Likewise. |
|
1053 * control/tfout.m: Likewise. |
|
1054 * control/zp2sys.m: Likewise. |
|
1055 * control/zpout.m: Likewise. |
|
1056 * control/tzero.m: Likewise. |
|
1057 |
|
1058 * control/DEMOcontrol.m: Handle moddemo case too. |
|
1059 |
|
1060 * image/loadimage.m: Use double quotes instead of single quotes |
|
1061 for string constants. Use sprintf instead of square brackets to |
|
1062 construct string. |
|
1063 |
3399
|
1064 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
1065 * control/fir2sys.m: Likewise. |
3399
|
1066 |
3390
|
1067 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1068 |
|
1069 * mkdoc: Only delete spaces before @ characters at the beginning |
|
1070 of a line. |
|
1071 |
3383
|
1072 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1073 |
3388
|
1074 * control/bddemo.m: Make it more likely to work with any value of |
|
1075 whitespace_in_literal_matrix. |
3386
|
1076 * control/analdemo.m: Ditto. |
|
1077 * control/dgkfdemo.m: Ditto. |
|
1078 * control/frdemo.m: Ditto. |
|
1079 * control/sysrepdemo.m: Ditto. |
|
1080 * control/moddemo.m: Ditto. |
3388
|
1081 * control/zp2ss.m: Ditto. |
3387
|
1082 * control/zp2tf.m: Ditto. |
3388
|
1083 * control/syssub.m: Ditto. |
|
1084 * finance/npv.m: Ditto. |
|
1085 * statistics/base/studentize.m: Ditto. |
|
1086 * statistics/base/values.m: Ditto. |
|
1087 * statistics/distributions/exponential_cdf.m: Ditto. |
|
1088 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
1089 |
3384
|
1090 * control/dezero.m: Use toascii to convert string to ASCII value |
|
1091 instead of multiplying it by 1. |
|
1092 |
3383
|
1093 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
1094 * control/zpout.m: Ditto. |
|
1095 * control/tfout.m: Ditto. |
|
1096 * control/tf2sys.m: Ditto. |
|
1097 * control/syssub.m: Ditto. |
|
1098 * control/syssetsignals.m: Ditto. |
|
1099 * control/sysout.m: Ditto. |
|
1100 * control/sysmult.m: Ditto. |
|
1101 * control/sysgroup.m: Ditto. |
|
1102 * control/sysdup.m: Ditto. |
|
1103 * control/sysdisc.m: Ditto. |
|
1104 * control/syscont.m: Ditto. |
|
1105 * control/sysconnect.m: Ditto. |
|
1106 * control/sysappend.m: Ditto. |
|
1107 * control/sysadd.m: Ditto. |
|
1108 * control/ss2sys.m: Ditto. |
|
1109 * control/nyquist.m: Ditto. |
|
1110 * control/lqg.m: Ditto. |
|
1111 * control/fir2sys.m: Ditto. |
|
1112 * control/dmr2d.m: Ditto. |
|
1113 * control/dezero.m: Ditto. |
|
1114 * control/d2c.m: Ditto. |
|
1115 * control/c2d.m: Ditto. |
|
1116 * control/bddemo.m: Ditto. |
|
1117 * control/pzmap.m: Ditto. |
|
1118 |
3374
|
1119 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
|
1120 |
|
1121 * signal/spectral_adf.m: Fix typo. |
|
1122 |
3372
|
1123 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1124 |
|
1125 * linear-algebra/cond.m: Texinfoize doc string. |
|
1126 * linear-algebra/kron.m: Ditto. |
|
1127 * linear-algebra/norm.m: Ditto. |
|
1128 * linear-algebra/null.m: Ditto. |
|
1129 * linear-algebra/orth.m: Ditto. |
|
1130 * linear-algebra/rank.m: Ditto. |
|
1131 * linear-algebra/trace.m: Ditto. |
|
1132 * linear-algebra/qzhess.m: Ditto. |
|
1133 * miscellaneous/menu.m: Ditto. |
3373
|
1134 * general/perror.m: Ditto. |
|
1135 * general/strerror.m: Ditto. |
|
1136 * general/columns.m: Ditto. |
|
1137 * general/rows.m: Ditto. |
|
1138 * image/colormap.m: Ditto. |
|
1139 * image/gray.m: Ditto. |
|
1140 * image/gray2ind.m: Ditto. |
|
1141 * image/image.m: Ditto. |
|
1142 * image/imagesc.m: Ditto. |
|
1143 * image/imshow.m: Ditto. |
|
1144 * image/ind2gray.m: Ditto. |
|
1145 * image/ind2rgb.m: Ditto. |
|
1146 * image/loadimage.m: Ditto. |
|
1147 * image/rgb2ntsc.m: Ditto. |
|
1148 * image/ntsc2rgb.m: Ditto. |
|
1149 * image/ocean.m: Ditto. |
|
1150 * image/rgb2ind.m: Ditto. |
|
1151 * image/saveimage.m: Ditto. |
3372
|
1152 * io/printf.m: Ditto. |
|
1153 * io/puts.m: Ditto. |
|
1154 |
3369
|
1155 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1156 |
|
1157 * special-matrix/hankel.m: Texinfoize doc string. |
|
1158 * special-matrix/hilb.m: Ditto. |
|
1159 * special-matrix/invhilb.m: Ditto. |
|
1160 * special-matrix/sylvester_matrix.m: Ditto. |
|
1161 * special-matrix/toeplitz.m: Ditto. |
|
1162 * special-matrix/vander.m: Ditto. |
|
1163 * linear-algebra/vec.m: Ditto. |
|
1164 * linear-algebra/vech.m: Ditto. |
|
1165 * general/common_size.m: Ditto. |
|
1166 * general/diff.m: Ditto. |
|
1167 * general/fliplr.m: Ditto. |
|
1168 * general/flipud.m: Ditto. |
|
1169 * general/rot90.m: Ditto. |
|
1170 * general/reshape.m: Ditto. |
|
1171 * general/shift.m: Ditto. |
|
1172 * general/tril.m: Ditto. |
|
1173 * general/triu.m: Ditto. |
|
1174 * general/logspace.m: Ditto. |
3371
|
1175 * general/nargchk.m: Ditto. |
3369
|
1176 |
3367
|
1177 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1178 |
|
1179 * statistics/base/mean: Texinfoize doc string. |
|
1180 * statistics/base/median: Ditto. |
|
1181 * statistics/base/std: Ditto. |
|
1182 * statistics/base/cov: Ditto. |
|
1183 * statistics/base/corrcoef: Ditto. |
|
1184 * statistics/base/kurtosis: Ditto. |
|
1185 * statistics/base/mahalanobis: Ditto. |
|
1186 * statistics/base/skewness: Ditto. |
3368
|
1187 * statistics/base/gls.m: Ditto. |
|
1188 * statistics/base/ols.m: Ditto. |
3367
|
1189 * signal/detrend.m: Ditto. |
|
1190 * signal/freqz.m: Ditto. |
|
1191 * signal/sinc.m: Ditto. |
|
1192 * signal/fftconv.m: Ditto. |
|
1193 * signal/fftfilt.m: Ditto. |
3368
|
1194 * set/create_set.m: Ditto. |
|
1195 * set/union.m: Ditto. |
|
1196 * set/intersection.m: Ditto. |
|
1197 * set/complement.m: Ditto. |
|
1198 * poly/compan.m: Ditto. |
|
1199 * poly/conv: Ditto. |
|
1200 * poly/deconv: Ditto. |
|
1201 * poly/poly: Ditto. |
|
1202 * poly/polyderiv: Ditto. |
|
1203 * poly/polyfit: Ditto. |
|
1204 * poly/polyinteg: Ditto. |
|
1205 * poly/polyreduce: Ditto. |
|
1206 * poly/polyval: Ditto. |
|
1207 * poly/polyvalm: Ditto. |
|
1208 * poly/residue: Ditto. |
|
1209 * poly/roots: Ditto. |
|
1210 * plot/top_title.m: Ditto |
|
1211 * plot/subwindow.m: Ditto |
|
1212 * plot/subplot.m: Ditto |
|
1213 * plot/plot_border.m: Ditto |
|
1214 * plot/oneplot.m: Ditto |
|
1215 * plot/multiplot.m: Ditto |
|
1216 * plot/mplot.m: Ditto |
|
1217 * plot/xlabel.m: Ditto |
|
1218 * plot/figure.m: Ditto |
|
1219 * plot/meshdom.m: Ditto |
|
1220 * plot/mesh.m: Ditto |
|
1221 * plot/stairs.m: Ditto |
|
1222 * plot/polar.m: Ditto |
|
1223 * plot/loglog.m: Ditto |
|
1224 * plot/hist.m: Ditto |
|
1225 * plot/contour.m: Ditto |
|
1226 * plot/bar.m: Ditto |
|
1227 * plot/axis.m: Ditto |
|
1228 * plot/plot.m: Ditto. |
3367
|
1229 |
3361
|
1230 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1231 |
3365
|
1232 * control/pinv.m: Delete. |
|
1233 |
3364
|
1234 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
1235 |
3361
|
1236 * strings/blanks.m: Texinfoize doc string. |
|
1237 * strings/strcat.m: Ditto. |
|
1238 * strings/str2mat.m: Ditto. |
|
1239 * strings/deblank.m: Ditto. |
|
1240 * strings/findstr.m: Ditto. |
|
1241 * strings/index.m: Ditto. |
|
1242 * strings/rindex.m: Ditto. |
|
1243 * strings/split.m: Ditto. |
|
1244 * strings/strcmp.m: Ditto. |
|
1245 * strings/strrep.m: Ditto. |
|
1246 * strings/substr.m: Ditto. |
|
1247 * general/int2str.m: Ditto. |
|
1248 * general/num2str.m: Ditto. |
|
1249 * strings/dec2bin.m: Ditto. |
|
1250 * strings/bin2dec: Ditto. |
|
1251 * strings/dec2bin: Ditto. |
|
1252 * strings/dec2hex: Ditto. |
|
1253 * strings/hex2dec: Ditto. |
|
1254 * strings/str2num: Ditto. |
|
1255 |
3347
|
1256 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1257 |
|
1258 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
1259 |
3361
|
1260 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1261 |
|
1262 * control/DEMOcontrol.m: Texinfoize doc string. |
|
1263 * control/abcddim.m: Ditto. |
|
1264 * control/abcddims.m: Ditto. |
|
1265 * control/analdemo.m: Ditto. |
|
1266 * control/are.m: Ditto. |
|
1267 * control/axis2dlim.m: Ditto. |
|
1268 * control/bddemo.m: Ditto. |
|
1269 * control/bode.m: Ditto. |
|
1270 * control/bode_bounds.m: Ditto. |
|
1271 * control/bodquist.m: Ditto. |
|
1272 * control/buildssic.m: Ditto. |
|
1273 * control/c2d.m: Ditto. |
|
1274 * control/ctrb.m: Ditto. |
|
1275 * control/d2c.m: Ditto. |
|
1276 * control/damp.m: Ditto. |
|
1277 * control/dare.m: Ditto. |
|
1278 * control/dcgain.m: Ditto. |
|
1279 * control/dgkfdemo.m: Ditto. |
|
1280 * control/dgram.m: Ditto. |
|
1281 * control/dlqe.m: Ditto. |
|
1282 * control/dlqr.m: Ditto. |
|
1283 * control/dlyap.m: Ditto. |
|
1284 * control/dmr2d.m: Ditto. |
|
1285 * control/fir2sys.m: Ditto. |
|
1286 * control/frdemo.m: Ditto. |
|
1287 * control/freqchkw.m: Ditto. |
|
1288 * control/freqresp.m: Ditto. |
|
1289 * control/gram.m: Ditto. |
|
1290 * control/h2norm.m: Ditto. |
|
1291 * control/h2syn.m: Ditto. |
|
1292 * control/hinf_ctr.m: Ditto. |
|
1293 * control/hinfdemo.m: Ditto. |
|
1294 * control/hinfnorm.m: Ditto. |
|
1295 * control/hinfsyn.m: Ditto. |
|
1296 * control/hinfsyn_chk.m: Ditto. |
|
1297 * control/impulse.m: Ditto. |
|
1298 * control/is_abcd.m: Ditto. |
|
1299 * control/is_controllable.m: Ditto. |
|
1300 * control/is_detectable.m: Ditto. |
|
1301 * control/is_dgkf.m: Ditto. |
|
1302 * control/is_digital.m: Ditto. |
|
1303 * control/is_observable.m: Ditto. |
|
1304 * control/is_sample.m: Ditto. |
|
1305 * control/is_signal_list.m: Ditto. |
|
1306 * control/is_siso.m: Ditto. |
|
1307 * control/is_stabilizable.m: Ditto. |
|
1308 * control/is_stable.m: Ditto. |
|
1309 * control/jet707.m: Ditto. |
|
1310 * control/lqe.m: Ditto. |
|
1311 * control/lqg.m: Ditto. |
|
1312 * control/lqr.m: Ditto. |
|
1313 * control/lsim.m: Ditto. |
|
1314 * control/ltifr.m: Ditto. |
|
1315 * control/lyap.m: Ditto. |
|
1316 * control/moddemo.m: Ditto. |
|
1317 * control/nyquist.m: Ditto. |
|
1318 * control/obsv.m: Ditto. |
|
1319 * control/ord2.m: Ditto. |
|
1320 * control/outlist.m: Ditto. |
|
1321 * control/pinv.m: Ditto. |
|
1322 * control/place.m: Ditto. |
|
1323 * control/polyout.m: Ditto. |
|
1324 * control/prompt.m: Ditto. |
|
1325 * control/pzmap.m: Ditto. |
|
1326 * control/qzval.m: Ditto. |
|
1327 * control/rldemo.m: Ditto. |
|
1328 * control/rlocus.m: Ditto. |
|
1329 * control/sortcom.m: Ditto. |
|
1330 * control/ss2sys.m: Ditto. |
|
1331 * control/ss2tf.m: Ditto. |
|
1332 * control/ss2zp.m: Ditto. |
|
1333 * control/starp.m: Ditto. |
|
1334 * control/step.m: Ditto. |
|
1335 * control/stepimp.m: Ditto. |
|
1336 * control/susball.m: Ditto. |
|
1337 * control/sys2fir.m: Ditto. |
|
1338 * control/sys2ss.m: Ditto. |
|
1339 * control/sys2tf.m: Ditto. |
|
1340 * control/sys2zp.m: Ditto. |
|
1341 * control/sysadd.m: Ditto. |
|
1342 * control/sysappend.m: Ditto. |
|
1343 * control/syschnames.m: Ditto. |
|
1344 * control/syschnamesl.m: Ditto. |
|
1345 * control/syschtsam.m: Ditto. |
|
1346 * control/sysconnect.m: Ditto. |
|
1347 * control/syscont.m: Ditto. |
|
1348 * control/syscont_disc.m: Ditto. |
|
1349 * control/sysdefioname.m: Ditto. |
|
1350 * control/sysdefstname.m: Ditto. |
|
1351 * control/sysdimensions.m: Ditto. |
|
1352 * control/sysdisc.m: Ditto. |
|
1353 * control/sysdup.m: Ditto. |
|
1354 * control/sysgetsignals.m: Ditto. |
|
1355 * control/sysgettype.m: Ditto. |
|
1356 * control/sysgroup.m: Ditto. |
|
1357 * control/sysgroupn.m: Ditto. |
|
1358 * control/sysmult.m: Ditto. |
|
1359 * control/sysout.m: Ditto. |
|
1360 * control/sysprune.m: Ditto. |
|
1361 * control/sysreorder.m: Ditto. |
|
1362 * control/sysrepdemo.m: Ditto. |
|
1363 * control/sysscale.m: Ditto. |
|
1364 * control/syssetsignals.m: Ditto. |
|
1365 * control/syssub.m: Ditto. |
|
1366 * control/sysupdate.m: Ditto. |
|
1367 * control/tf2ss.m: Ditto. |
|
1368 * control/tf2sys.m: Ditto. |
|
1369 * control/tf2sysl.m: Ditto. |
|
1370 * control/tf2zp.m: Ditto. |
|
1371 * control/tfout.m: Ditto. |
|
1372 * control/tzero.m: Ditto. |
|
1373 * control/tzero2.m: Ditto. |
|
1374 * control/ugain.m: Ditto. |
|
1375 * control/wgt1o.m: Ditto. |
|
1376 * control/zgfmul.m: Ditto. |
|
1377 * control/zgfslv.m: Ditto. |
|
1378 * control/zginit.m: Ditto. |
|
1379 * control/zgpbal.m: Ditto. |
|
1380 * control/zgreduce.m: Ditto. |
|
1381 * control/zgrownorm.m: Ditto. |
|
1382 * control/zgscal.m: Ditto. |
|
1383 * control/zgsgiv.m: Ditto. |
|
1384 * control/zgshsr.m: Ditto. |
|
1385 * control/zp2ss.m: Ditto. |
|
1386 * control/zp2ssg2.m: Ditto. |
|
1387 * control/zp2sys.m: Ditto. |
|
1388 * control/zp2tf.m: Ditto. |
|
1389 * control/zpout.m: Ditto. |
|
1390 |
3332
|
1391 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1392 |
|
1393 * scripts/audio/lin2mu.m: Texinfoize doc string. |
|
1394 * scripts/audio/loadaudio.m: Ditto. |
|
1395 * scripts/audio/mu2lin.m: Ditto. |
|
1396 * scripts/audio/playaudio.m: Ditto. |
|
1397 * scripts/audio/record.m: Ditto. |
|
1398 * scripts/audio/saveaudio.m: Ditto. |
|
1399 |
3321
|
1400 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1401 |
|
1402 * elfun/acot.m: Texinfoize doc string. |
|
1403 * elfun/acsc.m: Ditto. |
|
1404 * elfun/acsch.m: Ditto. |
|
1405 * elfun/asec.m: Ditto. |
|
1406 * elfun/asech.m: Ditto. |
|
1407 * elfun/cot.m: Ditto. |
|
1408 * elfun/coth.m: Ditto. |
|
1409 * elfun/csc.m: Ditto. |
|
1410 * elfun/csch.m: Ditto. |
|
1411 * elfun/gcd.m: Ditto. |
|
1412 * elfun/lcm.m: Ditto. |
|
1413 * elfun/sec.m: Ditto. |
|
1414 * elfun/sech.m: Ditto. |
|
1415 * general/nextpow2.m: Ditto. |
|
1416 * general/rem.m: Ditto. |
|
1417 * linear-algebra/commutation_matrix.m: Ditto. |
|
1418 * linear-algebra/cross.m: Ditto. |
|
1419 * linear-algebra/duplication_matrix.m: Ditto. |
|
1420 * miscellaneous/bincoeff.m: Ditto. |
|
1421 * miscellaneous/xor.m: Ditto. |
|
1422 * specfun/bessel.m: Ditto. |
|
1423 * specfun/beta.m: Ditto. |
|
1424 * specfun/betai.m: Ditto. |
|
1425 * specfun/erfinv.m: Ditto. |
|
1426 * specfun/gammai.m: Ditto. |
|
1427 * specfun/log2.m: Ditto. |
|
1428 * specfun/pow2.m: Ditto. |
|
1429 |
|
1430 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
|
1431 |
|
1432 * general/is_scalar.m: Texinfoize help text. |
|
1433 * general/is_square.m: Ditto. |
|
1434 * general/is_symmetric.m: Ditto. |
|
1435 |
3320
|
1436 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1437 |
|
1438 * strings/split.m: If the string to be split is empty, just return |
|
1439 an empty string. |
|
1440 |
3319
|
1441 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1442 |
|
1443 * Makefile.in (ALL_M_FILES): New macro. |
|
1444 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
1445 |
3306
|
1446 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1447 |
|
1448 * control/bode.m: Don't return anything if nargout == 0. |
|
1449 |
|
1450 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
1451 |
|
1452 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
1453 |
3305
|
1454 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1455 |
|
1456 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
1457 gethelp.cc to the list. |
|
1458 |
3296
|
1459 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1460 |
3301
|
1461 * time/asctime.m: Texinfoize help text. |
|
1462 * time/clock.m: Ditto. |
|
1463 * time/date.m: Ditto. |
|
1464 * miscellaneous/cputime.m: Ditto. |
|
1465 * miscellaneous/etime.m: Ditto. |
|
1466 * miscellaneous/is_leap_year.m: Ditto. |
|
1467 * miscellaneous/popen2.m: Ditto. |
|
1468 * miscellaneous/version.m: Ditto. |
|
1469 * miscellaneous/tic.m: Ditto. |
|
1470 * miscellaneous/toc.m: Just refer to tic.m. |
|
1471 |
3297
|
1472 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
1473 `cd dir; $(MAKE); cd ..'. |
|
1474 ($(SUBDIRS)): Likewise. |
|
1475 |
|
1476 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
1477 |
|
1478 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
1479 of `cd dir; $(MAKE)'. |
|
1480 |
3296
|
1481 * gethelp.cc, mkdoc: New files. |
|
1482 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
1483 sources. |
|
1484 |
3291
|
1485 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1486 |
|
1487 * linear-algebra/kron.m: Fix typo in previous change |
|
1488 |
3282
|
1489 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1490 |
|
1491 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
1492 |
3273
|
1493 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
|
1494 |
|
1495 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
1496 rank when V has more columns than rows. |
|
1497 |
|
1498 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1499 |
|
1500 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
1501 |
|
1502 * statistics/tests/manova.m: Avoid problems if |
|
1503 whitespace_in_literal_matrix is set to "traditional". |
|
1504 * statistics/tests/t_test_regression.m: Likewise. |
|
1505 * statistics/tests/u_test.m: Likewise. |
|
1506 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
1507 * statistics/tests/anova.m: Likewise. |
|
1508 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
1509 * statistics/base/statistics.m: Likewise. |
|
1510 * image/saveimage.m: Likewise. |
|
1511 * signal/arch_fit.m: Likewise. |
|
1512 * signal/autoreg_matrix.m: Likewise. |
|
1513 * signal/triangle_lw.m: Likewise. |
|
1514 * strings/dec2hex.m: Likewise. |
|
1515 |
3268
|
1516 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1517 |
|
1518 * image/saveimage.m: Initialize scale. |
|
1519 |
|
1520 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1521 |
|
1522 * general/reshape.m: Allow reshape (a, size (b)). |
|
1523 |
3266
|
1524 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1525 |
|
1526 * specfun/erfinv.m: Improve stopping criterion. |
|
1527 Add iteration count as second return value. |
|
1528 |
3265
|
1529 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1530 |
|
1531 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
1532 |
3263
|
1533 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1534 |
|
1535 * miscellaneous/pack.m: New function. |
|
1536 |
|
1537 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1538 |
|
1539 * plot/figure.m: Always return figure number. With no args, |
|
1540 figure now creates a new figure window and returns its number. |
|
1541 Accept figure (property, value) syntax, but do nothing. |
|
1542 |
|
1543 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
|
1544 |
|
1545 * general/shift.m: Avoid printing temporary value for backward shift. |
|
1546 |
3260
|
1547 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1548 |
|
1549 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
1550 evenly spaced. |
|
1551 |
3250
|
1552 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1553 |
|
1554 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
1555 contain only zeros. |
|
1556 |
|
1557 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
|
1558 |
|
1559 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
1560 instead of appending them. |
|
1561 |
|
1562 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1563 |
|
1564 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
1565 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
1566 Update from A. S. Hodel. |
|
1567 |
3246
|
1568 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1569 |
|
1570 * polynomial/polyfit.m: Correct previous change. |
|
1571 |
3243
|
1572 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1573 |
|
1574 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
1575 |
3240
|
1576 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1577 |
|
1578 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
1579 version of krylov and krylovb. |
|
1580 |
|
1581 * control/outlist.m, control/sysout.m: Fix typos. |
|
1582 |
|
1583 * control/sysdimensions.m: Add option for total number of states. |
|
1584 |
|
1585 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
1586 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
1587 arguments. |
|
1588 |
|
1589 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1590 |
|
1591 * strings/index.m: Fail with meaningful error message if either |
|
1592 arg is a string array. |
|
1593 |
3238
|
1594 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1595 |
|
1596 * linear-algebra/norm.m: Do the right thing for 1- and |
|
1597 infinity-norms of complex matrices. From Sven Khatri |
|
1598 <khatri@saturn.vocalpoint.com>. |
|
1599 |
|
1600 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
|
1601 |
|
1602 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
1603 |
|
1604 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1605 |
|
1606 * strings/split.m: Avoid problems when splitting strings that have |
|
1607 \ in them. |
|
1608 |
|
1609 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
|
1610 |
|
1611 * image/colormap.m: Do better arg checking, handle string args |
|
1612 that name the colormap function to call (e.g., colormap ("ocean")). |
|
1613 |
|
1614 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
|
1615 |
|
1616 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
1617 * linear-algebra/dot.m: Likewise. |
|
1618 * linear-algebra/cross.m: Likewise. |
|
1619 * general/rot90.m: Likewise. |
|
1620 |
|
1621 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
1622 |
|
1623 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
1624 that the leading column is not all zeros. |
|
1625 |
|
1626 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1627 |
|
1628 * general/shift.m: Fix potential problems with |
|
1629 whitespace_in_literal_matrix. |
|
1630 * signal/arch_rnd.m: Ditto. |
|
1631 * signal/autocov.m: Ditto. |
|
1632 * signal/diffpara.m: Ditto. |
|
1633 * signal/hurst.m: Ditto. |
|
1634 * signal/periodogram.m: Ditto. |
|
1635 * signal/spectral_adf.m: Ditto. |
|
1636 * signal/spectral_xdf.m: Ditto. |
|
1637 * signal/spencer.m: Ditto. |
|
1638 * signal/synthesis.m: Ditto. |
|
1639 * statistics/distributions/wiener_rnd.m: Ditto. |
|
1640 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
1641 * statistics/models/logistic_regression.m: Ditto. |
|
1642 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
1643 * statistics/tests/run_test.m: Ditto. |
|
1644 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
1645 |
|
1646 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
|
1647 |
|
1648 * plot/__plr2__.m: Fix typo. |
|
1649 |
3233
|
1650 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1651 |
|
1652 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
1653 |
|
1654 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
1655 |
|
1656 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
1657 function. |
|
1658 |
|
1659 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
1660 |
|
1661 * control/ss2sys.m: Fix typo. |
|
1662 |
|
1663 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1664 |
|
1665 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
1666 |
|
1667 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
1668 signal names as lists of strings instead of string arrays. |
|
1669 |
3225
|
1670 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1671 |
3233
|
1672 * quaternion: New directory of functions from A. S. Hodel |
3225
|
1673 <a.s.hodel@eng.auburn.edu>. |
|
1674 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
1675 * quaternion/Makefile.in: New file. |
|
1676 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
1677 |
|
1678 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1679 |
|
1680 * image/saveimage.m: Make it work again for black and white colormaps. |
|
1681 |
|
1682 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
1683 since there can be fewer rows than columns. Round values to |
|
1684 nearest position in colormap instead of truncating. Correct usage |
|
1685 message. |
|
1686 |
|
1687 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
1688 |
|
1689 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
1690 zero rows of [A,v] as householder pivots; this avoids spurious |
|
1691 non-zero entries in returned orthogonal matrix U, but destroys the |
|
1692 Householder matrix structure of H. |
|
1693 |
|
1694 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1695 |
|
1696 * general/logical.m: Just copy input to output if argument is |
|
1697 already a logical object. |
|
1698 |
3215
|
1699 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1700 |
|
1701 * New files from OCST, in control subdiretory: |
|
1702 |
|
1703 DEMOcontrol.m is_siso.m syschnames.m |
|
1704 abcddim.m is_stabilizable.m syschnamesl.m |
|
1705 abcddims.m is_stable.m syschtsam.m |
|
1706 analdemo.m jet707.m sysconnect.m |
|
1707 are.m lqe.m syscont.m |
|
1708 axis2dlim.m lqg.m syscont_disc.m |
|
1709 bddemo.m lqr.m sysdefioname.m |
|
1710 bode.m lsim.m sysdefstname.m |
|
1711 bode_bounds.m ltifr.m sysdimensions.m |
|
1712 bodquist.m lyap.m sysdisc.m |
|
1713 buildssic.m mb.m sysdup.m |
|
1714 c2d.m minfo.m sysgetsignals.m |
|
1715 com2str.m,v moddemo.m sysgettsam.m |
|
1716 controldemo.m nichols.m sysgettype.m |
|
1717 ctrb.m nyquist.m sysgroup.m |
|
1718 d2c.m obsv.m sysgroupn.m |
|
1719 damp.m ord2.m sysmult.m |
|
1720 dare.m outlist.m sysout.m |
|
1721 dcgain.m packedform.m sysprune.m |
|
1722 demomarsyas.m packsys.m sysreorder.m |
|
1723 dezero.m; parallel.m sysrepdemo.m |
|
1724 dgkfdemo.m place.m sysscale.m |
|
1725 dgram.m polyout.m syssub.m |
|
1726 dhinfdemo.m prompt.m sysupdate.m |
|
1727 dlqe.m pzmap.m tf2ss.m |
|
1728 dlqg.m qzval.m tf2sys.m |
|
1729 dlqr.m rldemo.m tf2sysl.m |
|
1730 dlyap.m rlocus.m tf2zp.m |
|
1731 dmr2d.m rotg.m tfout.m |
|
1732 fir2sys.m run_cmd.m; tzero.m |
|
1733 frdemo.m series.m tzero2.m |
|
1734 freqchkw.m sortcom.m ugain.m |
|
1735 freqresp.m ss2sys.m unpacksys.m |
|
1736 gram.m ss2tf.m wgt1o.m |
|
1737 h2norm.m ss2zp.m zgfmul.m |
|
1738 h2syn.m starp.m zgfslv.m |
|
1739 hinf_ctr.m step.m zginit.m |
|
1740 hinfdemo.m stepimp.m zgpbal.m |
|
1741 hinfnorm.m strappend.m; zgreduce.m |
|
1742 hinfsyn.m susball.m zgrownorm.m |
|
1743 hinfsyn_chk.m swap.m zgscal.m |
|
1744 impulse.m swapcols.m zgsgiv.m |
|
1745 is_abcd.m swaprows.m zgshsr.m |
|
1746 is_controllable.m sys2fir.m zp2ss.m |
|
1747 is_detectable.m sys2ss.m zp2ssg2.m |
|
1748 is_dgkf.m sys2tf.m zp2sys.m |
|
1749 is_digital.m sys2zp.m zp2tf.m |
|
1750 is_observable.m sysadd.m zpout.m |
|
1751 is_sample.m sysappend.m |
|
1752 |
|
1753 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1754 |
|
1755 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
1756 |
|
1757 * strings/deblank.m: Make it work for string arrays too. |
|
1758 |
3211
|
1759 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1760 |
|
1761 * linear-algebra/housh.m: New file from the OCST. |
|
1762 * linear-algebra/krygetq.m: Ditto. |
|
1763 * linear-algebra/krylov.m: Ditto. |
|
1764 * linear-algebra/krylovb.m: Ditto. |
|
1765 * linear-algebra/qrhouse.m: Ditto. |
|
1766 * general/is_duplicate_entry.m: Ditto. |
|
1767 |
|
1768 * general/is_symmetric.m: Call is_square instead of doing that |
|
1769 check in line. |
|
1770 |
3196
|
1771 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1772 |
3202
|
1773 * general/is_square.m: |
|
1774 |
|
1775 * general/isempty.m, general/is_matrix.m: Delete. |
|
1776 |
|
1777 * general/is_symmetric: Delete special case for strings. Whether |
|
1778 the conversion is valid should depend on implicit_str_to_num_ok. |
|
1779 |
|
1780 * general/is_square.m: If arg is not a matrix, don't check size, |
|
1781 just return 0. |
|
1782 * general/is_symmetric: Likewise. |
|
1783 * general/is_vector.m: Likewise. |
|
1784 * general/is_scalar.m: Likewise. |
|
1785 |
3196
|
1786 * general/length.m: Delete. |
|
1787 |
3191
|
1788 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1789 |
|
1790 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
1791 statistics/distributions/Makefile, statistics/models/Makefile, |
|
1792 and statistics/tests/Makefile to the list of files to create. |
|
1793 |
|
1794 * finance/Makefile.in, statistics/base/Makefile.in, |
|
1795 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
1796 statistics/tests/Makefile.in: New files. |
|
1797 * statistics/Makefile.in: Delete file lists. Now only handle |
|
1798 subdirectories. |
|
1799 * Makefile.in (SUBDIRS): Add finance. |
|
1800 |
|
1801 * Move the following files from statistics to statistics/base: |
|
1802 |
|
1803 corrcoef.m |
|
1804 kurtosis.m |
|
1805 mahalanobis.m |
|
1806 median.m |
|
1807 ols.m |
|
1808 skewness.m |
|
1809 std.m |
|
1810 |
|
1811 New files, from Kurt Hornik's octave-ci package: |
|
1812 |
|
1813 * finance (new directory): |
|
1814 |
|
1815 fv.m |
|
1816 fvl.m |
|
1817 irr.m |
|
1818 nper.m |
|
1819 npv.m |
|
1820 pmt.m |
|
1821 pv.m |
|
1822 pvl.m |
|
1823 rate.m |
|
1824 vol.m |
|
1825 |
|
1826 * linear-algebra/dmult.m |
|
1827 |
|
1828 * signal: |
|
1829 |
|
1830 arch_fit.m |
|
1831 arch_rnd.m |
|
1832 arch_test.m |
|
1833 arma_rnd.m |
|
1834 autocor.m |
|
1835 autocov.m |
|
1836 autoreg_matrix.m |
|
1837 bartlett.m |
|
1838 blackman.m |
|
1839 diffpara.m |
|
1840 durbinlevinson.m |
|
1841 fractdiff.m |
|
1842 hamming.m |
|
1843 hanning.m |
|
1844 hurst.m |
|
1845 periodogram.m |
|
1846 rectangle_lw.m |
|
1847 rectangle_sw.m |
|
1848 sinetone.m |
|
1849 sinewave.m |
|
1850 spectral_adf.m |
|
1851 spectral_xdf.m |
|
1852 spencer.m |
|
1853 stft.m |
|
1854 synthesis.m |
|
1855 triangle_lw.m |
|
1856 triangle_sw.m |
|
1857 yulewalker.m |
|
1858 |
|
1859 * statistics/base (new directory): |
|
1860 |
|
1861 center.m |
|
1862 cloglog.m |
|
1863 cor.m |
|
1864 cov.m |
|
1865 cut.m |
|
1866 iqr.m |
|
1867 kendall.m |
|
1868 logit.m |
|
1869 mean.m |
|
1870 meansq.m |
|
1871 moment.m |
|
1872 ppplot.m |
|
1873 probit.m |
|
1874 qqplot.m |
|
1875 range.m |
|
1876 ranks.m |
|
1877 run_count.m |
|
1878 spearman.m |
|
1879 statistics.m |
|
1880 studentize.m |
|
1881 table.m |
|
1882 values.m |
|
1883 var.m |
|
1884 |
|
1885 (Replaces cov.m and mean.m with new versions.) |
|
1886 |
|
1887 * statistics/distributions (new directory): |
|
1888 |
|
1889 beta_cdf.m |
|
1890 beta_inv.m |
|
1891 beta_pdf.m |
|
1892 beta_rnd.m |
|
1893 binomial_cdf.m |
|
1894 binomial_inv.m |
|
1895 binomial_pdf.m |
|
1896 binomial_rnd.m |
|
1897 cauchy_cdf.m |
|
1898 cauchy_inv.m |
|
1899 cauchy_pdf.m |
|
1900 cauchy_rnd.m |
|
1901 chisquare_cdf.m |
|
1902 chisquare_inv.m |
|
1903 chisquare_pdf.m |
|
1904 chisquare_rnd.m |
|
1905 discrete_cdf.m |
|
1906 discrete_inv.m |
|
1907 discrete_pdf.m |
|
1908 discrete_rnd.m |
|
1909 empirical_cdf.m |
|
1910 empirical_inv.m |
|
1911 empirical_pdf.m |
|
1912 empirical_rnd.m |
|
1913 exponential_cdf.m |
|
1914 exponential_inv.m |
|
1915 exponential_pdf.m |
|
1916 exponential_rnd.m |
|
1917 f_cdf.m |
|
1918 f_inv.m |
|
1919 f_pdf.m |
|
1920 f_rnd.m |
|
1921 gamma_cdf.m |
|
1922 gamma_inv.m |
|
1923 gamma_pdf.m |
|
1924 gamma_rnd.m |
|
1925 geometric_cdf.m |
|
1926 geometric_inv.m |
|
1927 geometric_pdf.m |
|
1928 geometric_rnd.m |
|
1929 hypergeometric_cdf.m |
|
1930 hypergeometric_inv.m |
|
1931 hypergeometric_pdf.m |
|
1932 hypergeometric_rnd.m |
|
1933 kolmogorov_smirnov_cdf.m |
|
1934 laplace_cdf.m |
|
1935 laplace_inv.m |
|
1936 laplace_pdf.m |
|
1937 laplace_rnd.m |
|
1938 logistic_cdf.m |
|
1939 logistic_inv.m |
|
1940 logistic_pdf.m |
|
1941 logistic_rnd.m |
|
1942 lognormal_cdf.m |
|
1943 lognormal_inv.m |
|
1944 lognormal_pdf.m |
|
1945 lognormal_rnd.m |
|
1946 normal_cdf.m |
|
1947 normal_inv.m |
|
1948 normal_pdf.m |
|
1949 normal_rnd.m |
|
1950 pascal_cdf.m |
|
1951 pascal_inv.m |
|
1952 pascal_pdf.m |
|
1953 pascal_rnd.m |
|
1954 poisson_cdf.m |
|
1955 poisson_inv.m |
|
1956 poisson_pdf.m |
|
1957 poisson_rnd.m |
|
1958 stdnormal_cdf.m |
|
1959 stdnormal_inv.m |
|
1960 stdnormal_pdf.m |
|
1961 stdnormal_rnd.m |
|
1962 t_cdf.m |
|
1963 t_inv.m |
|
1964 t_pdf.m |
|
1965 t_rnd.m |
|
1966 uniform_cdf.m |
|
1967 uniform_inv.m |
|
1968 uniform_pdf.m |
|
1969 uniform_rnd.m |
|
1970 weibull_cdf.m |
|
1971 weibull_inv.m |
|
1972 weibull_pdf.m |
|
1973 weibull_rnd.m |
|
1974 wiener_rnd.m |
|
1975 |
|
1976 * statistics/models (new directory): |
|
1977 |
|
1978 logistic_regression.m |
|
1979 logistic_regression_derivatives.m |
|
1980 logistic_regression_likelihood.m |
|
1981 |
|
1982 * statistics/tests (new directory): |
|
1983 |
|
1984 anova.m |
|
1985 bartlett_test.m |
|
1986 chisquare_test_homogeneity.m |
|
1987 chisquare_test_independence.m |
|
1988 cor_test.m |
|
1989 f_test_regression.m |
|
1990 hotelling_test.m |
|
1991 hotelling_test_2.m |
|
1992 kolmogorov_smirnov_test.m |
|
1993 kolmogorov_smirnov_test_2.m |
|
1994 kruskal_wallis_test.m |
|
1995 manova.m |
|
1996 mcnemar_test.m |
|
1997 prop_test_2.m |
|
1998 run_test.m |
|
1999 sign_test.m |
|
2000 t_test.m |
|
2001 t_test_2.m |
|
2002 t_test_regression.m |
|
2003 u_test.m |
|
2004 var_test.m |
|
2005 welch_test.m |
|
2006 wilcoxon_test.m |
|
2007 z_test.m |
|
2008 z_test_2.m |
|
2009 |
|
2010 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2011 |
|
2012 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
2013 compatibility and to avoid Y2K problems. |
|
2014 |
3190
|
2015 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2016 |
|
2017 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
2018 least-squares solution. |
|
2019 |
3180
|
2020 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2021 |
|
2022 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
2023 |
|
2024 * strings/strrep.m: Don't convert args to numeric values. |
|
2025 Prevent warnings for empty string args. |
|
2026 From Georg Thimm <thimm@idiap.ch>. |
|
2027 |
|
2028 * strings/strcat.m: Prevent warnings for empty string args. |
|
2029 |
|
2030 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2031 |
|
2032 * miscellaneous/menu.m: Remove special case for empty string |
|
2033 returned from input(). Add second arg to eval() to catch errors. |
|
2034 |
3178
|
2035 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2036 |
|
2037 * plot/__plt__.m: Don't call usleep. |
|
2038 |
3175
|
2039 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2040 |
|
2041 * linear-algebra/dot.m: New function. |
|
2042 |
|
2043 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
2044 compatibility. |
|
2045 |
|
2046 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2047 |
|
2048 * plot/hist.m: Also allow just one output argument. |
|
2049 |
|
2050 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2051 |
|
2052 * strings/deblank.m: Make it work if the string is only blanks. |
|
2053 |
|
2054 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2055 |
|
2056 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
2057 |
|
2058 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2059 |
|
2060 * plot/oneplot.m: Fix typo. |
|
2061 |
3174
|
2062 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2063 |
|
2064 * miscellaneous/flops.m: Allow a single argument too. |
|
2065 |
|
2066 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2067 |
|
2068 * strings/str2mat.m: Also handle case when there are no empty |
|
2069 strings correctly. |
|
2070 |
|
2071 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2072 |
|
2073 * strings/isletter.m: New function, for Matlab compatibility. |
|
2074 |
3168
|
2075 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2076 |
|
2077 * strings/str2mat.m: Handle string matrices too. |
|
2078 |
3167
|
2079 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2080 |
|
2081 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
2082 linear encoding. |
|
2083 |
|
2084 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
2085 audio/record.m: Open files in binary mode. |
|
2086 |
3164
|
2087 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2088 |
|
2089 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
2090 Move functionality of dump_1_pref here, but use built-in function |
|
2091 type to extract value, and put it inside try/catch block. |
|
2092 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
2093 |
3162
|
2094 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2095 |
|
2096 * plot/__pltopt1.m__: New file. |
|
2097 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
2098 __pltopt1__ multiple times and returning a string array with rows |
|
2099 corresponding to the rows of opt. |
|
2100 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
2101 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
2102 array. |
|
2103 |
|
2104 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2105 |
|
2106 * plot/mplot.m: Fix misspellings of global variables. |
|
2107 Don't call clearplot. |
|
2108 |
|
2109 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2110 |
|
2111 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
2112 "cle;rep" when going in ot multiplot mode. |
|
2113 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
2114 switching out of multiplot mode. |
|
2115 |
3156
|
2116 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
2117 |
3156
|
2118 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
2119 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
2120 |
3141
|
2121 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2122 |
|
2123 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
2124 |
|
2125 * miscellaneous/bug_report.m: Don't try to get smart with |
|
2126 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
2127 |
|
2128 * Makefile.in (install): Create separate ls-R files for |
|
2129 $(datadir) and $(libexecdir). |
|
2130 (uninstall): Remove both ls-R files. |
|
2131 |
3136
|
2132 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2133 |
|
2134 * signal/fftshift.m: New file. |
|
2135 |
|
2136 * plot/contour.m: Fix for non-square case. |
|
2137 |
|
2138 * general/randperm.m: New file. |
|
2139 |
|
2140 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2141 |
|
2142 * specfun/betai.m: Restore file for compatibility with previous |
|
2143 versions. Call betainc with reordered args. |
|
2144 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
2145 |
3131
|
2146 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2147 |
|
2148 * plot/contour.m: Handle discrete contour levels. |
|
2149 |
|
2150 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2151 |
|
2152 * control/lyap.m: For compatibility with Matlab, solve |
|
2153 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
2154 |
3124
|
2155 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2156 |
|
2157 * specfun/bessel.m: New file. |
|
2158 |
|
2159 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
2160 specfun/gammainc.m: Delete. |
|
2161 |
3106
|
2162 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2163 |
|
2164 * image/colormap.m: Initialize __current_color_map__ in global |
|
2165 statement. |
|
2166 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
2167 statement. |
|
2168 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
2169 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
2170 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
2171 |
3103
|
2172 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2173 |
|
2174 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
2175 * time/toc.m: Likewise. |
|
2176 |
|
2177 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
2178 |
|
2179 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
2180 anything special for automatic_replot when in multiplot mode -- |
|
2181 recent 3.6beta releases handle this correctly. |
|
2182 |
|
2183 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
2184 setting the terminal type. |
|
2185 |
|
2186 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
2187 plot/subwindow.m: Use leading and trailing underscores for |
|
2188 `private' globals. |
|
2189 |
|
2190 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
2191 |
3101
|
2192 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2193 |
|
2194 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
2195 |
3091
|
2196 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2197 |
3092
|
2198 * specfun/gammai.m: Avoid problems with whitespace when |
|
2199 constructing matrices. |
|
2200 |
3091
|
2201 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
2202 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
2203 original y vector. |
|
2204 |
3085
|
2205 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2206 |
|
2207 * linear-algebra/cross.m: Use direct formula instead of calling |
|
2208 det three times in a loop. If both args are column (row) vectors, |
|
2209 return a column (row) vector. If they don't match, pay attention |
|
2210 to the value of prefer_column_vectors. |
|
2211 |
|
2212 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
|
2213 |
|
2214 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
2215 nonsymmetric matrices. |
|
2216 |
|
2217 * general/tril.m: Fix usage message. |
|
2218 |
|
2219 * polynomial/polyvalm.m: Fix error messages. |
|
2220 * polynomial/polyderiv.m: Likewise. |
|
2221 * polynomial/polyval.m: Likewise. |
|
2222 |
3081
|
2223 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2224 |
|
2225 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
2226 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
2227 |
3063
|
2228 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2229 |
|
2230 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
2231 |
3062
|
2232 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
|
2233 |
|
2234 * plot/__pltopt__.m: Handle key/legend names. |
|
2235 Correctly set colors, line styles, and point styles. |
|
2236 |
3061
|
2237 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2238 |
|
2239 * polynomial/polyfit.m: Return fit y values as second output. |
|
2240 Don't use QR factorization to solve least squares problem. |
|
2241 |
|
2242 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2243 |
|
2244 * control/dlqr.m: Use ao, not a, to compute k. |
|
2245 |
3024
|
2246 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2247 |
|
2248 * miscellaneous/path.m: New file. |
|
2249 |
2993
|
2250 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2251 |
|
2252 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
2253 name. |
|
2254 |
2968
|
2255 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2256 |
|
2257 * specfun/erfinv.m: Add missing semicolon. |
|
2258 |
2870
|
2259 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2260 |
|
2261 * miscellaneous/xor.m: Make type of return value logical. |
|
2262 |
2853
|
2263 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2264 |
|
2265 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
2266 warn_comma_in_global_decl. |
|
2267 |
2831
|
2268 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2269 |
|
2270 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
2271 octave-bug script. |
|
2272 |
2823
|
2273 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2274 |
2824
|
2275 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
2276 prefer_zero_one_indexing. |
|
2277 |
2823
|
2278 * general/logical.m: New file. |
|
2279 |
2816
|
2280 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2281 |
|
2282 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
2283 and is_vector(). |
|
2284 |
2813
|
2285 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
2286 |
|
2287 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
2288 Use tolerance of 2 * eps. |
|
2289 |
2811
|
2290 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2291 |
|
2292 * Makefile.in (install-strip): New target. |
|
2293 * audio/Makefile.in: Ditto. |
|
2294 * control/Makefile.in: Ditto. |
|
2295 * elfun/Makefile.in: Ditto. |
|
2296 * general/Makefile.in: Ditto. |
|
2297 * image/Makefile.in: Ditto. |
|
2298 * io/Makefile.in: Ditto. |
|
2299 * linear-algebra/Makefile.in: Ditto. |
|
2300 * miscellaneous/Makefile.in: Ditto. |
|
2301 * plot/Makefile.in: Ditto. |
|
2302 * polynomial/Makefile.in: Ditto. |
|
2303 * set/Makefile.in: Ditto. |
|
2304 * signal/Makefile.in: Ditto. |
|
2305 * specfun/Makefile.in: Ditto. |
|
2306 * special-matrix/Makefile.in: Ditto. |
|
2307 * startup/Makefile.in: Ditto. |
|
2308 * statistics/Makefile.in: Ditto. |
|
2309 * strings/Makefile.in: Ditto. |
|
2310 |
2809
|
2311 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2312 |
|
2313 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
2314 |
2798
|
2315 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2316 |
|
2317 * statistics/corrcoef.m: Make it actually work. |
|
2318 |
2795
|
2319 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2320 |
2798
|
2321 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
2322 |
2779
|
2323 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
2324 |
|
2325 * Version 2.0.5 released. |
|
2326 |
2745
|
2327 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2328 |
2749
|
2329 * Makefile.in (maintainer-clean): Also remove configure. |
|
2330 |
2746
|
2331 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
2332 |
2745
|
2333 * general/is_matrix.m: Return zero for empty matrices. |
|
2334 |
|
2335 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2336 |
|
2337 * linear-algebra/vech.m: Size result just once. |
|
2338 |
2726
|
2339 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2340 |
|
2341 * general/is_square.m: Handle empty matrices correctly. |
|
2342 * general/is_symmetric.m: Handle empty matrices and strings. |
|
2343 |
2716
|
2344 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2345 |
|
2346 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
2347 * polynomial/deconv.m: Likewise. |
|
2348 * polynomial/polyderiv.m: Likewise. |
|
2349 * polynomial/polyinteg.m: Likewise. |
|
2350 * polynomial/polyreduce.m: Likewise. |
|
2351 * polynomial/polyval.m: Likewise. |
|
2352 * polynomial/polyvalm.m: Likewise. |
|
2353 * general/postpad.m: Likewise. |
|
2354 * general/prepad.m: Likewise. |
|
2355 |
|
2356 * polynomial/compan.m: Check input with is_vector(), not |
|
2357 is_matrix(). Handle scalar case. |
|
2358 |
2711
|
2359 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2360 |
2715
|
2361 * plot/contour.m: Order data so that it is consistent with |
|
2362 meshgrid and mesh. |
|
2363 |
2711
|
2364 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
2365 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
2366 |
2709
|
2367 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
2368 |
|
2369 * Version 2.0.4 released. |
|
2370 |
2706
|
2371 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2372 |
2702
|
2373 * miscellaneous/paren.m: New file. |
|
2374 |
2693
|
2375 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
2376 |
|
2377 * Version 2.0.3 released. |
|
2378 |
2676
|
2379 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2380 |
|
2381 * image/saveimage.m: Only clip image data that is actually out of |
|
2382 range. |
|
2383 |
2667
|
2384 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2385 |
|
2386 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
2387 also be considered to be matrices. |
|
2388 |
|
2389 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
2390 |
|
2391 * general/isempty.m: Use size(), not rows() and columns(). |
|
2392 |
|
2393 * plot/contour.m: Convert set to gset. |
|
2394 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
2395 |
2663
|
2396 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2397 |
|
2398 * specfun/erfinv.m: Fix typo in last change. |
|
2399 |
2650
|
2400 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2401 |
|
2402 * image/loadimage.m: Make it possible to load files with image |
|
2403 data named X or img. |
|
2404 |
|
2405 * image/default.img: Change name of image from X to img to match |
|
2406 what saveimage does now. |
|
2407 |
|
2408 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
2409 does now. |
|
2410 |
2632
|
2411 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2412 |
2634
|
2413 * Version 2.0.2 released. |
|
2414 |
2632
|
2415 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
2416 weird missing-lines bug without creating extra plots unecessarily. |
|
2417 |
2624
|
2418 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2419 |
|
2420 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2421 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
2422 io/Makefile.in, linear-algebra/Makefile.in, |
|
2423 miscellaneous/Makefile.in, plot/Makefile.in, |
|
2424 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
2425 specfun/Makefile.in, special-matrix/Makefile.in, |
|
2426 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
2427 time/Makefile.in (bin-dist): New target. |
|
2428 |
2621
|
2429 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2430 |
|
2431 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
2432 |
|
2433 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2434 |
|
2435 * miscellaneous/xor.m: Make it work. |
|
2436 |
2613
|
2437 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2438 |
|
2439 * plot/sombrero.m: Doc fix. |
|
2440 |
2602
|
2441 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2442 |
|
2443 * Version 2.0.1 released. |
|
2444 |
2601
|
2445 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2446 |
|
2447 * elfun/lcm.m: Replace missing if statement. |
|
2448 |
|
2449 * elfun/gcd.m: Report error if no input args. |
|
2450 * elfun/lcm.m: Likewise. |
|
2451 |
2597
|
2452 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2453 |
|
2454 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
2455 Also list contents of $libexecdir/octave in ls-R database. |
|
2456 |
2583
|
2457 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2458 |
|
2459 * Version 2.0 released. |
|
2460 |
2575
|
2461 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2462 |
|
2463 * Version 1.94. |
|
2464 |
2558
|
2465 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2466 |
|
2467 * strings/str2num.m: New file. |
|
2468 |
2554
|
2469 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2470 |
|
2471 * Version 1.93. |
|
2472 |
2540
|
2473 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2474 |
|
2475 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
2476 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
2477 linear-algebra/vech.m: New files from Kurt Hornik. |
|
2478 |
|
2479 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
2480 general/common_size.m: New files from Kurt Hornik. |
|
2481 |
|
2482 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
2483 New files from Kurt Hornik. |
|
2484 |
|
2485 * signal/detrend.m: New file from Kurt Hornik. |
|
2486 |
|
2487 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
2488 specfun/pow2.m, specfun/log2.m: |
|
2489 New files and updates from Kurt Hornik. |
|
2490 |
2523
|
2491 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2492 |
|
2493 * plot/__plt__.m: Add explicit replot after last command is |
|
2494 issued, to force all lines to be displayed. Hmm. |
|
2495 |
2512
|
2496 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2497 |
2520
|
2498 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
2499 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
2500 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
2501 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
2502 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2503 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
2504 Uset gset, not set. |
|
2505 |
2512
|
2506 * Version 1.92. |
|
2507 |
2482
|
2508 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2509 |
2486
|
2510 * image/saveimage.m: When writing PostScript, name Octave as the |
|
2511 almighty Creator. Use single call to fprintf instead of looping. |
|
2512 |
|
2513 * image/Makefile.in: Delete references to octtopnm. |
|
2514 |
|
2515 * general/logspace.m: Doc fix. |
|
2516 |
2482
|
2517 * Version 1.91. |
|
2518 |
2458
|
2519 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2520 |
|
2521 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
2522 |
|
2523 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
2524 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
2525 deleted. |
|
2526 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
2527 of a system() command to delete the tmp file. |
|
2528 |
2452
|
2529 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2530 |
|
2531 * Version 1.90. |
|
2532 |
|
2533 * Makefile.in (DISTFILES): Add ChangeLog. |
|
2534 |
2360
|
2535 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2536 |
|
2537 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
2538 Don't check for string value of automatic_replot. |
|
2539 |
|
2540 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
2541 Temporarily set do_fortran_indexing to 1, not "true". |
|
2542 |
|
2543 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
2544 not "false". |
|
2545 |
|
2546 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
2547 "false". |
|
2548 |
2355
|
2549 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
2550 |
|
2551 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
2552 |
2330
|
2553 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2554 |
|
2555 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
2556 system command. |
|
2557 |
|
2558 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2559 |
|
2560 * __plr1__.m: Renamed from polar_int_1.m. |
|
2561 * __plr2__.m: Renamed from polar_int_2.m. |
|
2562 * __plr__.m: Renamed from polar_int.m. |
|
2563 * __plt1__.m: Renamed from plot_int_1.m. |
|
2564 * __plt2__.m: Renamed from plot_int_2.m. |
|
2565 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
2566 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
2567 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
2568 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
2569 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
2570 * __plt__.m: Renamed from plot_int.m. |
|
2571 * __pltopt__.m: Renamed from plot_opt.m. |
|
2572 Change all callers. |
|
2573 |
|
2574 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2575 |
|
2576 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
2577 comments like those found in Emacs lisp files. |
|
2578 |
|
2579 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2580 |
|
2581 * All .m files: Change comment style. |
|
2582 |
|
2583 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2584 |
|
2585 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
2586 subplot.m, subwindow.m, top_title.m: |
|
2587 Print error message if gnuplot_has_multiplot is not true. |
|
2588 |
|
2589 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2590 |
|
2591 * plot/figure.m: New function. |
|
2592 |
|
2593 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2594 |
|
2595 * strings/strrep.m: New function. |
|
2596 |
|
2597 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2598 |
|
2599 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
2600 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
2601 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
2602 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
2603 New functions from Kurt Hornik, heavily modified by jwe. |
|
2604 |
|
2605 * general/reshape.m: Allow strings to be reshaped too. |
|
2606 |
|
2607 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
2608 Always return a scalar. |
|
2609 |
|
2610 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2611 |
|
2612 * polynomial/polyfit.m: Make orientation of result compatible with |
|
2613 Matlab. |
|
2614 |
|
2615 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2616 |
|
2617 * polynomial/polyfit.m: Add missing close paren. |
|
2618 |
|
2619 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2620 |
|
2621 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
2622 |
|
2623 * io/scanf.m: Delete. |
|
2624 |
|
2625 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2626 |
|
2627 * statistics/median.m: Fix typo in usage message. |
|
2628 |
|
2629 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2630 |
|
2631 * miscellaneous/popen2.m: New file. |
|
2632 |
|
2633 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2634 |
|
2635 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
2636 |
|
2637 * io: New directory. |
|
2638 * Makefile.in (SUBDIRS): Add it to the list. |
|
2639 |
|
2640 * miscellaneous/flops.m: New file. |
|
2641 |
|
2642 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2643 |
|
2644 * miscellaneous/cputime.m: Return three arguments instead of a |
|
2645 vector, for compatibility with previous versions and with Matlab |
|
2646 (which only returns one scalar value). |
|
2647 |
|
2648 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
2649 |
|
2650 * general/triu.m: Compute lower bound on loop index correctly. |
|
2651 * general/tril.m: Likewise, for upper bound. |
|
2652 |
|
2653 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2654 |
|
2655 * image/saveimage.m: For color images, make sure indices into |
|
2656 temporary colormap and result matrix have proper orientation. |
|
2657 Set grey flag correctly. |
|
2658 |
|
2659 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2660 |
|
2661 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
2662 jrv@vanzandt.mv.com). |
|
2663 |
|
2664 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2665 |
|
2666 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
2667 * mesh.m: Transpose Z if only one arg. |
|
2668 Handle case of all three args being matrices (from Jim Van Zandt |
|
2669 jrv@vanzandt.mv.com). |
|
2670 * meshdom.m: Undo previous change. |
|
2671 |
|
2672 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2673 |
|
2674 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
2675 |
|
2676 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2677 |
|
2678 * audio: New directory of files from Kurt Hornik and Andreas |
|
2679 Weingessel. |
|
2680 * audio/Makefile.in: New file. |
|
2681 * Makefile.in (SUBDIRS): Add audio to the list. |
|
2682 |
|
2683 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2684 |
|
2685 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
2686 |
|
2687 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2688 |
|
2689 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
2690 columns (z), not the other way around. |
|
2691 * plot/meshdom.m: Don't reverse order of elements in y. |
|
2692 |
|
2693 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2694 |
|
2695 * plot/axis.m: Return current axis if nargin == 0. |
|
2696 |
|
2697 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2698 |
|
2699 * polynomial/roots.m: Updates from Kurt Hornik. |
|
2700 |
|
2701 * polynomial/polyder.m: New file. |
|
2702 |
|
2703 * polynomial/polyderiv.m: Give return value and arg different names. |
|
2704 |
|
2705 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2706 |
|
2707 * specfun/betainc.m: New file. |
|
2708 * specfun/gammainc.m: New file. |
|
2709 |
|
2710 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2711 |
|
2712 * general/strerror.m: New file. |
|
2713 * general/perror.m: Implement using strerror(). |
|
2714 |
|
2715 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2716 |
|
2717 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
2718 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
2719 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
2720 |
|
2721 * image/saveimage.m: Round img values first. |
|
2722 |
|
2723 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2724 |
|
2725 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
2726 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
2727 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
2728 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
2729 special-matrix/hankel.m special-matrix/toeplitz.m |
|
2730 tuwien/strfun/split.m: Add missing semicolons. |
|
2731 |
|
2732 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
2733 |
|
2734 * image/Makefile.in: Don't build or install octtoppm. |
|
2735 |
|
2736 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
2737 routines so that people who don't have the the pbm stuff installed |
|
2738 can still use this function. |
|
2739 |
|
2740 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2741 |
|
2742 * image/saveimage.m: Better error checking, clean up a bit. |
|
2743 |
|
2744 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2745 |
|
2746 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
2747 avoid conflict with new built-in text-style function more. |
|
2748 |
|
2749 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
2750 |
|
2751 * startup/Makefile.in (install): Also install octaverc in |
|
2752 $localfcnfiledir/startup/octavrc. |
|
2753 |
|
2754 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2755 |
|
2756 * mkinstalldirs: New file. |
|
2757 * Makefile.in (DISTFILES): Add it to the list. |
|
2758 |
|
2759 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
2760 |
|
2761 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2762 |
|
2763 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
2764 r(1) != c(nr), not if r(1) != c(1). |
|
2765 |
|
2766 * signal/filter.m: Doc fix. |
|
2767 |
|
2768 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2769 |
|
2770 * miscellaneous/cputime.m: Use new resource structure names (no |
|
2771 ru_ or tv_ prefixes). |
|
2772 |
|
2773 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2774 |
|
2775 * time/ctime.m: Fix doc string and usage message. |
|
2776 |
|
2777 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2778 |
|
2779 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
2780 |
|
2781 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
2782 |
|
2783 * control/c2d.m: Make function work for any value of |
|
2784 whitespace_in_literal_matrix. |
|
2785 * control/dare.m: Likewise. |
|
2786 * control/tzero.m: Likewise. |
|
2787 * elfun/gcd.m: Likewise. |
|
2788 * elfun/lcm.m: Likewise. |
|
2789 * general/postpad.m: Likewise. |
|
2790 * general/prepad.m: Likewise. |
|
2791 * linear-algebra/kron.m: Likewise. |
|
2792 * miscellaneous/etime.m: Likewise. |
|
2793 * polynomial/conv.m: Likewise. |
|
2794 * polynomial/deconv.m: Likewise. |
|
2795 * polynomial/poly.m: Likewise. |
|
2796 * polynomial/roots.m: Likewise. |
|
2797 * signal/filter.m: Likewise. |
|
2798 * signal/freqz.m: Likewise. |
|
2799 * signal/fftfilt.m: Likewise. |
|
2800 |
|
2801 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2802 |
|
2803 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
2804 |
|
2805 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2806 |
|
2807 * plot/polar_int_2.m: Add missing semicolons. |
|
2808 Set theta = theta', not rho'. |
|
2809 |
|
2810 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2811 |
|
2812 * polynomial/roots.m: Make it work for any value of |
|
2813 whitespace_in_literal_matrix. |
|
2814 |
|
2815 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2816 |
|
2817 * configure.in: New file. |
|
2818 |
|
2819 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2820 |
|
2821 * control/lyap.m: Add missing semicolon. |
|
2822 |
|
2823 * miscellaneous/cputime.m: New function file. |
|
2824 |
|
2825 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2826 |
|
2827 * time: New directory. |
|
2828 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
2829 New function files. |
|
2830 * time/Makefile.in: New file. |
|
2831 * Makefile.in (SUBDIRS): Add time. |
|
2832 |
|
2833 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2834 |
|
2835 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
2836 |
|
2837 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2838 |
|
2839 * plot/plot_int_1.m: Transpose data with .', not '. |
|
2840 |
|
2841 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2842 |
|
2843 * Makefile.in (install uninstall clean mostlyclean distclean |
|
2844 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
2845 |
|
2846 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2847 |
|
2848 * Makefile.in (install): Create ls-R database file. |
|
2849 (uninstall): Delete it. |
|
2850 |
|
2851 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
2852 |
|
2853 * scripts/image/saveimage.m: Fix typo. |
|
2854 |
|
2855 See ChangeLog.1 in the top level directory for earlier changes. |