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