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