3263
|
1 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2 |
|
3 * miscellaneous/pack.m: New function. |
|
4 |
|
5 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6 |
|
7 * plot/figure.m: Always return figure number. With no args, |
|
8 figure now creates a new figure window and returns its number. |
|
9 Accept figure (property, value) syntax, but do nothing. |
|
10 |
|
11 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
|
12 |
|
13 * general/shift.m: Avoid printing temporary value for backward shift. |
|
14 |
3260
|
15 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
16 |
|
17 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
18 evenly spaced. |
|
19 |
3250
|
20 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
21 |
|
22 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
23 contain only zeros. |
|
24 |
|
25 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
|
26 |
|
27 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
28 instead of appending them. |
|
29 |
|
30 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
31 |
|
32 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
33 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
34 Update from A. S. Hodel. |
|
35 |
3246
|
36 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
37 |
|
38 * polynomial/polyfit.m: Correct previous change. |
|
39 |
3243
|
40 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
41 |
|
42 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
43 |
3240
|
44 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
45 |
|
46 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
47 version of krylov and krylovb. |
|
48 |
|
49 * control/outlist.m, control/sysout.m: Fix typos. |
|
50 |
|
51 * control/sysdimensions.m: Add option for total number of states. |
|
52 |
|
53 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
54 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
55 arguments. |
|
56 |
|
57 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
58 |
|
59 * strings/index.m: Fail with meaningful error message if either |
|
60 arg is a string array. |
|
61 |
3238
|
62 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
63 |
|
64 * linear-algebra/norm.m: Do the right thing for 1- and |
|
65 infinity-norms of complex matrices. From Sven Khatri |
|
66 <khatri@saturn.vocalpoint.com>. |
|
67 |
|
68 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
|
69 |
|
70 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
71 |
|
72 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
73 |
|
74 * strings/split.m: Avoid problems when splitting strings that have |
|
75 \ in them. |
|
76 |
|
77 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
|
78 |
|
79 * image/colormap.m: Do better arg checking, handle string args |
|
80 that name the colormap function to call (e.g., colormap ("ocean")). |
|
81 |
|
82 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
|
83 |
|
84 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
85 * linear-algebra/dot.m: Likewise. |
|
86 * linear-algebra/cross.m: Likewise. |
|
87 * general/rot90.m: Likewise. |
|
88 |
|
89 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
90 |
|
91 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
92 that the leading column is not all zeros. |
|
93 |
|
94 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
95 |
|
96 * general/shift.m: Fix potential problems with |
|
97 whitespace_in_literal_matrix. |
|
98 * signal/arch_rnd.m: Ditto. |
|
99 * signal/autocov.m: Ditto. |
|
100 * signal/diffpara.m: Ditto. |
|
101 * signal/hurst.m: Ditto. |
|
102 * signal/periodogram.m: Ditto. |
|
103 * signal/spectral_adf.m: Ditto. |
|
104 * signal/spectral_xdf.m: Ditto. |
|
105 * signal/spencer.m: Ditto. |
|
106 * signal/synthesis.m: Ditto. |
|
107 * statistics/distributions/wiener_rnd.m: Ditto. |
|
108 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
109 * statistics/models/logistic_regression.m: Ditto. |
|
110 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
111 * statistics/tests/run_test.m: Ditto. |
|
112 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
113 |
|
114 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
|
115 |
|
116 * plot/__plr2__.m: Fix typo. |
|
117 |
3233
|
118 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
119 |
|
120 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
121 |
|
122 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
123 |
|
124 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
125 function. |
|
126 |
|
127 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
128 |
|
129 * control/ss2sys.m: Fix typo. |
|
130 |
|
131 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
132 |
|
133 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
134 |
|
135 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
136 signal names as lists of strings instead of string arrays. |
|
137 |
3225
|
138 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
139 |
3233
|
140 * quaternion: New directory of functions from A. S. Hodel |
3225
|
141 <a.s.hodel@eng.auburn.edu>. |
|
142 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
143 * quaternion/Makefile.in: New file. |
|
144 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
145 |
|
146 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
147 |
|
148 * image/saveimage.m: Make it work again for black and white colormaps. |
|
149 |
|
150 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
151 since there can be fewer rows than columns. Round values to |
|
152 nearest position in colormap instead of truncating. Correct usage |
|
153 message. |
|
154 |
|
155 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
|
156 |
|
157 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
158 zero rows of [A,v] as householder pivots; this avoids spurious |
|
159 non-zero entries in returned orthogonal matrix U, but destroys the |
|
160 Householder matrix structure of H. |
|
161 |
|
162 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
163 |
|
164 * general/logical.m: Just copy input to output if argument is |
|
165 already a logical object. |
|
166 |
3215
|
167 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
168 |
|
169 * New files from OCST, in control subdiretory: |
|
170 |
|
171 DEMOcontrol.m is_siso.m syschnames.m |
|
172 abcddim.m is_stabilizable.m syschnamesl.m |
|
173 abcddims.m is_stable.m syschtsam.m |
|
174 analdemo.m jet707.m sysconnect.m |
|
175 are.m lqe.m syscont.m |
|
176 axis2dlim.m lqg.m syscont_disc.m |
|
177 bddemo.m lqr.m sysdefioname.m |
|
178 bode.m lsim.m sysdefstname.m |
|
179 bode_bounds.m ltifr.m sysdimensions.m |
|
180 bodquist.m lyap.m sysdisc.m |
|
181 buildssic.m mb.m sysdup.m |
|
182 c2d.m minfo.m sysgetsignals.m |
|
183 com2str.m,v moddemo.m sysgettsam.m |
|
184 controldemo.m nichols.m sysgettype.m |
|
185 ctrb.m nyquist.m sysgroup.m |
|
186 d2c.m obsv.m sysgroupn.m |
|
187 damp.m ord2.m sysmult.m |
|
188 dare.m outlist.m sysout.m |
|
189 dcgain.m packedform.m sysprune.m |
|
190 demomarsyas.m packsys.m sysreorder.m |
|
191 dezero.m; parallel.m sysrepdemo.m |
|
192 dgkfdemo.m place.m sysscale.m |
|
193 dgram.m polyout.m syssub.m |
|
194 dhinfdemo.m prompt.m sysupdate.m |
|
195 dlqe.m pzmap.m tf2ss.m |
|
196 dlqg.m qzval.m tf2sys.m |
|
197 dlqr.m rldemo.m tf2sysl.m |
|
198 dlyap.m rlocus.m tf2zp.m |
|
199 dmr2d.m rotg.m tfout.m |
|
200 fir2sys.m run_cmd.m; tzero.m |
|
201 frdemo.m series.m tzero2.m |
|
202 freqchkw.m sortcom.m ugain.m |
|
203 freqresp.m ss2sys.m unpacksys.m |
|
204 gram.m ss2tf.m wgt1o.m |
|
205 h2norm.m ss2zp.m zgfmul.m |
|
206 h2syn.m starp.m zgfslv.m |
|
207 hinf_ctr.m step.m zginit.m |
|
208 hinfdemo.m stepimp.m zgpbal.m |
|
209 hinfnorm.m strappend.m; zgreduce.m |
|
210 hinfsyn.m susball.m zgrownorm.m |
|
211 hinfsyn_chk.m swap.m zgscal.m |
|
212 impulse.m swapcols.m zgsgiv.m |
|
213 is_abcd.m swaprows.m zgshsr.m |
|
214 is_controllable.m sys2fir.m zp2ss.m |
|
215 is_detectable.m sys2ss.m zp2ssg2.m |
|
216 is_dgkf.m sys2tf.m zp2sys.m |
|
217 is_digital.m sys2zp.m zp2tf.m |
|
218 is_observable.m sysadd.m zpout.m |
|
219 is_sample.m sysappend.m |
|
220 |
|
221 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
222 |
|
223 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
224 |
|
225 * strings/deblank.m: Make it work for string arrays too. |
|
226 |
3211
|
227 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
228 |
|
229 * linear-algebra/housh.m: New file from the OCST. |
|
230 * linear-algebra/krygetq.m: Ditto. |
|
231 * linear-algebra/krylov.m: Ditto. |
|
232 * linear-algebra/krylovb.m: Ditto. |
|
233 * linear-algebra/qrhouse.m: Ditto. |
|
234 * general/is_duplicate_entry.m: Ditto. |
|
235 |
|
236 * general/is_symmetric.m: Call is_square instead of doing that |
|
237 check in line. |
|
238 |
3196
|
239 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
240 |
3202
|
241 * general/is_square.m: |
|
242 |
|
243 * general/isempty.m, general/is_matrix.m: Delete. |
|
244 |
|
245 * general/is_symmetric: Delete special case for strings. Whether |
|
246 the conversion is valid should depend on implicit_str_to_num_ok. |
|
247 |
|
248 * general/is_square.m: If arg is not a matrix, don't check size, |
|
249 just return 0. |
|
250 * general/is_symmetric: Likewise. |
|
251 * general/is_vector.m: Likewise. |
|
252 * general/is_scalar.m: Likewise. |
|
253 |
3196
|
254 * general/length.m: Delete. |
|
255 |
3191
|
256 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
257 |
|
258 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
259 statistics/distributions/Makefile, statistics/models/Makefile, |
|
260 and statistics/tests/Makefile to the list of files to create. |
|
261 |
|
262 * finance/Makefile.in, statistics/base/Makefile.in, |
|
263 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
264 statistics/tests/Makefile.in: New files. |
|
265 * statistics/Makefile.in: Delete file lists. Now only handle |
|
266 subdirectories. |
|
267 * Makefile.in (SUBDIRS): Add finance. |
|
268 |
|
269 * Move the following files from statistics to statistics/base: |
|
270 |
|
271 corrcoef.m |
|
272 kurtosis.m |
|
273 mahalanobis.m |
|
274 median.m |
|
275 ols.m |
|
276 skewness.m |
|
277 std.m |
|
278 |
|
279 New files, from Kurt Hornik's octave-ci package: |
|
280 |
|
281 * finance (new directory): |
|
282 |
|
283 fv.m |
|
284 fvl.m |
|
285 irr.m |
|
286 nper.m |
|
287 npv.m |
|
288 pmt.m |
|
289 pv.m |
|
290 pvl.m |
|
291 rate.m |
|
292 vol.m |
|
293 |
|
294 * linear-algebra/dmult.m |
|
295 |
|
296 * signal: |
|
297 |
|
298 arch_fit.m |
|
299 arch_rnd.m |
|
300 arch_test.m |
|
301 arma_rnd.m |
|
302 autocor.m |
|
303 autocov.m |
|
304 autoreg_matrix.m |
|
305 bartlett.m |
|
306 blackman.m |
|
307 diffpara.m |
|
308 durbinlevinson.m |
|
309 fractdiff.m |
|
310 hamming.m |
|
311 hanning.m |
|
312 hurst.m |
|
313 periodogram.m |
|
314 rectangle_lw.m |
|
315 rectangle_sw.m |
|
316 sinetone.m |
|
317 sinewave.m |
|
318 spectral_adf.m |
|
319 spectral_xdf.m |
|
320 spencer.m |
|
321 stft.m |
|
322 synthesis.m |
|
323 triangle_lw.m |
|
324 triangle_sw.m |
|
325 yulewalker.m |
|
326 |
|
327 * statistics/base (new directory): |
|
328 |
|
329 center.m |
|
330 cloglog.m |
|
331 cor.m |
|
332 cov.m |
|
333 cut.m |
|
334 iqr.m |
|
335 kendall.m |
|
336 logit.m |
|
337 mean.m |
|
338 meansq.m |
|
339 moment.m |
|
340 ppplot.m |
|
341 probit.m |
|
342 qqplot.m |
|
343 range.m |
|
344 ranks.m |
|
345 run_count.m |
|
346 spearman.m |
|
347 statistics.m |
|
348 studentize.m |
|
349 table.m |
|
350 values.m |
|
351 var.m |
|
352 |
|
353 (Replaces cov.m and mean.m with new versions.) |
|
354 |
|
355 * statistics/distributions (new directory): |
|
356 |
|
357 beta_cdf.m |
|
358 beta_inv.m |
|
359 beta_pdf.m |
|
360 beta_rnd.m |
|
361 binomial_cdf.m |
|
362 binomial_inv.m |
|
363 binomial_pdf.m |
|
364 binomial_rnd.m |
|
365 cauchy_cdf.m |
|
366 cauchy_inv.m |
|
367 cauchy_pdf.m |
|
368 cauchy_rnd.m |
|
369 chisquare_cdf.m |
|
370 chisquare_inv.m |
|
371 chisquare_pdf.m |
|
372 chisquare_rnd.m |
|
373 discrete_cdf.m |
|
374 discrete_inv.m |
|
375 discrete_pdf.m |
|
376 discrete_rnd.m |
|
377 empirical_cdf.m |
|
378 empirical_inv.m |
|
379 empirical_pdf.m |
|
380 empirical_rnd.m |
|
381 exponential_cdf.m |
|
382 exponential_inv.m |
|
383 exponential_pdf.m |
|
384 exponential_rnd.m |
|
385 f_cdf.m |
|
386 f_inv.m |
|
387 f_pdf.m |
|
388 f_rnd.m |
|
389 gamma_cdf.m |
|
390 gamma_inv.m |
|
391 gamma_pdf.m |
|
392 gamma_rnd.m |
|
393 geometric_cdf.m |
|
394 geometric_inv.m |
|
395 geometric_pdf.m |
|
396 geometric_rnd.m |
|
397 hypergeometric_cdf.m |
|
398 hypergeometric_inv.m |
|
399 hypergeometric_pdf.m |
|
400 hypergeometric_rnd.m |
|
401 kolmogorov_smirnov_cdf.m |
|
402 laplace_cdf.m |
|
403 laplace_inv.m |
|
404 laplace_pdf.m |
|
405 laplace_rnd.m |
|
406 logistic_cdf.m |
|
407 logistic_inv.m |
|
408 logistic_pdf.m |
|
409 logistic_rnd.m |
|
410 lognormal_cdf.m |
|
411 lognormal_inv.m |
|
412 lognormal_pdf.m |
|
413 lognormal_rnd.m |
|
414 normal_cdf.m |
|
415 normal_inv.m |
|
416 normal_pdf.m |
|
417 normal_rnd.m |
|
418 pascal_cdf.m |
|
419 pascal_inv.m |
|
420 pascal_pdf.m |
|
421 pascal_rnd.m |
|
422 poisson_cdf.m |
|
423 poisson_inv.m |
|
424 poisson_pdf.m |
|
425 poisson_rnd.m |
|
426 stdnormal_cdf.m |
|
427 stdnormal_inv.m |
|
428 stdnormal_pdf.m |
|
429 stdnormal_rnd.m |
|
430 t_cdf.m |
|
431 t_inv.m |
|
432 t_pdf.m |
|
433 t_rnd.m |
|
434 uniform_cdf.m |
|
435 uniform_inv.m |
|
436 uniform_pdf.m |
|
437 uniform_rnd.m |
|
438 weibull_cdf.m |
|
439 weibull_inv.m |
|
440 weibull_pdf.m |
|
441 weibull_rnd.m |
|
442 wiener_rnd.m |
|
443 |
|
444 * statistics/models (new directory): |
|
445 |
|
446 logistic_regression.m |
|
447 logistic_regression_derivatives.m |
|
448 logistic_regression_likelihood.m |
|
449 |
|
450 * statistics/tests (new directory): |
|
451 |
|
452 anova.m |
|
453 bartlett_test.m |
|
454 chisquare_test_homogeneity.m |
|
455 chisquare_test_independence.m |
|
456 cor_test.m |
|
457 f_test_regression.m |
|
458 hotelling_test.m |
|
459 hotelling_test_2.m |
|
460 kolmogorov_smirnov_test.m |
|
461 kolmogorov_smirnov_test_2.m |
|
462 kruskal_wallis_test.m |
|
463 manova.m |
|
464 mcnemar_test.m |
|
465 prop_test_2.m |
|
466 run_test.m |
|
467 sign_test.m |
|
468 t_test.m |
|
469 t_test_2.m |
|
470 t_test_regression.m |
|
471 u_test.m |
|
472 var_test.m |
|
473 welch_test.m |
|
474 wilcoxon_test.m |
|
475 z_test.m |
|
476 z_test_2.m |
|
477 |
|
478 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
479 |
|
480 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
481 compatibility and to avoid Y2K problems. |
|
482 |
3190
|
483 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
484 |
|
485 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
486 least-squares solution. |
|
487 |
3180
|
488 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
489 |
|
490 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
491 |
|
492 * strings/strrep.m: Don't convert args to numeric values. |
|
493 Prevent warnings for empty string args. |
|
494 From Georg Thimm <thimm@idiap.ch>. |
|
495 |
|
496 * strings/strcat.m: Prevent warnings for empty string args. |
|
497 |
|
498 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
499 |
|
500 * miscellaneous/menu.m: Remove special case for empty string |
|
501 returned from input(). Add second arg to eval() to catch errors. |
|
502 |
3178
|
503 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
504 |
|
505 * plot/__plt__.m: Don't call usleep. |
|
506 |
3175
|
507 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
508 |
|
509 * linear-algebra/dot.m: New function. |
|
510 |
|
511 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
512 compatibility. |
|
513 |
|
514 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
515 |
|
516 * plot/hist.m: Also allow just one output argument. |
|
517 |
|
518 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
519 |
|
520 * strings/deblank.m: Make it work if the string is only blanks. |
|
521 |
|
522 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
523 |
|
524 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
525 |
|
526 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
527 |
|
528 * plot/oneplot.m: Fix typo. |
|
529 |
3174
|
530 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
531 |
|
532 * miscellaneous/flops.m: Allow a single argument too. |
|
533 |
|
534 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
535 |
|
536 * strings/str2mat.m: Also handle case when there are no empty |
|
537 strings correctly. |
|
538 |
|
539 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
540 |
|
541 * strings/isletter.m: New function, for Matlab compatibility. |
|
542 |
3168
|
543 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
544 |
|
545 * strings/str2mat.m: Handle string matrices too. |
|
546 |
3167
|
547 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
548 |
|
549 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
550 linear encoding. |
|
551 |
|
552 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
553 audio/record.m: Open files in binary mode. |
|
554 |
3164
|
555 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
556 |
|
557 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
558 Move functionality of dump_1_pref here, but use built-in function |
|
559 type to extract value, and put it inside try/catch block. |
|
560 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
561 |
3162
|
562 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
563 |
|
564 * plot/__pltopt1.m__: New file. |
|
565 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
566 __pltopt1__ multiple times and returning a string array with rows |
|
567 corresponding to the rows of opt. |
|
568 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
569 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
570 array. |
|
571 |
|
572 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
573 |
|
574 * plot/mplot.m: Fix misspellings of global variables. |
|
575 Don't call clearplot. |
|
576 |
|
577 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
578 |
|
579 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
580 "cle;rep" when going in ot multiplot mode. |
|
581 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
582 switching out of multiplot mode. |
|
583 |
3156
|
584 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
585 |
3156
|
586 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
587 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
588 |
3141
|
589 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
590 |
|
591 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
592 |
|
593 * miscellaneous/bug_report.m: Don't try to get smart with |
|
594 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
595 |
|
596 * Makefile.in (install): Create separate ls-R files for |
|
597 $(datadir) and $(libexecdir). |
|
598 (uninstall): Remove both ls-R files. |
|
599 |
3136
|
600 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
601 |
|
602 * signal/fftshift.m: New file. |
|
603 |
|
604 * plot/contour.m: Fix for non-square case. |
|
605 |
|
606 * general/randperm.m: New file. |
|
607 |
|
608 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
609 |
|
610 * specfun/betai.m: Restore file for compatibility with previous |
|
611 versions. Call betainc with reordered args. |
|
612 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
613 |
3131
|
614 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
615 |
|
616 * plot/contour.m: Handle discrete contour levels. |
|
617 |
|
618 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
619 |
|
620 * control/lyap.m: For compatibility with Matlab, solve |
|
621 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
622 |
3124
|
623 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
624 |
|
625 * specfun/bessel.m: New file. |
|
626 |
|
627 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
628 specfun/gammainc.m: Delete. |
|
629 |
3106
|
630 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
631 |
|
632 * image/colormap.m: Initialize __current_color_map__ in global |
|
633 statement. |
|
634 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
635 statement. |
|
636 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
637 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
638 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
639 |
3103
|
640 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
641 |
|
642 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
643 * time/toc.m: Likewise. |
|
644 |
|
645 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
646 |
|
647 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
648 anything special for automatic_replot when in multiplot mode -- |
|
649 recent 3.6beta releases handle this correctly. |
|
650 |
|
651 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
652 setting the terminal type. |
|
653 |
|
654 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
655 plot/subwindow.m: Use leading and trailing underscores for |
|
656 `private' globals. |
|
657 |
|
658 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
659 |
3101
|
660 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
661 |
|
662 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
663 |
3091
|
664 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
665 |
3092
|
666 * specfun/gammai.m: Avoid problems with whitespace when |
|
667 constructing matrices. |
|
668 |
3091
|
669 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
670 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
671 original y vector. |
|
672 |
3085
|
673 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
674 |
|
675 * linear-algebra/cross.m: Use direct formula instead of calling |
|
676 det three times in a loop. If both args are column (row) vectors, |
|
677 return a column (row) vector. If they don't match, pay attention |
|
678 to the value of prefer_column_vectors. |
|
679 |
|
680 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
|
681 |
|
682 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
683 nonsymmetric matrices. |
|
684 |
|
685 * general/tril.m: Fix usage message. |
|
686 |
|
687 * polynomial/polyvalm.m: Fix error messages. |
|
688 * polynomial/polyderiv.m: Likewise. |
|
689 * polynomial/polyval.m: Likewise. |
|
690 |
3081
|
691 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
692 |
|
693 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
694 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
695 |
3063
|
696 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
697 |
|
698 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
699 |
3062
|
700 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
|
701 |
|
702 * plot/__pltopt__.m: Handle key/legend names. |
|
703 Correctly set colors, line styles, and point styles. |
|
704 |
3061
|
705 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
706 |
|
707 * polynomial/polyfit.m: Return fit y values as second output. |
|
708 Don't use QR factorization to solve least squares problem. |
|
709 |
|
710 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
711 |
|
712 * control/dlqr.m: Use ao, not a, to compute k. |
|
713 |
3024
|
714 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
715 |
|
716 * miscellaneous/path.m: New file. |
|
717 |
2993
|
718 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
719 |
|
720 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
721 name. |
|
722 |
2968
|
723 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
724 |
|
725 * specfun/erfinv.m: Add missing semicolon. |
|
726 |
2870
|
727 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
728 |
|
729 * miscellaneous/xor.m: Make type of return value logical. |
|
730 |
2853
|
731 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
732 |
|
733 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
734 warn_comma_in_global_decl. |
|
735 |
2831
|
736 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
737 |
|
738 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
739 octave-bug script. |
|
740 |
2823
|
741 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
742 |
2824
|
743 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
744 prefer_zero_one_indexing. |
|
745 |
2823
|
746 * general/logical.m: New file. |
|
747 |
2816
|
748 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
749 |
|
750 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
751 and is_vector(). |
|
752 |
2813
|
753 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
754 |
|
755 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
756 Use tolerance of 2 * eps. |
|
757 |
2811
|
758 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
759 |
|
760 * Makefile.in (install-strip): New target. |
|
761 * audio/Makefile.in: Ditto. |
|
762 * control/Makefile.in: Ditto. |
|
763 * elfun/Makefile.in: Ditto. |
|
764 * general/Makefile.in: Ditto. |
|
765 * image/Makefile.in: Ditto. |
|
766 * io/Makefile.in: Ditto. |
|
767 * linear-algebra/Makefile.in: Ditto. |
|
768 * miscellaneous/Makefile.in: Ditto. |
|
769 * plot/Makefile.in: Ditto. |
|
770 * polynomial/Makefile.in: Ditto. |
|
771 * set/Makefile.in: Ditto. |
|
772 * signal/Makefile.in: Ditto. |
|
773 * specfun/Makefile.in: Ditto. |
|
774 * special-matrix/Makefile.in: Ditto. |
|
775 * startup/Makefile.in: Ditto. |
|
776 * statistics/Makefile.in: Ditto. |
|
777 * strings/Makefile.in: Ditto. |
|
778 |
2809
|
779 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
780 |
|
781 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
782 |
2798
|
783 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
784 |
|
785 * statistics/corrcoef.m: Make it actually work. |
|
786 |
2795
|
787 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
788 |
2798
|
789 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
790 |
2779
|
791 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
792 |
|
793 * Version 2.0.5 released. |
|
794 |
2745
|
795 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
796 |
2749
|
797 * Makefile.in (maintainer-clean): Also remove configure. |
|
798 |
2746
|
799 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
800 |
2745
|
801 * general/is_matrix.m: Return zero for empty matrices. |
|
802 |
|
803 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
804 |
|
805 * linear-algebra/vech.m: Size result just once. |
|
806 |
2726
|
807 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
808 |
|
809 * general/is_square.m: Handle empty matrices correctly. |
|
810 * general/is_symmetric.m: Handle empty matrices and strings. |
|
811 |
2716
|
812 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
813 |
|
814 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
815 * polynomial/deconv.m: Likewise. |
|
816 * polynomial/polyderiv.m: Likewise. |
|
817 * polynomial/polyinteg.m: Likewise. |
|
818 * polynomial/polyreduce.m: Likewise. |
|
819 * polynomial/polyval.m: Likewise. |
|
820 * polynomial/polyvalm.m: Likewise. |
|
821 * general/postpad.m: Likewise. |
|
822 * general/prepad.m: Likewise. |
|
823 |
|
824 * polynomial/compan.m: Check input with is_vector(), not |
|
825 is_matrix(). Handle scalar case. |
|
826 |
2711
|
827 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
828 |
2715
|
829 * plot/contour.m: Order data so that it is consistent with |
|
830 meshgrid and mesh. |
|
831 |
2711
|
832 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
833 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
834 |
2709
|
835 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
836 |
|
837 * Version 2.0.4 released. |
|
838 |
2706
|
839 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
840 |
2702
|
841 * miscellaneous/paren.m: New file. |
|
842 |
2693
|
843 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
844 |
|
845 * Version 2.0.3 released. |
|
846 |
2676
|
847 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
848 |
|
849 * image/saveimage.m: Only clip image data that is actually out of |
|
850 range. |
|
851 |
2667
|
852 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
853 |
|
854 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
855 also be considered to be matrices. |
|
856 |
|
857 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
858 |
|
859 * general/isempty.m: Use size(), not rows() and columns(). |
|
860 |
|
861 * plot/contour.m: Convert set to gset. |
|
862 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
863 |
2663
|
864 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
865 |
|
866 * specfun/erfinv.m: Fix typo in last change. |
|
867 |
2650
|
868 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
869 |
|
870 * image/loadimage.m: Make it possible to load files with image |
|
871 data named X or img. |
|
872 |
|
873 * image/default.img: Change name of image from X to img to match |
|
874 what saveimage does now. |
|
875 |
|
876 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
877 does now. |
|
878 |
2632
|
879 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
880 |
2634
|
881 * Version 2.0.2 released. |
|
882 |
2632
|
883 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
884 weird missing-lines bug without creating extra plots unecessarily. |
|
885 |
2624
|
886 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
887 |
|
888 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
889 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
890 io/Makefile.in, linear-algebra/Makefile.in, |
|
891 miscellaneous/Makefile.in, plot/Makefile.in, |
|
892 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
893 specfun/Makefile.in, special-matrix/Makefile.in, |
|
894 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
895 time/Makefile.in (bin-dist): New target. |
|
896 |
2621
|
897 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
898 |
|
899 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
900 |
|
901 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
902 |
|
903 * miscellaneous/xor.m: Make it work. |
|
904 |
2613
|
905 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
906 |
|
907 * plot/sombrero.m: Doc fix. |
|
908 |
2602
|
909 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
910 |
|
911 * Version 2.0.1 released. |
|
912 |
2601
|
913 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
914 |
|
915 * elfun/lcm.m: Replace missing if statement. |
|
916 |
|
917 * elfun/gcd.m: Report error if no input args. |
|
918 * elfun/lcm.m: Likewise. |
|
919 |
2597
|
920 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
921 |
|
922 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
923 Also list contents of $libexecdir/octave in ls-R database. |
|
924 |
2583
|
925 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
926 |
|
927 * Version 2.0 released. |
|
928 |
2575
|
929 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
930 |
|
931 * Version 1.94. |
|
932 |
2558
|
933 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
934 |
|
935 * strings/str2num.m: New file. |
|
936 |
2554
|
937 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
938 |
|
939 * Version 1.93. |
|
940 |
2540
|
941 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
942 |
|
943 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
944 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
945 linear-algebra/vech.m: New files from Kurt Hornik. |
|
946 |
|
947 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
948 general/common_size.m: New files from Kurt Hornik. |
|
949 |
|
950 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
951 New files from Kurt Hornik. |
|
952 |
|
953 * signal/detrend.m: New file from Kurt Hornik. |
|
954 |
|
955 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
956 specfun/pow2.m, specfun/log2.m: |
|
957 New files and updates from Kurt Hornik. |
|
958 |
2523
|
959 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
960 |
|
961 * plot/__plt__.m: Add explicit replot after last command is |
|
962 issued, to force all lines to be displayed. Hmm. |
|
963 |
2512
|
964 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
965 |
2520
|
966 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
967 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
968 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
969 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
970 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
971 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
972 Uset gset, not set. |
|
973 |
2512
|
974 * Version 1.92. |
|
975 |
2482
|
976 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
977 |
2486
|
978 * image/saveimage.m: When writing PostScript, name Octave as the |
|
979 almighty Creator. Use single call to fprintf instead of looping. |
|
980 |
|
981 * image/Makefile.in: Delete references to octtopnm. |
|
982 |
|
983 * general/logspace.m: Doc fix. |
|
984 |
2482
|
985 * Version 1.91. |
|
986 |
2458
|
987 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
988 |
|
989 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
990 |
|
991 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
992 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
993 deleted. |
|
994 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
995 of a system() command to delete the tmp file. |
|
996 |
2452
|
997 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
998 |
|
999 * Version 1.90. |
|
1000 |
|
1001 * Makefile.in (DISTFILES): Add ChangeLog. |
|
1002 |
2360
|
1003 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1004 |
|
1005 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
1006 Don't check for string value of automatic_replot. |
|
1007 |
|
1008 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
1009 Temporarily set do_fortran_indexing to 1, not "true". |
|
1010 |
|
1011 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
1012 not "false". |
|
1013 |
|
1014 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
1015 "false". |
|
1016 |
2355
|
1017 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
1018 |
|
1019 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
1020 |
2330
|
1021 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1022 |
|
1023 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
1024 system command. |
|
1025 |
|
1026 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1027 |
|
1028 * __plr1__.m: Renamed from polar_int_1.m. |
|
1029 * __plr2__.m: Renamed from polar_int_2.m. |
|
1030 * __plr__.m: Renamed from polar_int.m. |
|
1031 * __plt1__.m: Renamed from plot_int_1.m. |
|
1032 * __plt2__.m: Renamed from plot_int_2.m. |
|
1033 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
1034 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
1035 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
1036 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
1037 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
1038 * __plt__.m: Renamed from plot_int.m. |
|
1039 * __pltopt__.m: Renamed from plot_opt.m. |
|
1040 Change all callers. |
|
1041 |
|
1042 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1043 |
|
1044 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
1045 comments like those found in Emacs lisp files. |
|
1046 |
|
1047 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1048 |
|
1049 * All .m files: Change comment style. |
|
1050 |
|
1051 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1052 |
|
1053 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
1054 subplot.m, subwindow.m, top_title.m: |
|
1055 Print error message if gnuplot_has_multiplot is not true. |
|
1056 |
|
1057 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1058 |
|
1059 * plot/figure.m: New function. |
|
1060 |
|
1061 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1062 |
|
1063 * strings/strrep.m: New function. |
|
1064 |
|
1065 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1066 |
|
1067 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
1068 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
1069 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
1070 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
1071 New functions from Kurt Hornik, heavily modified by jwe. |
|
1072 |
|
1073 * general/reshape.m: Allow strings to be reshaped too. |
|
1074 |
|
1075 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
1076 Always return a scalar. |
|
1077 |
|
1078 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1079 |
|
1080 * polynomial/polyfit.m: Make orientation of result compatible with |
|
1081 Matlab. |
|
1082 |
|
1083 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1084 |
|
1085 * polynomial/polyfit.m: Add missing close paren. |
|
1086 |
|
1087 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1088 |
|
1089 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
1090 |
|
1091 * io/scanf.m: Delete. |
|
1092 |
|
1093 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1094 |
|
1095 * statistics/median.m: Fix typo in usage message. |
|
1096 |
|
1097 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1098 |
|
1099 * miscellaneous/popen2.m: New file. |
|
1100 |
|
1101 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1102 |
|
1103 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
1104 |
|
1105 * io: New directory. |
|
1106 * Makefile.in (SUBDIRS): Add it to the list. |
|
1107 |
|
1108 * miscellaneous/flops.m: New file. |
|
1109 |
|
1110 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1111 |
|
1112 * miscellaneous/cputime.m: Return three arguments instead of a |
|
1113 vector, for compatibility with previous versions and with Matlab |
|
1114 (which only returns one scalar value). |
|
1115 |
|
1116 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
1117 |
|
1118 * general/triu.m: Compute lower bound on loop index correctly. |
|
1119 * general/tril.m: Likewise, for upper bound. |
|
1120 |
|
1121 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1122 |
|
1123 * image/saveimage.m: For color images, make sure indices into |
|
1124 temporary colormap and result matrix have proper orientation. |
|
1125 Set grey flag correctly. |
|
1126 |
|
1127 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1128 |
|
1129 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
1130 jrv@vanzandt.mv.com). |
|
1131 |
|
1132 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1133 |
|
1134 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
1135 * mesh.m: Transpose Z if only one arg. |
|
1136 Handle case of all three args being matrices (from Jim Van Zandt |
|
1137 jrv@vanzandt.mv.com). |
|
1138 * meshdom.m: Undo previous change. |
|
1139 |
|
1140 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1141 |
|
1142 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
1143 |
|
1144 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1145 |
|
1146 * audio: New directory of files from Kurt Hornik and Andreas |
|
1147 Weingessel. |
|
1148 * audio/Makefile.in: New file. |
|
1149 * Makefile.in (SUBDIRS): Add audio to the list. |
|
1150 |
|
1151 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1152 |
|
1153 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
1154 |
|
1155 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1156 |
|
1157 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
1158 columns (z), not the other way around. |
|
1159 * plot/meshdom.m: Don't reverse order of elements in y. |
|
1160 |
|
1161 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1162 |
|
1163 * plot/axis.m: Return current axis if nargin == 0. |
|
1164 |
|
1165 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1166 |
|
1167 * polynomial/roots.m: Updates from Kurt Hornik. |
|
1168 |
|
1169 * polynomial/polyder.m: New file. |
|
1170 |
|
1171 * polynomial/polyderiv.m: Give return value and arg different names. |
|
1172 |
|
1173 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1174 |
|
1175 * specfun/betainc.m: New file. |
|
1176 * specfun/gammainc.m: New file. |
|
1177 |
|
1178 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1179 |
|
1180 * general/strerror.m: New file. |
|
1181 * general/perror.m: Implement using strerror(). |
|
1182 |
|
1183 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1184 |
|
1185 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
1186 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
1187 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
1188 |
|
1189 * image/saveimage.m: Round img values first. |
|
1190 |
|
1191 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1192 |
|
1193 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
1194 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
1195 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
1196 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
1197 special-matrix/hankel.m special-matrix/toeplitz.m |
|
1198 tuwien/strfun/split.m: Add missing semicolons. |
|
1199 |
|
1200 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
1201 |
|
1202 * image/Makefile.in: Don't build or install octtoppm. |
|
1203 |
|
1204 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
1205 routines so that people who don't have the the pbm stuff installed |
|
1206 can still use this function. |
|
1207 |
|
1208 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1209 |
|
1210 * image/saveimage.m: Better error checking, clean up a bit. |
|
1211 |
|
1212 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1213 |
|
1214 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
1215 avoid conflict with new built-in text-style function more. |
|
1216 |
|
1217 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
1218 |
|
1219 * startup/Makefile.in (install): Also install octaverc in |
|
1220 $localfcnfiledir/startup/octavrc. |
|
1221 |
|
1222 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1223 |
|
1224 * mkinstalldirs: New file. |
|
1225 * Makefile.in (DISTFILES): Add it to the list. |
|
1226 |
|
1227 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
1228 |
|
1229 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1230 |
|
1231 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
1232 r(1) != c(nr), not if r(1) != c(1). |
|
1233 |
|
1234 * signal/filter.m: Doc fix. |
|
1235 |
|
1236 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1237 |
|
1238 * miscellaneous/cputime.m: Use new resource structure names (no |
|
1239 ru_ or tv_ prefixes). |
|
1240 |
|
1241 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1242 |
|
1243 * time/ctime.m: Fix doc string and usage message. |
|
1244 |
|
1245 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1246 |
|
1247 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
1248 |
|
1249 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
1250 |
|
1251 * control/c2d.m: Make function work for any value of |
|
1252 whitespace_in_literal_matrix. |
|
1253 * control/dare.m: Likewise. |
|
1254 * control/tzero.m: Likewise. |
|
1255 * elfun/gcd.m: Likewise. |
|
1256 * elfun/lcm.m: Likewise. |
|
1257 * general/postpad.m: Likewise. |
|
1258 * general/prepad.m: Likewise. |
|
1259 * linear-algebra/kron.m: Likewise. |
|
1260 * miscellaneous/etime.m: Likewise. |
|
1261 * polynomial/conv.m: Likewise. |
|
1262 * polynomial/deconv.m: Likewise. |
|
1263 * polynomial/poly.m: Likewise. |
|
1264 * polynomial/roots.m: Likewise. |
|
1265 * signal/filter.m: Likewise. |
|
1266 * signal/freqz.m: Likewise. |
|
1267 * signal/fftfilt.m: Likewise. |
|
1268 |
|
1269 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1270 |
|
1271 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
1272 |
|
1273 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1274 |
|
1275 * plot/polar_int_2.m: Add missing semicolons. |
|
1276 Set theta = theta', not rho'. |
|
1277 |
|
1278 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1279 |
|
1280 * polynomial/roots.m: Make it work for any value of |
|
1281 whitespace_in_literal_matrix. |
|
1282 |
|
1283 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1284 |
|
1285 * configure.in: New file. |
|
1286 |
|
1287 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1288 |
|
1289 * control/lyap.m: Add missing semicolon. |
|
1290 |
|
1291 * miscellaneous/cputime.m: New function file. |
|
1292 |
|
1293 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1294 |
|
1295 * time: New directory. |
|
1296 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
1297 New function files. |
|
1298 * time/Makefile.in: New file. |
|
1299 * Makefile.in (SUBDIRS): Add time. |
|
1300 |
|
1301 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1302 |
|
1303 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
1304 |
|
1305 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1306 |
|
1307 * plot/plot_int_1.m: Transpose data with .', not '. |
|
1308 |
|
1309 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1310 |
|
1311 * Makefile.in (install uninstall clean mostlyclean distclean |
|
1312 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
1313 |
|
1314 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1315 |
|
1316 * Makefile.in (install): Create ls-R database file. |
|
1317 (uninstall): Delete it. |
|
1318 |
|
1319 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
1320 |
|
1321 * scripts/image/saveimage.m: Fix typo. |
|
1322 |
|
1323 See ChangeLog.1 in the top level directory for earlier changes. |