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