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