5671
|
1 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
2 |
|
3 * miscellaneous/mkoctfile.m: New file. |
|
4 |
5670
|
5 2006-03-15 John W. Eaton <jwe@octave.org> |
|
6 |
|
7 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
8 |
5666
|
9 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
10 |
|
11 * strings/bin2dec.m: Doc fix. |
|
12 |
5661
|
13 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
14 |
|
15 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
16 * time/datenum.m: New function to compute day number from time. |
|
17 |
5659
|
18 2006-03-09 John W. Eaton <jwe@octave.org> |
|
19 |
|
20 * miscellaneous/unix.m, plot/print.m: |
|
21 Swap order of outputs from system. |
|
22 |
5642
|
23 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
24 |
|
25 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
26 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
27 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
28 control/base/__stepimp__.m, control/base/are.m, |
|
29 control/base/controldemo.m, control/base/damp.m, |
|
30 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
31 control/base/step.m, control/system/abcddim.m, |
|
32 control/system/is_abcd.m, control/system/is_controllable.m, |
|
33 control/system/is_detectable.m, control/system/is_observable.m, |
|
34 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
35 control/system/jet707.m, control/system/sys2fir.m, |
|
36 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
37 control/system/tfout.m, control/system/ugain.m, |
|
38 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
39 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
40 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
41 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
42 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
43 general/circshift.m, general/columns.m, general/flipdim.m, |
|
44 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
45 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
46 general/isequalwithequalnans.m, general/isscalar.m, |
|
47 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
48 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
49 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
50 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
51 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
52 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
53 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
54 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
55 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
56 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
57 miscellaneous/license.m, miscellaneous/menu.m, |
|
58 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
59 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
60 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
61 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
62 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
63 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
64 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
65 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
66 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
67 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
68 polynomial/polyinteg.m, polynomial/polyout.m, |
|
69 polynomial/polyreduce.m, polynomial/polyval.m, |
|
70 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
71 set/create_set.m, set/intersection.m, set/ismember.m, |
|
72 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
73 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
74 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
75 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
76 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
77 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
78 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
79 special-matrix/vander.m, statistics/base/median.m, |
|
80 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
81 statistics/distributions/gaminv.m, |
|
82 statistics/distributions/gampdf.m, |
|
83 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
84 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
85 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
86 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
87 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
88 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
89 |
5633
|
90 2006-02-27 John W. Eaton <jwe@octave.org> |
|
91 |
|
92 * time/tic.m: Move here from miscellaneous/tic.m. |
|
93 * time/toc.m: Move here from miscellaneous/toc.m. |
|
94 |
|
95 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
96 |
|
97 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
98 does not assign output of toc to a variable. |
|
99 |
5627
|
100 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
101 |
|
102 * axis.m: Catch limits that are the same and return an error. |
|
103 |
5625
|
104 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
105 |
|
106 * plot/print.m: Accept emf device option to support Enhanced |
|
107 Metafile format. |
|
108 |
|
109 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
110 |
|
111 * control/base/lqe.m: Doc fix. |
|
112 |
5623
|
113 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
114 |
|
115 * statistics/distributions/gamcdf.m: Doc fix. |
|
116 * statistics/distributions/gaminv.m: Doc fix. |
|
117 * statistics/distributions/gampdf.m: Doc fix. |
|
118 * statistics/distributions/gamrnd.m: Doc fix. |
|
119 |
5610
|
120 2006-02-09 David Bateman <dbateman@free.fr> |
|
121 |
|
122 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
123 for arbitrary user type. |
|
124 * general/tril.m: ditto. |
|
125 * sparse/sprand.m : Doc fix. |
|
126 * sparse/sprandn.m: Ditto. |
|
127 * sparse/sprandsym.m: New function. |
|
128 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
129 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
130 Update for syntax error for latest texinfo.tex file. |
|
131 |
5605
|
132 2006-02-02 John W. Eaton <jwe@octave.org> |
|
133 |
|
134 * plot/grid.m: Append ";\n" to "set grid" command. |
|
135 |
|
136 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
137 |
|
138 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
139 |
5597
|
140 2006-01-13 John W. Eaton <jwe@octave.org> |
|
141 |
|
142 * audio/Makefile.in, control/base/Makefile.in, |
|
143 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
144 control/system/Makefile.in, control/util/Makefile.in, |
|
145 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
146 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
147 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
148 optimization/Makefile.in, plot/Makefile.in, |
|
149 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
150 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
151 special-matrix/Makefile.in, startup/Makefile.in, |
|
152 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
153 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
154 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
155 (all): Depend on PKG_ADD. |
|
156 (PKG_ADD): New target. |
|
157 |
|
158 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
159 |
|
160 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
161 |
5596
|
162 2006-01-13 John W. Eaton <jwe@octave.org> |
|
163 |
|
164 * time/etime.m: Move here from miscellaneous/etime.m. |
|
165 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
166 |
5595
|
167 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
168 |
|
169 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
|
170 * miscellaneous/fullfile.m: Likewise. |
|
171 |
5592
|
172 2006-01-12 David Bateman <dbateman@free.fr> |
|
173 |
|
174 * general/blkdiag.m: Compatible behavior for empty matrices |
|
175 * statistics/base/unidrnd.m: Documentation buglet. |
|
176 |
5583
|
177 2005-12-14 David Bateman <dbateman@free.fr> |
|
178 |
5589
|
179 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
180 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
181 |
|
182 * Makefile.in (SUBDIRS): Include testfun. |
|
183 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
184 |
5583
|
185 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
186 |
|
187 * general/__isequal__.m: Remove reference to getfield. |
|
188 |
|
189 * plot/hist.m: Update test code for row/column discrepencies. |
|
190 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
191 Update the test code for this. |
|
192 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
193 |
5579
|
194 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
195 |
|
196 * cell/cell2mat.m: New file, from octave-forge. |
|
197 |
5576
|
198 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
199 |
|
200 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
201 New graph theory functions. |
|
202 |
5574
|
203 2005-12-13 John W. Eaton <jwe@octave.org> |
|
204 |
|
205 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
206 |
|
207 * control/system/ss.m: Doc fix. |
|
208 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
209 |
5572
|
210 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
211 |
|
212 * audio/wavread.m, audio/wavwrite.m: |
|
213 Correct scaling for 8-bit linear pcm samples. |
|
214 Improve scaling for all other linear pcm resolutions. |
|
215 |
5568
|
216 2005-12-07 John W. Eaton <jwe@octave.org> |
|
217 |
|
218 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
219 |
|
220 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
221 * strings/strjust.m: Likewise. |
|
222 |
|
223 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
224 * signal/arma_rnd.m: Likewise. |
|
225 * strings/strcat.m: Likewise. |
|
226 * control/base/__freqresp__.m: Likewise. |
|
227 * control/base/place.m: Likewise. |
|
228 * control/base/pzmap.m: Likewise. |
|
229 * control/base/pzmap.m: Likewise. |
|
230 * control/system/sysappend.m: Likewise. |
|
231 * control/system/syscont.m: Likewise. |
|
232 * control/system/sysdisc.m: Likewise. |
|
233 * control/system/sysgroup.m: Likewise. |
|
234 * control/system/tfout.m: Likewise. |
|
235 * control/system/zpout.m: Likewise. |
|
236 * control/util/__outlist__.m: Likewise. |
|
237 |
5567
|
238 2005-12-06 John W. Eaton <jwe@octave.org> |
|
239 |
|
240 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
241 Avoid for loop in interleave/deinterleave steps. |
|
242 |
5565
|
243 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
244 |
|
245 * audio/wavread.m, audio/wavwrite.m: New files. |
|
246 |
5563
|
247 2005-12-06 John W. Eaton <jwe@octave.org> |
|
248 |
|
249 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
250 |
5560
|
251 2005-12-05 John W. Eaton <jwe@octave.org> |
|
252 |
5561
|
253 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
254 |
5558
|
255 2005-12-02 John W. Eaton <jwe@octave.org> |
|
256 |
|
257 * miscellaneous/fileattrib.m: New function. |
|
258 |
5556
|
259 2005-12-01 John W. Eaton <jwe@octave.org> |
|
260 |
|
261 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
262 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
263 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
264 |
5555
|
265 2005-11-30 John W. Eaton <jwe@octave.org> |
|
266 |
|
267 * linear-algebra/krylov.m: Format doc string. |
|
268 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
269 |
5551
|
270 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
271 |
|
272 * general/blkdiag.m: Import from octave-forge. |
|
273 Ignore empty matrices in the input. Add tests. |
5549
|
274 |
|
275 * general/isequal.m, general/isequalwithequalnans.m: |
|
276 New wrapper scripts for general/__isequal__.m. |
|
277 * general/__isequal__.m: Rename from general/isequal.m. |
|
278 New arg, nans_compare_equal. |
|
279 |
5548
|
280 2005-11-29 John W. Eaton <jwe@octave.org> |
|
281 |
|
282 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
283 calling system. Only append octave_forge_string if |
|
284 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
285 Call license instead of hard-coding license info here. |
|
286 |
|
287 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
288 __octave_licenses__. Use puts instead of disp. |
5548
|
289 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
290 If nargout = 1, return license info instead of printing usage message. |
|
291 |
5546
|
292 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
293 |
|
294 * miscellaneous/ver.m: New file. |
|
295 * miscellaneous/license.m: New file. |
|
296 |
5545
|
297 2005-11-22 John W. Eaton <jwe@octave.org> |
|
298 |
|
299 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
300 gnuplot set command. |
|
301 |
5539
|
302 2005-11-15 John W. Eaton <jwe@octave.org> |
|
303 |
|
304 * general/shiftdim.m: Doc fix. |
|
305 |
5532
|
306 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
307 |
|
308 * set/unique.m: Doc string fix. |
|
309 |
5527
|
310 2005-11-01 John W. Eaton <jwe@octave.org> |
|
311 |
|
312 * Makefile.in (distclean, maintainer-clean): |
|
313 Also remove autom4te.cache directory. |
|
314 From Quentin Spencer <qspencer@ieee.org>. |
|
315 |
5518
|
316 2005-10-28 John W. Eaton <jwe@octave.org> |
|
317 |
|
318 * general/shiftdim.m: Compatibility fix for row vectors. |
|
319 Correct check for non-scalar non-integer shift. For positive |
|
320 N, shift is remainder of N and number of dims. Always return NS. |
|
321 Simplify. |
|
322 |
5500
|
323 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
324 |
|
325 * general/randperm.m: Improve compatibility by allowing input |
|
326 value of zero. |
|
327 |
5493
|
328 2005-10-13 John W. Eaton <jwe@octave.org> |
|
329 |
|
330 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
331 If in multiplot mode, clear plot before issuing new plot command. |
|
332 |
|
333 * plot/__setup_plot__.m: New function. |
|
334 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
335 Handle multiplot data and offsets here. |
|
336 |
|
337 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
338 Move initialization to __setup_plot__.m. |
|
339 |
|
340 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
341 Don't reset gnuplot_command_replot. |
|
342 |
|
343 * plot/replot.m: Handle multiplot data and offsets here. |
|
344 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
345 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
346 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
347 |
5489
|
348 2005-10-12 John W. Eaton <jwe@octave.org> |
|
349 |
|
350 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
351 |
5482
|
352 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
353 |
|
354 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
355 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
356 _inv functions. |
|
357 * chi2pdf.m: Fixed typos in the documentation. |
|
358 |
5475
|
359 2005-09-28 John W. Eaton <jwe@octave.org> |
|
360 |
5476
|
361 * miscellaneous/single.m: New function. |
|
362 |
5475
|
363 * statistics/base/unidrnd.m: New function. |
|
364 |
5474
|
365 2005-09-27 John W. Eaton <jwe@octave.org> |
|
366 |
|
367 * miscellaneous/dir.m: Filename never includes directory part. |
|
368 |
5464
|
369 2005-09-22 John W. Eaton <jwe@octave.org> |
|
370 |
|
371 * polynomial/residue.m: Use logical indexing instead of find.. |
|
372 |
|
373 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
374 |
|
375 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
376 and zero poles. |
|
377 |
5462
|
378 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
379 |
|
380 * strings/deblank.m: Handle cell arrays. |
|
381 * strings/split.m: New argument, N, to limit number of splits. |
|
382 |
|
383 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
384 |
|
385 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
386 |
5460
|
387 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
388 |
|
389 * control/base/rlocus.m: Doc fix. |
|
390 |
5459
|
391 2005-09-20 John W. Eaton <jwe@octave.org> |
|
392 |
|
393 * general/isvector.m: Improve compatibility. |
|
394 |
|
395 * general/postpad.m: Allow first argument to be a scalar. |
|
396 Allow padding to extend dimensionality. |
|
397 * general/prepad.m: Likewise. |
|
398 |
5448
|
399 2005-09-14 Daniel <durbano@shbano.com> |
|
400 |
|
401 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
402 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
403 /control/base/dgram.m: Doc string fixes. |
5448
|
404 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
405 |
5446
|
406 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
407 |
|
408 * saveimage.m: Do not ignore most significant bit when writing |
|
409 black and white images to file. |
|
410 |
5443
|
411 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
412 |
|
413 * audio/playaudio.m, control/base/__bodquist__.m, |
|
414 control/base/lqg.m, control/obsolete/dezero.m, |
|
415 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
416 control/system/c2d.m, control/system/cellidx.m, |
|
417 control/system/d2c.m, control/system/dmr2d.m, |
|
418 control/system/is_signal_list.m, control/system/listidx.m, |
|
419 control/system/ss.m, control/system/sysappend.m, |
|
420 control/system/sysconnect.m, control/system/sysdup.m, |
|
421 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
422 control/system/sysprune.m, control/system/syssetsignals.m, |
|
423 control/system/tfout.m, control/system/zpout.m, |
|
424 control/util/prompt.m, control/util/sortcom.m, |
|
425 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
426 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
427 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
428 general/strerror.m, image/colormap.m, image/imshow.m, |
|
429 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
430 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
431 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
432 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
433 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
434 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
435 plot/print.m, plot/title.m, plot/top_title.m, |
|
436 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
437 statistics/base/mean.m, statistics/base/moment.m, |
|
438 statistics/tests/cor_test.m, |
|
439 statistics/tests/kolmogorov_smirnov_test.m, |
|
440 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
441 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
442 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
443 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
444 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
445 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
446 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
447 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
448 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
449 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
450 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
451 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
452 isvector instead of is_vector. Use isstruct instead of |
|
453 is_struct. Use char instead of setstr. |
|
454 |
5435
|
455 2005-08-31 Daniel <durbano@shbano.com> |
|
456 |
|
457 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
458 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
459 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
460 |
5431
|
461 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
462 |
|
463 * image/saveimage.m: Open output file in binary mode. |
|
464 |
|
465 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
466 |
5427
|
467 2005-08-16 John W. Eaton <jwe@octave.org> |
|
468 |
|
469 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
470 outputs. |
|
471 |
5426
|
472 2005-08-15 John W. Eaton <jwe@octave.org> |
|
473 |
|
474 * strings/strcat.m: Allow single argument. |
|
475 |
5416
|
476 2005-07-18 John W. Eaton <jwe@octave.org> |
|
477 |
|
478 * strings/strcmp.m: Delete. |
|
479 |
5413
|
480 2005-07-13 John W. Eaton <jwe@octave.org> |
|
481 |
|
482 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
483 versions of Octave. |
|
484 |
|
485 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
486 |
|
487 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
488 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
489 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
490 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
491 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
492 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
493 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
494 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
495 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
496 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
497 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
498 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
499 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
500 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
501 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
502 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
503 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
504 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
505 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
506 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
507 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
508 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
509 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
510 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
511 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
512 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
513 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
514 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
515 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
516 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
517 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
518 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
519 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
520 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
521 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
522 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
523 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
524 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
525 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
526 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
527 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
528 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
529 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
530 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
531 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
532 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
533 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
534 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
535 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
536 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
537 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
538 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
539 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
540 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
541 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
542 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
543 |
|
544 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
545 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
546 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
547 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
548 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
549 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
550 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
551 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
552 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
553 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
554 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
555 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
556 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
557 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
558 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
559 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
560 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
561 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
562 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
563 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
564 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
565 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
566 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
567 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
568 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
569 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
570 deprecated/wiener_rnd.m: New files. |
|
571 |
5408
|
572 2005-07-08 John W. Eaton <jwe@octave.org> |
|
573 |
|
574 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
575 * deprecated/weibull_rnd.m: New file. |
|
576 |
5407
|
577 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
578 |
|
579 * strings/dec2base.m: Allow matrix arguments. |
|
580 |
5406
|
581 2005-07-08 John W. Eaton <jwe@octave.org> |
|
582 |
|
583 * plot/__errplot__.m: Use __plot_globals__. |
|
584 * plot/__plt__.m: Likewise. |
|
585 * plot/figure.m: Likewise. |
|
586 |
|
587 * plot/hold.m: New file. |
|
588 * plot/ishold.m: New file. |
|
589 * plot/__plot_globals__.m: New file. |
|
590 |
5400
|
591 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
592 |
|
593 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
594 |
|
595 2005-07-05 John W. Eaton <jwe@octave.org> |
|
596 |
|
597 * strings/findstr.m: Return [] for no matches. |
|
598 |
5399
|
599 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
600 |
|
601 * miscellaneous/tic.m: Fix doc string. |
|
602 |
5395
|
603 2005-06-15 John W. Eaton <jwe@octave.org> |
|
604 |
|
605 * polynomial/polyfit.m: Force return value to be a row vector. |
|
606 |
5393
|
607 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
608 |
|
609 * general/isequal.m: Correct nargin check. |
|
610 |
5388
|
611 2005-06-14 John W. Eaton <jwe@octave.org> |
|
612 |
|
613 * general/isvector.m: Handle N-d arrays. |
|
614 From Bill Denney <denney@seas.upenn.edu>. |
|
615 |
5381
|
616 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
617 |
|
618 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
619 |
5377
|
620 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
621 |
|
622 * signal/freqz.m: Use correct calculations when given a vector of |
|
623 frequencies. Improve accuracy of returned frequency vector. |
|
624 Improve speed for medium length filters (at a slight cost for slow |
|
625 filters). Add test cases. |
|
626 |
5373
|
627 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
628 |
|
629 * plot/loglog.m: Fix set commands. |
|
630 |
5381
|
631 2005-05-25 John W. Eaton <jwe@octave.org> |
|
632 |
|
633 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
634 |
5371
|
635 2005-05-24 John W. Eaton <jwe@octave.org> |
|
636 |
5373
|
637 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
638 |
5372
|
639 * strings/strncmp.m: New file, from Tom Holroyd |
|
640 <tomh@kurage.nimh.nih.gov>. |
|
641 |
5371
|
642 * strings/strcmp.m: Return logical values in all cases. |
|
643 |
5366
|
644 2005-05-23 John W. Eaton <jwe@octave.org> |
|
645 |
|
646 * plot/orient.m: New file. Adapt to Octave coding style. |
|
647 Texinfoize doc string. |
|
648 |
|
649 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
650 PKG_ADD command. Use set terminal consistently throughout. Use |
|
651 set terminal push/pop and unconditionally set output to screen |
|
652 when done to avoid requiring gget. Use a cell array for dev_list |
|
653 and cellidx to search for items in the list. Delete local |
|
654 variable endl. Don't set and restore automatic_replot. Use {} |
|
655 instead of nth to index varargin. Delete local variable |
|
656 va_arg_cnt. |
|
657 |
5355
|
658 2005-05-18 John W. Eaton <jwe@octave.org> |
|
659 |
|
660 * general/num2str.m: Return early if X is a character string. |
|
661 |
5347
|
662 2005-05-11 John W. Eaton <jwe@octave.org> |
|
663 |
5348
|
664 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
665 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
666 |
5347
|
667 * plot/polar.m: Don't call __pltopt__ here. |
|
668 |
5333
|
669 2005-05-02 John W. Eaton <jwe@octave.org> |
|
670 |
|
671 * mkdoc: Print header message. |
|
672 |
5319
|
673 2005-04-28 John W. Eaton <jwe@octave.org> |
|
674 |
|
675 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
676 startup/octaverc. |
|
677 |
5318
|
678 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
679 |
|
680 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
681 (__im_numeric_limits__): New internal function. |
|
682 |
5317
|
683 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
684 |
|
685 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
686 data, not mean of group_mean. |
|
687 |
|
688 2005-04-28 John W. Eaton <jwe@octave.org> |
|
689 |
|
690 * startup/local-rcfile: New file. |
|
691 * startup/main-rcfile: Rename from startup/octaverc. |
|
692 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
693 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
694 Install local-rcfile in $(localfcnfiledir)/startup. |
|
695 |
|
696 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
697 |
|
698 * startup/inputrc: New file. |
|
699 * startup/octaverc: Configure readline using inputrc from |
|
700 startupfiledir. |
|
701 * startup/Makefile.in (install, install-strip): Install octaverc |
|
702 in $(fcnfiledir)/startup. |
|
703 |
5310
|
704 2005-04-27 John W. Eaton <jwe@octave.org> |
|
705 |
|
706 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
707 |
5289
|
708 2005-04-21 John W. Eaton <jwe@octave.org> |
|
709 |
|
710 * optimization/glpk.m: Handle SENSE argument. |
|
711 |
|
712 * optimization/qp.m, optimization/sqp.m: New files. |
|
713 |
5276
|
714 2005-04-08 John W. Eaton <jwe@octave.org> |
|
715 |
|
716 * Makefile.in (clean, distclean, maintainer-clean): |
|
717 Avoid duplication in rules. |
|
718 |
5252
|
719 2005-03-28 John W. Eaton <jwe@octave.org> |
|
720 |
|
721 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
722 setting {no,}parametric. |
|
723 * plot/figure.m: Likewise, for setting terminal type. |
|
724 |
|
725 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
726 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
727 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
728 plot/title.m, plot/top_title.m: Avoid eval. |
|
729 |
5251
|
730 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
731 |
5253
|
732 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
733 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
734 Use __gnuplot_replot__ instead of replot. |
|
735 |
5252
|
736 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
737 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
738 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
739 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
740 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
741 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
742 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
743 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
744 |
5251
|
745 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
746 |
5244
|
747 2005-03-24 John W. Eaton <jwe@octave.org> |
|
748 |
|
749 * optimization/glpkmex.m: Texinfoize Doc string. |
|
750 * optimization/glpk.m: Likewise. |
|
751 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
752 (row vectors are orginary character strings). |
|
753 * optimization/glpkparam.m: Delete. |
|
754 |
5243
|
755 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
756 |
|
757 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
758 of dimensions of X. |
|
759 |
5237
|
760 2005-03-23 John W. Eaton <jwe@octave.org> |
|
761 |
5239
|
762 * general/tril.m, general/triu.m: Return value of same class as |
|
763 argument. |
|
764 |
5237
|
765 * optimization/glpk.m: Simplify interface. By default, solve |
|
766 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
767 * optimization/glpkmex.m: New file. |
|
768 |
5232
|
769 2005-03-22 John W. Eaton <jwe@octave.org> |
|
770 |
5237
|
771 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
772 list. |
|
773 |
5233
|
774 * optimization/glpk.m: Adapt to Octave coding style. |
|
775 No need for varargout or varargin. |
|
776 Print usage message if nargin > 11. |
|
777 Allow any value of nargout. |
|
778 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
779 Avoid looping when checking character classes. |
|
780 |
5232
|
781 * optimization: New directory. |
|
782 * Makefile.in (SUBDIRS): Add it to the list. |
|
783 * optimization/Makefile.in: New file. |
|
784 * optimization/glpk.m, optimization/glpkparams.m, |
|
785 optimization/glpktest1, optimization/glpktest2: New files. |
|
786 |
5218
|
787 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
788 |
|
789 * strings/split.m: Quick return for empty second arg. |
|
790 Improve warning for multi-line strings. |
|
791 Speed up by avoiding sprintf in loop and eval. |
|
792 |
5217
|
793 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
794 |
|
795 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
796 * polynomial/polyder.m: Ditto. |
|
797 * polynomial/polygcd.m: New function. |
|
798 |
5214
|
799 2005-03-16 John W. Eaton <jwe@octave.org> |
|
800 |
5215
|
801 * control/base/__stepimp__.m, control/base/bode.m, |
|
802 control/base/frdemo.m, control/base/nichols.m, |
|
803 control/base/nyquist.m, control/base/pzmap.m, |
|
804 control/base/rldemo.m, control/base/rlocus.m, |
|
805 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
806 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
807 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
808 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
809 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
810 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
811 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
812 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
813 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
814 plot/xlabel.m, quaternion/demoquat.m, |
|
815 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
816 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
817 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
818 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
819 gsplot from @seealso docs. |
5214
|
820 |
|
821 * plot/replot.m: New file. |
|
822 |
5205
|
823 2005-03-15 David Bateman <dbateman@free.fr> |
|
824 |
|
825 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
826 |
5196
|
827 2005-03-09 John W. Eaton <jwe@octave.org> |
|
828 |
|
829 * statistics/Makefile.in (bin-dist): Delete target. |
|
830 (BINDISTSUBDIRS): Delete variable. |
|
831 * scripts/control/Makefile.in: Likewise. |
|
832 |
5378
|
833 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
834 (BINDISTFILES): Delete variable. |
5378
|
835 * control/base/Makefile.in: Likewise. |
|
836 * control/hinf/Makefile.in: Likewise. |
|
837 * control/obsolete/Makefile.in: Likewise. |
|
838 * control/system/Makefile.in: Likewise. |
|
839 * control/util/Makefile.in: Likewise. |
|
840 * deprecated/Makefile.in: Likewise. |
|
841 * elfun/Makefile.in: Likewise. |
|
842 * finance/Makefile.in: Likewise. |
|
843 * general/Makefile.in: Likewise. |
|
844 * image/Makefile.in: Likewise. |
|
845 * sparse/Makefile.in: Likewise. |
|
846 * io/Makefile.in: Likewise. |
|
847 * plot/Makefile.in: Likewise. |
|
848 * Makefile.in: Likewise. |
|
849 * miscellaneous/Makefile.in: Likewise. |
|
850 * linear-algebra/Makefile.in: Likewise. |
|
851 * polynomial/Makefile.in: Likewise. |
|
852 * quaternion/Makefile.in: Likewise. |
|
853 * set/Makefile.in: Likewise. |
|
854 * signal/Makefile.in: Likewise. |
|
855 * specfun/Makefile.in: Likewise. |
|
856 * special-matrix/Makefile.in: Likewise. |
|
857 * startup/Makefile.in: Likewise. |
|
858 * statistics/base/Makefile.in: Likewise. |
|
859 * statistics/distributions/Makefile.in: Likewise. |
|
860 * statistics/models/Makefile.in: Likewise. |
|
861 * statistics/tests/Makefile.in: Likewise. |
|
862 * strings/Makefile.in: Likewise. |
|
863 * time/Makefile.in: Likewise. |
5196
|
864 |
5195
|
865 2005-03-08 John W. Eaton <jwe@octave.org> |
|
866 |
|
867 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
868 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
869 |
5192
|
870 2005-03-04 John W. Eaton <jwe@octave.org> |
|
871 |
|
872 * plot/clg.m: New file. |
|
873 |
5193
|
874 2005-03-03 John W. Eaton <jwe@octave.org> |
|
875 |
|
876 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
877 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
878 strings/strcmpi.m: |
|
879 New files from Octave-forge. Adapt to Octave coding standards. |
|
880 |
5181
|
881 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
882 |
|
883 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
884 computation range. |
|
885 |
5164
|
886 2005-02-25 John W. Eaton <jwe@octave.org> |
|
887 |
|
888 Sparse merge. |
|
889 |
|
890 2005-01-23 David Bateman <dbateman@free.fr> |
|
891 |
|
892 * sparse/randperm.m: Delete duplicate randperm.m. |
|
893 |
|
894 2005-01-10 John W. Eaton <jwe@octave.org> |
|
895 |
|
896 * sparse/Makefile.in: New file. |
|
897 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
898 |
|
899 2005-01-07 David Bateman <dbateman@free.fr> |
|
900 |
|
901 * set/unique.m: import file from octave-forge. |
|
902 |
|
903 2005-01-05 David Bateman <dbateman@free.fr> |
|
904 |
|
905 * Makefile.in: include sparse directory in SUBDIRS. |
|
906 |
|
907 2004-12-30 John W. Eaton <jwe@octave.org> |
|
908 |
|
909 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
910 src/DLD-FUNCTIONS/sparse.cc). |
|
911 |
|
912 2004-12-28 John W. Eaton <jwe@octave.org> |
|
913 |
|
914 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
915 Andy Adler <adler@site.uottawa.ca>. |
|
916 |
|
917 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
918 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
919 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
920 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
921 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
922 |
|
923 * sparse: New directory. |
|
924 |
5158
|
925 2005-02-22 John W. Eaton <jwe@octave.org> |
|
926 |
|
927 * polynomial/residue.m: Force prepad to always create row vectors. |
|
928 |
|
929 * polynomial/poly.m: Quick return if m is 0. |
|
930 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
931 |
5154
|
932 2005-02-21 David Bateman <dbateman@free.fr> |
|
933 |
|
934 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
935 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
936 Fix for row vectors with at least one element of lambda not in |
|
937 (0, Inf). |
|
938 |
5152
|
939 2005-02-21 John W. Eaton <jwe@octave.org> |
|
940 |
5153
|
941 * statistics/base/qqplot.m: Use feval instead of eval. |
|
942 |
5152
|
943 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
944 plot/__axis_label__.m: Issue replot command. |
|
945 |
5135
|
946 2005-02-09 John W. Eaton <jwe@octave.org> |
|
947 |
|
948 * polynomial/polyderiv.m: Force P to be a row vector. |
|
949 |
5133
|
950 2005-02-08 John W. Eaton <jwe@octave.org> |
|
951 |
|
952 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
953 provided and len <= computed max_len. |
|
954 |
5125
|
955 2005-01-27 David Bateman <dbateman@free.fr> |
|
956 |
|
957 * strings/dec2base.m: Be even more careful about handling all digits. |
|
958 |
|
959 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
960 |
|
961 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
962 |
5123
|
963 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
964 |
|
965 * statistics/base/median.m: Make it work for the scalar case too. |
|
966 |
5117
|
967 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
968 |
|
969 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
970 Simplify logic for decoding args. |
5117
|
971 |
5115
|
972 2005-01-24 John W. Eaton <jwe@octave.org> |
|
973 |
5116
|
974 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
975 |
|
976 * plot/__plt__.m: No need to save and reset hold state now. |
|
977 (first_plot): Delete unused variable. |
|
978 |
5115
|
979 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
980 |
|
981 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
982 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
983 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
984 plot/__plt2vv__.m: |
|
985 Return data and gnuplot commands instead of evaluating them. |
|
986 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
987 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
988 |
5108
|
989 2005-01-18 John W. Eaton <jwe@octave.org> |
|
990 |
|
991 * linear-algebra/cross.m: Allocate idx1 before use. |
|
992 |
5096
|
993 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
994 |
|
995 * statistics/base/range.m: Fix varargin usage. |
|
996 |
5091
|
997 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
998 |
|
999 * strings/deblank.m: Remove all trailing whitespace (check with |
|
1000 isspace), not just SPC. |
|
1001 |
5090
|
1002 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
1003 |
|
1004 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
1005 |
5073
|
1006 2004-11-09 John W. Eaton <jwe@octave.org> |
|
1007 |
|
1008 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
1009 From Julius Smith <jos@ccrma.stanford.edu>. |
|
1010 |
5072
|
1011 2004-11-08 John W. Eaton <jwe@octave.org> |
|
1012 |
|
1013 * plot/__plt2vm__.m: Delete debugging statement. |
|
1014 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
1015 |
5065
|
1016 2004-11-04 John W. Eaton <jwe@octave.org> |
|
1017 |
|
1018 * plot/hist.m: Always return row vectors for vector args. |
|
1019 |
5031
|
1020 2004-09-23 John W. Eaton <jwe@octave.org> |
|
1021 |
|
1022 * strings/strcmp.m: If args are not strings or cell arrays of |
|
1023 strings, return zero instead of reporting an error. |
|
1024 |
5021
|
1025 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
1026 |
|
1027 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
1028 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
1029 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
1030 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
1031 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
1032 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
1033 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
1034 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
1035 control/system/is_detectable.m, control/system/is_sample.m, |
|
1036 control/system/is_siso.m, control/system/is_stable.m, |
|
1037 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
1038 control/system/sys2tf.m, control/system/sys2zp.m, |
|
1039 control/system/sysappend.m, control/system/sysconnect.m, |
|
1040 control/system/sysdisc.m, control/system/sysdup.m, |
|
1041 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
1042 control/system/syssetsignals.m, control/system/syssub.m, |
|
1043 control/system/tf2sys.m, control/system/ugain.m, |
|
1044 control/system/zp2ss.m, control/system/zp2sys.m, |
|
1045 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
1046 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
1047 |
|
1048 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
1049 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
1050 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
1051 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
1052 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
1053 control/system/sysappend.m, control/system/sysconnect.m, |
|
1054 control/system/sysdup.m, control/system/sysgroup.m, |
|
1055 control/system/sysprune.m, control/system/sysreorder.m, |
|
1056 control/system/sysscale.m, control/system/syssub.m, |
|
1057 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
1058 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
1059 polynomial/polyout.m, specfun/log2.m: |
|
1060 Add output arguments in doc strings. |
|
1061 |
|
1062 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
1063 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
1064 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
1065 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
1066 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
1067 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
1068 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
1069 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
1070 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
1071 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
1072 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
1073 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
1074 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
1075 control/system/c2d.m, control/system/is_abcd.m, |
|
1076 control/system/is_controllable.m, control/system/is_detectable.m, |
|
1077 control/system/is_observable.m, control/system/is_stable.m, |
|
1078 control/system/jet707.m, control/system/ord2.m, |
|
1079 control/system/starp.m, control/system/sys2fir.m, |
|
1080 control/system/sys2ss.m, control/system/sys2tf.m, |
|
1081 control/system/sys2zp.m, control/system/syscont.m, |
|
1082 control/system/sysdisc.m, control/system/sysdup.m, |
|
1083 control/system/sysgettype.m, control/system/sysgroup.m, |
|
1084 control/system/sysmult.m, control/system/sysprune.m, |
|
1085 control/system/sysreorder.m, control/system/sysscale.m, |
|
1086 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
1087 control/system/tf2ss.m, control/system/tf2sys.m, |
|
1088 control/system/zp2ss.m, control/system/zp2sys.m, |
|
1089 control/util/axis2dlim.m, control/util/prompt.m, |
|
1090 control/util/zgfmul.m, control/util/zginit.m, |
|
1091 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
1092 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
1093 in doc strings. |
|
1094 |
|
1095 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
1096 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
1097 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
1098 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
1099 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
1100 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
1101 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
1102 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
1103 control/system/c2d.m, control/system/fir2sys.m, |
|
1104 control/system/is_stabilizable.m, control/system/jet707.m, |
|
1105 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
1106 control/util/zgshsr.m, polynomial/polyout.m: |
|
1107 New @tex section(s) in doc strings for better formating of printed |
|
1108 output. |
|
1109 |
|
1110 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
1111 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
1112 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
1113 Use proper double quote marks for TeX. |
|
1114 |
|
1115 * control/base/DEMOcontrol.m: Add missing ; |
|
1116 |
|
1117 * control/base/nichols.m, control/base/rlocus.m, |
|
1118 control/obsolete/minfo.m, control/system/is_digital.m, |
|
1119 control/system/ss2zp.m, control/system/sysmin.m, |
|
1120 control/system/tf2zp.m, control/util/sortcom.m: |
|
1121 Convert documentation to use or more completely use Texinfo. |
|
1122 |
|
1123 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
1124 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
1125 control/system/parallel.m, control/system/ss2tf.m, |
|
1126 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
1127 art splitting over a page boundary. |
|
1128 |
|
1129 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
1130 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
1131 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
1132 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
1133 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
1134 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
1135 the TeX documentation. |
|
1136 |
|
1137 * control/system/is_stabilizable.m: |
|
1138 Add Copyright so that help is displayed correctly. |
|
1139 |
|
1140 * special-matrix/vander.m: Octave indexes start at 1. |
|
1141 |
5011
|
1142 2004-09-21 David Bateman <dbateman@free.fr> |
|
1143 |
|
1144 * general/rotdim.m: New function for rotation of an N-d array in an |
|
1145 arbitrary plane. |
|
1146 |
|
1147 * general/flipdim.m: New function to flip an N-d array about an |
|
1148 arbitrary axis. |
|
1149 |
5003
|
1150 2004-09-15 David Bateman <dbateman@free.fr> |
|
1151 |
|
1152 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
1153 |
4992
|
1154 2004-09-15 John W. Eaton <jwe@octave.org> |
|
1155 |
|
1156 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
1157 Use iscellstr to check for cells rather than iscell. |
|
1158 Improve diagnostics for invalid args. |
4992
|
1159 |
4983
|
1160 2004-09-10 David Bateman <dbateman@free.fr> |
|
1161 |
|
1162 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
1163 and p with n > 1, and fix for matrix n and p with n == 1. |
|
1164 |
|
1165 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
1166 due to row vs. column vector operations. |
|
1167 |
4964
|
1168 2004-09-03 David Bateman <dbateman@free.fr> |
|
1169 |
|
1170 * general/repmat.m: Fix to allow logical classes. |
|
1171 |
4950
|
1172 2004-08-31 John W. Eaton <jwe@octave.org> |
|
1173 |
|
1174 * general/isa.m: New function, from Octave-forge. |
|
1175 |
|
1176 2004-08-31 David Bateman <dbateman@free.fr> |
|
1177 |
|
1178 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
1179 limitation on the use of int64 and uint64 types, and the use |
|
1180 of the eval. |
|
1181 |
|
1182 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
1183 in .^ with integer types is fixed. |
|
1184 |
|
1185 * general/repmat.m: Adapt to allow integer types. |
4945
|
1186 |
|
1187 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
1188 |
|
1189 * plot/axis.m: Don't reset axes when querying them. |
|
1190 |
4942
|
1191 2004-08-27 David Bateman <dbateman@free.fr> |
|
1192 |
|
1193 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
1194 Eliminate loop. |
|
1195 |
4918
|
1196 2004-07-27 David Bateman <dbateman@free.fr> |
|
1197 |
|
1198 * general/num2str.m: Also insert spaces in output when precision |
|
1199 argument is supplied. |
|
1200 |
4915
|
1201 2004-07-23 David Bateman <dbateman@free.fr> |
|
1202 |
|
1203 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
1204 |
4911
|
1205 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
1206 |
|
1207 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
1208 |
|
1209 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
1210 |
|
1211 * miscellaneous/unix.m: Fix doc string. |
|
1212 |
|
1213 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
1214 |
|
1215 * plot/figure.m: Clarification of documentation. |
|
1216 |
|
1217 * image/imshow.m: Warn for complex images. |
|
1218 Only estimate colourmap for images in [0, 65536]. |
|
1219 |
|
1220 2004-07-22 David Bateman <dbateman@free.fr> |
|
1221 |
|
1222 * general/num2str.m: Fix the case of an all zero input. |
|
1223 |
4906
|
1224 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
1225 |
|
1226 * general/ind2sub.m: Doc fix. |
|
1227 |
4900
|
1228 2004-06-08 John W. Eaton <jwe@octave.org> |
|
1229 |
|
1230 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
1231 convert function handle to string for eval. |
|
1232 |
4898
|
1233 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
1234 |
|
1235 * plot/errorbar.m: Remove debugging output. |
|
1236 |
|
1237 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
1238 |
|
1239 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
1240 |
4897
|
1241 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
1242 |
4898
|
1243 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
1244 |
|
1245 * polynomial/polyout.m: Use parenthesis if necessary around |
|
1246 complex polynomial coefficient. |
|
1247 |
4897
|
1248 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
1249 the bug which causes __errplot__ to ignore the last argument. |
|
1250 |
4894
|
1251 2004-06-03 David Bateman <dbateman@free.fr> |
|
1252 |
|
1253 * general/shiftdim.m: New function based on JWE code snippet. |
|
1254 |
|
1255 * general/circdim.m: New function. |
|
1256 |
4890
|
1257 2004-05-06 David Bateman <dbateman@free.fr> |
|
1258 |
|
1259 * general/issquare.m: Fail if ndim(x) > 2. |
|
1260 |
|
1261 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
1262 |
|
1263 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
1264 N-d array arguments. Add optional dim argument to define |
|
1265 dimension along which to operate. |
|
1266 |
|
1267 * linear-algebra/dmult.m: Allow N-d arrays. |
|
1268 |
|
1269 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
1270 |
4885
|
1271 2004-04-29 David Bateman <dbateman@free.fr> |
|
1272 |
|
1273 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
1274 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
1275 statistics/base/statistics.m, statistics/base/skewness.m |
|
1276 statistics/base/iqr.m: |
|
1277 Make N-d array aware. Allow optional argument to define the |
|
1278 dimension along which to operate. Update the documentation. |
|
1279 |
|
1280 * statistics/base/ranks.m: Change algorithm to use sort, |
|
1281 and adjust for the ties after. |
|
1282 |
|
1283 * statistics/base/run_counts.m: Change algorithm to use |
|
1284 the a combination of diff and find, rather than a for-loop. |
|
1285 |
4881
|
1286 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
1287 |
|
1288 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
1289 |
4878
|
1290 2004-04-23 David Bateman <dbateman@free.fr> |
|
1291 |
|
1292 * general/int2str.m: Treat only real part of argument, and treat |
|
1293 NDArrays by stacking the slices through the matrix vertically. |
|
1294 |
|
1295 * general/num2str.m: Improve format of integer matrices, and the |
|
1296 conversion of complex matrices added. Treat NDArrays by stacking |
|
1297 the slices through the matrix vertically. |
|
1298 |
|
1299 * deprecated/com2str.m: Moved here from general subdirectory. |
|
1300 |
4877
|
1301 2004-04-22 John W. Eaton <jwe@octave.org> |
|
1302 |
|
1303 * quaternion/qtransvmat.m: Use continuation characters to make |
|
1304 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
1305 |
4869
|
1306 2004-04-21 David Bateman <dbateman@free.fr> |
|
1307 |
5378
|
1308 * elfun/lcm.m: Make N-d aware. |
4870
|
1309 |
4869
|
1310 * general/diff.m: Make the code N-d array aware. Allow an |
|
1311 optional argument to define the dimension along which to perform |
|
1312 the differences and allow the order of the differences to be larger |
|
1313 than the dimension itself. |
|
1314 |
|
1315 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
1316 use of these functions to 1- and 2-d arrays. |
|
1317 |
4863
|
1318 2004-04-16 John W. Eaton <jwe@octave.org> |
|
1319 |
|
1320 * elfun/gcd.m: Delete. |
|
1321 |
4862
|
1322 2004-04-15 David Bateman <dbateman@free.fr> |
|
1323 |
|
1324 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
1325 |
|
1326 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
1327 array aware and and optional argument for the dimension along |
|
1328 which to operate. |
|
1329 |
5378
|
1330 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
1331 argument for the dimension to be consistent with other N-d array |
|
1332 functions. |
|
1333 |
4860
|
1334 2004-04-08 David Bateman <dbateman@free.fr> |
|
1335 |
|
1336 * statistics/distributions/discrete_cdf.m, |
|
1337 statistics/distributions/discrete_inv.m, |
|
1338 statistics/distributions/discrete_pdf.m, |
|
1339 statistics/distributions/discrete_rnd.m, |
|
1340 statistics/distributions/exponential_cdf.m, |
|
1341 statistics/distributions/exponential_inv.m, |
|
1342 statistics/distributions/exponential_pdf.m, |
|
1343 statistics/distributions/exponential_rnd.m, |
|
1344 statistics/distributions/f_cdf.m, |
|
1345 statistics/distributions/f_inv.m, |
|
1346 statistics/distributions/f_pdf.m, |
|
1347 statistics/distributions/f_rnd.m, |
|
1348 statistics/distributions/geometric_cdf.m, |
|
1349 statistics/distributions/geometric_inv.m, |
|
1350 statistics/distributions/geometric_pdf.m, |
|
1351 statistics/distributions/geometric_rnd.m, |
|
1352 statistics/distributions/hypergeometric_rnd.m, |
|
1353 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
1354 statistics/distributions/laplace_cdf.m, |
|
1355 statistics/distributions/laplace_inv.m, |
|
1356 statistics/distributions/laplace_pdf.m, |
|
1357 statistics/distributions/laplace_rnd.m, |
|
1358 statistics/distributions/logistic_inv.m, |
|
1359 statistics/distributions/logistic_rnd.m, |
|
1360 statistics/distributions/lognormal_cdf.m, |
|
1361 statistics/distributions/lognormal_inv.m, |
|
1362 statistics/distributions/lognormal_pdf.m, |
|
1363 statistics/distributions/lognormal_rnd.m, |
|
1364 statistics/distributions/pascal_cdf.m, |
|
1365 statistics/distributions/pascal_inv.m, |
|
1366 statistics/distributions/pascal_pdf.m, |
|
1367 statistics/distributions/pascal_rnd.m, |
|
1368 statistics/distributions/poisson_cdf.m, |
|
1369 statistics/distributions/poisson_inv.m, |
|
1370 statistics/distributions/poisson_pdf.m, |
|
1371 statistics/distributions/poisson_rnd.m, |
|
1372 statistics/distributions/t_cdf.m, |
|
1373 statistics/distributions/t_inv.m, |
|
1374 statistics/distributions/t_pdf.m, |
|
1375 statistics/distributions/t_rnd.m, |
|
1376 statistics/distributions/weibull_cdf.m, |
|
1377 statistics/distributions/weibull_inv.m, |
|
1378 statistics/distributions/weibull_pdf.m, |
|
1379 statistics/distributions/weibull_rnd.m: |
|
1380 Allow N-d arrays. |
|
1381 |
|
1382 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
1383 that results in NaN in places where it should not have had. |
|
1384 |
|
1385 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
1386 allow creating arbitrary matrices, compatiable with the other |
5583
|
1387 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
1388 |
|
1389 * statistics/distributions/empirical_rnd.m: New argument formats |
|
1390 to allow creating arbitrary matrices, compatiable with the other |
5583
|
1391 *_rnd.m functions. Maintain compatibility with previous |
4860
|
1392 format. Allow N-d arrays. |
|
1393 |
|
1394 * statistics/distributions/hypergeometric_cdf.m, |
|
1395 statistics/distributions/hypergeometric_inv.m, |
|
1396 statistics/distributions/hypergeometric_pdf.m, |
|
1397 statistics/distributions/wiener_rnd.m: |
|
1398 Error for non-scalar arguments. |
|
1399 |
|
1400 * statistics/distributions/pascal_rnd.m: |
|
1401 Correct for n = 1 bug, where all elements were equal. |
|
1402 |
4849
|
1403 2004-04-06 David Bateman <dbateman@free.fr> |
|
1404 |
4854
|
1405 * general/common_size.m, miscellaneous/bincoeff.m, |
|
1406 statistics/distributions/beta_cdf.m, |
|
1407 statistics/distributions/beta_inv.m, |
|
1408 statistics/distributions/beta_pdf.m, |
|
1409 statistics/distributions/beta_rnd.m, |
|
1410 statistics/distributions/binomial_cdf.m, |
|
1411 statistics/distributions/binomial_inv.m, |
|
1412 statistics/distributions/binomial_pdf.m, |
|
1413 statistics/distributions/binomial_rnd.m, |
|
1414 statistics/distributions/cauchy_cdf.m, |
|
1415 statistics/distributions/cauchy_inv.m, |
|
1416 statistics/distributions/cauchy_pdf.m, |
|
1417 statistics/distributions/cauchy_rnd.m, |
|
1418 statistics/distributions/chisquare_cdf.m, |
|
1419 statistics/distributions/chisquare_inv.m, |
|
1420 statistics/distributions/chisquare_pdf.m, |
|
1421 statistics/distributions/chisquare_rnd.m, |
|
1422 statistics/distributions/gamma_cdf.m, |
|
1423 statistics/distributions/gamma_inv.m, |
|
1424 statistics/distributions/gamma_pdf.m, |
|
1425 statistics/distributions/gamma_rnd.m, |
|
1426 statistics/distributions/normal_cdf.m, |
|
1427 statistics/distributions/normal_inv.m, |
|
1428 statistics/distributions/normal_pdf.m, |
|
1429 statistics/distributions/normal_rnd.m, |
|
1430 statistics/distributions/stdnormal_cdf.m, |
|
1431 statistics/distributions/stdnormal_pdf.m, |
|
1432 statistics/distributions/stdnormal_rnd.m, |
|
1433 statistics/distributions/uniform_cdf.m, |
|
1434 statistics/distributions/uniform_inv.m, |
|
1435 statistics/distributions/uniform_pdf.m, |
|
1436 statistics/distributions/uniform_rnd.m: |
|
1437 Allow the inputs to be N-d arrays. |
|
1438 |
4852
|
1439 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
1440 * statistics/base/median.m: Likewise. |
4849
|
1441 |
4844
|
1442 2004-04-02 David Bateman <dbateman@free.fr> |
|
1443 |
|
1444 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
1445 * statistics/base/center.m, statistics/base/meansq.m, |
|
1446 statistics/base/moment.m, statistics/base/range.m: |
4852
|
1447 Update for N-d arrays. |
4844
|
1448 * signal/fftshift.m: Fix dimensioning error. |
|
1449 |
|
1450 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
1451 N-d arrays. |
4844
|
1452 |
4852
|
1453 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
1454 |
|
1455 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
1456 |
4852
|
1457 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
1458 |
|
1459 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
1460 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
1461 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
1462 |
|
1463 * control/system/sysidx.m: Use cellidx and not listidx. |
|
1464 |
4841
|
1465 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1466 |
|
1467 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
1468 default of "" (so it is off unless explicitly set by the user). |
|
1469 |
4836
|
1470 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
1471 |
|
1472 * image/imshow.m: Accept "truesize" argument. |
|
1473 Ignore current colormap. New tests and demos. |
|
1474 |
4834
|
1475 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
1476 |
|
1477 * signal/sinewave.m: Allow N to default to M. |
|
1478 |
4826
|
1479 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1480 |
|
1481 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
1482 |
4818
|
1483 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1484 |
|
1485 * general/deal.m: New function. |
4819
|
1486 Add tests from Paul Kienzle. |
4818
|
1487 |
4811
|
1488 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
1489 |
|
1490 * plot/hist.m: Compute histogram correctly for n>=30. |
|
1491 |
5095
|
1492 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
1493 |
|
1494 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
1495 |
4806
|
1496 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1497 |
|
1498 * miscellaneous/horzcat.m: Delete. |
|
1499 * miscellaneous/vertcat.m: Delete. |
|
1500 |
4790
|
1501 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1502 |
|
1503 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
1504 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
1505 |
4789
|
1506 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1507 |
|
1508 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
1509 doing multiple plots in the same gnuplot frame. |
|
1510 |
4780
|
1511 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1512 |
|
1513 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
1514 control/system/cellidx.m, control/system/ss.m, |
|
1515 control/system/tf.m, control/system/zp.m: New functions. |
|
1516 |
4778
|
1517 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
1518 |
|
1519 * statistics/distributions/discrete_inv.m: |
|
1520 Reduce memory requirements. |
|
1521 |
4772
|
1522 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1523 |
|
1524 * plot/__errcomm__.m: Fix thinko in previous change. |
|
1525 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
1526 |
4771
|
1527 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
1528 |
|
1529 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
1530 control/base/analdemo.m, control/base/bddemo.m, |
|
1531 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
1532 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
1533 control/base/rldemo.m, control/base/rlocus.m, |
|
1534 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
1535 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
1536 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
1537 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
1538 control/obsolete/packsys.m, control/obsolete/series.m, |
|
1539 control/system/__sysdefioname__.m, |
|
1540 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
1541 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
1542 control/system/c2d.m, control/system/d2c.m, |
|
1543 control/system/dmr2d.m, control/system/fir2sys.m, |
|
1544 control/system/is_signal_list.m, control/system/is_siso.m, |
|
1545 control/system/jet707.m, control/system/listidx.m, |
|
1546 control/system/moddemo.m, control/system/ord2.m, |
|
1547 control/system/packedform.m, control/system/parallel.m, |
|
1548 control/system/ss2sys.m, control/system/sys2tf.m, |
|
1549 control/system/sys2zp.m, control/system/sysadd.m, |
|
1550 control/system/sysappend.m, control/system/sysconnect.m, |
|
1551 control/system/syscont.m, control/system/sysdimensions.m, |
|
1552 control/system/sysdisc.m, control/system/sysdup.m, |
|
1553 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
1554 control/system/sysgroup.m, control/system/sysmin.m, |
|
1555 control/system/sysmult.m, control/system/sysprune.m, |
|
1556 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
1557 control/system/syssetsignals.m, control/system/syssub.m, |
|
1558 control/system/sysupdate.m, control/system/tf2sys.m, |
|
1559 control/system/ugain.m, control/system/zp2ss.m, |
|
1560 control/system/zp2sys.m, control/util/__outlist__.m, |
|
1561 control/util/__zgpbal__.m, control/util/strappend.m: |
|
1562 Use cell arrays instead of lists. |
|
1563 |
4723
|
1564 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
1565 |
|
1566 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
1567 so that bar (1, 1) will work. |
|
1568 |
4710
|
1569 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1570 |
4717
|
1571 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
1572 * plot/__errplot__.m: Likewise. |
|
1573 * plot/__plt__.m: Likewise. |
|
1574 * plot/plot_border.m: Likewise. |
|
1575 |
4710
|
1576 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
1577 not $(DOCSTRINGS). |
|
1578 |
4706
|
1579 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
1580 |
|
1581 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
1582 rank ([], tol). |
|
1583 |
4691
|
1584 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1585 |
4692
|
1586 * elfun/acot.m: Return atan (1./z). |
|
1587 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
1588 |
4691
|
1589 * miscellaneous/dir.m: New file. |
|
1590 |
|
1591 * general/num2str.m: Use "%d" as format if values are ints with |
|
1592 magnitude less than 1e10. |
|
1593 |
|
1594 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1595 |
|
1596 * general/num2str.m: If single arg is string, return it. |
|
1597 |
|
1598 * miscellaneous/not.m: New file. |
|
1599 |
|
1600 * miscellaneous/unix.m: New file. |
|
1601 |
|
1602 * miscellaneous/isunix.m: New file. |
|
1603 * miscellaneous/ispc.m: New file. |
|
1604 |
|
1605 * miscellaneous/computer.m: New file. |
|
1606 |
|
1607 * miscellaneous/delete.m: New file. |
|
1608 |
4689
|
1609 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1610 |
|
1611 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
1612 |
|
1613 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1614 |
|
1615 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
1616 Always return substituted version of LOADPATH if nargout != 0. |
|
1617 |
4685
|
1618 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
1619 |
|
1620 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
1621 before continuing. |
|
1622 |
|
1623 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
1624 |
4677
|
1625 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1626 |
|
1627 * general/ind2sub.m: New file. |
|
1628 * general/sub2ind.m: New file. |
|
1629 |
4675
|
1630 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1631 |
|
1632 * control/system/zp2ss.m: Don't save and restore |
|
1633 warn_empty_list_elements. |
|
1634 |
|
1635 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
1636 |
|
1637 * control/system/zp2ss.m: Correct definition of pure gain system. |
|
1638 |
4673
|
1639 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
1640 |
|
1641 * statistics/base/mean.m: Remove special case for row vectors. |
|
1642 |
4637
|
1643 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
1644 |
|
1645 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
1646 |
4631
|
1647 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
1648 |
|
1649 * statistics/base/iqr.m: Handle matrices. |
|
1650 |
4630
|
1651 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1652 |
|
1653 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
1654 |
4629
|
1655 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1656 |
|
1657 * miscellaneous/path.m: Fix thinko in previous change. |
|
1658 |
4609
|
1659 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
1660 |
4629
|
1661 * control/base/dare.m: Check positive (semi)definiteness and |
|
1662 dimensions of r (and q). |
|
1663 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
1664 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
1665 near unit circle. |
4611
|
1666 |
|
1667 * control/system/is_detectable.m: Use Hautus Lemma. |
|
1668 Correct the behavior for discrete-time systems. |
|
1669 * control/system/is_stabilizable.m: Likewise. |
|
1670 |
4609
|
1671 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
1672 |
|
1673 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
1674 |
4610
|
1675 * general/isdefinite.m: New function. |
|
1676 |
4567
|
1677 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1678 |
|
1679 * general/reshape: Delete. |
|
1680 |
4559
|
1681 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1682 |
|
1683 * general/numel.m: Delete. |
|
1684 |
4535
|
1685 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1686 |
4536
|
1687 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
1688 |
|
1689 * deprecated/isstr.m: New file. |
4535
|
1690 |
4529
|
1691 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1692 |
|
1693 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
1694 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
1695 |
4525
|
1696 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
1697 |
|
1698 * statistics/base/mean.m: Fix missing semicolon problem. |
|
1699 |
4503
|
1700 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
1701 |
|
1702 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
1703 |
4492
|
1704 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
1705 |
|
1706 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
1707 Allow optional length argument. |
|
1708 |
4491
|
1709 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1710 |
|
1711 * polynomial/polyfit.m: Avoid calling flipud. |
|
1712 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
1713 Return structure as second output value for improved Matlab |
|
1714 compatibility. |
|
1715 |
4476
|
1716 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1717 |
4478
|
1718 * linear-algebra/cond.m: Behave as though old built-in variable |
|
1719 propagate_empty_matrices is always 1. Also handle empty matrices |
|
1720 with one non-zero dimension. |
|
1721 |
4476
|
1722 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
1723 warn_single_quote_string to the list. |
4478
|
1724 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
1725 from the list. |
4476
|
1726 |
5095
|
1727 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
1728 |
|
1729 * signal/autocov.m: Transpose result of conj because diag returns |
|
1730 a column vector, not a row vector. |
|
1731 |
|
1732 * audio/playaudio.m, audio/record.m, image/image.m, |
|
1733 miscellaneous/bug_report.m: Protect spaces in filenames |
|
1734 with quotes. |
|
1735 |
4466
|
1736 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1737 |
4468
|
1738 * io/printf.m, io/puts.m: Delete. |
|
1739 |
4466
|
1740 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
1741 default_return_value from the list. |
|
1742 Add warn_undefined_return_values to the list. |
|
1743 |
|
1744 |
4464
|
1745 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1746 |
|
1747 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
1748 and initialize_global_variables from the list. |
|
1749 |
4460
|
1750 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1751 |
4463
|
1752 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
1753 |
|
1754 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
1755 |
|
1756 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
1757 * control/system/sys2fir.m: Likewise. |
|
1758 |
|
1759 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
1760 * control/system/__tf2sysl__.m: Likewise. |
|
1761 |
|
1762 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
1763 |
|
1764 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
1765 and [] concatenation. |
|
1766 * control/system/sys2fir.m: Likewise. |
|
1767 |
|
1768 * control/base/dgram.m, control/base/freqchkw.m, |
|
1769 control/base/gram.m, control/system/__abcddims__.m, |
|
1770 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
1771 control/system/is_sample.m, control/system/is_signal_list.m, |
|
1772 control/system/is_siso.m, control/system/sys2fir.m, |
|
1773 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
1774 control/system/sysgettype.m, control/system/tf2zp.m, |
|
1775 control/system/ugain.m, control/util/prompt.m, |
|
1776 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
1777 control/util/zgshsr.m: |
|
1778 Improve conformance to Octave coding style. |
|
1779 |
4461
|
1780 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
1781 the list. |
|
1782 Delete resize_on_range_error from the list. |
|
1783 |
4460
|
1784 * control/base/pzmap.m, control/base/place.m, |
|
1785 control/base/__freqresp__.m, control/system/sysappend.m, |
|
1786 control/system/syscont.m, control/system/sysdisc.m, |
|
1787 control/system/sysgroup.m, control/system/tfout.m, |
|
1788 control/system/zp2ss.m, control/system/zpout.m, |
|
1789 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
1790 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
1791 empty_list_elements_ok. |
|
1792 |
|
1793 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
1794 Delete empty_list_elements_ok from the list. |
|
1795 |
4457
|
1796 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1797 |
|
1798 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
1799 list. |
|
1800 Delete treat_neg_dim_as_zero from the list. |
|
1801 |
|
1802 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
1803 |
4451
|
1804 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1805 |
4455
|
1806 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
1807 was not used in the code in any case). |
|
1808 |
|
1809 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
1810 do_fortran_indexing. |
|
1811 |
4452
|
1812 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
1813 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
1814 |
4451
|
1815 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
1816 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
1817 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
1818 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
1819 warn_fortran_indexing in the list. |
|
1820 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
1821 implicit_str_to_num_ok, do_fortran_indexing, and |
|
1822 prefer_column_vectors from list. |
4451
|
1823 |
4440
|
1824 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1825 |
|
1826 * Makefile.in (distclean, maintainer-clean): Also remove |
|
1827 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
1828 directory. |
|
1829 |
5095
|
1830 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
1831 |
|
1832 * plot/hist.m: Don't forget to define n if x is a vector. |
|
1833 |
5095
|
1834 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
1835 |
|
1836 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
1837 return "." with extension. |
|
1838 |
4422
|
1839 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1840 |
|
1841 * control/base/__stepimp__.m, control/base/nichols.m, |
|
1842 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
1843 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
1844 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
1845 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
1846 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
1847 |
4413
|
1848 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1849 |
|
1850 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
1851 |
5095
|
1852 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
1853 |
|
1854 * plot/hist.m: Improve performance by using different algorithms |
|
1855 depending on number of bins. |
|
1856 |
4404
|
1857 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1858 |
|
1859 * control/system/sysadd.m: If systems are not "tf", convert before |
|
1860 adding. |
|
1861 |
5095
|
1862 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
1863 |
|
1864 * image/imagesc.m: Accept data limits parameter for colormap. |
|
1865 |
5095
|
1866 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
1867 |
|
1868 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
1869 the impulse by t_step. |
|
1870 |
4373
|
1871 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1872 |
|
1873 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
1874 column vectors. |
|
1875 |
5095
|
1876 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
1877 |
|
1878 * linear-algebra/null.m: Handle empty matrix arg. |
|
1879 |
4369
|
1880 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1881 |
|
1882 * general/shift.m: Force empty_list_elements_ok to 1. |
|
1883 |
4358
|
1884 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1885 |
|
1886 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
1887 New files. |
|
1888 |
4348
|
1889 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1890 |
|
1891 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
1892 function handle to pass to feval. |
|
1893 * statistics/base/qqplot.m: Likewise. |
|
1894 * statistics/base/ppplot.m: Likewise. |
|
1895 * signal/spectral_xdf.m: Likewise. |
|
1896 * signal/spectral_adf.m: Likewise. |
|
1897 |
4340
|
1898 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1899 |
|
1900 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
1901 |
4334
|
1902 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1903 |
|
1904 * linear-algebra/logm.m: New file. |
|
1905 |
5095
|
1906 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
1907 |
|
1908 * mkpkgadd: Scan C++ files as well |
|
1909 |
5095
|
1910 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
1911 |
|
1912 * strings/findstr.m: Return empty set for zero-length target. |
|
1913 |
5095
|
1914 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
1915 |
|
1916 * set/union.m: Preserve the orientation of inputs. |
|
1917 |
4305
|
1918 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1919 |
|
1920 * general/int2str.m: Eliminate leading spaces. |
|
1921 |
4303
|
1922 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1923 |
|
1924 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
1925 |
5095
|
1926 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
1927 |
|
1928 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
1929 $(BUILD_LDFLAGS) to compiler. |
|
1930 |
4295
|
1931 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1932 |
|
1933 * general/num2str.m: Don't specify field width for scalars. |
|
1934 |
4292
|
1935 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1936 |
|
1937 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
1938 |
4265
|
1939 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1940 |
4279
|
1941 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
1942 |
4266
|
1943 * miscellaneous/tempname.m: New file. |
|
1944 |
|
1945 * miscellaneous/tempdir.m: New file. |
|
1946 |
4265
|
1947 * miscellaneous/fullfile.m: New file. |
|
1948 |
4259
|
1949 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1950 |
4264
|
1951 * miscellaneous/fileparts.m: New file. |
|
1952 |
|
1953 * io/beep.m: New file. |
|
1954 |
4260
|
1955 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
1956 format only. |
4259
|
1957 |
4257
|
1958 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1959 |
|
1960 * strings/strcmp.m: Handle cell arrays of strings. |
|
1961 |
4229
|
1962 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1963 |
|
1964 * general/int2str.m: Handle matrices. |
|
1965 * general/num2str.m: Likewise. |
|
1966 Also handle optional precision, and format args. |
|
1967 |
4225
|
1968 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1969 |
|
1970 * audio/Makefile.in, control/base/Makefile.in, |
|
1971 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1972 control/system/Makefile.in, elfun/Makefile.in, |
|
1973 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
1974 io/Makefile.in, linear-algebra/Makefile.in, |
|
1975 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
1976 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
1977 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1978 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1979 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1980 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
1981 deprecated/Makefile.in: Use new do-script-install and |
|
1982 do-script-uninstall macros. |
|
1983 |
|
1984 * mkpkgadd: New script. |
|
1985 |
|
1986 * plot/close.m: New file. |
|
1987 |
4184
|
1988 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1989 |
|
1990 * image/image.m: Use -raw option for xv. |
|
1991 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
1992 |
4172
|
1993 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
1994 |
4174
|
1995 * control/base/lsim.m: Use approximate test for step size change. |
|
1996 |
4172
|
1997 * signal/bartlett.m: Avoid row/column mismatch error. |
|
1998 |
5095
|
1999 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
2000 |
|
2001 * statistics/base/var.m: Use better formula for improved accuracy. |
|
2002 |
5095
|
2003 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
2004 |
|
2005 * control/base/lsim.m: Correct doc string. |
|
2006 |
5095
|
2007 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
2008 |
|
2009 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
2010 |
4148
|
2011 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2012 |
|
2013 * plot/contour.m: Handle x and y as matrices too. |
|
2014 |
5095
|
2015 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
2016 |
|
2017 * plot/contour.m: Fix error and usage messages. |
|
2018 |
4146
|
2019 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2020 |
|
2021 * plot/contour.m: Correct orientation of plot. |
|
2022 |
4139
|
2023 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2024 |
|
2025 * control/base/analdemo.m: Fix typo. |
|
2026 |
5095
|
2027 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
2028 |
|
2029 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
2030 |
4098
|
2031 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2032 |
|
2033 * mkdoc: Exit immediately on errors. |
|
2034 Exit with error if gethelp does not exist. |
|
2035 |
|
2036 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
2037 |
4093
|
2038 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2039 |
|
2040 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
2041 |
5095
|
2042 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
2043 |
|
2044 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
2045 * statistics/distributions/normal_pdf.m: Likewise. |
|
2046 * statistics/distributions/normal_inv.m: Likewise. |
|
2047 |
5095
|
2048 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
2049 |
|
2050 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
2051 |
5095
|
2052 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
2053 |
|
2054 * statistics/base/var.m: Handle complex values. |
|
2055 |
4031
|
2056 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2057 |
|
2058 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
2059 list. |
|
2060 * deprecated/Makefile.in: New file. |
|
2061 |
5095
|
2062 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
2063 |
|
2064 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
2065 * statistics/distributions/binomial_cdf.m: Likewise. |
|
2066 * statistics/distributions/f_cdf.m: Likewise. |
|
2067 * statistics/distributions/t_cdf.m: Likewise. |
|
2068 |
|
2069 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
2070 * specfun/beta.m: Likewise. |
|
2071 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
2072 * statistics/distributions/gamma_pdf.m: Likewise. |
|
2073 * statistics/distributions/poisson_pdf.m: Likewise. |
|
2074 |
|
2075 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
2076 * statistics/distributions/poisson_cdf.m: Likewise. |
|
2077 |
4026
|
2078 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2079 |
4028
|
2080 * deprecated/is_bool.m: New file. |
|
2081 * deprecated/is_complex.m: New file. |
|
2082 * deprecated/is_global.m: New file. |
|
2083 * deprecated/is_list.m: New file. |
|
2084 * deprecated/is_matrix.m: New file. |
|
2085 * deprecated/is_scalar.m: New file. |
|
2086 * deprecated/is_square.m: New file. |
|
2087 * deprecated/is_stream.m: New file. |
|
2088 * deprecated/is_struct.m: New file. |
|
2089 * deprecated/is_symmetric.m: New file. |
|
2090 * deprecated/is_vector.m: New file. |
4030
|
2091 * Change all callers of these functions to use the new names. |
4028
|
2092 |
4029
|
2093 * deprecated: New directory. |
|
2094 * Makefile.in (SUBDIRS): Add it to the list. |
|
2095 |
4026
|
2096 * general/isscalar.m: Rename from is_scalar.m. |
|
2097 * general/issquare.m: Rename from is_square.m. |
|
2098 * general/issymmetric.m: Rename from is_symmetric.m. |
|
2099 * general/isvector.m: Rename from is_vector.m. |
|
2100 |
4022
|
2101 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2102 |
|
2103 * statistics/base/mean.m: Allow empty matrices. |
|
2104 Handle DIM arg. |
|
2105 |
5095
|
2106 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
2107 |
|
2108 * plot/__errcomm__.m: If format is not specified, default to error |
|
2109 bar format. |
|
2110 |
4011
|
2111 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2112 |
|
2113 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
2114 __F_SETFL__ and __O_NONBLOCK__. |
|
2115 |
|
2116 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
2117 * miscellaneous/bug_report.m: Likewise. |
|
2118 |
4007
|
2119 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2120 |
4008
|
2121 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
2122 * general/rem.m: Likewise. |
|
2123 |
|
2124 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
2125 * plot/semilogxerr.m: Likewise. |
4007
|
2126 * plot/semilogyerr.m: Likewise. |
|
2127 |
5095
|
2128 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
2129 |
|
2130 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
2131 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
2132 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
2133 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
2134 |
|
2135 * plot/errorbar.m: Use __errcomm__.m. |
|
2136 * plot/__errplot__.m: Minor cleanups. |
|
2137 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
2138 * plot/__pltopt1__.m: Likewise. |
|
2139 |
3980
|
2140 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2141 |
3981
|
2142 * general/rem.m: Delete redundant call to usage. |
|
2143 |
3980
|
2144 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
2145 |
5095
|
2146 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
2147 |
|
2148 * general/mod.m: New function. |
|
2149 |
3979
|
2150 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2151 |
|
2152 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
2153 * control/system/sysadd.m: Likewise. |
|
2154 * control/system/sysgroup.m: Likewise. |
|
2155 * control/system/syssub.m: Likewise. |
|
2156 * elfun/gcd.m: Likewise. |
|
2157 * elfun/lcm.m: Likewise. |
|
2158 * general/common_size.m: Likewise. |
|
2159 * io/printf.m: Likewise. |
|
2160 * miscellaneous/menu.m: Likewise. |
|
2161 * miscellaneous/path.m: Likewise. |
|
2162 * plot/__errplot__.m: Likewise. |
|
2163 * plot/__plt__.m: Likewise. |
|
2164 * plot/axis.m: Likewise. |
|
2165 * plot/errorbar.m: Likewise. |
|
2166 * plot/mplot.m: Likewise. |
|
2167 * plot/loglog.m: Likewise. |
|
2168 * plot/plot.m: Likewise. |
|
2169 * plot/plot_border.m: Likewise. |
|
2170 * plot/semilogx.m: Likewise. |
|
2171 * plot/semilogy.m: Likewise. |
|
2172 * plot/xlabel.m: Likewise. |
|
2173 * plot/ylabel.m: Likewise. |
|
2174 * plot/zlabel.m: Likewise. |
|
2175 * statistics/base/ppplot.m: Likewise. |
|
2176 * statistics/base/qqplot.m: Likewise. |
|
2177 * statistics/tests/bartlett_test.m: Likewise. |
|
2178 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
2179 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
2180 * strings/str2mat.m: Likewise. |
|
2181 * strings/strcat.m: Likewise. |
|
2182 |
5095
|
2183 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
2184 |
|
2185 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
2186 |
3924
|
2187 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2188 |
|
2189 * skip-autoheader: New file, for autogen.sh. |
3925
|
2190 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
2191 |
5095
|
2192 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
2193 |
|
2194 * general/repmat.m: New function. |
|
2195 |
5095
|
2196 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
2197 |
|
2198 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
2199 Use optional parameter to specify the number of bits in the input. |
|
2200 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
2201 floats in the range [-1,1], 2x speedup. |
|
2202 |
|
2203 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
2204 |
3910
|
2205 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2206 |
|
2207 * linear-algebra/kron.m: Delete. |
|
2208 |
5095
|
2209 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
2210 |
|
2211 * signal/freqz.m: If nargout is zero, plot results instead of |
|
2212 returning them. |
|
2213 * signal/freqz_plot.m: New file. |
|
2214 |
5095
|
2215 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
2216 |
5378
|
2217 * signal/unwrap.m: New file. |
3906
|
2218 |
5095
|
2219 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
2220 |
|
2221 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
2222 divide by zero warning. |
|
2223 |
5095
|
2224 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
2225 |
3894
|
2226 * strings/deblank.m: Trim \0 as well as blank. |
|
2227 |
5378
|
2228 * freqz.m: Evaluate a specific range of frequencies |
3893
|
2229 expressed in radians or Hz relative to a supplied sample rate. |
|
2230 |
5095
|
2231 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
2232 |
|
2233 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
2234 |
3891
|
2235 * strings/findstr.m: Vectorize as much as possible. |
|
2236 |
5095
|
2237 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
2238 |
|
2239 * special-matrix/invhilb.m: New version that is faster and more |
|
2240 accurate. |
|
2241 |
5095
|
2242 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
2243 |
|
2244 * configure.in: Update for autoconf 2.5x. |
|
2245 |
5095
|
2246 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
2247 |
|
2248 * special-matrix/vander.m: Code tidy and vectorize. |
|
2249 |
5095
|
2250 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
2251 |
3883
|
2252 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
2253 to vectors. Issue a warning in the case x matches y' but return a |
|
2254 column vector as Octave currently does. |
|
2255 |
3882
|
2256 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
2257 |
|
2258 * control/system/starp.m: Leave more of the documentation |
|
2259 processing to texinfo and less to the @format block. |
|
2260 |
|
2261 * image/imagesc.m: Only display image if no output is requested. |
|
2262 Code tidying. |
|
2263 |
3876
|
2264 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2265 |
|
2266 * statistics/base/center.m: Accept and return empty matrix. |
|
2267 |
3872
|
2268 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2269 |
|
2270 * specfun/erfinv.m: Fix usage message. |
|
2271 |
3869
|
2272 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2273 |
|
2274 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
2275 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
2276 |
3837
|
2277 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2278 |
|
2279 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
2280 capitalized variable names. |
|
2281 |
3836
|
2282 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
2283 |
|
2284 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
2285 |
5095
|
2286 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
2287 |
|
2288 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
2289 |
3803
|
2290 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
2291 |
3833
|
2292 * general/cart2pol.m: New file. |
|
2293 * general/pol2cart.m: New file. |
|
2294 * general/cart2sph.m: New file. |
|
2295 * general/sph2cart.m: New file. |
|
2296 * image/rgb2hsv.m: New file. |
|
2297 * image/hsv2rgb.m: New file. |
3803
|
2298 |
|
2299 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2300 |
|
2301 * plot/meshgrid.m: Avoid for loops. |
|
2302 * plot/meshdom.m: Likewise. |
|
2303 |
3801
|
2304 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2305 |
|
2306 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
2307 |
|
2308 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
2309 |
|
2310 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
2311 norm. |
|
2312 |
3792
|
2313 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
2314 |
|
2315 * statistics/tests/welch_test.m: Fix typo. |
|
2316 |
|
2317 * statistics/distributions/chisquare_cdf.m: |
|
2318 Don't restrict inputs to be only positive integers. |
|
2319 * statistics/distributions/chisquare_inv.m: Likewise. |
|
2320 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
2321 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
2322 * statistics/distributions/f_cdf.m: Likewise. |
|
2323 * statistics/distributions/f_inv.m: Likewise. |
|
2324 * statistics/distributions/f_pdf.m: Likewise. |
|
2325 * statistics/distributions/f_rnd.m: Likewise. |
|
2326 * statistics/distributions/t_cdf.m: Likewise. |
|
2327 * statistics/distributions/t_inv.m: Likewise. |
|
2328 * statistics/distributions/t_pdf.m: Likewise. |
|
2329 * statistics/distributions/t_rnd.m: Likewise. |
|
2330 |
3790
|
2331 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2332 |
|
2333 * strings/dec2base.m: New file. |
|
2334 * strings/base2dec.m: New file. |
|
2335 * strings/strjust.m: New file. |
|
2336 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
2337 * strings/dec2bin.m: Likewise. |
|
2338 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
2339 * strings/bin2dec.m: Likewise. |
|
2340 |
5095
|
2341 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
2342 |
|
2343 * statistics/base/ppplot.m: Use gset, not set. |
|
2344 * statistics/base/qqplot.m: Likewise. |
|
2345 |
5095
|
2346 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
2347 |
|
2348 * control/system/c2d.m: Add missing endif. |
|
2349 |
3759
|
2350 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
2351 |
|
2352 * strings/index.m: Return 0 if either string is empty. |
|
2353 |
|
2354 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
2355 |
|
2356 * control/system/c2d.m: Allow option of matched pole/zero |
|
2357 equivalent for conversion. |
|
2358 |
|
2359 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
2360 |
|
2361 * strings/findstr.m: Return empty matrix if search string is empty. |
|
2362 |
3757
|
2363 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
2364 |
|
2365 * saveimage.m: Do create rawbit image for black and white images, |
|
2366 but do it correctly. |
|
2367 |
3754
|
2368 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
2369 |
|
2370 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
2371 result polynomials. |
|
2372 |
3748
|
2373 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2374 |
|
2375 * image/saveimage.m: Don't try to create rawbit image. |
|
2376 |
3740
|
2377 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2378 |
|
2379 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
2380 |
5095
|
2381 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
2382 |
|
2383 * plot/contour.m: Reorder args for Matlab compatibility. |
|
2384 |
3727
|
2385 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
2386 |
|
2387 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
2388 |
3717
|
2389 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
2390 |
3718
|
2391 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
2392 |
3717
|
2393 * plot/mesh.m: Also set nologscale before plotting. |
|
2394 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
2395 xyerrorbars instead of just errorbars. |
|
2396 |
3714
|
2397 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
2398 |
|
2399 * image/image.m: Try display (from ImageMagick) first. |
|
2400 |
3709
|
2401 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
2402 |
|
2403 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
2404 conjugate transpose. |
|
2405 |
3705
|
2406 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2407 |
|
2408 * strings/str2mat.m: Apply setstr to each argument. |
|
2409 |
3696
|
2410 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
2411 |
|
2412 * control/base/dkalman.m: New file. |
|
2413 * control/base/dlqe.m: Handle singular A matrix. |
|
2414 * control/base/dlqr.m: Likewise. |
|
2415 |
3695
|
2416 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2417 |
|
2418 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
2419 dimensions don't match. |
|
2420 |
3690
|
2421 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
2422 |
|
2423 * plot/hist.m: Allow 3 argument form to work. |
|
2424 |
5095
|
2425 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
2426 |
|
2427 * plot/plot.m: Add examples in doc string. |
|
2428 |
5095
|
2429 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
2430 |
|
2431 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
2432 Do the right thing even if automatic_replot is not zero. |
|
2433 Avoid failure if system has pure imaginary poles. |
|
2434 |
3674
|
2435 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2436 |
|
2437 * general/logical.m: Return arg if it is empty. Better error |
|
2438 message for non-numeric types. |
|
2439 |
5095
|
2440 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
2441 |
|
2442 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
2443 about difference with Matlab dlqe function. |
|
2444 |
|
2445 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
2446 |
5095
|
2447 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
2448 |
|
2449 * strings/strrep.m: Fix typo. |
|
2450 |
3666
|
2451 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2452 |
|
2453 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
2454 |
5095
|
2455 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
2456 |
|
2457 * strings/strrep.m: Avoid for loop for speed. |
3667
|
2458 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
2459 |
5095
|
2460 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
2461 |
|
2462 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
2463 guess for iteration. |
|
2464 |
3651
|
2465 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
2466 |
|
2467 * image/image.m: Allow image (A) or image (x, y, A). |
|
2468 * image/imagesc.m: Likewise. |
|
2469 |
|
2470 * image/image.m: If zoom is not supplied, or if it is an empty |
|
2471 matrix, autoscale the image. |
|
2472 |
3618
|
2473 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2474 |
3619
|
2475 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
2476 Undo string escapes in text twice(!) before sending to gnuplot. |
|
2477 |
3618
|
2478 * image/saveimage.m: Add comment to file saying who created it and |
|
2479 when it was created. Suggested by Stephen Eglen |
|
2480 <stephen@cogsci.ed.ac.uk>. |
|
2481 |
5095
|
2482 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
2483 |
|
2484 * polynomial/polyreduce.m: Simplify by looking for the first |
|
2485 non-zero element rather than the last of the first set of zero |
|
2486 elements. |
|
2487 |
|
2488 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
2489 |
5095
|
2490 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
2491 |
|
2492 * image/saveimage.m: Swap black and white colormaps so zero is |
|
2493 displayed as black and 1 is displayed as white. |
|
2494 Fix indexing bug in ppm case. |
|
2495 |
3604
|
2496 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
2497 |
|
2498 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
2499 between the two distributions (took same approach as ks.test() in R.) |
|
2500 |
3603
|
2501 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2502 |
|
2503 * control/base/bode.m: Temporarily disable automatic_replot. |
|
2504 |
3599
|
2505 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2506 |
3601
|
2507 * Makefile.in (clean): Also remove gethelp. |
|
2508 |
3599
|
2509 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
2510 |
5095
|
2511 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
2512 |
|
2513 * set/create_set.m: Use find to avoid while loop. |
|
2514 |
5095
|
2515 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
2516 |
|
2517 * plot/hist.m: New optional third argument. |
|
2518 |
|
2519 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2520 |
|
2521 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
2522 number appended. |
|
2523 |
3575
|
2524 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2525 |
|
2526 * gethelp.cc: Sprinkle with std:: qualifier. |
|
2527 |
3498
|
2528 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2529 |
|
2530 * image/saveimage.m: Delete some debugging code. |
|
2531 |
3486
|
2532 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2533 |
|
2534 * signal/sinc.m: Avoid reshaping. |
|
2535 |
|
2536 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
2537 * image/ind2rgb.m: Ditto. |
|
2538 * image/ind2gray.m: Ditto. |
|
2539 * general/reshape.m: Ditto. Also no longer needs to reset |
|
2540 implicit_str_to_num_ok. |
|
2541 |
3483
|
2542 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2543 |
|
2544 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
2545 a list of file structures, not a vector of numeric file ids. |
|
2546 |
3474
|
2547 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2548 |
3476
|
2549 * plot/__axis_label__.m: New function. |
|
2550 Undo string escapes in text twice(!) before sending to gnuplot. |
|
2551 * plot/xlabel.m: Use it. |
|
2552 * plot/ylabel.m: Ditto. |
|
2553 * plot/zlabel.m: Ditto. |
|
2554 |
3474
|
2555 * plot/mesh.m: Fix error message to reflect reality. |
|
2556 |
5095
|
2557 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
2558 |
|
2559 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
2560 |
5095
|
2561 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
2562 |
|
2563 * audio/saveaudio.m: Also accept files with .ul extension. |
|
2564 * audio/loadaudio.m: Ditto. |
|
2565 * audio/playaudio.m: Ditto. |
|
2566 |
3456
|
2567 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2568 |
|
2569 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
2570 * statistics/distributions/beta_inv.m: Ditto. |
|
2571 * statistics/distributions/beta_pdf.m: Ditto. |
|
2572 * statistics/distributions/beta_rnd.m: Ditto. |
|
2573 * statistics/distributions/binomial_cdf.m: Ditto. |
|
2574 * statistics/distributions/binomial_inv.m: Ditto. |
|
2575 * statistics/distributions/binomial_pdf.m: Ditto. |
|
2576 * statistics/distributions/binomial_rnd.m: Ditto. |
|
2577 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
2578 * statistics/distributions/cauchy_inv.m: Ditto. |
|
2579 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
2580 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
2581 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
2582 * statistics/distributions/chisquare_inv.m: Ditto. |
|
2583 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
2584 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
2585 * statistics/distributions/discrete_cdf.m: Ditto. |
|
2586 * statistics/distributions/discrete_inv.m: Ditto. |
|
2587 * statistics/distributions/discrete_pdf.m: Ditto. |
|
2588 * statistics/distributions/discrete_rnd.m: Ditto. |
|
2589 * statistics/distributions/empirical_cdf.m: Ditto. |
|
2590 * statistics/distributions/empirical_inv.m: Ditto. |
|
2591 * statistics/distributions/empirical_pdf.m: Ditto. |
|
2592 * statistics/distributions/empirical_rnd.m: Ditto. |
|
2593 * statistics/distributions/exponential_cdf.m: Ditto. |
|
2594 * statistics/distributions/exponential_inv.m: Ditto. |
|
2595 * statistics/distributions/exponential_pdf.m: Ditto. |
|
2596 * statistics/distributions/exponential_rnd.m: Ditto. |
|
2597 * statistics/distributions/f_cdf.m: Ditto. |
|
2598 * statistics/distributions/f_inv.m: Ditto. |
|
2599 * statistics/distributions/f_pdf.m: Ditto. |
|
2600 * statistics/distributions/f_rnd.m: Ditto. |
|
2601 * statistics/distributions/gamma_cdf.m: Ditto. |
|
2602 * statistics/distributions/gamma_inv.m: Ditto. |
|
2603 * statistics/distributions/gamma_pdf.m: Ditto. |
|
2604 * statistics/distributions/gamma_rnd.m: Ditto. |
|
2605 * statistics/distributions/geometric_cdf.m: Ditto. |
|
2606 * statistics/distributions/geometric_inv.m: Ditto. |
|
2607 * statistics/distributions/geometric_pdf.m: Ditto. |
|
2608 * statistics/distributions/geometric_rnd.m: Ditto. |
|
2609 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
2610 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
2611 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
2612 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
2613 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
2614 * statistics/distributions/laplace_cdf.m: Ditto. |
|
2615 * statistics/distributions/laplace_inv.m: Ditto. |
|
2616 * statistics/distributions/laplace_pdf.m: Ditto. |
|
2617 * statistics/distributions/laplace_rnd.m: Ditto. |
|
2618 * statistics/distributions/logistic_cdf.m: Ditto. |
|
2619 * statistics/distributions/logistic_inv.m: Ditto. |
|
2620 * statistics/distributions/logistic_pdf.m: Ditto. |
|
2621 * statistics/distributions/logistic_rnd.m: Ditto. |
|
2622 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
2623 * statistics/distributions/lognormal_inv.m: Ditto. |
|
2624 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
2625 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
2626 * statistics/distributions/normal_cdf.m: Ditto. |
|
2627 * statistics/distributions/normal_inv.m: Ditto. |
|
2628 * statistics/distributions/normal_pdf.m: Ditto. |
|
2629 * statistics/distributions/normal_rnd.m: Ditto. |
|
2630 * statistics/distributions/pascal_cdf.m: Ditto. |
|
2631 * statistics/distributions/pascal_inv.m: Ditto. |
|
2632 * statistics/distributions/pascal_pdf.m: Ditto. |
|
2633 * statistics/distributions/pascal_rnd.m: Ditto. |
|
2634 * statistics/distributions/poisson_cdf.m: Ditto. |
|
2635 * statistics/distributions/poisson_inv.m: Ditto. |
|
2636 * statistics/distributions/poisson_pdf.m: Ditto. |
|
2637 * statistics/distributions/poisson_rnd.m: Ditto. |
|
2638 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
2639 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
2640 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
2641 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
2642 * statistics/distributions/t_cdf.m: Ditto. |
|
2643 * statistics/distributions/t_inv.m: Ditto. |
|
2644 * statistics/distributions/t_pdf.m: Ditto. |
|
2645 * statistics/distributions/t_rnd.m: Ditto. |
|
2646 * statistics/distributions/uniform_cdf.m: Ditto. |
|
2647 * statistics/distributions/uniform_inv.m: Ditto. |
|
2648 * statistics/distributions/uniform_pdf.m: Ditto. |
|
2649 * statistics/distributions/uniform_rnd.m: Ditto. |
|
2650 * statistics/distributions/weibull_cdf.m: Ditto. |
|
2651 * statistics/distributions/weibull_inv.m: Ditto. |
|
2652 * statistics/distributions/weibull_pdf.m: Ditto. |
|
2653 * statistics/distributions/weibull_rnd.m: Ditto. |
|
2654 * statistics/distributions/wiener_rnd.m: Ditto. |
|
2655 |
3453
|
2656 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2657 |
|
2658 * statistics/base/values.m: Texinfoize doc string. |
|
2659 * statistics/base/var.m: Ditto. |
|
2660 * statistics/base/table.m: Ditto. |
|
2661 * statistics/base/studentize.m: Ditto. |
|
2662 * statistics/base/statistics.m: Ditto. |
|
2663 * statistics/base/spearman.m: Ditto. |
|
2664 * statistics/base/run_count.m: Ditto. |
|
2665 * statistics/base/ranks.m: Ditto. |
|
2666 * statistics/base/range.m: Ditto. |
|
2667 * statistics/base/qqplot.m: Ditto. |
|
2668 * statistics/base/probit.m: Ditto. |
|
2669 * statistics/base/ppplot.m: Ditto. |
|
2670 * statistics/base/moment.m: Ditto. |
|
2671 * statistics/base/meansq.m: Ditto. |
|
2672 * statistics/base/logit.m: Ditto. |
|
2673 * statistics/base/kendall.m: Ditto. |
|
2674 * statistics/base/iqr.m: Ditto. |
|
2675 * statistics/base/cut.m: Ditto. |
|
2676 * statistics/base/cor.m: Ditto. |
|
2677 * statistics/base/cloglog.m: Ditto. |
|
2678 * statistics/base/center.m: Ditto. |
3454
|
2679 * statistics/models/logistic_regression.m: Ditto. |
|
2680 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
2681 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
2682 * statistics/tests/anova.m: Ditto. |
|
2683 * statistics/tests/bartlett_test.m: Ditto. |
|
2684 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
2685 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
2686 * statistics/tests/cor_test.m: Ditto. |
|
2687 * statistics/tests/f_test_regression.m: Ditto. |
|
2688 * statistics/tests/hotelling_test.m: Ditto. |
|
2689 * statistics/tests/hotelling_test_2.m: Ditto. |
|
2690 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
2691 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
2692 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
2693 * statistics/tests/manova.m: Ditto. |
|
2694 * statistics/tests/mcnemar_test.m: Ditto. |
|
2695 * statistics/tests/prop_test_2.m: Ditto. |
|
2696 * statistics/tests/run_test.m: Ditto. |
|
2697 * statistics/tests/sign_test.m: Ditto. |
|
2698 * statistics/tests/t_test.m: Ditto. |
|
2699 * statistics/tests/t_test_2.m: Ditto. |
|
2700 * statistics/tests/t_test_regression.m: Ditto. |
|
2701 * statistics/tests/u_test.m: Ditto. |
|
2702 * statistics/tests/var_test.m: Ditto. |
|
2703 * statistics/tests/welch_test.m: Ditto. |
|
2704 * statistics/tests/wilcoxon_test.m: Ditto. |
|
2705 * statistics/tests/z_test.m: Ditto. |
|
2706 * statistics/tests/z_test_2.m: Ditto. |
3453
|
2707 |
3446
|
2708 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2709 |
|
2710 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
2711 * plot/__plr1__.m: Ditto. |
|
2712 * plot/__pltopt__.m: Ditto. |
|
2713 * plot/__plt__.m: Ditto. |
|
2714 * plot/__plt2vv__.m: Ditto. |
|
2715 * plot/__plr2__.m: Ditto. |
|
2716 * plot/__plr__.m: Ditto. |
|
2717 * plot/__plt1__.m: Ditto. |
|
2718 * plot/__plt2__.m: Ditto. |
|
2719 * plot/__plt2mm__.m: Ditto. |
|
2720 * plot/__plt2mv__.m: Ditto. |
|
2721 * plot/__plt2ss__.m: Ditto. |
|
2722 * miscellaneous/paren.m: Ditto. |
|
2723 * miscellaneous/comma.m: Ditto. |
|
2724 * miscellaneous/semicolon.m: Ditto. |
|
2725 * miscellaneous/path.m: Ditto. |
|
2726 * miscellaneous/list_primes.m: Ditto. |
|
2727 * miscellaneous/flops.m: Ditto. |
|
2728 * miscellaneous/dump_prefs.m: Ditto. |
|
2729 * miscellaneous/bug_report.m: Ditto. |
|
2730 * linear-algebra/dot.m: Ditto |
|
2731 * linear-algebra/dmult.m: Ditto. |
|
2732 * general/randperm.m: Ditto. |
|
2733 * general/logical.m: Ditto. |
|
2734 * general/is_duplicate_entry.m: Ditto. |
|
2735 * signal/arch_fit.m: Ditto. |
|
2736 * signal/arch_rnd.m: Ditto. |
|
2737 * signal/arch_test.m: Ditto. |
|
2738 * signal/arma_rnd.m: Ditto. |
|
2739 * signal/autocor.m: Ditto. |
|
2740 * signal/autocov.m: Ditto. |
|
2741 * signal/autoreg_matrix.m: Ditto. |
|
2742 * signal/bartlett.m: Ditto. |
|
2743 * signal/blackman.m: Ditto. |
|
2744 * signal/detrend.m: Ditto. |
|
2745 * signal/diffpara.m: Ditto. |
|
2746 * signal/durbinlevinson.m: Ditto. |
|
2747 * signal/fftconv.m: Ditto. |
|
2748 * signal/fftfilt.m: Ditto. |
|
2749 * signal/fftshift.m: Ditto. |
|
2750 * signal/fractdiff.m: Ditto. |
|
2751 * signal/freqz.m: Ditto. |
|
2752 * signal/hamming.m: Ditto. |
|
2753 * signal/hanning.m: Ditto. |
|
2754 * signal/hurst.m: Ditto. |
|
2755 * signal/periodogram.m: Ditto. |
|
2756 * signal/rectangle_lw.m: Ditto. |
|
2757 * signal/rectangle_sw.m: Ditto. |
|
2758 * signal/sinc.m: Ditto. |
|
2759 * signal/sinetone.m: Ditto. |
|
2760 * signal/sinewave.m: Ditto. |
|
2761 * signal/spectral_adf.m: Ditto. |
|
2762 * signal/spectral_xdf.m: Ditto. |
|
2763 * signal/spencer.m: Ditto. |
|
2764 * signal/stft.m: Ditto. |
|
2765 * signal/synthesis.m: Ditto. |
|
2766 * signal/triangle_lw.m: Ditto. |
|
2767 * signal/triangle_sw.m: Ditto. |
|
2768 * signal/yulewalker.m: Ditto. |
3450
|
2769 * control/util/strappend.m: Ditto. |
3451
|
2770 * control/base/nichols.m: Ditto. |
3452
|
2771 * control/system/is_signal_list.m: Ditto. |
|
2772 * control/system/listidx.m: Ditto. |
|
2773 * control/system/sysgettsam.m: Ditto. |
|
2774 * control/system/sysidx.m: Ditto. |
3446
|
2775 |
3438
|
2776 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2777 |
|
2778 * control/system/__abcddims__.m: Rename from |
|
2779 control/system/abcddims.m, change all callers. |
|
2780 * control/base/__bodquist__.m: Likewise. |
|
2781 * control/base/__freqresp__.m: Likewise. |
|
2782 * control/util/__outlist__.m: Likewise. |
|
2783 * control/base/__stepimp__.m: Likewise. |
|
2784 * control/system/__syschnamesl__.m: Likewise. |
|
2785 * control/system/__syscont_disc__.m: Likewise. |
|
2786 * control/system/__sysdefioname__.m: Likewise. |
|
2787 * control/system/__sysdefstname__.m: Likewise. |
|
2788 * control/system/__sysgroupn__.m: Likewise. |
|
2789 * control/system/__tf2sysl__.m: Likewise. |
|
2790 * control/util/__zgpbal__.m: Likewise. |
|
2791 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
2792 |
|
2793 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
2794 * quaternion/qconj.m: Ditto. |
|
2795 * quaternion/qcoordinate_plot.m: Ditto. |
|
2796 * quaternion/qderiv.m: Ditto. |
|
2797 * quaternion/qderivmat.m: Ditto. |
|
2798 * quaternion/qinv.m: Ditto. |
|
2799 * quaternion/qmult.m: Ditto. |
|
2800 * quaternion/qtrans.m: Ditto. |
|
2801 * quaternion/qtransv.m: Ditto. |
|
2802 * quaternion/qtransvmat.m: Ditto. |
|
2803 * quaternion/quaternion.m: Ditto. |
3438
|
2804 |
3436
|
2805 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2806 |
|
2807 * control/base/Makefile.in: Ditto. |
|
2808 * control/hinf/Makefile.in: New file. |
|
2809 * control/marsyas/Makefile.in: Ditto. |
|
2810 * control/obsolete/Makefile.in: Ditto. |
|
2811 * control/system/Makefile.in: Ditto. |
|
2812 * control/util/Makefile.in: Ditto. |
|
2813 |
|
2814 * strings/com2str.m: Move here from control directory. |
|
2815 |
|
2816 * control/base: New directory. |
|
2817 * control/base/DEMOcontrol.m: Move here from control directory. |
|
2818 * control/base/analdemo.m: Ditto. |
|
2819 * control/base/are.m: Ditto. |
|
2820 * control/base/bddemo.m: Ditto. |
|
2821 * control/base/bode.m: Ditto. |
|
2822 * control/base/bode_bounds.m: Ditto. |
|
2823 * control/base/bodquist.m: Ditto. |
|
2824 * control/base/controldemo.m: Ditto. |
|
2825 * control/base/ctrb.m: Ditto. |
|
2826 * control/base/damp.m: Ditto. |
|
2827 * control/base/dare.m: Ditto. |
|
2828 * control/base/dcgain.m: Ditto. |
|
2829 * control/base/dgram.m: Ditto. |
|
2830 * control/base/dlqe.m: Ditto. |
|
2831 * control/base/dlqr.m: Ditto. |
|
2832 * control/base/dlyap.m: Ditto. |
|
2833 * control/base/dre.m: Ditto. |
|
2834 * control/base/frdemo.m: Ditto. |
|
2835 * control/base/freqchkw.m: Ditto. |
|
2836 * control/base/freqresp.m: Ditto. |
|
2837 * control/base/gram.m: Ditto. |
|
2838 * control/base/impulse.m: Ditto. |
|
2839 * control/base/lqe.m: Ditto. |
|
2840 * control/base/lqg.m: Ditto. |
|
2841 * control/base/lqr.m: Ditto. |
|
2842 * control/base/lsim.m: Ditto. |
|
2843 * control/base/ltifr.m: Ditto. |
|
2844 * control/base/lyap.m: Ditto. |
|
2845 * control/base/nichols.m: Ditto. |
|
2846 * control/base/nyquist.m: Ditto. |
|
2847 * control/base/obsv.m: Ditto. |
|
2848 * control/base/place.m: Ditto. |
|
2849 * control/base/pzmap.m: Ditto. |
|
2850 * control/base/rldemo.m: Ditto. |
|
2851 * control/base/rlocus.m: Ditto. |
|
2852 * control/base/step.m: Ditto. |
|
2853 * control/base/stepimp.m: Ditto. |
|
2854 * control/base/tzero.m: Ditto. |
|
2855 * control/base/tzero2.m: Ditto. |
|
2856 |
|
2857 * control/hinf: New directory. |
|
2858 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
2859 * control/hinf/h2norm.m: Ditto. |
|
2860 * control/hinf/h2syn.m: Ditto. |
|
2861 * control/hinf/hinf_ctr.m: Ditto. |
|
2862 * control/hinf/hinfdemo.m: Ditto. |
|
2863 * control/hinf/hinfnorm.m: Ditto. |
|
2864 * control/hinf/hinfsyn.m: Ditto. |
|
2865 * control/hinf/hinfsyn_chk.m: Ditto. |
|
2866 * control/hinf/hinfsyn_ric.m: Ditto. |
|
2867 * control/hinf/wgt1o.m: Ditto. |
3441
|
2868 * control/hinf/dgkfdemo.m: Ditto. |
|
2869 * control/hinf/is_dgkf.m: Ditto. |
3436
|
2870 |
|
2871 * control/marsyas: New directory. |
|
2872 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
2873 * control/marsyas/susball.m: Ditto. |
|
2874 |
|
2875 * control/obsolete/dezero.m: Move here from control directory. |
|
2876 * control/obsolete/rotg.m: Ditto. |
|
2877 |
|
2878 * control/system: New directory. |
|
2879 * control/system/abcddim.m: Move here from control directory. |
|
2880 * control/system/abcddims.m: Ditto. |
|
2881 * control/system/buildssic.m: Ditto. |
|
2882 * control/system/c2d.m: Ditto. |
|
2883 * control/system/d2c.m: Ditto. |
|
2884 * control/system/dmr2d.m: Ditto. |
|
2885 * control/system/fir2sys.m: Ditto. |
|
2886 * control/system/is_abcd.m: Ditto. |
|
2887 * control/system/is_digital.m: Ditto. |
|
2888 * control/system/is_sample.m: Ditto. |
|
2889 * control/system/is_signal_list.m: Ditto. |
|
2890 * control/system/is_siso.m: Ditto. |
3441
|
2891 * control/system/is_controllable.m: Ditto. |
|
2892 * control/system/is_detectable.m: Ditto. |
|
2893 * control/system/is_observable.m: Ditto. |
|
2894 * control/system/is_stabilizable.m: Ditto. |
|
2895 * control/system/is_stable.m: Ditto. |
3436
|
2896 * control/system/jet707.m: Ditto. |
|
2897 * control/system/listidx.m: Ditto. |
|
2898 * control/system/moddemo.m: Ditto. |
|
2899 * control/system/ord2.m: Ditto. |
|
2900 * control/system/packedform.m: Ditto. |
|
2901 * control/system/parallel.m: Ditto. |
|
2902 * control/system/ss2sys.m: Ditto. |
|
2903 * control/system/ss2tf.m: Ditto. |
|
2904 * control/system/ss2zp.m: Ditto. |
|
2905 * control/system/starp.m: Ditto. |
|
2906 * control/system/sys2fir.m: Ditto. |
|
2907 * control/system/sys2ss.m: Ditto. |
|
2908 * control/system/sys2tf.m: Ditto. |
|
2909 * control/system/sys2zp.m: Ditto. |
|
2910 * control/system/sysadd.m: Ditto. |
|
2911 * control/system/sysappend.m: Ditto. |
|
2912 * control/system/syschnamesl.m: Ditto. |
|
2913 * control/system/syschtsam.m: Ditto. |
|
2914 * control/system/sysconnect.m: Ditto. |
|
2915 * control/system/syscont.m: Ditto. |
|
2916 * control/system/syscont_disc.m: Ditto. |
|
2917 * control/system/sysdefioname.m: Ditto. |
|
2918 * control/system/sysdefstname.m: Ditto. |
|
2919 * control/system/sysdimensions.m: Ditto. |
|
2920 * control/system/sysdisc.m: Ditto. |
|
2921 * control/system/sysdup.m: Ditto. |
|
2922 * control/system/sysgetsignals.m: Ditto. |
|
2923 * control/system/sysgettsam.m: Ditto. |
|
2924 * control/system/sysgettype.m: Ditto. |
|
2925 * control/system/sysgroup.m: Ditto. |
|
2926 * control/system/sysgroupn.m: Ditto. |
|
2927 * control/system/sysidx.m: Ditto. |
|
2928 * control/system/sysmin.m: Ditto. |
|
2929 * control/system/sysmult.m: Ditto. |
|
2930 * control/system/sysout.m: Ditto. |
|
2931 * control/system/sysprune.m: Ditto. |
|
2932 * control/system/sysreorder.m: Ditto. |
|
2933 * control/system/sysrepdemo.m: Ditto. |
|
2934 * control/system/sysscale.m: Ditto. |
|
2935 * control/system/syssetsignals.m: Ditto. |
|
2936 * control/system/syssub.m: Ditto. |
|
2937 * control/system/sysupdate.m: Ditto. |
|
2938 * control/system/tf2ss.m: Ditto. |
|
2939 * control/system/tf2sys.m: Ditto. |
|
2940 * control/system/tf2sysl.m: Ditto. |
|
2941 * control/system/tf2zp.m: Ditto. |
|
2942 * control/system/tfout.m: Ditto. |
|
2943 * control/system/ugain.m: Ditto. |
|
2944 * control/system/zp2ss.m: Ditto. |
|
2945 * control/system/zp2ssg2.m: Ditto. |
|
2946 * control/system/zp2sys.m: Ditto. |
|
2947 * control/system/zp2tf.m: Ditto. |
|
2948 * control/system/zpout.m: Ditto. |
|
2949 |
|
2950 * control/util: New directory. |
|
2951 * control/util/axis2dlim.m: Move here from control directory. |
|
2952 * control/util/outlist.m: Ditto. |
|
2953 * control/util/prompt.m: Ditto. |
|
2954 * control/util/run_cmd.m: Ditto. |
|
2955 * control/util/sortcom.m: Ditto. |
|
2956 * control/util/strappend.m: Ditto. |
|
2957 * control/util/swap.m: Ditto. |
|
2958 * control/util/zgfmul.m: Ditto. |
|
2959 * control/util/zgfslv.m: Ditto. |
|
2960 * control/util/zginit.m: Ditto. |
|
2961 * control/util/zgpbal.m: Ditto. |
|
2962 * control/util/zgreduce.m: Ditto. |
|
2963 * control/util/zgrownorm.m: Ditto. |
|
2964 * control/util/zgscal.m: Ditto. |
|
2965 * control/util/zgsgiv.m: Ditto. |
|
2966 * control/util/zgshsr.m: Ditto. |
|
2967 |
3427
|
2968 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2969 |
|
2970 * gethelp.cc (extract_help_text): Discard first space character |
|
2971 after consecutive comment characters. |
|
2972 |
3422
|
2973 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
2974 |
|
2975 * control/obsolete: New directory |
|
2976 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
2977 * control/obsolete/swapcols.m: Ditto. |
|
2978 * control/obsolete/dlqg.m: Ditto. |
|
2979 * control/obsolete/minfo.m: Ditto. |
|
2980 * control/obsolete/packsys.m: Ditto. |
|
2981 * control/obsolete/qzval.m: Ditto. |
|
2982 * control/obsolete/unpacksys.m: Ditto. |
|
2983 * control/obsolete/series.m: Ditto. |
|
2984 * control/obsolete/syschnames.m: Ditto. |
|
2985 * polynomial/polyout.m: Ditto. |
3422
|
2986 |
3420
|
2987 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2988 |
|
2989 * general/fliplr.m: Eliminate useless copy of arg. |
|
2990 * general/flipud.m: Ditto. |
|
2991 |
3418
|
2992 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
2993 |
|
2994 * linear-algebra/cross.m: Only return a row vector if both args |
|
2995 are row vectors. |
|
2996 * polynomial/polyfit.m: Likewise. |
|
2997 |
|
2998 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
2999 |
|
3000 * statistics/distributions/discrete_rnd.m: |
|
3001 Always generate a row vector. |
|
3002 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
3003 |
5095
|
3004 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
3005 |
|
3006 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
3007 |
|
3008 * audio/setaudio.m: Texinfoize doc string. |
|
3009 * control/com2str.m: Likewise. |
|
3010 * control/controldemo.m: Likewise. |
|
3011 * control/DEMOcontrol.m: Likewise. |
|
3012 * control/dezero.m: Likewise. |
|
3013 * control/dre.m: Likewise. |
|
3014 * control/hinfsyn_ric.m: Likewise. |
|
3015 |
5095
|
3016 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
3017 |
|
3018 * io/printf.m: Add @seealso{...} to doc string. |
|
3019 * io/puts.m: Likewise. |
|
3020 * plot/semilogx.m: Likewise. |
|
3021 * plot/semilogy.m: Likewise. |
|
3022 * plot/__pltopt__.m: Likewise. |
|
3023 * plot/bar.m: Likewise. |
|
3024 * plot/xlabel.m: Likewise. |
|
3025 * plot/grid.m: Likewise. |
|
3026 * plot/shg.m: Likewise. |
|
3027 * plot/title.m: Likewise. |
|
3028 * plot/mesh.m: Likewise. |
|
3029 * plot/__pltopt1__.m: Likewise. |
|
3030 * plot/contour.m: Likewise. |
|
3031 * plot/hist.m: Likewise. |
|
3032 * plot/stairs.m: Likewise. |
|
3033 * plot/meshgrid.m: Likewise. |
|
3034 * plot/polar.m: Likewise. |
|
3035 * plot/loglog.m: Likewise. |
|
3036 * plot/plot.m: Likewise. |
|
3037 * miscellaneous/semicolon.m: Likewise. |
|
3038 * miscellaneous/menu.m: Likewise. |
|
3039 * miscellaneous/etime.m: Likewise. |
|
3040 * miscellaneous/texas_lotto.m: Likewise. |
|
3041 * miscellaneous/comma.m: Likewise. |
|
3042 * audio/lin2mu.m: Likewise. |
|
3043 * audio/playaudio.m: Likewise. |
|
3044 * audio/loadaudio.m: Likewise. |
|
3045 * audio/saveaudio.m: Likewise. |
|
3046 * audio/mu2lin.m: Likewise. |
|
3047 * audio/record.m: Likewise. |
|
3048 * strings/isletter.m: Likewise. |
|
3049 * strings/lower.m: Likewise. |
|
3050 * strings/lower.m: Likewise. |
|
3051 * strings/upper.m: Likewise. |
|
3052 * specfun/erfinv.m: Likewise. |
|
3053 * specfun/gammai.m: Likewise. |
|
3054 * specfun/log2.m: Likewise. |
|
3055 * specfun/pow2.m: Likewise. |
|
3056 * elfun/gcd.m: Likewise. |
|
3057 * elfun/lcm.m: Likewise. |
|
3058 * special-matrix/vander.m: Likewise. |
|
3059 * special-matrix/sylvester_matrix.m: Likewise. |
|
3060 * special-matrix/hilb.m: Likewise. |
|
3061 * special-matrix/hankel.m: Likewise. |
|
3062 * special-matrix/toeplitz.m: Likewise. |
|
3063 * special-matrix/invhilb.m: Likewise. |
|
3064 * statistics/base/std.m: Likewise. |
|
3065 * statistics/base/median.m: Likewise. |
|
3066 * linear-algebra/cond.m: Likewise. |
|
3067 * linear-algebra/norm.m: Likewise. |
|
3068 * finance/nper.m: Likewise. |
|
3069 * finance/pmt.m: Likewise. |
|
3070 * finance/pv.m: Likewise. |
|
3071 * finance/rate.m: Likewise. |
|
3072 * finance/npv.m: Likewise. |
|
3073 * general/fliplr.m: Likewise. |
|
3074 * general/flipud.m: Likewise. |
|
3075 * general/is_scalar.m: Likewise. |
|
3076 * general/rem.m: Likewise. |
|
3077 * general/perror.m: Likewise. |
|
3078 * general/tril.m: Likewise. |
|
3079 * general/rot90.m: Likewise. |
|
3080 * general/num2str.m: Likewise. |
|
3081 * general/int2str.m: Likewise. |
|
3082 * general/reshape.m: Likewise. |
|
3083 * general/logspace.m: Likewise. |
|
3084 * general/is_symmetric.m: Likewise. |
|
3085 * general/is_vector.m: Likewise. |
|
3086 * general/nextpow2.m: Likewise. |
|
3087 * general/columns.m: Likewise. |
|
3088 * general/is_square.m: Likewise. |
|
3089 * general/rows.m: Likewise. |
|
3090 * control/ugain.m: Likewise. |
|
3091 * control/damp.m: Likewise. |
|
3092 * control/dare.m: Likewise. |
|
3093 * control/are.m: Likewise. |
|
3094 * control/sys2fir.m: Likewise. |
|
3095 * control/abcddim.m: Likewise. |
|
3096 * control/is_abcd.m: Likewise. |
|
3097 * control/step.m: Likewise. |
|
3098 * control/is_observable.m: Likewise. |
|
3099 * control/is_controllable.m: Likewise. |
|
3100 * control/jet707.m: Likewise. |
|
3101 * control/polyout.m: Likewise. |
|
3102 * control/impulse.m: Likewise. |
|
3103 * control/lqg.m: Likewise. |
|
3104 * control/is_detectable.m: Likewise. |
|
3105 * control/sysdimensions.m: Likewise. |
|
3106 * control/sysupdate.m: Likewise. |
|
3107 * control/stepimp.m: Likewise. |
|
3108 * control/is_stable.m: Likewise. |
|
3109 * control/tfout.m: Likewise. |
|
3110 * control/zpout.m: Likewise. |
|
3111 |
3405
|
3112 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3113 |
|
3114 * set/complement.m: Add @seealso{} stuff. |
|
3115 * set/create_set.m: Likewise. |
|
3116 * set/intersection.m: Likewise. |
|
3117 * set/union.m: Likewise. |
|
3118 |
3399
|
3119 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3120 |
3400
|
3121 * control/d2c.m: Use double quotes instead of single quotes for |
|
3122 string constants. |
|
3123 * control/dgkfdemo.m: Likewise. |
|
3124 * control/fir2sys.m: Likewise. |
|
3125 * control/frdemo.m: Likewise. |
|
3126 * control/moddemo.m: Likewise. |
|
3127 * control/minfo.m: Likewise. |
|
3128 * control/is_stabilizable.m: Likewise. |
|
3129 * control/is_dgkf.m: Likewise. |
|
3130 * control/polyout.m: Likewise. |
|
3131 * control/sysconnect.m: Likewise. |
|
3132 * control/sysrepdemo.m: Likewise. |
|
3133 * control/tf2sys.m: Likewise. |
|
3134 * control/tfout.m: Likewise. |
|
3135 * control/zp2sys.m: Likewise. |
|
3136 * control/zpout.m: Likewise. |
|
3137 * control/tzero.m: Likewise. |
|
3138 |
|
3139 * control/DEMOcontrol.m: Handle moddemo case too. |
|
3140 |
|
3141 * image/loadimage.m: Use double quotes instead of single quotes |
|
3142 for string constants. Use sprintf instead of square brackets to |
|
3143 construct string. |
|
3144 |
3399
|
3145 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
3146 * control/fir2sys.m: Likewise. |
3399
|
3147 |
3390
|
3148 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3149 |
|
3150 * mkdoc: Only delete spaces before @ characters at the beginning |
|
3151 of a line. |
|
3152 |
3383
|
3153 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3154 |
3388
|
3155 * control/bddemo.m: Make it more likely to work with any value of |
|
3156 whitespace_in_literal_matrix. |
3386
|
3157 * control/analdemo.m: Ditto. |
|
3158 * control/dgkfdemo.m: Ditto. |
|
3159 * control/frdemo.m: Ditto. |
|
3160 * control/sysrepdemo.m: Ditto. |
|
3161 * control/moddemo.m: Ditto. |
3388
|
3162 * control/zp2ss.m: Ditto. |
3387
|
3163 * control/zp2tf.m: Ditto. |
3388
|
3164 * control/syssub.m: Ditto. |
|
3165 * finance/npv.m: Ditto. |
|
3166 * statistics/base/studentize.m: Ditto. |
|
3167 * statistics/base/values.m: Ditto. |
|
3168 * statistics/distributions/exponential_cdf.m: Ditto. |
|
3169 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
3170 |
3384
|
3171 * control/dezero.m: Use toascii to convert string to ASCII value |
|
3172 instead of multiplying it by 1. |
|
3173 |
3383
|
3174 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
3175 * control/zpout.m: Ditto. |
|
3176 * control/tfout.m: Ditto. |
|
3177 * control/tf2sys.m: Ditto. |
|
3178 * control/syssub.m: Ditto. |
|
3179 * control/syssetsignals.m: Ditto. |
|
3180 * control/sysout.m: Ditto. |
|
3181 * control/sysmult.m: Ditto. |
|
3182 * control/sysgroup.m: Ditto. |
|
3183 * control/sysdup.m: Ditto. |
|
3184 * control/sysdisc.m: Ditto. |
|
3185 * control/syscont.m: Ditto. |
|
3186 * control/sysconnect.m: Ditto. |
|
3187 * control/sysappend.m: Ditto. |
|
3188 * control/sysadd.m: Ditto. |
|
3189 * control/ss2sys.m: Ditto. |
|
3190 * control/nyquist.m: Ditto. |
|
3191 * control/lqg.m: Ditto. |
|
3192 * control/fir2sys.m: Ditto. |
|
3193 * control/dmr2d.m: Ditto. |
|
3194 * control/dezero.m: Ditto. |
|
3195 * control/d2c.m: Ditto. |
|
3196 * control/c2d.m: Ditto. |
|
3197 * control/bddemo.m: Ditto. |
|
3198 * control/pzmap.m: Ditto. |
|
3199 |
5095
|
3200 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
3201 |
|
3202 * signal/spectral_adf.m: Fix typo. |
|
3203 |
3372
|
3204 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3205 |
|
3206 * linear-algebra/cond.m: Texinfoize doc string. |
|
3207 * linear-algebra/kron.m: Ditto. |
|
3208 * linear-algebra/norm.m: Ditto. |
|
3209 * linear-algebra/null.m: Ditto. |
|
3210 * linear-algebra/orth.m: Ditto. |
|
3211 * linear-algebra/rank.m: Ditto. |
|
3212 * linear-algebra/trace.m: Ditto. |
|
3213 * linear-algebra/qzhess.m: Ditto. |
|
3214 * miscellaneous/menu.m: Ditto. |
3373
|
3215 * general/perror.m: Ditto. |
|
3216 * general/strerror.m: Ditto. |
|
3217 * general/columns.m: Ditto. |
|
3218 * general/rows.m: Ditto. |
|
3219 * image/colormap.m: Ditto. |
|
3220 * image/gray.m: Ditto. |
|
3221 * image/gray2ind.m: Ditto. |
|
3222 * image/image.m: Ditto. |
|
3223 * image/imagesc.m: Ditto. |
|
3224 * image/imshow.m: Ditto. |
|
3225 * image/ind2gray.m: Ditto. |
|
3226 * image/ind2rgb.m: Ditto. |
|
3227 * image/loadimage.m: Ditto. |
|
3228 * image/rgb2ntsc.m: Ditto. |
|
3229 * image/ntsc2rgb.m: Ditto. |
|
3230 * image/ocean.m: Ditto. |
|
3231 * image/rgb2ind.m: Ditto. |
|
3232 * image/saveimage.m: Ditto. |
3372
|
3233 * io/printf.m: Ditto. |
|
3234 * io/puts.m: Ditto. |
|
3235 |
3369
|
3236 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3237 |
|
3238 * special-matrix/hankel.m: Texinfoize doc string. |
|
3239 * special-matrix/hilb.m: Ditto. |
|
3240 * special-matrix/invhilb.m: Ditto. |
|
3241 * special-matrix/sylvester_matrix.m: Ditto. |
|
3242 * special-matrix/toeplitz.m: Ditto. |
|
3243 * special-matrix/vander.m: Ditto. |
|
3244 * linear-algebra/vec.m: Ditto. |
|
3245 * linear-algebra/vech.m: Ditto. |
|
3246 * general/common_size.m: Ditto. |
|
3247 * general/diff.m: Ditto. |
|
3248 * general/fliplr.m: Ditto. |
|
3249 * general/flipud.m: Ditto. |
|
3250 * general/rot90.m: Ditto. |
|
3251 * general/reshape.m: Ditto. |
|
3252 * general/shift.m: Ditto. |
|
3253 * general/tril.m: Ditto. |
|
3254 * general/triu.m: Ditto. |
|
3255 * general/logspace.m: Ditto. |
3371
|
3256 * general/nargchk.m: Ditto. |
3369
|
3257 |
3367
|
3258 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3259 |
|
3260 * statistics/base/mean: Texinfoize doc string. |
|
3261 * statistics/base/median: Ditto. |
|
3262 * statistics/base/std: Ditto. |
|
3263 * statistics/base/cov: Ditto. |
|
3264 * statistics/base/corrcoef: Ditto. |
|
3265 * statistics/base/kurtosis: Ditto. |
|
3266 * statistics/base/mahalanobis: Ditto. |
|
3267 * statistics/base/skewness: Ditto. |
3368
|
3268 * statistics/base/gls.m: Ditto. |
|
3269 * statistics/base/ols.m: Ditto. |
3367
|
3270 * signal/detrend.m: Ditto. |
|
3271 * signal/freqz.m: Ditto. |
|
3272 * signal/sinc.m: Ditto. |
|
3273 * signal/fftconv.m: Ditto. |
|
3274 * signal/fftfilt.m: Ditto. |
3368
|
3275 * set/create_set.m: Ditto. |
|
3276 * set/union.m: Ditto. |
|
3277 * set/intersection.m: Ditto. |
|
3278 * set/complement.m: Ditto. |
|
3279 * poly/compan.m: Ditto. |
|
3280 * poly/conv: Ditto. |
|
3281 * poly/deconv: Ditto. |
|
3282 * poly/poly: Ditto. |
|
3283 * poly/polyderiv: Ditto. |
|
3284 * poly/polyfit: Ditto. |
|
3285 * poly/polyinteg: Ditto. |
|
3286 * poly/polyreduce: Ditto. |
|
3287 * poly/polyval: Ditto. |
|
3288 * poly/polyvalm: Ditto. |
|
3289 * poly/residue: Ditto. |
|
3290 * poly/roots: Ditto. |
|
3291 * plot/top_title.m: Ditto |
|
3292 * plot/subwindow.m: Ditto |
|
3293 * plot/subplot.m: Ditto |
|
3294 * plot/plot_border.m: Ditto |
|
3295 * plot/oneplot.m: Ditto |
|
3296 * plot/multiplot.m: Ditto |
|
3297 * plot/mplot.m: Ditto |
|
3298 * plot/xlabel.m: Ditto |
|
3299 * plot/figure.m: Ditto |
|
3300 * plot/meshdom.m: Ditto |
|
3301 * plot/mesh.m: Ditto |
|
3302 * plot/stairs.m: Ditto |
|
3303 * plot/polar.m: Ditto |
|
3304 * plot/loglog.m: Ditto |
|
3305 * plot/hist.m: Ditto |
|
3306 * plot/contour.m: Ditto |
|
3307 * plot/bar.m: Ditto |
|
3308 * plot/axis.m: Ditto |
|
3309 * plot/plot.m: Ditto. |
3367
|
3310 |
3361
|
3311 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3312 |
3365
|
3313 * control/pinv.m: Delete. |
|
3314 |
3364
|
3315 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
3316 |
3361
|
3317 * strings/blanks.m: Texinfoize doc string. |
|
3318 * strings/strcat.m: Ditto. |
|
3319 * strings/str2mat.m: Ditto. |
|
3320 * strings/deblank.m: Ditto. |
|
3321 * strings/findstr.m: Ditto. |
|
3322 * strings/index.m: Ditto. |
|
3323 * strings/rindex.m: Ditto. |
|
3324 * strings/split.m: Ditto. |
|
3325 * strings/strcmp.m: Ditto. |
|
3326 * strings/strrep.m: Ditto. |
|
3327 * strings/substr.m: Ditto. |
|
3328 * general/int2str.m: Ditto. |
|
3329 * general/num2str.m: Ditto. |
|
3330 * strings/dec2bin.m: Ditto. |
|
3331 * strings/bin2dec: Ditto. |
|
3332 * strings/dec2bin: Ditto. |
|
3333 * strings/dec2hex: Ditto. |
|
3334 * strings/hex2dec: Ditto. |
|
3335 * strings/str2num: Ditto. |
|
3336 |
3347
|
3337 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3338 |
|
3339 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
3340 |
5095
|
3341 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
3342 |
|
3343 * control/DEMOcontrol.m: Texinfoize doc string. |
|
3344 * control/abcddim.m: Ditto. |
|
3345 * control/abcddims.m: Ditto. |
|
3346 * control/analdemo.m: Ditto. |
|
3347 * control/are.m: Ditto. |
|
3348 * control/axis2dlim.m: Ditto. |
|
3349 * control/bddemo.m: Ditto. |
|
3350 * control/bode.m: Ditto. |
|
3351 * control/bode_bounds.m: Ditto. |
|
3352 * control/bodquist.m: Ditto. |
|
3353 * control/buildssic.m: Ditto. |
|
3354 * control/c2d.m: Ditto. |
|
3355 * control/ctrb.m: Ditto. |
|
3356 * control/d2c.m: Ditto. |
|
3357 * control/damp.m: Ditto. |
|
3358 * control/dare.m: Ditto. |
|
3359 * control/dcgain.m: Ditto. |
|
3360 * control/dgkfdemo.m: Ditto. |
|
3361 * control/dgram.m: Ditto. |
|
3362 * control/dlqe.m: Ditto. |
|
3363 * control/dlqr.m: Ditto. |
|
3364 * control/dlyap.m: Ditto. |
|
3365 * control/dmr2d.m: Ditto. |
|
3366 * control/fir2sys.m: Ditto. |
|
3367 * control/frdemo.m: Ditto. |
|
3368 * control/freqchkw.m: Ditto. |
|
3369 * control/freqresp.m: Ditto. |
|
3370 * control/gram.m: Ditto. |
|
3371 * control/h2norm.m: Ditto. |
|
3372 * control/h2syn.m: Ditto. |
|
3373 * control/hinf_ctr.m: Ditto. |
|
3374 * control/hinfdemo.m: Ditto. |
|
3375 * control/hinfnorm.m: Ditto. |
|
3376 * control/hinfsyn.m: Ditto. |
|
3377 * control/hinfsyn_chk.m: Ditto. |
|
3378 * control/impulse.m: Ditto. |
|
3379 * control/is_abcd.m: Ditto. |
|
3380 * control/is_controllable.m: Ditto. |
|
3381 * control/is_detectable.m: Ditto. |
|
3382 * control/is_dgkf.m: Ditto. |
|
3383 * control/is_digital.m: Ditto. |
|
3384 * control/is_observable.m: Ditto. |
|
3385 * control/is_sample.m: Ditto. |
|
3386 * control/is_signal_list.m: Ditto. |
|
3387 * control/is_siso.m: Ditto. |
|
3388 * control/is_stabilizable.m: Ditto. |
|
3389 * control/is_stable.m: Ditto. |
|
3390 * control/jet707.m: Ditto. |
|
3391 * control/lqe.m: Ditto. |
|
3392 * control/lqg.m: Ditto. |
|
3393 * control/lqr.m: Ditto. |
|
3394 * control/lsim.m: Ditto. |
|
3395 * control/ltifr.m: Ditto. |
|
3396 * control/lyap.m: Ditto. |
|
3397 * control/moddemo.m: Ditto. |
|
3398 * control/nyquist.m: Ditto. |
|
3399 * control/obsv.m: Ditto. |
|
3400 * control/ord2.m: Ditto. |
|
3401 * control/outlist.m: Ditto. |
|
3402 * control/pinv.m: Ditto. |
|
3403 * control/place.m: Ditto. |
|
3404 * control/polyout.m: Ditto. |
|
3405 * control/prompt.m: Ditto. |
|
3406 * control/pzmap.m: Ditto. |
|
3407 * control/qzval.m: Ditto. |
|
3408 * control/rldemo.m: Ditto. |
|
3409 * control/rlocus.m: Ditto. |
|
3410 * control/sortcom.m: Ditto. |
|
3411 * control/ss2sys.m: Ditto. |
|
3412 * control/ss2tf.m: Ditto. |
|
3413 * control/ss2zp.m: Ditto. |
|
3414 * control/starp.m: Ditto. |
|
3415 * control/step.m: Ditto. |
|
3416 * control/stepimp.m: Ditto. |
|
3417 * control/susball.m: Ditto. |
|
3418 * control/sys2fir.m: Ditto. |
|
3419 * control/sys2ss.m: Ditto. |
|
3420 * control/sys2tf.m: Ditto. |
|
3421 * control/sys2zp.m: Ditto. |
|
3422 * control/sysadd.m: Ditto. |
|
3423 * control/sysappend.m: Ditto. |
|
3424 * control/syschnames.m: Ditto. |
|
3425 * control/syschnamesl.m: Ditto. |
|
3426 * control/syschtsam.m: Ditto. |
|
3427 * control/sysconnect.m: Ditto. |
|
3428 * control/syscont.m: Ditto. |
|
3429 * control/syscont_disc.m: Ditto. |
|
3430 * control/sysdefioname.m: Ditto. |
|
3431 * control/sysdefstname.m: Ditto. |
|
3432 * control/sysdimensions.m: Ditto. |
|
3433 * control/sysdisc.m: Ditto. |
|
3434 * control/sysdup.m: Ditto. |
|
3435 * control/sysgetsignals.m: Ditto. |
|
3436 * control/sysgettype.m: Ditto. |
|
3437 * control/sysgroup.m: Ditto. |
|
3438 * control/sysgroupn.m: Ditto. |
|
3439 * control/sysmult.m: Ditto. |
|
3440 * control/sysout.m: Ditto. |
|
3441 * control/sysprune.m: Ditto. |
|
3442 * control/sysreorder.m: Ditto. |
|
3443 * control/sysrepdemo.m: Ditto. |
|
3444 * control/sysscale.m: Ditto. |
|
3445 * control/syssetsignals.m: Ditto. |
|
3446 * control/syssub.m: Ditto. |
|
3447 * control/sysupdate.m: Ditto. |
|
3448 * control/tf2ss.m: Ditto. |
|
3449 * control/tf2sys.m: Ditto. |
|
3450 * control/tf2sysl.m: Ditto. |
|
3451 * control/tf2zp.m: Ditto. |
|
3452 * control/tfout.m: Ditto. |
|
3453 * control/tzero.m: Ditto. |
|
3454 * control/tzero2.m: Ditto. |
|
3455 * control/ugain.m: Ditto. |
|
3456 * control/wgt1o.m: Ditto. |
|
3457 * control/zgfmul.m: Ditto. |
|
3458 * control/zgfslv.m: Ditto. |
|
3459 * control/zginit.m: Ditto. |
|
3460 * control/zgpbal.m: Ditto. |
|
3461 * control/zgreduce.m: Ditto. |
|
3462 * control/zgrownorm.m: Ditto. |
|
3463 * control/zgscal.m: Ditto. |
|
3464 * control/zgsgiv.m: Ditto. |
|
3465 * control/zgshsr.m: Ditto. |
|
3466 * control/zp2ss.m: Ditto. |
|
3467 * control/zp2ssg2.m: Ditto. |
|
3468 * control/zp2sys.m: Ditto. |
|
3469 * control/zp2tf.m: Ditto. |
|
3470 * control/zpout.m: Ditto. |
|
3471 |
5095
|
3472 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
3473 |
5378
|
3474 * audio/lin2mu.m: Texinfoize doc string. |
|
3475 * audio/loadaudio.m: Ditto. |
|
3476 * audio/mu2lin.m: Ditto. |
|
3477 * audio/playaudio.m: Ditto. |
|
3478 * audio/record.m: Ditto. |
|
3479 * audio/saveaudio.m: Ditto. |
3332
|
3480 |
5095
|
3481 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
3482 |
|
3483 * elfun/acot.m: Texinfoize doc string. |
|
3484 * elfun/acsc.m: Ditto. |
|
3485 * elfun/acsch.m: Ditto. |
|
3486 * elfun/asec.m: Ditto. |
|
3487 * elfun/asech.m: Ditto. |
|
3488 * elfun/cot.m: Ditto. |
|
3489 * elfun/coth.m: Ditto. |
|
3490 * elfun/csc.m: Ditto. |
|
3491 * elfun/csch.m: Ditto. |
|
3492 * elfun/gcd.m: Ditto. |
|
3493 * elfun/lcm.m: Ditto. |
|
3494 * elfun/sec.m: Ditto. |
|
3495 * elfun/sech.m: Ditto. |
|
3496 * general/nextpow2.m: Ditto. |
|
3497 * general/rem.m: Ditto. |
|
3498 * linear-algebra/commutation_matrix.m: Ditto. |
|
3499 * linear-algebra/cross.m: Ditto. |
|
3500 * linear-algebra/duplication_matrix.m: Ditto. |
|
3501 * miscellaneous/bincoeff.m: Ditto. |
|
3502 * miscellaneous/xor.m: Ditto. |
|
3503 * specfun/bessel.m: Ditto. |
|
3504 * specfun/beta.m: Ditto. |
|
3505 * specfun/betai.m: Ditto. |
|
3506 * specfun/erfinv.m: Ditto. |
|
3507 * specfun/gammai.m: Ditto. |
|
3508 * specfun/log2.m: Ditto. |
|
3509 * specfun/pow2.m: Ditto. |
|
3510 |
5095
|
3511 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
3512 |
|
3513 * general/is_scalar.m: Texinfoize help text. |
|
3514 * general/is_square.m: Ditto. |
|
3515 * general/is_symmetric.m: Ditto. |
|
3516 |
3320
|
3517 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3518 |
|
3519 * strings/split.m: If the string to be split is empty, just return |
|
3520 an empty string. |
|
3521 |
3319
|
3522 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3523 |
|
3524 * Makefile.in (ALL_M_FILES): New macro. |
|
3525 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
3526 |
3306
|
3527 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3528 |
|
3529 * control/bode.m: Don't return anything if nargout == 0. |
|
3530 |
|
3531 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
3532 |
|
3533 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
3534 |
3305
|
3535 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3536 |
|
3537 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
3538 gethelp.cc to the list. |
|
3539 |
3296
|
3540 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3541 |
3301
|
3542 * time/asctime.m: Texinfoize help text. |
|
3543 * time/clock.m: Ditto. |
|
3544 * time/date.m: Ditto. |
|
3545 * miscellaneous/cputime.m: Ditto. |
|
3546 * miscellaneous/etime.m: Ditto. |
|
3547 * miscellaneous/is_leap_year.m: Ditto. |
|
3548 * miscellaneous/popen2.m: Ditto. |
|
3549 * miscellaneous/version.m: Ditto. |
|
3550 * miscellaneous/tic.m: Ditto. |
|
3551 * miscellaneous/toc.m: Just refer to tic.m. |
|
3552 |
3297
|
3553 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
3554 `cd dir; $(MAKE); cd ..'. |
|
3555 ($(SUBDIRS)): Likewise. |
|
3556 |
|
3557 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
3558 |
|
3559 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
3560 of `cd dir; $(MAKE)'. |
|
3561 |
3296
|
3562 * gethelp.cc, mkdoc: New files. |
|
3563 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
3564 sources. |
|
3565 |
3291
|
3566 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3567 |
|
3568 * linear-algebra/kron.m: Fix typo in previous change |
|
3569 |
3282
|
3570 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3571 |
|
3572 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
3573 |
5095
|
3574 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
3575 |
|
3576 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
3577 rank when V has more columns than rows. |
|
3578 |
|
3579 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3580 |
|
3581 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
3582 |
|
3583 * statistics/tests/manova.m: Avoid problems if |
|
3584 whitespace_in_literal_matrix is set to "traditional". |
|
3585 * statistics/tests/t_test_regression.m: Likewise. |
|
3586 * statistics/tests/u_test.m: Likewise. |
|
3587 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
3588 * statistics/tests/anova.m: Likewise. |
|
3589 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
3590 * statistics/base/statistics.m: Likewise. |
|
3591 * image/saveimage.m: Likewise. |
|
3592 * signal/arch_fit.m: Likewise. |
|
3593 * signal/autoreg_matrix.m: Likewise. |
|
3594 * signal/triangle_lw.m: Likewise. |
|
3595 * strings/dec2hex.m: Likewise. |
|
3596 |
3268
|
3597 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3598 |
|
3599 * image/saveimage.m: Initialize scale. |
|
3600 |
|
3601 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3602 |
|
3603 * general/reshape.m: Allow reshape (a, size (b)). |
|
3604 |
3266
|
3605 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3606 |
|
3607 * specfun/erfinv.m: Improve stopping criterion. |
|
3608 Add iteration count as second return value. |
|
3609 |
3265
|
3610 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3611 |
|
3612 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
3613 |
3263
|
3614 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3615 |
|
3616 * miscellaneous/pack.m: New function. |
|
3617 |
|
3618 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3619 |
|
3620 * plot/figure.m: Always return figure number. With no args, |
|
3621 figure now creates a new figure window and returns its number. |
|
3622 Accept figure (property, value) syntax, but do nothing. |
|
3623 |
5095
|
3624 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
3625 |
|
3626 * general/shift.m: Avoid printing temporary value for backward shift. |
|
3627 |
3260
|
3628 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3629 |
|
3630 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
3631 evenly spaced. |
|
3632 |
3250
|
3633 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3634 |
|
3635 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
3636 contain only zeros. |
|
3637 |
5095
|
3638 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
3639 |
|
3640 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
3641 instead of appending them. |
|
3642 |
|
3643 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3644 |
|
3645 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
3646 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
3647 Update from A. S. Hodel. |
|
3648 |
3246
|
3649 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3650 |
|
3651 * polynomial/polyfit.m: Correct previous change. |
|
3652 |
3243
|
3653 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3654 |
|
3655 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
3656 |
5095
|
3657 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
3658 |
|
3659 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
3660 version of krylov and krylovb. |
|
3661 |
|
3662 * control/outlist.m, control/sysout.m: Fix typos. |
|
3663 |
|
3664 * control/sysdimensions.m: Add option for total number of states. |
|
3665 |
|
3666 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
3667 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
3668 arguments. |
|
3669 |
|
3670 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3671 |
|
3672 * strings/index.m: Fail with meaningful error message if either |
|
3673 arg is a string array. |
|
3674 |
3238
|
3675 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3676 |
|
3677 * linear-algebra/norm.m: Do the right thing for 1- and |
|
3678 infinity-norms of complex matrices. From Sven Khatri |
|
3679 <khatri@saturn.vocalpoint.com>. |
|
3680 |
5095
|
3681 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
3682 |
|
3683 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
3684 |
|
3685 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3686 |
|
3687 * strings/split.m: Avoid problems when splitting strings that have |
|
3688 \ in them. |
|
3689 |
5095
|
3690 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
3691 |
|
3692 * image/colormap.m: Do better arg checking, handle string args |
|
3693 that name the colormap function to call (e.g., colormap ("ocean")). |
|
3694 |
5095
|
3695 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
3696 |
|
3697 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
3698 * linear-algebra/dot.m: Likewise. |
|
3699 * linear-algebra/cross.m: Likewise. |
|
3700 * general/rot90.m: Likewise. |
|
3701 |
5095
|
3702 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
3703 |
|
3704 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
3705 that the leading column is not all zeros. |
|
3706 |
|
3707 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3708 |
|
3709 * general/shift.m: Fix potential problems with |
|
3710 whitespace_in_literal_matrix. |
|
3711 * signal/arch_rnd.m: Ditto. |
|
3712 * signal/autocov.m: Ditto. |
|
3713 * signal/diffpara.m: Ditto. |
|
3714 * signal/hurst.m: Ditto. |
|
3715 * signal/periodogram.m: Ditto. |
|
3716 * signal/spectral_adf.m: Ditto. |
|
3717 * signal/spectral_xdf.m: Ditto. |
|
3718 * signal/spencer.m: Ditto. |
|
3719 * signal/synthesis.m: Ditto. |
|
3720 * statistics/distributions/wiener_rnd.m: Ditto. |
|
3721 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
3722 * statistics/models/logistic_regression.m: Ditto. |
|
3723 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
3724 * statistics/tests/run_test.m: Ditto. |
|
3725 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
3726 |
5095
|
3727 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
3728 |
|
3729 * plot/__plr2__.m: Fix typo. |
|
3730 |
3233
|
3731 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3732 |
|
3733 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
3734 |
5095
|
3735 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
3736 |
|
3737 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
3738 function. |
|
3739 |
5095
|
3740 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
3741 |
|
3742 * control/ss2sys.m: Fix typo. |
|
3743 |
|
3744 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3745 |
|
3746 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
3747 |
|
3748 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
3749 signal names as lists of strings instead of string arrays. |
|
3750 |
3225
|
3751 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3752 |
3233
|
3753 * quaternion: New directory of functions from A. S. Hodel |
3225
|
3754 <a.s.hodel@eng.auburn.edu>. |
|
3755 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
3756 * quaternion/Makefile.in: New file. |
|
3757 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
3758 |
|
3759 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3760 |
|
3761 * image/saveimage.m: Make it work again for black and white colormaps. |
|
3762 |
|
3763 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
3764 since there can be fewer rows than columns. Round values to |
|
3765 nearest position in colormap instead of truncating. Correct usage |
|
3766 message. |
|
3767 |
5095
|
3768 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
3769 |
|
3770 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
3771 zero rows of [A,v] as householder pivots; this avoids spurious |
|
3772 non-zero entries in returned orthogonal matrix U, but destroys the |
|
3773 Householder matrix structure of H. |
|
3774 |
|
3775 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3776 |
|
3777 * general/logical.m: Just copy input to output if argument is |
|
3778 already a logical object. |
|
3779 |
3215
|
3780 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3781 |
|
3782 * New files from OCST, in control subdiretory: |
|
3783 |
|
3784 DEMOcontrol.m is_siso.m syschnames.m |
|
3785 abcddim.m is_stabilizable.m syschnamesl.m |
|
3786 abcddims.m is_stable.m syschtsam.m |
|
3787 analdemo.m jet707.m sysconnect.m |
|
3788 are.m lqe.m syscont.m |
|
3789 axis2dlim.m lqg.m syscont_disc.m |
|
3790 bddemo.m lqr.m sysdefioname.m |
|
3791 bode.m lsim.m sysdefstname.m |
|
3792 bode_bounds.m ltifr.m sysdimensions.m |
|
3793 bodquist.m lyap.m sysdisc.m |
|
3794 buildssic.m mb.m sysdup.m |
|
3795 c2d.m minfo.m sysgetsignals.m |
|
3796 com2str.m,v moddemo.m sysgettsam.m |
|
3797 controldemo.m nichols.m sysgettype.m |
|
3798 ctrb.m nyquist.m sysgroup.m |
|
3799 d2c.m obsv.m sysgroupn.m |
|
3800 damp.m ord2.m sysmult.m |
|
3801 dare.m outlist.m sysout.m |
|
3802 dcgain.m packedform.m sysprune.m |
|
3803 demomarsyas.m packsys.m sysreorder.m |
|
3804 dezero.m; parallel.m sysrepdemo.m |
|
3805 dgkfdemo.m place.m sysscale.m |
|
3806 dgram.m polyout.m syssub.m |
|
3807 dhinfdemo.m prompt.m sysupdate.m |
|
3808 dlqe.m pzmap.m tf2ss.m |
|
3809 dlqg.m qzval.m tf2sys.m |
|
3810 dlqr.m rldemo.m tf2sysl.m |
|
3811 dlyap.m rlocus.m tf2zp.m |
|
3812 dmr2d.m rotg.m tfout.m |
|
3813 fir2sys.m run_cmd.m; tzero.m |
|
3814 frdemo.m series.m tzero2.m |
|
3815 freqchkw.m sortcom.m ugain.m |
|
3816 freqresp.m ss2sys.m unpacksys.m |
|
3817 gram.m ss2tf.m wgt1o.m |
|
3818 h2norm.m ss2zp.m zgfmul.m |
|
3819 h2syn.m starp.m zgfslv.m |
|
3820 hinf_ctr.m step.m zginit.m |
|
3821 hinfdemo.m stepimp.m zgpbal.m |
|
3822 hinfnorm.m strappend.m; zgreduce.m |
|
3823 hinfsyn.m susball.m zgrownorm.m |
|
3824 hinfsyn_chk.m swap.m zgscal.m |
|
3825 impulse.m swapcols.m zgsgiv.m |
|
3826 is_abcd.m swaprows.m zgshsr.m |
|
3827 is_controllable.m sys2fir.m zp2ss.m |
|
3828 is_detectable.m sys2ss.m zp2ssg2.m |
|
3829 is_dgkf.m sys2tf.m zp2sys.m |
|
3830 is_digital.m sys2zp.m zp2tf.m |
|
3831 is_observable.m sysadd.m zpout.m |
|
3832 is_sample.m sysappend.m |
|
3833 |
|
3834 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3835 |
|
3836 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
3837 |
|
3838 * strings/deblank.m: Make it work for string arrays too. |
|
3839 |
3211
|
3840 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3841 |
|
3842 * linear-algebra/housh.m: New file from the OCST. |
|
3843 * linear-algebra/krygetq.m: Ditto. |
|
3844 * linear-algebra/krylov.m: Ditto. |
|
3845 * linear-algebra/krylovb.m: Ditto. |
|
3846 * linear-algebra/qrhouse.m: Ditto. |
|
3847 * general/is_duplicate_entry.m: Ditto. |
|
3848 |
|
3849 * general/is_symmetric.m: Call is_square instead of doing that |
|
3850 check in line. |
|
3851 |
3196
|
3852 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3853 |
3202
|
3854 * general/is_square.m: |
|
3855 |
|
3856 * general/isempty.m, general/is_matrix.m: Delete. |
|
3857 |
|
3858 * general/is_symmetric: Delete special case for strings. Whether |
|
3859 the conversion is valid should depend on implicit_str_to_num_ok. |
|
3860 |
|
3861 * general/is_square.m: If arg is not a matrix, don't check size, |
|
3862 just return 0. |
|
3863 * general/is_symmetric: Likewise. |
|
3864 * general/is_vector.m: Likewise. |
|
3865 * general/is_scalar.m: Likewise. |
|
3866 |
3196
|
3867 * general/length.m: Delete. |
|
3868 |
3191
|
3869 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3870 |
|
3871 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
3872 statistics/distributions/Makefile, statistics/models/Makefile, |
|
3873 and statistics/tests/Makefile to the list of files to create. |
|
3874 |
|
3875 * finance/Makefile.in, statistics/base/Makefile.in, |
|
3876 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
3877 statistics/tests/Makefile.in: New files. |
|
3878 * statistics/Makefile.in: Delete file lists. Now only handle |
|
3879 subdirectories. |
|
3880 * Makefile.in (SUBDIRS): Add finance. |
|
3881 |
|
3882 * Move the following files from statistics to statistics/base: |
|
3883 |
|
3884 corrcoef.m |
|
3885 kurtosis.m |
|
3886 mahalanobis.m |
|
3887 median.m |
|
3888 ols.m |
|
3889 skewness.m |
|
3890 std.m |
|
3891 |
|
3892 New files, from Kurt Hornik's octave-ci package: |
|
3893 |
|
3894 * finance (new directory): |
|
3895 |
|
3896 fv.m |
|
3897 fvl.m |
|
3898 irr.m |
|
3899 nper.m |
|
3900 npv.m |
|
3901 pmt.m |
|
3902 pv.m |
|
3903 pvl.m |
|
3904 rate.m |
|
3905 vol.m |
|
3906 |
|
3907 * linear-algebra/dmult.m |
|
3908 |
|
3909 * signal: |
|
3910 |
|
3911 arch_fit.m |
|
3912 arch_rnd.m |
|
3913 arch_test.m |
|
3914 arma_rnd.m |
|
3915 autocor.m |
|
3916 autocov.m |
|
3917 autoreg_matrix.m |
|
3918 bartlett.m |
|
3919 blackman.m |
|
3920 diffpara.m |
|
3921 durbinlevinson.m |
|
3922 fractdiff.m |
|
3923 hamming.m |
|
3924 hanning.m |
|
3925 hurst.m |
|
3926 periodogram.m |
|
3927 rectangle_lw.m |
|
3928 rectangle_sw.m |
|
3929 sinetone.m |
|
3930 sinewave.m |
|
3931 spectral_adf.m |
|
3932 spectral_xdf.m |
|
3933 spencer.m |
|
3934 stft.m |
|
3935 synthesis.m |
|
3936 triangle_lw.m |
|
3937 triangle_sw.m |
|
3938 yulewalker.m |
|
3939 |
|
3940 * statistics/base (new directory): |
|
3941 |
|
3942 center.m |
|
3943 cloglog.m |
|
3944 cor.m |
|
3945 cov.m |
|
3946 cut.m |
|
3947 iqr.m |
|
3948 kendall.m |
|
3949 logit.m |
|
3950 mean.m |
|
3951 meansq.m |
|
3952 moment.m |
|
3953 ppplot.m |
|
3954 probit.m |
|
3955 qqplot.m |
|
3956 range.m |
|
3957 ranks.m |
|
3958 run_count.m |
|
3959 spearman.m |
|
3960 statistics.m |
|
3961 studentize.m |
|
3962 table.m |
|
3963 values.m |
|
3964 var.m |
|
3965 |
|
3966 (Replaces cov.m and mean.m with new versions.) |
|
3967 |
|
3968 * statistics/distributions (new directory): |
|
3969 |
|
3970 beta_cdf.m |
|
3971 beta_inv.m |
|
3972 beta_pdf.m |
|
3973 beta_rnd.m |
|
3974 binomial_cdf.m |
|
3975 binomial_inv.m |
|
3976 binomial_pdf.m |
|
3977 binomial_rnd.m |
|
3978 cauchy_cdf.m |
|
3979 cauchy_inv.m |
|
3980 cauchy_pdf.m |
|
3981 cauchy_rnd.m |
|
3982 chisquare_cdf.m |
|
3983 chisquare_inv.m |
|
3984 chisquare_pdf.m |
|
3985 chisquare_rnd.m |
|
3986 discrete_cdf.m |
|
3987 discrete_inv.m |
|
3988 discrete_pdf.m |
|
3989 discrete_rnd.m |
|
3990 empirical_cdf.m |
|
3991 empirical_inv.m |
|
3992 empirical_pdf.m |
|
3993 empirical_rnd.m |
|
3994 exponential_cdf.m |
|
3995 exponential_inv.m |
|
3996 exponential_pdf.m |
|
3997 exponential_rnd.m |
|
3998 f_cdf.m |
|
3999 f_inv.m |
|
4000 f_pdf.m |
|
4001 f_rnd.m |
|
4002 gamma_cdf.m |
|
4003 gamma_inv.m |
|
4004 gamma_pdf.m |
|
4005 gamma_rnd.m |
|
4006 geometric_cdf.m |
|
4007 geometric_inv.m |
|
4008 geometric_pdf.m |
|
4009 geometric_rnd.m |
|
4010 hypergeometric_cdf.m |
|
4011 hypergeometric_inv.m |
|
4012 hypergeometric_pdf.m |
|
4013 hypergeometric_rnd.m |
|
4014 kolmogorov_smirnov_cdf.m |
|
4015 laplace_cdf.m |
|
4016 laplace_inv.m |
|
4017 laplace_pdf.m |
|
4018 laplace_rnd.m |
|
4019 logistic_cdf.m |
|
4020 logistic_inv.m |
|
4021 logistic_pdf.m |
|
4022 logistic_rnd.m |
|
4023 lognormal_cdf.m |
|
4024 lognormal_inv.m |
|
4025 lognormal_pdf.m |
|
4026 lognormal_rnd.m |
|
4027 normal_cdf.m |
|
4028 normal_inv.m |
|
4029 normal_pdf.m |
|
4030 normal_rnd.m |
|
4031 pascal_cdf.m |
|
4032 pascal_inv.m |
|
4033 pascal_pdf.m |
|
4034 pascal_rnd.m |
|
4035 poisson_cdf.m |
|
4036 poisson_inv.m |
|
4037 poisson_pdf.m |
|
4038 poisson_rnd.m |
|
4039 stdnormal_cdf.m |
|
4040 stdnormal_inv.m |
|
4041 stdnormal_pdf.m |
|
4042 stdnormal_rnd.m |
|
4043 t_cdf.m |
|
4044 t_inv.m |
|
4045 t_pdf.m |
|
4046 t_rnd.m |
|
4047 uniform_cdf.m |
|
4048 uniform_inv.m |
|
4049 uniform_pdf.m |
|
4050 uniform_rnd.m |
|
4051 weibull_cdf.m |
|
4052 weibull_inv.m |
|
4053 weibull_pdf.m |
|
4054 weibull_rnd.m |
|
4055 wiener_rnd.m |
|
4056 |
|
4057 * statistics/models (new directory): |
|
4058 |
|
4059 logistic_regression.m |
|
4060 logistic_regression_derivatives.m |
|
4061 logistic_regression_likelihood.m |
|
4062 |
|
4063 * statistics/tests (new directory): |
|
4064 |
|
4065 anova.m |
|
4066 bartlett_test.m |
|
4067 chisquare_test_homogeneity.m |
|
4068 chisquare_test_independence.m |
|
4069 cor_test.m |
|
4070 f_test_regression.m |
|
4071 hotelling_test.m |
|
4072 hotelling_test_2.m |
|
4073 kolmogorov_smirnov_test.m |
|
4074 kolmogorov_smirnov_test_2.m |
|
4075 kruskal_wallis_test.m |
|
4076 manova.m |
|
4077 mcnemar_test.m |
|
4078 prop_test_2.m |
|
4079 run_test.m |
|
4080 sign_test.m |
|
4081 t_test.m |
|
4082 t_test_2.m |
|
4083 t_test_regression.m |
|
4084 u_test.m |
|
4085 var_test.m |
|
4086 welch_test.m |
|
4087 wilcoxon_test.m |
|
4088 z_test.m |
|
4089 z_test_2.m |
|
4090 |
|
4091 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4092 |
|
4093 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
4094 compatibility and to avoid Y2K problems. |
|
4095 |
3190
|
4096 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4097 |
|
4098 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
4099 least-squares solution. |
|
4100 |
3180
|
4101 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4102 |
|
4103 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
4104 |
|
4105 * strings/strrep.m: Don't convert args to numeric values. |
|
4106 Prevent warnings for empty string args. |
|
4107 From Georg Thimm <thimm@idiap.ch>. |
|
4108 |
|
4109 * strings/strcat.m: Prevent warnings for empty string args. |
|
4110 |
|
4111 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4112 |
|
4113 * miscellaneous/menu.m: Remove special case for empty string |
|
4114 returned from input(). Add second arg to eval() to catch errors. |
|
4115 |
3178
|
4116 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4117 |
|
4118 * plot/__plt__.m: Don't call usleep. |
|
4119 |
3175
|
4120 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4121 |
|
4122 * linear-algebra/dot.m: New function. |
|
4123 |
|
4124 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
4125 compatibility. |
|
4126 |
|
4127 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4128 |
|
4129 * plot/hist.m: Also allow just one output argument. |
|
4130 |
|
4131 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4132 |
|
4133 * strings/deblank.m: Make it work if the string is only blanks. |
|
4134 |
|
4135 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4136 |
|
4137 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
4138 |
|
4139 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4140 |
|
4141 * plot/oneplot.m: Fix typo. |
|
4142 |
3174
|
4143 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4144 |
|
4145 * miscellaneous/flops.m: Allow a single argument too. |
|
4146 |
|
4147 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4148 |
|
4149 * strings/str2mat.m: Also handle case when there are no empty |
|
4150 strings correctly. |
|
4151 |
|
4152 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4153 |
|
4154 * strings/isletter.m: New function, for Matlab compatibility. |
|
4155 |
3168
|
4156 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4157 |
|
4158 * strings/str2mat.m: Handle string matrices too. |
|
4159 |
3167
|
4160 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4161 |
|
4162 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
4163 linear encoding. |
|
4164 |
|
4165 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
4166 audio/record.m: Open files in binary mode. |
|
4167 |
3164
|
4168 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4169 |
|
4170 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
4171 Move functionality of dump_1_pref here, but use built-in function |
|
4172 type to extract value, and put it inside try/catch block. |
|
4173 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
4174 |
3162
|
4175 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4176 |
|
4177 * plot/__pltopt1.m__: New file. |
|
4178 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
4179 __pltopt1__ multiple times and returning a string array with rows |
|
4180 corresponding to the rows of opt. |
|
4181 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
4182 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
4183 array. |
|
4184 |
|
4185 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4186 |
|
4187 * plot/mplot.m: Fix misspellings of global variables. |
|
4188 Don't call clearplot. |
|
4189 |
|
4190 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4191 |
|
4192 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
4193 "cle;rep" when going in ot multiplot mode. |
|
4194 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
4195 switching out of multiplot mode. |
|
4196 |
3156
|
4197 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
4198 |
3156
|
4199 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
4200 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
4201 |
3141
|
4202 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4203 |
|
4204 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
4205 |
|
4206 * miscellaneous/bug_report.m: Don't try to get smart with |
|
4207 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
4208 |
|
4209 * Makefile.in (install): Create separate ls-R files for |
|
4210 $(datadir) and $(libexecdir). |
|
4211 (uninstall): Remove both ls-R files. |
|
4212 |
3136
|
4213 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4214 |
|
4215 * signal/fftshift.m: New file. |
|
4216 |
|
4217 * plot/contour.m: Fix for non-square case. |
|
4218 |
|
4219 * general/randperm.m: New file. |
|
4220 |
|
4221 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4222 |
|
4223 * specfun/betai.m: Restore file for compatibility with previous |
|
4224 versions. Call betainc with reordered args. |
|
4225 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
4226 |
3131
|
4227 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4228 |
|
4229 * plot/contour.m: Handle discrete contour levels. |
|
4230 |
|
4231 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4232 |
|
4233 * control/lyap.m: For compatibility with Matlab, solve |
|
4234 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
4235 |
3124
|
4236 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4237 |
|
4238 * specfun/bessel.m: New file. |
|
4239 |
|
4240 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
4241 specfun/gammainc.m: Delete. |
|
4242 |
3106
|
4243 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4244 |
|
4245 * image/colormap.m: Initialize __current_color_map__ in global |
|
4246 statement. |
|
4247 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
4248 statement. |
|
4249 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
4250 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
4251 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
4252 |
3103
|
4253 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4254 |
|
4255 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
4256 * time/toc.m: Likewise. |
|
4257 |
|
4258 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
4259 |
|
4260 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
4261 anything special for automatic_replot when in multiplot mode -- |
|
4262 recent 3.6beta releases handle this correctly. |
|
4263 |
|
4264 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
4265 setting the terminal type. |
|
4266 |
|
4267 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
4268 plot/subwindow.m: Use leading and trailing underscores for |
|
4269 `private' globals. |
|
4270 |
|
4271 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
4272 |
3101
|
4273 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4274 |
|
4275 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
4276 |
3091
|
4277 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4278 |
3092
|
4279 * specfun/gammai.m: Avoid problems with whitespace when |
|
4280 constructing matrices. |
|
4281 |
3091
|
4282 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
4283 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
4284 original y vector. |
|
4285 |
3085
|
4286 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4287 |
|
4288 * linear-algebra/cross.m: Use direct formula instead of calling |
|
4289 det three times in a loop. If both args are column (row) vectors, |
|
4290 return a column (row) vector. If they don't match, pay attention |
|
4291 to the value of prefer_column_vectors. |
|
4292 |
5095
|
4293 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
4294 |
|
4295 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
4296 nonsymmetric matrices. |
|
4297 |
|
4298 * general/tril.m: Fix usage message. |
|
4299 |
|
4300 * polynomial/polyvalm.m: Fix error messages. |
|
4301 * polynomial/polyderiv.m: Likewise. |
|
4302 * polynomial/polyval.m: Likewise. |
|
4303 |
3081
|
4304 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4305 |
|
4306 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
4307 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
4308 |
3063
|
4309 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4310 |
|
4311 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
4312 |
5095
|
4313 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
4314 |
|
4315 * plot/__pltopt__.m: Handle key/legend names. |
|
4316 Correctly set colors, line styles, and point styles. |
|
4317 |
3061
|
4318 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4319 |
|
4320 * polynomial/polyfit.m: Return fit y values as second output. |
|
4321 Don't use QR factorization to solve least squares problem. |
|
4322 |
|
4323 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4324 |
|
4325 * control/dlqr.m: Use ao, not a, to compute k. |
|
4326 |
3024
|
4327 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4328 |
|
4329 * miscellaneous/path.m: New file. |
|
4330 |
2993
|
4331 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4332 |
|
4333 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
4334 name. |
|
4335 |
2968
|
4336 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4337 |
|
4338 * specfun/erfinv.m: Add missing semicolon. |
|
4339 |
2870
|
4340 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4341 |
|
4342 * miscellaneous/xor.m: Make type of return value logical. |
|
4343 |
2853
|
4344 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4345 |
|
4346 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
4347 warn_comma_in_global_decl. |
|
4348 |
2831
|
4349 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4350 |
|
4351 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
4352 octave-bug script. |
|
4353 |
2823
|
4354 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4355 |
2824
|
4356 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
4357 prefer_zero_one_indexing. |
|
4358 |
2823
|
4359 * general/logical.m: New file. |
|
4360 |
2816
|
4361 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4362 |
|
4363 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
4364 and is_vector(). |
|
4365 |
5095
|
4366 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
4367 |
|
4368 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
4369 Use tolerance of 2 * eps. |
|
4370 |
2811
|
4371 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4372 |
|
4373 * Makefile.in (install-strip): New target. |
|
4374 * audio/Makefile.in: Ditto. |
|
4375 * control/Makefile.in: Ditto. |
|
4376 * elfun/Makefile.in: Ditto. |
|
4377 * general/Makefile.in: Ditto. |
|
4378 * image/Makefile.in: Ditto. |
|
4379 * io/Makefile.in: Ditto. |
|
4380 * linear-algebra/Makefile.in: Ditto. |
|
4381 * miscellaneous/Makefile.in: Ditto. |
|
4382 * plot/Makefile.in: Ditto. |
|
4383 * polynomial/Makefile.in: Ditto. |
|
4384 * set/Makefile.in: Ditto. |
|
4385 * signal/Makefile.in: Ditto. |
|
4386 * specfun/Makefile.in: Ditto. |
|
4387 * special-matrix/Makefile.in: Ditto. |
|
4388 * startup/Makefile.in: Ditto. |
|
4389 * statistics/Makefile.in: Ditto. |
|
4390 * strings/Makefile.in: Ditto. |
|
4391 |
2809
|
4392 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4393 |
|
4394 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
4395 |
2798
|
4396 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4397 |
|
4398 * statistics/corrcoef.m: Make it actually work. |
|
4399 |
2795
|
4400 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4401 |
2798
|
4402 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
4403 |
2779
|
4404 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
4405 |
|
4406 * Version 2.0.5 released. |
|
4407 |
2745
|
4408 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4409 |
2749
|
4410 * Makefile.in (maintainer-clean): Also remove configure. |
|
4411 |
2746
|
4412 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
4413 |
2745
|
4414 * general/is_matrix.m: Return zero for empty matrices. |
|
4415 |
|
4416 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4417 |
|
4418 * linear-algebra/vech.m: Size result just once. |
|
4419 |
2726
|
4420 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4421 |
|
4422 * general/is_square.m: Handle empty matrices correctly. |
|
4423 * general/is_symmetric.m: Handle empty matrices and strings. |
|
4424 |
2716
|
4425 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4426 |
|
4427 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
4428 * polynomial/deconv.m: Likewise. |
|
4429 * polynomial/polyderiv.m: Likewise. |
|
4430 * polynomial/polyinteg.m: Likewise. |
|
4431 * polynomial/polyreduce.m: Likewise. |
|
4432 * polynomial/polyval.m: Likewise. |
|
4433 * polynomial/polyvalm.m: Likewise. |
|
4434 * general/postpad.m: Likewise. |
|
4435 * general/prepad.m: Likewise. |
|
4436 |
|
4437 * polynomial/compan.m: Check input with is_vector(), not |
|
4438 is_matrix(). Handle scalar case. |
|
4439 |
2711
|
4440 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4441 |
2715
|
4442 * plot/contour.m: Order data so that it is consistent with |
|
4443 meshgrid and mesh. |
|
4444 |
2711
|
4445 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
4446 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
4447 |
2709
|
4448 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
4449 |
|
4450 * Version 2.0.4 released. |
|
4451 |
2706
|
4452 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4453 |
2702
|
4454 * miscellaneous/paren.m: New file. |
|
4455 |
2693
|
4456 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
4457 |
|
4458 * Version 2.0.3 released. |
|
4459 |
2676
|
4460 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4461 |
|
4462 * image/saveimage.m: Only clip image data that is actually out of |
|
4463 range. |
|
4464 |
2667
|
4465 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4466 |
|
4467 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
4468 also be considered to be matrices. |
|
4469 |
|
4470 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
4471 |
|
4472 * general/isempty.m: Use size(), not rows() and columns(). |
|
4473 |
|
4474 * plot/contour.m: Convert set to gset. |
|
4475 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
4476 |
2663
|
4477 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4478 |
|
4479 * specfun/erfinv.m: Fix typo in last change. |
|
4480 |
2650
|
4481 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4482 |
|
4483 * image/loadimage.m: Make it possible to load files with image |
|
4484 data named X or img. |
|
4485 |
|
4486 * image/default.img: Change name of image from X to img to match |
|
4487 what saveimage does now. |
|
4488 |
|
4489 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
4490 does now. |
|
4491 |
2632
|
4492 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4493 |
2634
|
4494 * Version 2.0.2 released. |
|
4495 |
2632
|
4496 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
4497 weird missing-lines bug without creating extra plots unecessarily. |
|
4498 |
2624
|
4499 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4500 |
|
4501 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
4502 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
4503 io/Makefile.in, linear-algebra/Makefile.in, |
|
4504 miscellaneous/Makefile.in, plot/Makefile.in, |
|
4505 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
4506 specfun/Makefile.in, special-matrix/Makefile.in, |
|
4507 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
4508 time/Makefile.in (bin-dist): New target. |
|
4509 |
2621
|
4510 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4511 |
|
4512 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
4513 |
|
4514 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4515 |
|
4516 * miscellaneous/xor.m: Make it work. |
|
4517 |
2613
|
4518 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4519 |
|
4520 * plot/sombrero.m: Doc fix. |
|
4521 |
2602
|
4522 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4523 |
|
4524 * Version 2.0.1 released. |
|
4525 |
2601
|
4526 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4527 |
|
4528 * elfun/lcm.m: Replace missing if statement. |
|
4529 |
|
4530 * elfun/gcd.m: Report error if no input args. |
|
4531 * elfun/lcm.m: Likewise. |
|
4532 |
2597
|
4533 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4534 |
|
4535 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
4536 Also list contents of $libexecdir/octave in ls-R database. |
|
4537 |
2583
|
4538 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4539 |
|
4540 * Version 2.0 released. |
|
4541 |
2575
|
4542 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4543 |
|
4544 * Version 1.94. |
|
4545 |
2558
|
4546 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4547 |
|
4548 * strings/str2num.m: New file. |
|
4549 |
2554
|
4550 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4551 |
|
4552 * Version 1.93. |
|
4553 |
2540
|
4554 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4555 |
|
4556 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
4557 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
4558 linear-algebra/vech.m: New files from Kurt Hornik. |
|
4559 |
|
4560 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
4561 general/common_size.m: New files from Kurt Hornik. |
|
4562 |
|
4563 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
4564 New files from Kurt Hornik. |
|
4565 |
|
4566 * signal/detrend.m: New file from Kurt Hornik. |
|
4567 |
|
4568 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
4569 specfun/pow2.m, specfun/log2.m: |
|
4570 New files and updates from Kurt Hornik. |
|
4571 |
2523
|
4572 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4573 |
|
4574 * plot/__plt__.m: Add explicit replot after last command is |
|
4575 issued, to force all lines to be displayed. Hmm. |
|
4576 |
2512
|
4577 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4578 |
2520
|
4579 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
4580 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
4581 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
4582 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
4583 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
4584 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
4585 Uset gset, not set. |
|
4586 |
2512
|
4587 * Version 1.92. |
|
4588 |
2482
|
4589 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4590 |
2486
|
4591 * image/saveimage.m: When writing PostScript, name Octave as the |
|
4592 almighty Creator. Use single call to fprintf instead of looping. |
|
4593 |
|
4594 * image/Makefile.in: Delete references to octtopnm. |
|
4595 |
|
4596 * general/logspace.m: Doc fix. |
|
4597 |
2482
|
4598 * Version 1.91. |
|
4599 |
2458
|
4600 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4601 |
|
4602 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
4603 |
|
4604 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
4605 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
4606 deleted. |
|
4607 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
4608 of a system() command to delete the tmp file. |
|
4609 |
2452
|
4610 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4611 |
|
4612 * Version 1.90. |
|
4613 |
|
4614 * Makefile.in (DISTFILES): Add ChangeLog. |
|
4615 |
2360
|
4616 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4617 |
|
4618 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
4619 Don't check for string value of automatic_replot. |
|
4620 |
|
4621 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
4622 Temporarily set do_fortran_indexing to 1, not "true". |
|
4623 |
|
4624 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
4625 not "false". |
|
4626 |
|
4627 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
4628 "false". |
|
4629 |
2355
|
4630 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
4631 |
|
4632 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
4633 |
2330
|
4634 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4635 |
|
4636 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
4637 system command. |
|
4638 |
|
4639 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4640 |
|
4641 * __plr1__.m: Renamed from polar_int_1.m. |
|
4642 * __plr2__.m: Renamed from polar_int_2.m. |
|
4643 * __plr__.m: Renamed from polar_int.m. |
|
4644 * __plt1__.m: Renamed from plot_int_1.m. |
|
4645 * __plt2__.m: Renamed from plot_int_2.m. |
|
4646 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
4647 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
4648 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
4649 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
4650 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
4651 * __plt__.m: Renamed from plot_int.m. |
|
4652 * __pltopt__.m: Renamed from plot_opt.m. |
|
4653 Change all callers. |
|
4654 |
|
4655 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4656 |
|
4657 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
4658 comments like those found in Emacs lisp files. |
|
4659 |
|
4660 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4661 |
|
4662 * All .m files: Change comment style. |
|
4663 |
|
4664 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4665 |
|
4666 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
4667 subplot.m, subwindow.m, top_title.m: |
|
4668 Print error message if gnuplot_has_multiplot is not true. |
|
4669 |
|
4670 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4671 |
|
4672 * plot/figure.m: New function. |
|
4673 |
|
4674 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4675 |
|
4676 * strings/strrep.m: New function. |
|
4677 |
|
4678 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4679 |
|
4680 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
4681 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
4682 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
4683 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
4684 New functions from Kurt Hornik, heavily modified by jwe. |
|
4685 |
|
4686 * general/reshape.m: Allow strings to be reshaped too. |
|
4687 |
|
4688 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
4689 Always return a scalar. |
|
4690 |
|
4691 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4692 |
|
4693 * polynomial/polyfit.m: Make orientation of result compatible with |
|
4694 Matlab. |
|
4695 |
|
4696 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4697 |
|
4698 * polynomial/polyfit.m: Add missing close paren. |
|
4699 |
|
4700 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4701 |
|
4702 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
4703 |
|
4704 * io/scanf.m: Delete. |
|
4705 |
|
4706 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4707 |
|
4708 * statistics/median.m: Fix typo in usage message. |
|
4709 |
|
4710 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4711 |
|
4712 * miscellaneous/popen2.m: New file. |
|
4713 |
|
4714 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4715 |
|
4716 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
4717 |
|
4718 * io: New directory. |
|
4719 * Makefile.in (SUBDIRS): Add it to the list. |
|
4720 |
|
4721 * miscellaneous/flops.m: New file. |
|
4722 |
|
4723 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4724 |
|
4725 * miscellaneous/cputime.m: Return three arguments instead of a |
|
4726 vector, for compatibility with previous versions and with Matlab |
|
4727 (which only returns one scalar value). |
|
4728 |
|
4729 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
4730 |
|
4731 * general/triu.m: Compute lower bound on loop index correctly. |
|
4732 * general/tril.m: Likewise, for upper bound. |
|
4733 |
|
4734 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4735 |
|
4736 * image/saveimage.m: For color images, make sure indices into |
|
4737 temporary colormap and result matrix have proper orientation. |
|
4738 Set grey flag correctly. |
|
4739 |
|
4740 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4741 |
|
4742 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
4743 jrv@vanzandt.mv.com). |
|
4744 |
|
4745 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4746 |
|
4747 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
4748 * mesh.m: Transpose Z if only one arg. |
|
4749 Handle case of all three args being matrices (from Jim Van Zandt |
|
4750 jrv@vanzandt.mv.com). |
|
4751 * meshdom.m: Undo previous change. |
|
4752 |
|
4753 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4754 |
|
4755 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
4756 |
|
4757 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4758 |
|
4759 * audio: New directory of files from Kurt Hornik and Andreas |
|
4760 Weingessel. |
|
4761 * audio/Makefile.in: New file. |
|
4762 * Makefile.in (SUBDIRS): Add audio to the list. |
|
4763 |
|
4764 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4765 |
|
4766 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
4767 |
|
4768 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4769 |
|
4770 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
4771 columns (z), not the other way around. |
|
4772 * plot/meshdom.m: Don't reverse order of elements in y. |
|
4773 |
|
4774 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4775 |
|
4776 * plot/axis.m: Return current axis if nargin == 0. |
|
4777 |
|
4778 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4779 |
|
4780 * polynomial/roots.m: Updates from Kurt Hornik. |
|
4781 |
|
4782 * polynomial/polyder.m: New file. |
|
4783 |
|
4784 * polynomial/polyderiv.m: Give return value and arg different names. |
|
4785 |
|
4786 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4787 |
|
4788 * specfun/betainc.m: New file. |
|
4789 * specfun/gammainc.m: New file. |
|
4790 |
|
4791 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4792 |
|
4793 * general/strerror.m: New file. |
|
4794 * general/perror.m: Implement using strerror(). |
|
4795 |
|
4796 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4797 |
|
4798 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
4799 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
4800 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
4801 |
|
4802 * image/saveimage.m: Round img values first. |
|
4803 |
|
4804 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4805 |
|
4806 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
4807 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
4808 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
4809 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
4810 special-matrix/hankel.m special-matrix/toeplitz.m |
|
4811 tuwien/strfun/split.m: Add missing semicolons. |
|
4812 |
|
4813 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
4814 |
|
4815 * image/Makefile.in: Don't build or install octtoppm. |
|
4816 |
|
4817 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
4818 routines so that people who don't have the the pbm stuff installed |
|
4819 can still use this function. |
|
4820 |
|
4821 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4822 |
|
4823 * image/saveimage.m: Better error checking, clean up a bit. |
|
4824 |
|
4825 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4826 |
|
4827 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
4828 avoid conflict with new built-in text-style function more. |
|
4829 |
|
4830 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
4831 |
|
4832 * startup/Makefile.in (install): Also install octaverc in |
|
4833 $localfcnfiledir/startup/octavrc. |
|
4834 |
|
4835 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4836 |
|
4837 * mkinstalldirs: New file. |
|
4838 * Makefile.in (DISTFILES): Add it to the list. |
|
4839 |
|
4840 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
4841 |
|
4842 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4843 |
|
4844 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
4845 r(1) != c(nr), not if r(1) != c(1). |
|
4846 |
|
4847 * signal/filter.m: Doc fix. |
|
4848 |
|
4849 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4850 |
|
4851 * miscellaneous/cputime.m: Use new resource structure names (no |
|
4852 ru_ or tv_ prefixes). |
|
4853 |
|
4854 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4855 |
|
4856 * time/ctime.m: Fix doc string and usage message. |
|
4857 |
|
4858 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4859 |
|
4860 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
4861 |
|
4862 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
4863 |
|
4864 * control/c2d.m: Make function work for any value of |
|
4865 whitespace_in_literal_matrix. |
|
4866 * control/dare.m: Likewise. |
|
4867 * control/tzero.m: Likewise. |
|
4868 * elfun/gcd.m: Likewise. |
|
4869 * elfun/lcm.m: Likewise. |
|
4870 * general/postpad.m: Likewise. |
|
4871 * general/prepad.m: Likewise. |
|
4872 * linear-algebra/kron.m: Likewise. |
|
4873 * miscellaneous/etime.m: Likewise. |
|
4874 * polynomial/conv.m: Likewise. |
|
4875 * polynomial/deconv.m: Likewise. |
|
4876 * polynomial/poly.m: Likewise. |
|
4877 * polynomial/roots.m: Likewise. |
|
4878 * signal/filter.m: Likewise. |
|
4879 * signal/freqz.m: Likewise. |
|
4880 * signal/fftfilt.m: Likewise. |
|
4881 |
|
4882 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4883 |
|
4884 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
4885 |
|
4886 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4887 |
|
4888 * plot/polar_int_2.m: Add missing semicolons. |
|
4889 Set theta = theta', not rho'. |
|
4890 |
|
4891 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4892 |
|
4893 * polynomial/roots.m: Make it work for any value of |
|
4894 whitespace_in_literal_matrix. |
|
4895 |
|
4896 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4897 |
|
4898 * configure.in: New file. |
|
4899 |
|
4900 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4901 |
|
4902 * control/lyap.m: Add missing semicolon. |
|
4903 |
|
4904 * miscellaneous/cputime.m: New function file. |
|
4905 |
|
4906 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4907 |
|
4908 * time: New directory. |
|
4909 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
4910 New function files. |
|
4911 * time/Makefile.in: New file. |
|
4912 * Makefile.in (SUBDIRS): Add time. |
|
4913 |
|
4914 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4915 |
|
4916 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
4917 |
|
4918 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4919 |
|
4920 * plot/plot_int_1.m: Transpose data with .', not '. |
|
4921 |
|
4922 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4923 |
|
4924 * Makefile.in (install uninstall clean mostlyclean distclean |
|
4925 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
4926 |
|
4927 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4928 |
|
4929 * Makefile.in (install): Create ls-R database file. |
|
4930 (uninstall): Delete it. |
|
4931 |
|
4932 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
4933 |
5378
|
4934 * image/saveimage.m: Fix typo. |
2330
|
4935 |
|
4936 See ChangeLog.1 in the top level directory for earlier changes. |