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