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