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