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