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