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