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