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