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