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