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