7073
|
1 2007-10-26 John W. Eaton <jwe@octave.org> |
|
2 |
7074
|
3 * image/imshow.m: Improve compatibility. |
|
4 * image/image.m: Return handle if nargou > 0. |
|
5 |
7073
|
6 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
7 |
7069
|
8 2007-10-25 John W. Eaton <jwe@octave.org> |
|
9 |
|
10 * miscellaneous/compare_versions.m: Style fixes. |
|
11 |
7060
|
12 2007-10-24 John W. Eaton <jwe@octave.org> |
|
13 |
7061
|
14 * image/saveimage.m: Use functional form of save instead of eval. |
|
15 Use -text instead of -ascii. |
|
16 |
7060
|
17 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
18 |
7054
|
19 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
20 |
|
21 * plot/legend.m: Also extract location string from varargin (lost |
|
22 when 2007-10-08 patch was applied). |
|
23 |
7049
|
24 2007-10-23 David Bateman <dbateman@free.fr> |
|
25 |
|
26 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
27 miscellaneous/what.m: New functions |
|
28 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
29 functions. |
|
30 |
7045
|
31 2007-10-22 David Bateman <dbateman@free.fr> |
|
32 |
|
33 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
34 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
35 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
36 |
7042
|
37 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
38 |
|
39 * plot/contourf.m: New function. |
|
40 * plot/Makefile.in (SOURCES): Add it to the list. |
|
41 |
7040
|
42 2007-10-19 John W. Eaton <jwe@octave.org> |
|
43 |
|
44 * plot/subplot.m: Doc fix. |
|
45 |
7039
|
46 2007-10-19 David Bateman <dbateman@free.fr> |
|
47 |
7041
|
48 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
49 |
7037
|
50 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
51 |
|
52 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
53 output. |
|
54 |
7031
|
55 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
56 |
|
57 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
58 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
59 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
60 control/system/syssetsignals.m, control/base/lqg.m, |
|
61 strings/str2double.m, control/system/sysscale.m, |
|
62 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
63 Make help text fit on pages when using smallbook. |
|
64 |
7028
|
65 2007-10-15 David Bateman <dbateman@free.fr> |
|
66 |
7032
|
67 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
68 on the screen. |
|
69 |
7028
|
70 * testfun/test.m: In error/warning blocks test for an error before |
|
71 a warning to avoid unexpected failures. |
|
72 |
7027
|
73 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
74 |
|
75 * testfun/assert.m: Correct documentation of absolution versus |
|
76 relative error tolerance and add tests. |
|
77 |
7024
|
78 2007-10-14 David Bateman <dbateman@free.fr> |
|
79 |
|
80 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
81 src directory. |
|
82 * plot/Makefile.in (SOURCES): Add fill.m. |
|
83 |
7020
|
84 2007-10-13 David Bateman <dbateman@free.fr> |
|
85 |
|
86 * plot/__patch__.m: Allow multiple patches to be defined and |
|
87 return a single patch object. Allow Faces/Vertices form of |
|
88 patch. Flag failure so the patch can call print_usage. |
|
89 * plot/patch.m: Update help string for Faces/Vertices |
|
90 call. Respect the fail flag returned by __patch__. Add demo code |
|
91 that tests the functionality of patch. |
|
92 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
93 patch object. |
|
94 * plot/fill.m: New function. |
|
95 |
7016
|
96 2007-10-12 John W. Eaton <jwe@octave.org> |
|
97 |
|
98 * Change copyright notices in all files that are part of Octave to |
|
99 GPLv3 or any later version. |
|
100 |
7012
|
101 2007-10-11 John W. Eaton <jwe@octave.org> |
|
102 |
|
103 * plot/__go_draw_axes__.m (get_axis_limits): |
|
104 Return lim = [] if logscale and no positive values. |
|
105 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
106 Set initial min and min positive values to Inf, max values to -Inf. |
|
107 (get_data_limits): Correctly handle xminp when no positive values |
|
108 are found. |
|
109 |
7011
|
110 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
111 |
|
112 * polynomial/residue.m: New optional input for pole multiplicity. |
|
113 Doc fix. Fix tests. |
|
114 |
7010
|
115 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
116 |
|
117 * toplev.cc (Foctave_config_info): Add field "mac". |
|
118 |
|
119 * miscellaneous/ismac.m: New function. |
|
120 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
121 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
122 |
7009
|
123 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
124 |
|
125 * statistics/distributions/hygernd.m: Allow size to be specified |
|
126 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
127 scalars or matrices of a common size. |
|
128 |
7007
|
129 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
130 |
|
131 * control/csrefcard.lt, control/system/is_detectable.m, |
|
132 control/system/sysgroup.m, geometry/voronoin.m, |
|
133 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
134 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
135 statistics/distributions/binornd.m, |
|
136 statistics/distributions/cauchy_rnd.m, |
|
137 statistics/distributions/chi2rnd.m, |
|
138 statistics/distributions/discrete_rnd.m, |
|
139 statistics/distributions/exprnd.m, |
|
140 statistics/distributions/frnd.m, |
|
141 statistics/distributions/gamrnd.m, |
|
142 statistics/distributions/geornd.m, |
|
143 statistics/distributions/laplace_rnd.m, |
|
144 statistics/distributions/logistic_rnd.m, |
|
145 statistics/distributions/lognrnd.m, |
|
146 statistics/distributions/nbinrnd.m, |
|
147 statistics/distributions/normrnd.m, |
|
148 statistics/distributions/poissrnd.m, |
|
149 statistics/distributions/stdnormal_rnd.m, |
|
150 statistics/distributions/trnd.m, |
|
151 statistics/distributions/unifrnd.m, |
|
152 statistics/distributions/wblrnd.m: Spelling fixes. |
|
153 |
7005
|
154 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
155 |
|
156 * time/tic.m: New optional output value. |
|
157 |
|
158 * general/int2str.m: Doc fix. |
|
159 |
7002
|
160 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
161 |
|
162 * statistics/distributions/hygecdf.m, |
|
163 statistics/distributions/hygeinv.m, |
|
164 statistics/distributions/hygepdf.m, |
|
165 statistics/distributions/hygernd.m: |
|
166 Swap order of T and M args for compatibility. |
|
167 |
7001
|
168 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
169 |
|
170 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
171 control/system/buildssic.m, control/system/c2d.m, |
|
172 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
173 control/system/ss2sys.m, control/system/ss2tf.m, |
|
174 control/system/syscont.m, control/system/sysdimensions.m, |
|
175 control/system/sysdisc.m, control/system/sysmult.m, |
|
176 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
177 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
178 general/interp1.m, general/interp2.m, general/interp3.m, |
|
179 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
180 general/rat.m, general/structfun.m, general/trapz.m, |
|
181 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
182 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
183 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
184 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
185 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
186 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
187 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
188 statistics/base/meansq.m, statistics/base/var.m, |
|
189 statistics/tests/chisquare_test_independence.m, |
|
190 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
191 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
192 testfun/test.m: Spelling fixes. |
|
193 |
6998
|
194 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
195 |
|
196 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
197 |
6997
|
198 2007-10-10 John W. Eaton <jwe@octave.org> |
|
199 |
|
200 * general/num2str.m: Always allow for sign for automatically |
|
201 computed format widths. |
|
202 |
6988
|
203 2007-10-09 David Bateman <dbateman@free.fr> |
|
204 |
|
205 * plot/patch.m: Accept a handle as the first argument. |
|
206 |
6987
|
207 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
208 |
7010
|
209 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
210 |
6985
|
211 2007-10-09 John W. Eaton <jwe@octave.org> |
|
212 |
|
213 * audio/wavwrite.m: Accept arguments in compatible order. |
|
214 |
6979
|
215 2007-10-08 David Bateman <dbateman@free.fr> |
|
216 |
|
217 * general/interp2.m: Relax test for values outside the grid to |
|
218 allow monotonically decreasing abscissa as well. |
|
219 |
6978
|
220 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
221 |
|
222 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
223 as output parameter. |
|
224 |
6977
|
225 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
226 |
|
227 * plot/__go_draw_axes__.m, plot/legend.m: |
|
228 Handle compatible position specifiers as strings. |
|
229 |
6975
|
230 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
231 |
|
232 * general/num2str.m: Eliminate extra whitespace in output. |
|
233 * strings/strtrim.m: New function. |
|
234 * strings/Makefile.in (SOURCES): Add it to the list. |
|
235 |
6968
|
236 2007-10-06 John W. Eaton <jwe@octave.org> |
|
237 |
|
238 * polynomial/residue.m: New test from test/test_poly.m. |
|
239 |
6967
|
240 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
241 |
|
242 * image/saveimage.m: Handle saving color images without a colormap. |
|
243 * image/__img_via_file__.m: Add missing semicolon. |
|
244 |
|
245 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
246 |
7010
|
247 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
248 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
249 |
6965
|
250 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
251 |
|
252 * plot/print.m: Handle svg output type. Accept new -S option to |
|
253 specify size for PNG and SVG output types. |
|
254 |
|
255 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
256 |
|
257 * polynomial/mpoles.m: New function. |
|
258 * polynomial/residue.m: Modified to behave in reciprocal |
|
259 manner. No longer compute 4th output, "e". No longer accept |
|
260 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
261 Respect maximum relative difference in poles when determining |
|
262 their multiplicity. Use mpoles to determine the multiplicity of |
|
263 poles. |
|
264 |
6963
|
265 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
266 |
|
267 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
268 for surface plots. |
|
269 |
6962
|
270 2007-10-05 John W. Eaton <jwe@octave.org> |
|
271 |
|
272 * plot/__next_line_color__.m: Get color_rotation from axes |
|
273 colororder property. |
|
274 |
6953
|
275 2007-10-03 John W. Eaton <jwe@octave.org> |
|
276 |
6955
|
277 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
278 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
279 |
6953
|
280 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
281 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
282 special for __vnorm__. |
|
283 |
6951
|
284 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
285 |
6952
|
286 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
287 |
6950
|
288 2007-10-03 David Bateman <dbateman@free.fr> |
|
289 |
|
290 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
291 if a file is architecture dependent based on a list of file |
|
292 extensions. |
|
293 (configure_make): Simplify the search for architecture dependent |
|
294 files based on this function. |
|
295 (load_pakages_and_dependencies): Also look for bin directory in |
|
296 the architecture dependent directory. |
|
297 |
6947
|
298 2007-10-03 John W. Eaton <jwe@octave.org> |
|
299 |
|
300 * miscellaneous/dir.m: Create empty struct with field names. |
|
301 Include datenum in struct. |
|
302 |
6943
|
303 2007-10-02 David Bateman <dbateman@free.fr> |
|
304 |
|
305 * miscellaneous/ls.m: If nargout return string array of files |
|
306 returned by ls. |
|
307 |
6942
|
308 2007-10-01 John W. Eaton <jwe@octave.org> |
|
309 |
|
310 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
311 range values. |
|
312 |
6937
|
313 2007-10-01 David Bateman <dbateman@free.fr> |
|
314 |
7010
|
315 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
316 speed with small vectors. |
6937
|
317 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
318 rather than OCTAVE_HOME(). |
|
319 |
6935
|
320 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
321 |
|
322 * plot/findobj.m: New function. |
|
323 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
324 |
6925
|
325 2007-09-26 David Bateman <dbateman@free.fr> |
|
326 |
|
327 * pkg/pkg.m: Add second argument to setting for prefix for |
|
328 architecture dependent files. Use throughout. |
|
329 (pkg:issuperuser): New function, use through to check for |
|
330 root user. |
|
331 (pkg:getarchprefix): function to give the archiecture dependent |
|
332 prefix for a package. |
|
333 (pkg:getarchdir): New function giving location of architetcure |
|
334 dependent directory. Use through out. |
|
335 (pkg:install): Treat architecture dependent directory separately |
|
336 as in might not be a sub-directory of the package directory. |
|
337 (pkg:uninstall): ditto. |
|
338 (pkg:create_pkgadddel): Check for global or local install for |
|
339 architecture dependent directory. |
|
340 (pkg:finish_installation): ditto. |
|
341 (pkg:write_INDEX): ditto. |
|
342 (pkg:load_packages_and_dependencies): ditto. |
|
343 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
344 files to a new location if user is root. |
|
345 (pkg:rm_rf): Check if file or directory exists before removing. |
|
346 (pkg:dirempty): Check if directory exists before checking. |
|
347 |
|
348 * plot/___patch__.m: Allow face colors to be passed as strings |
|
349 |
|
350 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
351 needed for calls to "hold" without an argument. |
|
352 |
6920
|
353 2007-09-21 John W. Eaton <jwe@octave.org> |
|
354 |
6921
|
355 * optimization/sqp.m: Fix typo. |
|
356 |
6920
|
357 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
358 |
6919
|
359 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
360 |
|
361 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
362 |
6918
|
363 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
364 |
|
365 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
366 unidpdf.m and unidinv.m |
|
367 |
6914
|
368 2007-09-18 John W. Eaton <jwe@octave.org> |
|
369 |
|
370 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
371 (do_tics_1): Set numeric axes formats to "%.15g". |
|
372 |
6912
|
373 2007-09-18 David Bateman <dbateman@free.fr> |
|
374 |
|
375 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
376 of %g when writing data. |
|
377 |
6908
|
378 2007-09-17 John W. Eaton <jwe@octave.org> |
|
379 |
|
380 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
381 |
6903
|
382 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
383 |
|
384 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
385 noninteger N with N-K < 1. |
|
386 |
6901
|
387 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
388 |
|
389 * strings/index.m: Correct for strings differing after the third |
|
390 position (bug reported by Maude Martin). |
|
391 |
6895
|
392 2007-09-13 John W. Eaton <jwe@octave.org> |
|
393 |
|
394 * plot/__default_colormap__.m: Delete. |
|
395 * plot/Makefile (SOURCES): Remove from the list. |
|
396 |
6898
|
397 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
398 |
|
399 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
400 |
6885
|
401 2007-09-10 David Bateman <dbateman@free.fr> |
|
402 |
|
403 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
404 limit the selection of colors in the same way as for lines. |
|
405 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
406 column. |
|
407 * plot/__bar__.m: Adapt to use "patch". |
|
408 |
6870
|
409 2007-09-06 John W. Eaton <jwe@octave.org> |
|
410 |
|
411 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
412 (init_plot_stream): Split from open_plot_stream. |
|
413 * plot/print.m: Accept -debug=FILE argument. |
|
414 |
6868
|
415 2007-09-06 David Bateman <dbateman@free.fr> |
|
416 |
7010
|
417 * general/celldisp.m: New function. |
|
418 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
419 * miscellaneous/swapbytes.m: New function. |
|
420 * miscellaneous/gzip.m: New function. |
|
421 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
422 |
6863
|
423 2007-09-05 David Bateman <dbateman@free.fr> |
|
424 |
7010
|
425 * general/structfun.m: New function. |
|
426 * general/Makefile.in (SOURCES): Add it to sources. |
|
427 * miscellaneous/run.m: New function. |
|
428 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
429 * statistics/base/mode.m: New function. |
|
430 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
431 |
6862
|
432 2007-09-05 John W. Eaton <jwe@octave.org> |
|
433 |
|
434 * miscellaneous/orderfields.m: Use numel instead of length. |
|
435 |
|
436 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
437 |
|
438 * miscellaneous/orderfields.m: Handle empty structs. |
|
439 |
6861
|
440 2007-09-05 John W. Eaton <jwe@octave.org> |
|
441 |
|
442 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
443 DATA_IDX. |
|
444 |
|
445 2007-09-04 David Bateman <dbateman@free.fr> |
|
446 |
|
447 * general/isdir.m: Return a logical value. |
|
448 |
6859
|
449 2007-09-04 David Bateman <dbateman@free.fr> |
|
450 |
|
451 * statistics/distributions/chi2pdf.m, |
|
452 statistics/distributions/chi2cdf.m, |
|
453 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
454 distribution functions to account for inverse of scale factor in |
|
455 gamma functions. |
|
456 |
6857
|
457 2007-09-01 John W. Eaton <jwe@octave.org> |
|
458 |
|
459 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
460 |
6853
|
461 2007-09-01 David Bateman <dbateman@free.fr> |
|
462 |
|
463 * polynomial/polyint.m: New function like polyinteg but with |
|
464 explicit integration constant. |
|
465 * polynomial/polyinteg.m: Remove. |
|
466 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
467 polyinteg.m. |
|
468 * deprecated/polyinteg.m: Move version here. |
|
469 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
470 |
6852
|
471 * geometry/voronoi.m: Add large box around data to get a good |
|
472 approximation of the rays to infinity. |
|
473 |
6851
|
474 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
475 |
|
476 * plot/axes.m: Allow parent to be specified when creating axes |
|
477 objects. Support non-figure parents. |
|
478 |
|
479 2007-08-31 John W. Eaton <jwe@octave.org> |
|
480 |
|
481 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
482 |
6850
|
483 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
484 |
7010
|
485 * polynomial/polygcd.m: Better layout of example. |
|
486 * polynomial/compan.m: Remove unnecessary check. |
|
487 * polynomial/roots.m: Added example to help text. |
|
488 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
489 * polynomial/poly.m: Added example to help text. |
6850
|
490 |
6848
|
491 2007-08-30 John W. Eaton <jwe@octave.org> |
|
492 |
|
493 * optimization/qp.m: Increase maxit to 200. |
|
494 |
6847
|
495 2007-08-30 David Bateman <dbateman@free.fr> |
|
496 |
|
497 * geometry/inpolygon.m: New file. |
|
498 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
499 |
6843
|
500 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
501 |
|
502 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
503 |
6829
|
504 2007-08-24 David Bateman <dbateman@free.fr> |
|
505 |
|
506 * plot/__go_draw_axes__.m: Treat text color property. |
|
507 |
6828
|
508 2007-08-24 John W. Eaton <jwe@octave.org> |
|
509 |
|
510 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
511 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
512 |
|
513 * miscellaneous/movefile.m: Separate second and third args and |
|
514 use p1 and p2, not f1 and f2 when constructing arguments for |
|
515 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
516 |
6825
|
517 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
518 |
|
519 * set/intersect.m: Make it work with cell arrays of strings. |
|
520 |
6823
|
521 2007-08-24 David Bateman <dbateman@free.fr> |
|
522 |
7010
|
523 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
524 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
525 functions ported from octave-forge. |
7010
|
526 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
527 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
528 geometry/triplot.m, geometry/tsearchn.m: |
|
529 New functions. |
7010
|
530 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
531 * geometry/Makefile.in (SOURCES): Add functions above. |
|
532 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
533 |
6820
|
534 2007-08-23 John W. Eaton <jwe@octave.org> |
|
535 |
|
536 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
537 variable name. |
|
538 |
|
539 2007-08-23 David Bateman <dbateman@free.fr> |
|
540 |
|
541 * plot/plot.m: Allow first arg to be axes handle. |
|
542 |
6818
|
543 2007-08-22 David Bateman <dbateman@free.fr> |
|
544 |
|
545 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
546 outputs are returned only if requested. |
|
547 |
|
548 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
549 |
|
550 * control/base/nichols.m: Fix typo. |
|
551 |
6813
|
552 2007-08-13 John W. Eaton <jwe@octave.org> |
|
553 |
|
554 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
555 |
6809
|
556 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
557 |
|
558 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
559 use axes position in each appropriate gnuplot set statement. |
|
560 |
6808
|
561 2007-08-10 John W. Eaton <jwe@octave.org> |
|
562 |
|
563 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
564 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
565 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
566 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
567 |
6807
|
568 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
569 |
|
570 * plot/patch.m, plot/__patch__.m: New files. |
|
571 * plot/Makefile.in (SOURCES): Add them to the list. |
|
572 |
|
573 2007-08-07 John W. Eaton <jwe@octave.org> |
|
574 |
|
575 * path/savepath.m: Use single quotes for argument to PATH command |
|
576 that is inserted in file. |
|
577 |
6805
|
578 2007-07-27 John W. Eaton <jwe@octave.org> |
|
579 |
|
580 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
581 not set in the environment. |
|
582 |
6796
|
583 2007-07-25 David Bateman <dbateman@free.fr> |
|
584 |
|
585 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
586 control/base/Makefile.in, control/hinf/Makefile.in, |
|
587 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
588 control/util/Makefile.in, deprecated/Makefile.in, |
|
589 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
590 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
591 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
592 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
593 polynomial/Makefile.in, quaternion/Makefile.in, |
|
594 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
595 specfun/Makefile.in, special-matrix/Makefile.in, |
|
596 startup/Makefile.in, statistics/Makefile.in, |
|
597 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
598 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
599 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
600 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
601 |
6795
|
602 2007-07-25 John W. Eaton <jwe@octave.org> |
|
603 |
|
604 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
605 |
6793
|
606 2007-07-24 David Bateman <dbateman@free.fr> |
|
607 |
|
608 * image/flag.m: New colormap function. |
|
609 * images/Makefile.in: Include it in SOURCES. |
|
610 |
|
611 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
612 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
613 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
614 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
615 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
616 number of colormap elements as the other colormap functions. |
|
617 |
6790
|
618 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
619 |
|
620 * plot/__go_draw_axes__.m: Handle patch. |
|
621 |
6788
|
622 2007-07-23 David Bateman <dbateman@free.fr> |
|
623 |
|
624 * general/rat.m: New function for ration approximation imported |
|
625 from octave-forge. |
|
626 * general/del2.m: New function for discrete laplacian operator. |
|
627 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
628 |
|
629 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
630 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
631 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
632 image/winter.m, image/brighten.m: Port image functions from |
|
633 octave-forge. |
|
634 * image/Makefile.in: Add ported functions to SOURCES. |
|
635 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
636 compatibility with matlab. |
|
637 |
|
638 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
639 octave-forge |
|
640 * plot/Makefile.in: Add ported functions to SOURCES. |
|
641 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
642 using gnuplot 4.2 or greater. |
|
643 |
6785
|
644 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
645 |
|
646 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
647 |
6781
|
648 2007-07-19 David Bateman <dbateman@free.fr> |
|
649 |
|
650 * plot/fplot.m: More compatible version. |
|
651 |
6780
|
652 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
653 |
|
654 * plot/clf.m: Check for valid handle before deleting. |
|
655 |
|
656 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
657 __go_figure__ instead of using regular "set" call. |
|
658 |
6779
|
659 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
660 |
|
661 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
662 type for gnuplot. |
|
663 |
6778
|
664 2007-07-18 John W. Eaton <jwe@octave.org> |
|
665 |
|
666 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
667 gnuplot for each set of axes. |
|
668 |
6777
|
669 2007-07-18 David Bateman <dbateman@free.fr> |
|
670 |
6778
|
671 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
672 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
673 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
674 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
675 Use standard scale factor rather than one on the scale factor for |
|
676 compatibility. |
|
677 |
|
678 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
679 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
680 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
681 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
682 Preserve backward compatibility. |
6777
|
683 |
6776
|
684 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
685 |
|
686 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
687 to avoid issues with regexp special characters in the path strings. |
|
688 |
6770
|
689 2007-07-06 David Bateman <dbateman@free.fr> |
|
690 |
6778
|
691 * general/accumarray.m: New function to create an array by |
|
692 accumulating the elements. |
6770
|
693 |
6768
|
694 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
695 |
|
696 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
697 (fdjac): Set nx outside of if block. |
|
698 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
699 |
6765
|
700 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
701 |
|
702 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
703 |
|
704 * plot/axis.m: Also set "visible" property when setting axes to |
|
705 on/off. |
|
706 |
6762
|
707 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
708 |
|
709 * image/colormap.m: Only return colormap if nargout > 0. |
|
710 Mark as command. |
|
711 |
6758
|
712 2007-06-25 John W. Eaton <jwe@octave.org> |
|
713 |
|
714 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
715 strcmp for selected property comparisons. |
|
716 |
6756
|
717 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
718 |
6778
|
719 * image/imshow.m: Fix check for colormap arguments. |
6756
|
720 |
6754
|
721 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
722 |
|
723 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
724 |
6756
|
725 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
726 |
6778
|
727 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
728 argument, and note that the data should be sorted for the |
|
729 definition of the median to be correct. |
|
730 |
6778
|
731 * statistics/base/std.m: Add missing square to definition of |
6754
|
732 standard deviation. |
|
733 |
6778
|
734 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
735 |
|
736 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
737 statistics/base/std.m: |
|
738 Note that \bar{x} is the mean value of x in the help text. |
|
739 |
6778
|
740 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
741 coefficient to the help text. |
|
742 |
6778
|
743 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
744 |
|
745 * statistics/base/var.m: Put N in @math in help text. |
|
746 |
|
747 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
748 statistics/tests/kolmogorov_smirnov_test.m: |
|
749 Write about possible values of 'dist' in help text. |
|
750 |
6778
|
751 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
752 Add definition of correlation to the help text. |
|
753 |
6778
|
754 * statistics/base/logit.m, statistics/base/kendall.m, |
|
755 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
756 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
757 TeXification of help text. |
|
758 |
|
759 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
760 |
|
761 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
762 Add missing @var's to help text. |
|
763 |
|
764 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
765 |
|
766 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
767 of help text. |
|
768 |
|
769 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
770 help text. |
|
771 |
|
772 * statistics/distributions/unidpdf.m, |
|
773 statistics/distributions/discrete_pdf.m: |
|
774 Replace 'pDF' with 'PDF' in help text. |
|
775 |
6753
|
776 2007-06-25 John W. Eaton <jwe@octave.org> |
|
777 |
|
778 * strings/substr.m: Use offset consistently in code and doc string. |
|
779 From Rafael Laboissiere <rafael@debian.org>. |
|
780 |
6752
|
781 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
782 |
6778
|
783 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
784 |
6751
|
785 2007-06-25 John W. Eaton <jwe@octave.org> |
|
786 |
|
787 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
788 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
789 <juhani@cs.joensuu.fi>. |
|
790 |
6748
|
791 2007-06-20 John W. Eaton <jwe@octave.org> |
|
792 |
6749
|
793 * strings/index.m: Allow strings to be empty. |
|
794 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
795 |
6748
|
796 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
797 |
6747
|
798 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
799 |
|
800 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
801 separate matrices. |
|
802 |
6746
|
803 2007-06-19 David Bateman <dbateman@free.fr> |
|
804 |
|
805 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
806 only ";;" legend syntax. |
|
807 * polynomial/mkpp.m: ditto. |
|
808 * polynomial/pchip.m: ditto. |
|
809 * signal/freqz_plot.m: ditto. |
|
810 * sparse/gplot.m: ditto. |
|
811 * sparse/treeplot.m: ditto. |
|
812 |
6745
|
813 2007-06-19 John W. Eaton <jwe@octave.org> |
|
814 |
|
815 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
816 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
817 |
6742
|
818 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
819 |
6778
|
820 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
821 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
822 to check for NA. |
|
823 |
6741
|
824 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
825 |
6778
|
826 * optimization/glpk.m: TeXified the help text. |
|
827 * optimization/qp.m: TeXified the help text. |
|
828 * optimization/sqp.m: TeXified the help text. |
6741
|
829 |
6740
|
830 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
831 |
6778
|
832 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
833 |
6738
|
834 2007-06-15 John W. Eaton <jwe@octave.org> |
|
835 |
|
836 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
837 have_newer_gnuplot is true. |
|
838 |
6736
|
839 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
840 |
6778
|
841 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
842 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
843 to 90, all others 0. |
|
844 |
6778
|
845 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
846 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
847 get_data_limits. |
6778
|
848 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
849 called by __errplot__. |
|
850 |
6730
|
851 2007-06-15 John W. Eaton <jwe@octave.org> |
|
852 |
|
853 * testfun/test.m: Also return number of expected failures. |
|
854 |
6724
|
855 2007-06-14 John W. Eaton <jwe@octave.org> |
|
856 |
6730
|
857 * set/ismember.m: Mark two tests known to fail with xtest. |
|
858 |
6724
|
859 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
860 |
6728
|
861 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
862 |
|
863 * testfun/test.m: Add xtest support for tests known to fail. |
|
864 |
6727
|
865 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
866 |
|
867 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
868 epslatexstandalone terminals. |
|
869 |
6721
|
870 2007-06-14 David Bateman <dbateman@free.fr> |
|
871 |
|
872 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
873 as permutation of results was incorrect. |
|
874 * general/interp1.m: Add demo on second derivative |
|
875 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
876 call. Add 3D demo. Fix typos |
|
877 * general/interp3.m: Fix typos. Correct permutation for use of |
|
878 interpn. |
6721
|
879 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
880 |
6717
|
881 2007-06-13 John W. Eaton <jwe@octave.org> |
|
882 |
|
883 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
884 |
6706
|
885 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
886 |
|
887 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
888 |
6704
|
889 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
890 |
|
891 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
892 Set have_linestyle to true if two character linestyle is found. |
|
893 |
6702
|
894 2007-06-12 David Bateman <dbateman@free.fr> |
|
895 |
6717
|
896 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
897 and interpn.m. |
|
898 |
|
899 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
900 structure before using it. |
|
901 |
|
902 2007-06-12 David Bateman <dbateman@free.fr> |
|
903 |
6704
|
904 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
905 * general/__splinen__.m: New support function for N-dimensional |
|
906 spline interpolation. |
|
907 * general/bicubic.m: Allow definition of extrapolation |
|
908 value. Adapt tests to use new graphics interface |
|
909 * general/interp2.m: Call __splinen__ for 2-D spline |
|
910 interpolation. Make the lookup table code only be called for |
|
911 linear and nearest methods. |
|
912 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
913 and spline interpolation. |
|
914 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
915 and spline interpolation. |
6704
|
916 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
917 |
6701
|
918 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
919 |
|
920 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
921 |
6699
|
922 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
923 |
|
924 * plot/fplot.m: If function is inline, vectorize it. |
|
925 |
6698
|
926 2007-06-10 David Bateman <dbateman@free.fr> |
|
927 |
|
928 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
929 directory if need to, so that it fits on a line. |
|
930 |
6695
|
931 2007-06-07 David Bateman <dbateman@free.fr> |
|
932 |
|
933 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
934 saved file so that dependent packages are loaded first, and if |
|
935 nargout==0 don't return any arguments. |
|
936 (pkg:install): Only load packages that are marked autoload after |
|
937 install. Various fixes. Save in order. |
|
938 (pkg:uninstall): Save in order |
|
939 (pkg:load_packages): Use load_package_and_dependencies to load |
|
940 packages. |
|
941 (pkg:save_order): New function to sort package list with dependent |
|
942 packages first. |
|
943 (pkg:load_packages_and_dependencies): New function to load both a |
|
944 list of packages and their dependencies. |
|
945 (pkg:load_package_dirs): New function that returns a vector of the |
|
946 indexes into the installed package list indicating the packages to |
|
947 load and the order to load them in to respect the dependencies. |
|
948 |
6688
|
949 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
950 |
|
951 * plot/axes.m: Eliminate redundant else clause. |
|
952 |
6686
|
953 2007-06-03 David Bateman <dbateman@free.fr> |
|
954 |
|
955 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
956 * pkg/pkg.m: Protect against multiple actions being define. |
|
957 |
6683
|
958 2007-06-01 David Bateman <dbateman@free.fr> |
|
959 |
|
960 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
961 incorporate into main pkg function. |
|
962 (pkg:install): Check for existence of files to install before |
|
963 globbing and warn the user if they don't exist. |
|
964 |
6675
|
965 2007-05-31 David Bateman <dbateman@free.fr> |
|
966 |
6679
|
967 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
968 directory over several copy command to limit the line length. |
|
969 * miscellaneous/movefile.m: Ditto. |
|
970 |
6675
|
971 * pkg.m: Add build option to allow binary Octave packages to be |
|
972 built from source packages. Probe absolute path of prefix, global |
|
973 and local lists. Use strcat, rather that [] for strings. |
|
974 (pkg:build): New function to binary binary package. |
|
975 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
976 (pkg:repackage): Package binary Octave package from installation. |
|
977 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
978 from m-files into main installation directory. |
|
979 (pkg:shell): Suppress verbose messages from shell and only display |
|
980 them with the verbose flag. |
|
981 (pkg:installed_packages): Also include the loaded flag in the |
|
982 local and global packages. |
|
983 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
984 flagged as loaded. |
|
985 |
|
986 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
987 |
|
988 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
989 with and without architecture dependent directories. |
|
990 (pkg:installed_packages): Probe the global_list file even if it is |
|
991 the same as the local_list. |
|
992 |
6669
|
993 2007-05-29 John W. Eaton <jwe@octave.org> |
|
994 |
|
995 * sparse/spy.m: Set axis to "ij" mode. |
|
996 |
6664
|
997 2007-05-24 John W. Eaton <jwe@octave.org> |
|
998 |
|
999 * set/ismember.m: Quote first arg of "fail" tests. |
|
1000 |
6663
|
1001 2007-05-24 David Bateman <dbateman@free.fr> |
|
1002 |
6778
|
1003 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1004 |
6655
|
1005 2007-05-22 David Bateman <dbateman@free.fr> |
|
1006 |
|
1007 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1008 error(lasterr()(8:end)). |
|
1009 (pkg:install): Warning for empty packages being removed. Suppress |
|
1010 spurious output. Warning rather than error for uninstalling a |
|
1011 package that is not installed to avoid RPM issue. |
|
1012 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1013 inst or architecture dependent directory if it exists. |
|
1014 |
6653
|
1015 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1016 |
|
1017 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1018 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1019 signal/freqz.m: Fix typos. |
|
1020 |
6645
|
1021 2007-05-21 David Bateman <dbateman@free.fr> |
|
1022 |
|
1023 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1024 force installation location. |
|
1025 (rebuild): New subfunction to rebuild package database from |
|
1026 installed packages. Also allows changing of autoload status |
|
1027 (install): Warn use if attempting to install from non existent |
|
1028 file. |
|
1029 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1030 "USER", "root"))' for root test. |
|
1031 |
|
1032 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1033 |
|
1034 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1035 and replace "\" characters with "/". |
|
1036 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1037 characters with "/" throughout. |
|
1038 (shell): New subfunction that wraps system and is careful with the |
|
1039 shell on windows platforms. |
|
1040 (configure_make): Explictly pass complier etc to configure |
|
1041 process. |
|
1042 (issuperuser): Force default to global install for Windows machines. |
|
1043 |
6636
|
1044 2007-05-19 Kristan Onu |
|
1045 |
|
1046 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1047 |
6634
|
1048 2007-05-18 David Bateman <dbateman@free.fr> |
|
1049 |
|
1050 * pkg/pkg.m (install): More verbosity. |
|
1051 (configure_make): Ditto. |
|
1052 (create_pkgadddel): Install in architecture dependent directory if |
|
1053 it exists to address issues with autoload/mfilename. |
|
1054 (write_INDEX): Check in archiecture dependent directories as well. |
|
1055 |
6633
|
1056 2007-05-17 David Bateman <dbateman@free.fr> |
|
1057 |
|
1058 * plot/hbar.m: Remove. |
|
1059 * plot/barh.m: and move it here. |
|
1060 |
6631
|
1061 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1062 |
|
1063 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1064 |
6629
|
1065 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1066 |
|
1067 * general/logspace.m: Return second arg if fewer than two values |
|
1068 are requested. |
|
1069 |
6619
|
1070 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1071 |
|
1072 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1073 on a new line. |
|
1074 |
6617
|
1075 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1076 |
|
1077 * statistics/distributions/norminv.m, |
|
1078 statistics/distributions/norminv.m, |
|
1079 statistics/distributions/normpdf.m, |
|
1080 statistics/distributions/normrnd.m: |
|
1081 Use standard deviation, not variance. |
|
1082 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1083 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1084 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1085 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1086 backward compatibility. |
|
1087 |
6616
|
1088 2007-05-14 David Bateman <dbateman@free.fr> |
|
1089 |
|
1090 * pkg/pkg.m: Mark loaded packages with "*". |
|
1091 |
6615
|
1092 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1093 |
|
1094 * miscellaneous/single.m: Doc fix. |
|
1095 Convert to double instead of returning argument unchanged. |
|
1096 |
|
1097 * miscellaneous/doc.m: Doc fix. |
|
1098 |
|
1099 * miscellaneous/ver.m: Doc fix. |
|
1100 Don't display information about Octave Forge. |
|
1101 |
6614
|
1102 2007-05-12 David Bateman <dbateman@free.fr> |
|
1103 |
|
1104 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1105 install to be printed. An error in the on_uninstall script causes |
|
1106 a failure to uninstall. Place oct- and mex-files in an |
|
1107 architecture dependent directory. |
|
1108 |
6611
|
1109 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1110 |
|
1111 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1112 |
6609
|
1113 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1114 |
|
1115 * statistics/distributions/normcdf.m: Use standard deviation |
|
1116 instead of variance for compatibility. |
|
1117 |
|
1118 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1119 |
|
1120 |
|
1121 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1122 |
|
1123 * set/ismember.m: Always return logical values. |
|
1124 |
|
1125 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1126 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1127 |
|
1128 * general/__isequal__.m: Allow numeric values of different classes |
|
1129 to compare equal. |
|
1130 |
6606
|
1131 2007-05-07 David Bateman <dbateman@free.fr> |
|
1132 |
6607
|
1133 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1134 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1135 |
6605
|
1136 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1137 |
|
1138 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1139 |
6604
|
1140 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1141 |
|
1142 * contour.m: Rewrite help string. |
|
1143 |
6599
|
1144 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1145 |
|
1146 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1147 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1148 Special case nargout == 0. |
|
1149 |
6597
|
1150 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1151 |
|
1152 * general/sub2ind.m: Handle empty input, add tests. |
|
1153 |
6590
|
1154 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1155 |
|
1156 * plot/contourc.m: Doc fix. |
|
1157 |
6586
|
1158 2007-04-26 David Bateman <dbateman@free.fr> |
|
1159 |
|
1160 * plot/hist.m: Partially remove previous patch. |
|
1161 |
6582
|
1162 2007-04-26 David Bateman <dbateman@free.fr> |
|
1163 |
|
1164 * plot/hist.m: Support returning of handle |
|
1165 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1166 cells. |
|
1167 |
6575
|
1168 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1169 |
6579
|
1170 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1171 "title \"\"", not "". |
|
1172 |
6575
|
1173 * plot/legend.m: Initialize WARNED to false. |
|
1174 |
6567
|
1175 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1176 |
|
1177 * io/beep.m: Fix cut and paste error. |
|
1178 From S�ren Hauberg <soren@hauberg.org>. |
|
1179 |
|
1180 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1181 |
|
1182 * plot/box.m: Delete extra endfunction keyword. |
|
1183 |
6560
|
1184 2007-04-23 David Bateman <dbateman@free.fr> |
|
1185 |
|
1186 * plot/plot3.m: Call newplot. |
|
1187 |
6553
|
1188 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1189 |
|
1190 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1191 |
6546
|
1192 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1193 |
|
1194 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1195 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1196 |
6544
|
1197 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1198 |
|
1199 * control/util/axis2dlim.m: Delete extraneous line. |
|
1200 |
6542
|
1201 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1202 |
|
1203 * specfun/factorial.m: Increase tolerance in large value test. |
|
1204 |
6540
|
1205 2007-04-18 David Bateman <dbateman@free.fr> |
|
1206 |
|
1207 * __bar__.m: New support function for bar/hbar to support graphic |
|
1208 handles, and additional arguments. |
|
1209 * bar.m: Convert to use __bar__. |
|
1210 * hbar.m: New function |
|
1211 * hist.m: Explicitly set the width of the bar plot. |
|
1212 |
6533
|
1213 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1214 |
6534
|
1215 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1216 |
6533
|
1217 * set/ismember.m: New tests. |
|
1218 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1219 |
6532
|
1220 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1221 |
|
1222 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1223 Add tests. |
|
1224 |
6527
|
1225 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1226 |
6528
|
1227 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1228 looks_like_copyright in src/help.cc. |
|
1229 From S�ren Hauberg <soren@hauberg.org>. |
|
1230 |
6527
|
1231 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1232 |
6526
|
1233 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1234 |
6527
|
1235 * optimization/sqp.m: Initialize info to 0. |
|
1236 |
6526
|
1237 * optimization/qp.m: Undo previous change. |
|
1238 |
6524
|
1239 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1240 |
|
1241 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1242 length one. |
|
1243 |
6523
|
1244 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1245 |
|
1246 * optimization/qp.m: Avoid Octave indexing bug. |
|
1247 |
6521
|
1248 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1249 |
6522
|
1250 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1251 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1252 control/system/sysrepdemo.m: |
|
1253 Adapt to page_screen_output as a function. |
6521
|
1254 |
6518
|
1255 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1256 |
|
1257 * miscellaneous/not.m: Delete. |
|
1258 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1259 |
|
1260 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1261 |
|
1262 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1263 that are close but not exactly equal. |
|
1264 |
6515
|
1265 2007-04-11 David Bateman <dbateman@free.fr> |
|
1266 |
|
1267 * general/bitcmp.m: Make it work again. |
|
1268 |
6512
|
1269 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1270 |
|
1271 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1272 that are close but not exactly equal. |
|
1273 |
6511
|
1274 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1275 |
|
1276 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1277 in response to a change in x limits for now. |
|
1278 |
6510
|
1279 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1280 |
|
1281 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1282 (__go_draw_axes__): Use it to write data to plot stream. |
|
1283 |
6509
|
1284 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1285 |
|
1286 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1287 zeros. Set markerfacecolor property in call to plot. |
|
1288 |
6508
|
1289 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1290 |
|
1291 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1292 |
|
1293 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1294 |
|
1295 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1296 |
6494
|
1297 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1298 |
6499
|
1299 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1300 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1301 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1302 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1303 |
6496
|
1304 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1305 Use strcmpi instead of strcmp+tolower. |
6496
|
1306 Style fixes. |
|
1307 |
6494
|
1308 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1309 Plotting fixes. Style fixes. |
|
1310 |
|
1311 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1312 Style fixes. |
|
1313 |
|
1314 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1315 Style fixes. |
|
1316 |
|
1317 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1318 Use "strcat (...)" instead of "[...]". |
|
1319 Use format specifiers in calls to warning. |
|
1320 |
|
1321 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1322 Use "strcat (...)" instead of "[...]". |
|
1323 Use "x(end)" instead of "x(length (x))". |
|
1324 Check NA before NaN. |
|
1325 Style fixes. |
|
1326 |
6473
|
1327 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1328 |
6474
|
1329 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1330 |
6467
|
1331 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1332 |
|
1333 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1334 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1335 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1336 control/util/Makefile.in, deprecated/Makefile.in, |
|
1337 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1338 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1339 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1340 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1341 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1342 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1343 special-matrix/Makefile.in, startup/Makefile.in, |
|
1344 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1345 statistics/distributions/Makefile.in, |
|
1346 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1347 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1348 Use ln instead of $(LN_S) in dist target. |
|
1349 |
6465
|
1350 2007-03-27 David Bateman <dbateman@free.fr> |
|
1351 |
|
1352 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1353 gnuplot 4.0. |
|
1354 |
6464
|
1355 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1356 |
|
1357 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1358 |
6461
|
1359 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1360 |
|
1361 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1362 plot stream and using binary data. |
|
1363 |
6459
|
1364 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1365 |
|
1366 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1367 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1368 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1369 |
|
1370 2007-03-26 David Bateman <dbateman@free.fr> |
|
1371 |
6461
|
1372 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1373 |
6459
|
1374 * plot/plot3.m: Handle line properties. |
|
1375 * plot/plot.m: Update docstring. |
|
1376 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1377 * plot/__plt__.m: Also gather properties. |
|
1378 |
6455
|
1379 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1380 |
|
1381 * testfun/assert.m: Delete special check for empty objects. |
|
1382 Add test. |
|
1383 |
6453
|
1384 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1385 |
6454
|
1386 * plot/drawnow.m: Exit early if call is recursive. |
|
1387 |
6453
|
1388 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1389 Check for Inf too. |
|
1390 (__go_draw_axes__): Use get_data_limits. |
|
1391 |
6450
|
1392 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1393 |
6451
|
1394 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1395 send terminal setting command with title option to plot stream. |
|
1396 |
6450
|
1397 * plot/legend.m: Correctly increment index into list of children.. |
|
1398 |
6434
|
1399 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1400 |
6448
|
1401 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1402 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1403 control/base/nyquist.m, control/base/nichols.m, |
|
1404 control/base/frdemo.m, signal/freqz_plot.m, |
|
1405 control/base/__stepimp__.m, control/base/bode.m, |
|
1406 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1407 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1408 Update plotting code. |
|
1409 |
|
1410 * control/base/bode.m: Unwrap phase angle. |
|
1411 |
|
1412 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1413 |
|
1414 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1415 |
|
1416 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1417 commands. |
6446
|
1418 |
6442
|
1419 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1420 Handle numeric color specs. |
6442
|
1421 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1422 |
6441
|
1423 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1424 |
6440
|
1425 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1426 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1427 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1428 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1429 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1430 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1431 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1432 |
6438
|
1433 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1434 plot, not just multiplots. |
|
1435 |
6436
|
1436 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1437 |
6434
|
1438 * plot/contour.m: Don't call drawnow. |
|
1439 |
6431
|
1440 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1441 |
6432
|
1442 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1443 property of each figure. |
|
1444 |
6431
|
1445 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1446 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1447 |
|
1448 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1449 |
|
1450 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1451 less than eps to 0. |
|
1452 |
6429
|
1453 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1454 |
|
1455 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1456 * testfun/speed.m: Documentation and example fix. |
|
1457 |
6424
|
1458 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1459 |
|
1460 * plot/subplot.m: If we find an existing subplot region, set |
|
1461 it to be the "currentaxes" property for the current figure. |
6425
|
1462 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1463 |
6422
|
1464 2007-03-20 David Bateman <dbateman@free.fr> |
|
1465 |
|
1466 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1467 |
|
1468 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1469 |
|
1470 * general/arrayfun.m: New function. |
|
1471 |
6418
|
1472 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1473 |
6419
|
1474 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1475 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1476 |
|
1477 * plot/clf.m: Don't call drawnow. |
|
1478 |
6431
|
1479 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1480 |
6420
|
1481 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1482 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1483 images. |
|
1484 |
6418
|
1485 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1486 instead of global. Only register __go_close_all__ with atexit if |
|
1487 the plot stream is successfully opened. |
6418
|
1488 |
6413
|
1489 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1490 |
6418
|
1491 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1492 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1493 |
|
1494 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1495 |
|
1496 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1497 Use numeric line types. |
6413
|
1498 |
|
1499 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1500 lines and larger markers. Remove key titles from line type |
|
1501 properties. |
6413
|
1502 |
6405
|
1503 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1504 |
6412
|
1505 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1506 and pass them to __go_text__. Simply return the handle obtained |
|
1507 from __go_text__ instead of calling get on the current axis. |
|
1508 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1509 Allow for extra property value pairs to be passed along. |
|
1510 * plot/title.m: Implement with __axis_label__ since it does all |
|
1511 that title needs to do. |
|
1512 |
6410
|
1513 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1514 |
6405
|
1515 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1516 |
|
1517 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1518 and __plt2__, not just the last. |
|
1519 |
|
1520 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1521 (SOURCES_IN, GEN_M): Delete. |
|
1522 (FCN_FILES): Don't include $(GEN_M). |
|
1523 (all): Don't depend on $(GEN_M). |
|
1524 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1525 |
|
1526 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1527 |
|
1528 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1529 __uiobject_axes_init__. |
|
1530 |
|
1531 * plot/mesh.m: Use __go_surface__ instead of |
|
1532 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1533 |
|
1534 * plot/line.m: Use __line__ to do actual work. |
|
1535 * plot/__line__.m: New function. |
|
1536 |
|
1537 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1538 Use get and set instead of accessing object fields directly. |
|
1539 |
|
1540 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1541 handle. |
|
1542 |
|
1543 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1544 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1545 __uiobject_draw_figure__. |
|
1546 |
|
1547 * plot/clf.m: Use get instead of accessing object fields |
|
1548 directly. Simply delete children. Don't set currentaxes. |
|
1549 |
|
1550 * plot/close.m (close_all_figures): New subfunction. |
|
1551 Use it instead of getting list of figures to close from |
|
1552 __uiobject_figures__. |
|
1553 |
|
1554 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1555 currentfigure. |
|
1556 |
|
1557 * plot/__errplot__.m: Call __line__ instead of |
|
1558 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1559 directly. Don't call __uiobject_adopt__. |
|
1560 |
|
1561 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1562 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1563 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1564 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1565 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1566 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1567 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1568 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1569 plot/__uiobject_init_root_figure__.in, |
|
1570 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1571 plot/__uiobject_root_figure_ctor__.m, |
|
1572 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1573 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1574 plot/set.in: Delete. |
6408
|
1575 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1576 |
|
1577 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1578 Pass "hidden" as second arg to close. |
|
1579 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1580 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1581 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1582 |
6405
|
1583 * image/__img__.m: Use __go_image__ to create image graphics |
|
1584 handle. |
|
1585 |
|
1586 * miscellaneous/delete.m: Call __go_delete__, not |
|
1587 __uiobject_delete__. Check that arg is a graphics handle before |
|
1588 calling __go_delete__. |
|
1589 |
6403
|
1590 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1591 |
|
1592 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1593 arg instead of switch statement. |
6528
|
1594 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1595 |
|
1596 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1597 |
|
1598 * miscellaneous/cast.m: New function. |
|
1599 |
|
1600 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1601 |
6398
|
1602 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1603 |
|
1604 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1605 tilde expansion on target filename before passing it to the shell. |
|
1606 |
|
1607 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1608 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1609 |
6396
|
1610 2007-03-08 David Bateman <dbateman@free.fr> |
|
1611 |
|
1612 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1613 replacing slower version based on dicrete_rnd. |
|
1614 |
6392
|
1615 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1616 |
6395
|
1617 * control/base/rlocus.m: Update for current plotting functions. |
|
1618 |
|
1619 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1620 |
|
1621 * control/base/rlocus.m: Improve display. |
|
1622 |
|
1623 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1624 |
|
1625 * plot/legend.m: Only handle positions -1:4. |
|
1626 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1627 found in option string |
|
1628 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1629 |
6394
|
1630 * plot/newplot.m: Always reset next line color. |
|
1631 |
6392
|
1632 * testfun/assert.m: Check that number of dimensions match before |
|
1633 checking dimensions. |
|
1634 |
6391
|
1635 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1636 |
|
1637 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1638 |
6387
|
1639 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1640 |
6390
|
1641 * plot/mesh.m: Call newplot before doing anything. |
|
1642 |
|
1643 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1644 just "e". Only flush plot stream once. |
|
1645 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1646 |
6387
|
1647 * strings/blanks.m: Omit first index in assignment. |
|
1648 |
6386
|
1649 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1650 |
|
1651 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1652 |
6385
|
1653 2007-03-06 David Bateman <dbateman@free.fr> |
|
1654 John W. Eaton <jwe@octave.org> |
|
1655 |
|
1656 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1657 Handle cellstr args. |
|
1658 |
6382
|
1659 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1660 |
|
1661 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1662 calling obj_fun. |
|
1663 |
6377
|
1664 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1665 |
|
1666 * specfun/nchoosek.m: Fix nargin check. |
|
1667 |
6376
|
1668 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1669 |
|
1670 * image/__img__.m: Don't set xlim and ylim properties. |
|
1671 |
6374
|
1672 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1673 |
|
1674 * general/interp1.m: Fix *style cases for decreasing x. |
|
1675 |
6372
|
1676 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1677 |
|
1678 * polynomial/roots.m: Check nargin before accessing arg. |
|
1679 |
6369
|
1680 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1681 |
|
1682 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1683 increment data_idx unless using gnuplot for display. |
|
1684 |
6368
|
1685 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1686 |
|
1687 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1688 plots with images. |
|
1689 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1690 Deprecate zoom argument. |
|
1691 |
6366
|
1692 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1693 |
|
1694 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1695 temporary file names. Keep image and colormap file ids separate. |
|
1696 |
|
1697 * general/interp1.m: Correctly compute min and max values when |
|
1698 values are decreasing and not evenly spaced. |
|
1699 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1700 |
6365
|
1701 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1702 |
|
1703 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1704 returning an empty cell array. |
|
1705 |
6546
|
1706 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1707 |
|
1708 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1709 |
6546
|
1710 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1711 |
|
1712 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1713 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1714 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1715 control/util/Makefile.in, deprecated/Makefile.in, |
|
1716 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1717 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1718 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1719 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1720 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1721 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1722 special-matrix/Makefile.in, startup/Makefile.in, |
|
1723 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1724 statistics/distributions/Makefile.in, |
|
1725 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1726 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1727 Use $(LN_S) instead of ln or ln -s. |
|
1728 |
6356
|
1729 2007-02-24 David Bateman <dbateman@free.fr> |
|
1730 |
|
1731 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1732 '\n' in FILES file. |
6357
|
1733 (configure_make): Also install any mex files. |
6356
|
1734 |
6353
|
1735 2007-02-24 David Bateman <dbateman@free.fr> |
|
1736 |
|
1737 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1738 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1739 |
6351
|
1740 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1741 |
|
1742 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1743 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1744 |
|
1745 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1746 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1747 |
6349
|
1748 2007-02-23 David Bateman <dbateman@free.fr> |
|
1749 |
|
1750 * statistics/distributions/discrete_rnd.m, |
|
1751 statistics/distributions/geornd.m, |
|
1752 statistics/distributions/lognnd.m, |
|
1753 statistics/distributions/nbinrnd.m, |
|
1754 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1755 |
|
1756 * statistics/distributions/unidcdf.m, |
|
1757 statistics/distributions/unidinv.m, |
|
1758 statistics/distributions/unidpdf.m, |
|
1759 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1760 discrete_cdf, etc. |
6349
|
1761 |
|
1762 * statistics/distributions/pascal_cdf.m, |
|
1763 statistics/distributions/pascal_inv.m, |
|
1764 statistics/distributions/pascal_pdf.m, |
|
1765 statistics/distributions/pascal_rnd.m: Remove. |
|
1766 * statistics/distributions/nbincdf.m, |
|
1767 statistics/distributions/nbininv.m, |
|
1768 statistics/distributions/nbinpdf.m, |
|
1769 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1770 compatible functions. |
|
1771 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1772 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1773 nbincdf, etc functions to implement these. |
|
1774 |
6344
|
1775 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1776 |
|
1777 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1778 command and data. |
|
1779 |
|
1780 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1781 |
|
1782 * miscellaneous/doc.m: If index search fails, try again without |
|
1783 the index search option. |
|
1784 |
6339
|
1785 2007-02-22 David Bateman <dbateman@free.fr> |
|
1786 |
6341
|
1787 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1788 |
6340
|
1789 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1790 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1791 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1792 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1793 and randp to accelerate. |
|
1794 |
6339
|
1795 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1796 |
6338
|
1797 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1798 |
|
1799 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1800 cache data and display after xlim and ylim have been determined. |
|
1801 |
6337
|
1802 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1803 |
|
1804 * plot/__uiobject_draw_axes__.m: |
|
1805 Allow multiple images to be displayed with gnuplot. |
|
1806 |
6333
|
1807 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1808 |
|
1809 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1810 for versions of GLPK 4.15 and later. |
|
1811 |
6328
|
1812 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1813 |
|
1814 * plot/__uiobject_alloc__.in: If next available element in |
|
1815 __uiobject_list__ is 0, grow list before doing anything else. |
|
1816 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1817 first call when size of __uiobject_list__ is 0. |
|
1818 |
6323
|
1819 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1820 |
|
1821 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1822 |
6321
|
1823 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1824 |
|
1825 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1826 |
6316
|
1827 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1828 |
|
1829 * specfun/nchoosek.m: Check nargin. |
|
1830 |
6314
|
1831 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1832 |
6315
|
1833 * path/addpath.m, path/rmpath.m: Delete |
|
1834 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1835 |
6314
|
1836 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1837 Delete title, xlabel, ylabel, and zlabel properties before |
|
1838 reassigning. |
|
1839 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1840 Don't init outerposition if "mode" is "replace". |
|
1841 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1842 If axes nextplot property is replace, pass "replace" as mode arg |
|
1843 to __uiobject_axes_init__. |
|
1844 |
6308
|
1845 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1846 |
6310
|
1847 * image/imshow.m: Don't restore old colormap. |
|
1848 |
6309
|
1849 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1850 * image/__img__.m: New file containing common parts of image.m and |
|
1851 imshow.m. |
6312
|
1852 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1853 * image/image.m, image/imshow.m: Call __img__. |
|
1854 * plot/__uiobject_draw_axes__.m: |
|
1855 Handle rgb imaged data stored in 3-d arrays. |
|
1856 |
6308
|
1857 * plot/figure.m: Doc fix. |
|
1858 |
6304
|
1859 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1860 |
|
1861 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1862 for reading and writing data. New tests. Improve rounding. |
|
1863 |
6302
|
1864 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1865 |
6303
|
1866 * plot/stem.m: New file, adapted from OctPlot. |
|
1867 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1868 |
6302
|
1869 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1870 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1871 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1872 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1873 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1874 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1875 plot/semilogyerr.m: Return handles to line objects. |
|
1876 |
6301
|
1877 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1878 |
|
1879 * plot/__uiobject_close_all.m: New file. |
|
1880 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1881 |
6298
|
1882 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1883 |
|
1884 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1885 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1886 |
|
1887 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1888 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1889 before calling pclose. |
|
1890 |
6291
|
1891 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1892 |
6295
|
1893 * plot/subplot.m: Delete spurious call to axes. |
|
1894 |
6293
|
1895 * plot/figure.m: Call drawnow for current figure before creating |
|
1896 or switching to a new figure. |
|
1897 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1898 nargin == 0 case. |
|
1899 |
6291
|
1900 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1901 strange values like Inf+NaNi. |
|
1902 |
6283
|
1903 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1904 |
6286
|
1905 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1906 and check gnuplot_use_title_option instead of just assuming -title |
|
1907 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1908 |
6285
|
1909 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1910 |
6284
|
1911 * audio/Makefile.in, control/base/Makefile.in, |
|
1912 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1913 control/system/Makefile.in, control/util/Makefile.in, |
|
1914 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1915 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1916 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1917 optimization/Makefile.in, plot/Makefile.in, |
|
1918 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1919 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1920 special-matrix/Makefile.in, startup/Makefile.in, |
|
1921 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1922 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1923 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1924 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
1925 |
6283
|
1926 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
1927 only given property list. |
|
1928 |
6278
|
1929 2007-02-07 John W. Eaton <jwe@octave.org> |
|
1930 |
6280
|
1931 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
1932 properties. |
|
1933 |
6278
|
1934 * plot/sombrero.m: Call box ("off") after mesh. |
|
1935 |
|
1936 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
1937 line default" commands with older versions of gnuplot. |
|
1938 |
|
1939 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
1940 |
6273
|
1941 2007-02-06 John W. Eaton <jwe@octave.org> |
|
1942 |
|
1943 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
1944 * sparse/gplot.m: Use line style - instead of 1. |
|
1945 |
6272
|
1946 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
1947 |
|
1948 * plot/print.m: Avoid error message from cellidx. |
|
1949 |
|
1950 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1951 |
|
1952 * plot/legend.m: Fix check for data. |
|
1953 |
6270
|
1954 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1955 |
|
1956 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
1957 Always set lt and pt. |
|
1958 |
6269
|
1959 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
1960 |
|
1961 * plot/contourc.m: Correctly compute X and Y. |
|
1962 |
6268
|
1963 2007-02-05 John W. Eaton <jwe@octave.org> |
|
1964 |
|
1965 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
1966 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
1967 |
6264
|
1968 2007-02-01 John W. Eaton <jwe@octave.org> |
|
1969 |
6266
|
1970 * plot/__uiobject_draw_axes__.m: |
|
1971 Don't try to set axis limits unless we have data. |
|
1972 |
6264
|
1973 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1974 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1975 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
1976 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
1977 instead of of key and fmt strings. |
|
1978 |
|
1979 * plot/__pltopt1__.m: Greatly simplify. |
|
1980 |
|
1981 * plot/__next_line_color__.m: New file. |
|
1982 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1983 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
1984 |
|
1985 * plot/__default_plot_options__.m: New file. |
|
1986 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1987 |
|
1988 * plot/__plt3__.m: Delete. |
|
1989 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
1990 |
6259
|
1991 2007-01-31 John W. Eaton <jwe@octave.org> |
|
1992 |
6263
|
1993 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
1994 linestyle, linewidth, marker, and markersize properties. |
|
1995 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
1996 colors and widths, and line styles. |
|
1997 |
|
1998 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
1999 |
6261
|
2000 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2001 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2002 |
|
2003 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2004 __gnuplot_save_data__. |
|
2005 |
6259
|
2006 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2007 |
6258
|
2008 2007-01-30 David Bateman <dbateman@free.fr> |
|
2009 |
|
2010 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2011 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2012 -auto to force autoload behavior. |
|
2013 (installed_packages): Make list of installed packages unique. |
|
2014 |
6259
|
2015 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2016 |
|
2017 * Merge of changes from graphics-branch: |
|
2018 |
|
2019 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2020 |
|
2021 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2022 |
|
2023 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2024 property if it exists. |
|
2025 |
6259
|
2026 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2027 |
|
2028 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2029 min values outside of loop over child objects. |
|
2030 |
|
2031 * plot/contour.m, plot/contourc.m: New files. |
|
2032 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2033 |
|
2034 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2035 find a gnuplot version newer than 4.0. |
|
2036 * image/__img_gnuplot__.m: Delete. |
|
2037 * image/image.m: Create image graphics object. |
|
2038 Call newplot to setup and drawnow to finish. |
|
2039 Eliminate ZOOM arg. |
|
2040 |
|
2041 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2042 |
|
2043 * plot/legend.m: Eliminate useless variable "warned". |
|
2044 |
|
2045 * plot/__uiobject_image_ctor__.m: New file. |
|
2046 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2047 |
|
2048 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2049 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2050 |
|
2051 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2052 |
|
2053 * plot/__default_colormap__.m: New file. |
|
2054 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2055 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2056 property. |
|
2057 * image/colormap.m: Use colormap property of current figure |
|
2058 to store colormap instead of using persistent variable. |
|
2059 Call __default_colormap__ to get default map value. |
|
2060 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2061 |
|
2062 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2063 Handle some tick mark options. |
|
2064 |
|
2065 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2066 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2067 set dataaspectratiomode to "manual". |
|
2068 |
|
2069 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2070 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2071 |
|
2072 * plot/axis.m: New file. |
|
2073 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2074 |
|
2075 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2076 set corresponding *limmode to "manual". |
|
2077 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2078 Use it to compute autosclaled limits. |
|
2079 Arg is now handle, not object. Change all callers. |
|
2080 Compute data limits. |
|
2081 |
6259
|
2082 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2083 |
|
2084 * plot/drawnow: Fix visibility check for zero args. |
|
2085 |
|
2086 * plot/text.m: New file. |
|
2087 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2088 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2089 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2090 horizontalalignment properties. |
|
2091 |
|
2092 * plot/figure.m: Set options for f we just constructed or were |
|
2093 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2094 |
|
2095 * plot/drawnow.m: Handle visible field for figure here. |
|
2096 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2097 |
|
2098 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2099 title and axis labels. |
|
2100 |
|
2101 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2102 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2103 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2104 * plot/view.m: New file. |
|
2105 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2106 |
|
2107 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2108 Call __request_drawnow__. |
|
2109 |
|
2110 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2111 |
|
2112 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2113 Call set to set properties. Return handle instead of structure. |
|
2114 Change all callers. |
|
2115 |
|
2116 * plot/__uiobject_axes_setr__.m: New file. |
|
2117 * plot/set.in: Check for __setter__ field. |
|
2118 |
|
2119 * plot/__uiobject_axes_init__.in: |
|
2120 Rename from plot/__uiobject_axes_init__.m. |
|
2121 Include __uiobject_globals__. |
|
2122 Accept handle as arg instead of structure |
|
2123 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2124 from the list. |
|
2125 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2126 |
6259
|
2127 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2128 |
|
2129 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2130 |
|
2131 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2132 initializing each global variable. |
|
2133 |
6259
|
2134 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2135 |
|
2136 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2137 __uiobject_figure_handles_free_list__): New global variables. |
|
2138 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2139 Place unused handles on the free list. |
|
2140 |
|
2141 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2142 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2143 |
|
2144 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2145 handles here. Return figure handle. |
|
2146 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2147 |
6259
|
2148 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2149 |
|
2150 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2151 data for gnuplot. |
|
2152 |
|
2153 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2154 files. |
|
2155 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2156 (DISTFILES): Include include-globals.awk in the list. |
|
2157 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2158 ($(GEN_M) : %.m : %.in): New rule. |
|
2159 |
|
2160 * include-globals.awk: New file. |
|
2161 |
|
2162 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2163 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2164 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2165 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2166 plot/__uiobject_init_root_figure__.in, |
|
2167 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2168 Rename from corresponding .m files. |
|
2169 |
|
2170 * move-if-change: New file. |
|
2171 |
|
2172 * plot/__uiobject_delete__.m: New file. |
|
2173 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2174 plot/__uiobject_delete_child__.m: Delete. |
|
2175 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2176 not a character string. |
|
2177 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2178 Fix assignment to tmp key value in loop. |
|
2179 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2180 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2181 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2182 Inline code to delete children. |
|
2183 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2184 __uiobject_list__. |
|
2185 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2186 and free child. |
|
2187 |
6259
|
2188 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2189 |
|
2190 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2191 handle is empty, not 0. |
|
2192 * plot/__uiobject_root_figure_ctor__.m: |
|
2193 Set currentfigure to [], not 0. |
|
2194 |
|
2195 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2196 |
|
2197 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2198 |
|
2199 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2200 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2201 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2202 plot/__uiobject_delete_children__.m, |
|
2203 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2204 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2205 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2206 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2207 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2208 plot/__uiobject_init_figure__.m, |
|
2209 plot/__uiobject_init_root_figure__.m, |
|
2210 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2211 plot/__uiobject_remove_child__.m, |
|
2212 plot/__uiobject_root_figure_ctor__.m, |
|
2213 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2214 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2215 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2216 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2217 plot/set.m: New files. |
|
2218 |
|
2219 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2220 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2221 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2222 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2223 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2224 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2225 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2226 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2227 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2228 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2229 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2230 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2231 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2232 plot/semilogyerr.m, plot/replot.m: |
|
2233 Adapt to new graphics data structure. |
|
2234 |
|
2235 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2236 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2237 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2238 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2239 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2240 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2241 |
|
2242 2007-01-24 David Bateman <dbateman@free.fr> |
|
2243 |
|
2244 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2245 Delete bare newline in string passed to write_INDEX. |
|
2246 |
|
2247 * sparse/sprandsym.m: Make work for even values of N. |
|
2248 |
|
2249 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2250 |
|
2251 * miscellaneous/news.m: New file. |
|
2252 |
|
2253 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2254 |
|
2255 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2256 |
|
2257 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2258 |
|
2259 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2260 |
|
2261 * testfun/test.m: Check for all files in path, use first found. |
|
2262 |
|
2263 2007-01-22 David Bateman <dbateman@free.fr> |
|
2264 |
|
2265 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2266 |
|
2267 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2268 |
|
2269 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2270 file name. |
|
2271 |
|
2272 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2273 nargout is 1. Handle colormaps that have too few colors. |
|
2274 |
|
2275 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2276 (configure_make): Use fullfile instead of concatenating with "/". |
|
2277 |
6258
|
2278 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2279 |
|
2280 * set/ismember.m: Handle N-d arrays. |
|
2281 |
|
2282 2007-01-10 David Bateman <dbateman@free.fr> |
|
2283 |
|
2284 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2285 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2286 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2287 New files. |
|
2288 |
|
2289 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2290 |
6778
|
2291 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2292 |
|
2293 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2294 |
|
2295 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2296 instead of concatenating with "/". Use mlock to ensure that |
|
2297 persistent variables are not clobbered if user types clear all. |
|
2298 |
|
2299 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2300 |
|
2301 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2302 Improve handling of file names containing globbing characters. |
|
2303 From S�ren Hauberg <hauberg@gmail.com>. |
|
2304 |
|
2305 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2306 |
|
2307 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2308 New files. |
|
2309 |
|
2310 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2311 |
|
2312 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2313 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2314 |
|
2315 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2316 |
|
2317 * image/imshow.m: Strip NaNs from image. |
|
2318 |
|
2319 2006-12-08 David Bateman <dbateman@free.fr> |
|
2320 |
|
2321 * sparse/normest.m: New file. |
|
2322 |
6286
|
2323 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2324 |
6210
|
2325 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2326 Work on Windows systems without cp or mv. |
|
2327 |
6209
|
2328 * startup/inputrc: Include sequences for Windows. |
|
2329 |
6203
|
2330 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2331 |
|
2332 * pkg/pkg.m (unload_packages): New function. |
|
2333 (pkg): Handle unload action. |
|
2334 |
|
2335 * __errplot__.m: Add missing semicolon. |
|
2336 |
6193
|
2337 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2338 |
|
2339 * miscellaneous/mexext.m: New file. |
|
2340 |
6189
|
2341 2006-11-29 David Bateman <dbateman@free.fr> |
|
2342 |
|
2343 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2344 location of package lists to be probed and set. |
|
2345 |
6179
|
2346 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2347 |
6181
|
2348 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2349 |
6179
|
2350 * plot/__render_plot__.m: New args, terminal and output. |
|
2351 * plot/print.m: Don't set output and term here. Instead, call |
|
2352 __render_plot__ with terminal and output. |
|
2353 |
6178
|
2354 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2355 |
|
2356 * plot/__render_plot1__.m: New file. |
|
2357 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2358 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2359 gnuplot. Let __render_plot__ do that. |
|
2360 |
6177
|
2361 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2362 |
|
2363 * plot/plot.m: Fix doc string. |
|
2364 |
6173
|
2365 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2366 |
|
2367 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2368 before sending anything to the plotter. |
|
2369 |
6172
|
2370 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2371 |
|
2372 * image/__img_gnuplot__.m: Store more info in global plot |
|
2373 structures and use __render_plot__ to build plot command to |
|
2374 display image. |
|
2375 |
|
2376 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2377 |
|
2378 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2379 __plot_command_sep__): Delete. |
|
2380 (__plot_data_type__, __plot_data_parametric__, |
|
2381 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2382 __plot_usingstr__, __plot_withstr__): New variables. |
|
2383 * plot/__init_plot_vars__.m: Initialize them. |
|
2384 |
|
2385 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2386 Don't handle sep or cmd. |
|
2387 |
|
2388 * plot/__render_plot__.m: New function. |
|
2389 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2390 Store more info in global plot structures and use __render_plot__ |
|
2391 to build plot command. |
|
2392 * plot/replot.m: Simply call __render_plot__. |
|
2393 |
|
2394 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2395 Set __plot_data_parametric__ here. |
|
2396 |
6164
|
2397 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2398 |
6166
|
2399 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2400 |
6164
|
2401 * image/image_viewer.m: Set default values here. |
|
2402 * image/image.m: Not here. |
|
2403 |
|
2404 * image/image_viewer.m: Always return old values. Check arguments. |
|
2405 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2406 |
|
2407 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2408 |
|
2409 * image/image_viewer.m: New function. |
|
2410 * image/__img_via_file__.m: New function. |
|
2411 * image/image.m: Use image_viewer to determine which program to |
|
2412 use for image viewing. |
6754
|
2413 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2414 |
6163
|
2415 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2416 |
|
2417 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2418 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2419 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2420 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2421 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2422 Use __plot_globals__ for multiplot variables. Keep track of |
|
2423 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2424 |
6157
|
2425 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2426 |
6158
|
2427 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2428 |
6157
|
2429 * miscellaneous/substruct.m: New function. |
|
2430 |
|
2431 * testfun/assert.m: Force orientation to match when comparing |
|
2432 struct elements. |
|
2433 |
|
2434 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2435 when comparing structs. |
|
2436 |
|
2437 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2438 |
6754
|
2439 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2440 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2441 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2442 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2443 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2444 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2445 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2446 |
6156
|
2447 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2448 |
|
2449 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2450 |
6154
|
2451 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2452 |
|
2453 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2454 |
6152
|
2455 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2456 |
|
2457 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2458 |
6145
|
2459 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2460 |
6146
|
2461 * plot/legend.m: New function, adapted from Octave Forge. |
|
2462 |
|
2463 * plot/__do_legend__.m: New function. |
|
2464 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2465 plot/replot.m: Call it before plotting. |
|
2466 |
|
2467 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2468 noparametric" to gnuplot.. |
|
2469 |
|
2470 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2471 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2472 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2473 and return key title separate from line format. Accept format and |
|
2474 key as cellstr. Always return data as cell array. Return format |
|
2475 and key title as cellstr. |
|
2476 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2477 Handle line format and key titles separately. |
|
2478 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2479 |
|
2480 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2481 __plot_key_labels__, __plot_key_properties__): New global |
|
2482 variables. Initialize them. |
|
2483 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2484 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2485 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2486 (__plot_line_offset__, __plot_key_labels__, |
|
2487 __plot_key_properties__): Store information about plot key titles. |
|
2488 |
|
2489 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2490 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2491 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2492 respectively. |
|
2493 |
|
2494 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2495 |
6145
|
2496 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2497 whle concatenating args. |
|
2498 |
6144
|
2499 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2500 |
|
2501 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2502 |
6142
|
2503 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2504 |
6143
|
2505 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2506 option to regexp. |
|
2507 |
6142
|
2508 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2509 |
6138
|
2510 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2511 |
6139
|
2512 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2513 * strings/rindex.m: Implement using index (..., "last"); |
|
2514 |
6754
|
2515 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2516 |
6130
|
2517 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2518 |
|
2519 * general/__isequal__.m: Test size and class more consistently. |
|
2520 |
6116
|
2521 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2522 |
6117
|
2523 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2524 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2525 |
6116
|
2526 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2527 * miscellaneous/dir.m: Mark as a command. |
|
2528 |
6112
|
2529 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2530 |
|
2531 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2532 |
6088
|
2533 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2534 |
|
2535 * image/image.m: Set x = y = [] when nargin == 0; |
|
2536 |
|
2537 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2538 |
|
2539 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2540 * image/__img__.m: New file, originally from |
|
2541 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2542 |
6087
|
2543 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2544 |
|
2545 * plot/__gnuplot_version__.m: New function, originally from |
|
2546 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2547 Quentin Spencer <qspencer@ieee.org>. |
|
2548 |
6085
|
2549 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2550 |
|
2551 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2552 |
6081
|
2553 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2554 |
|
2555 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2556 miscellaneous/gunzip.m: New files. |
|
2557 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2558 Call unpack to do the real work. |
|
2559 |
6075
|
2560 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2561 |
6078
|
2562 * plot/plot3.m: If we have a format string, then also pass using |
|
2563 string to __plt3__. |
|
2564 |
6077
|
2565 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2566 |
6075
|
2567 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2568 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2569 |
6069
|
2570 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2571 |
|
2572 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2573 Quote filenames in shell commands. |
|
2574 |
6055
|
2575 2006-10-17 David Bateman <dbateman@free.fr> |
|
2576 |
|
2577 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2578 the package directory is missing. |
|
2579 |
6052
|
2580 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2581 |
|
2582 * plot/box.m: New function. |
|
2583 |
6050
|
2584 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2585 |
|
2586 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2587 |
6049
|
2588 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2589 |
|
2590 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2591 |
6047
|
2592 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2593 |
|
2594 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2595 |
6046
|
2596 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2597 |
|
2598 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2599 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2600 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2601 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2602 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2603 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2604 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2605 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2606 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2607 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2608 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2609 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2610 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2611 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2612 control/system/buildssic.m, control/system/c2d.m, |
|
2613 control/system/cellidx.m, control/system/d2c.m, |
|
2614 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2615 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2616 control/system/is_detectable.m, control/system/is_digital.m, |
|
2617 control/system/is_observable.m, control/system/is_siso.m, |
|
2618 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2619 control/system/jet707.m, control/system/listidx.m, |
|
2620 control/system/ord2.m, control/system/parallel.m, |
|
2621 control/system/ss.m, control/system/ss2zp.m, |
|
2622 control/system/starp.m, control/system/sys2ss.m, |
|
2623 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2624 control/system/sysadd.m, control/system/sysappend.m, |
|
2625 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2626 control/system/syscont.m, control/system/sysdimensions.m, |
|
2627 control/system/sysdisc.m, control/system/sysdup.m, |
|
2628 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2629 control/system/sysgroup.m, control/system/sysidx.m, |
|
2630 control/system/sysmin.m, control/system/sysmult.m, |
|
2631 control/system/sysout.m, control/system/sysprune.m, |
|
2632 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2633 control/system/syssub.m, control/system/sysupdate.m, |
|
2634 control/system/tf.m, control/system/tfout.m, |
|
2635 control/system/ugain.m, control/system/zp.m, |
|
2636 control/system/zpout.m, control/util/__outlist__.m, |
|
2637 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2638 control/util/sortcom.m, control/util/strappend.m, |
|
2639 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2640 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2641 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2642 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2643 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2644 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2645 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2646 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2647 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2648 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2649 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2650 general/ind2sub.m, general/int2str.m, |
|
2651 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2652 general/isequal.m, general/isequalwithequalnans.m, |
|
2653 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2654 general/isvector.m, general/logical.m, general/logspace.m, |
|
2655 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2656 general/perror.m, general/postpad.m, general/prepad.m, |
|
2657 general/randperm.m, general/rem.m, general/repmat.m, |
|
2658 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2659 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2660 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2661 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2662 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2663 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2664 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2665 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2666 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2667 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2668 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2669 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2670 linear-algebra/null.m, linear-algebra/orth.m, |
|
2671 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2672 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2673 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2674 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2675 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2676 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2677 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2678 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2679 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2680 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2681 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2682 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2683 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2684 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2685 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2686 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2687 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2688 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2689 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2690 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2691 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2692 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2693 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2694 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2695 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2696 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2697 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2698 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2699 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2700 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2701 set/complement.m, set/create_set.m, set/intersect.m, |
|
2702 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2703 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2704 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2705 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2706 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2707 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2708 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2709 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2710 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2711 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2712 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2713 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2714 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2715 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2716 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2717 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2718 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2719 statistics/base/center.m, statistics/base/cloglog.m, |
|
2720 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2721 statistics/base/cov.m, statistics/base/cut.m, |
|
2722 statistics/base/gls.m, statistics/base/iqr.m, |
|
2723 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2724 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2725 statistics/base/mean.m, statistics/base/meansq.m, |
|
2726 statistics/base/median.m, statistics/base/moment.m, |
|
2727 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2728 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2729 statistics/base/range.m, statistics/base/ranks.m, |
|
2730 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2731 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2732 statistics/base/std.m, statistics/base/studentize.m, |
|
2733 statistics/base/table.m, statistics/base/values.m, |
|
2734 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2735 statistics/distributions/betainv.m, |
|
2736 statistics/distributions/betapdf.m, |
|
2737 statistics/distributions/betarnd.m, |
|
2738 statistics/distributions/binocdf.m, |
|
2739 statistics/distributions/binoinv.m, |
|
2740 statistics/distributions/binopdf.m, |
|
2741 statistics/distributions/binornd.m, |
|
2742 statistics/distributions/cauchy_cdf.m, |
|
2743 statistics/distributions/cauchy_inv.m, |
|
2744 statistics/distributions/cauchy_pdf.m, |
|
2745 statistics/distributions/cauchy_rnd.m, |
|
2746 statistics/distributions/chi2cdf.m, |
|
2747 statistics/distributions/chi2inv.m, |
|
2748 statistics/distributions/chi2pdf.m, |
|
2749 statistics/distributions/chi2rnd.m, |
|
2750 statistics/distributions/discrete_cdf.m, |
|
2751 statistics/distributions/discrete_inv.m, |
|
2752 statistics/distributions/discrete_pdf.m, |
|
2753 statistics/distributions/discrete_rnd.m, |
|
2754 statistics/distributions/empirical_rnd.m, |
|
2755 statistics/distributions/expcdf.m, |
|
2756 statistics/distributions/expinv.m, |
|
2757 statistics/distributions/exppdf.m, |
|
2758 statistics/distributions/exprnd.m, |
|
2759 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2760 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2761 statistics/distributions/gamcdf.m, |
|
2762 statistics/distributions/gaminv.m, |
|
2763 statistics/distributions/gampdf.m, |
|
2764 statistics/distributions/gamrnd.m, |
|
2765 statistics/distributions/geocdf.m, |
|
2766 statistics/distributions/geoinv.m, |
|
2767 statistics/distributions/geopdf.m, |
|
2768 statistics/distributions/geornd.m, |
|
2769 statistics/distributions/hygecdf.m, |
|
2770 statistics/distributions/hygeinv.m, |
|
2771 statistics/distributions/hygepdf.m, |
|
2772 statistics/distributions/hygernd.m, |
|
2773 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2774 statistics/distributions/laplace_cdf.m, |
|
2775 statistics/distributions/laplace_inv.m, |
|
2776 statistics/distributions/laplace_pdf.m, |
|
2777 statistics/distributions/laplace_rnd.m, |
|
2778 statistics/distributions/logistic_cdf.m, |
|
2779 statistics/distributions/logistic_inv.m, |
|
2780 statistics/distributions/logistic_pdf.m, |
|
2781 statistics/distributions/logistic_rnd.m, |
|
2782 statistics/distributions/logncdf.m, |
|
2783 statistics/distributions/logninv.m, |
|
2784 statistics/distributions/lognpdf.m, |
|
2785 statistics/distributions/lognrnd.m, |
|
2786 statistics/distributions/normcdf.m, |
|
2787 statistics/distributions/norminv.m, |
|
2788 statistics/distributions/normpdf.m, |
|
2789 statistics/distributions/normrnd.m, |
|
2790 statistics/distributions/pascal_cdf.m, |
|
2791 statistics/distributions/pascal_inv.m, |
|
2792 statistics/distributions/pascal_pdf.m, |
|
2793 statistics/distributions/pascal_rnd.m, |
|
2794 statistics/distributions/poisscdf.m, |
|
2795 statistics/distributions/poissinv.m, |
|
2796 statistics/distributions/poisspdf.m, |
|
2797 statistics/distributions/poissrnd.m, |
|
2798 statistics/distributions/stdnormal_cdf.m, |
|
2799 statistics/distributions/stdnormal_inv.m, |
|
2800 statistics/distributions/stdnormal_pdf.m, |
|
2801 statistics/distributions/stdnormal_rnd.m, |
|
2802 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2803 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2804 statistics/distributions/unifcdf.m, |
|
2805 statistics/distributions/unifinv.m, |
|
2806 statistics/distributions/unifpdf.m, |
|
2807 statistics/distributions/unifrnd.m, |
|
2808 statistics/distributions/wblcdf.m, |
|
2809 statistics/distributions/wblinv.m, |
|
2810 statistics/distributions/wblpdf.m, |
|
2811 statistics/distributions/wblrnd.m, |
|
2812 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2813 statistics/tests/bartlett_test.m, |
|
2814 statistics/tests/chisquare_test_homogeneity.m, |
|
2815 statistics/tests/chisquare_test_independence.m, |
|
2816 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2817 statistics/tests/hotelling_test.m, |
|
2818 statistics/tests/hotelling_test_2.m, |
|
2819 statistics/tests/kolmogorov_smirnov_test.m, |
|
2820 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2821 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2822 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2823 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2824 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2825 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2826 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2827 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2828 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2829 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2830 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2831 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2832 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2833 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2834 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2835 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2836 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2837 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2838 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2839 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2840 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2841 time/etime.m, time/is_leap_year.m: |
|
2842 Use print_usage instead of usage. |
|
2843 |
6044
|
2844 2006-10-09 David Bateman <dbateman@free.fr> |
|
2845 |
|
2846 * time/datevec.m: Add additional compatible default parsing strings. |
|
2847 |
6395
|
2848 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2849 |
6042
|
2850 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2851 Remove compare_versions subfunction. |
|
2852 |
|
2853 * miscellaneous/compare_versions.m: New function to compare |
|
2854 version numbers as strings with any boolean operators. |
|
2855 |
6041
|
2856 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2857 file exists. |
|
2858 |
6036
|
2859 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2860 |
|
2861 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2862 |
6032
|
2863 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2864 |
6037
|
2865 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2866 Handle dependencies for load option. |
6032
|
2867 |
6029
|
2868 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2869 |
6030
|
2870 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2871 |
|
2872 * plot/clg.m: Delete. |
|
2873 * plot/__init_plot_vars__.m: New function. |
|
2874 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2875 |
6025
|
2876 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2877 |
|
2878 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2879 |
6024
|
2880 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2881 |
|
2882 * audio/loadaudio.m, control/base/nyquist.m, |
|
2883 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2884 linear-algebra/krylov.m, statistics/base/center.m, |
|
2885 statistics/base/median.m, statistics/base/std.m, |
|
2886 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2887 find first or last element matching a condition. |
|
2888 |
6023
|
2889 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2890 |
|
2891 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2892 general/__isequal__.m: Minimize looping using cellfun. |
|
2893 |
6020
|
2894 2006-10-02 David Bateman <dbateman@free.fr> |
|
2895 |
|
2896 * pkg/pkg.m (copy_files): always create installation directory. |
|
2897 |
6016
|
2898 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2899 |
|
2900 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2901 |
|
2902 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2903 |
|
2904 * statistics/distributions/exprnd.m: Fix typo. |
|
2905 |
6014
|
2906 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2907 |
|
2908 * polynomial/ppval.m: Use .' instead of '. |
|
2909 * polynomial/spline.m: Likewise. New tests. |
|
2910 |
6004
|
2911 2006-09-26 David Bateman <dbateman@free.fr> |
|
2912 |
|
2913 * __plt3__.m: Using global variables __plot_data__, |
|
2914 __plot_data_offset__ and __plot_command__ to store plots and |
|
2915 correctly handle multiplots, and hold state. Only accept a single |
|
2916 data parameter plus, using, format and with strings. Remove |
|
2917 setting of gnuplot parameters. |
|
2918 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2919 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2920 command to use. |
|
2921 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2922 * contour.m: Use unwind protect on the parametric state of plot |
|
2923 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2924 * mesh.m: ditto. |
|
2925 * plot3.m: Error checking, setting of parametric state and |
|
2926 formation of matrix to plot moved from old __plt3__. |
|
2927 |
5996
|
2928 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
2929 |
5997
|
2930 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
2931 |
|
2932 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
2933 |
|
2934 * signal/filter2.m: Correct texinfo doc. |
|
2935 |
|
2936 2006-09-22 David Bateman <dbateman@free.fr> |
|
2937 |
|
2938 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
2939 |
5993
|
2940 2006-09-15 David Bateman <dbateman@free.fr> |
|
2941 |
|
2942 * pkg/pkg.m (prepare_installation): Don't create package |
|
2943 installation directory here. |
|
2944 (copy_files): Create it here instead, to avoid issues with |
|
2945 upgrades. Also install the COPYING file in packinfo. |
|
2946 |
5989
|
2947 2006-09-13 John W. Eaton <jwe@octave.org> |
|
2948 |
|
2949 * general/blkdiag.m: Adjust to new cellfun rules. |
|
2950 |
5987
|
2951 2006-08-30 David Bateman <dbateman@free.fr> |
|
2952 |
|
2953 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
2954 error message for archive name not matching package name. |
|
2955 (installed_packages): Size header of printed results to |
|
2956 arguments. Sort the list of installed packages before printing |
|
2957 them. |
|
2958 |
5986
|
2959 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
2960 |
|
2961 * signal/freqz.m: Update tests. |
|
2962 |
|
2963 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
2964 |
|
2965 * signal/freqz.m: Corretly postpad arrays. |
|
2966 Don't call fliplr on a column vector. |
|
2967 |
5984
|
2968 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2969 |
|
2970 * general/shiftdim.m: Use permute instead of reshape. |
|
2971 |
5981
|
2972 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
2973 |
|
2974 * miscellaneous/parseparams.m: New function. |
|
2975 |
5980
|
2976 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
2977 |
|
2978 * miscellaneous/doc.m: Swap order of --file and --directory |
|
2979 options for info program invocation. |
|
2980 |
5976
|
2981 2006-08-30 David Bateman <dbateman@free.fr> |
|
2982 |
5987
|
2983 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
2984 previous change. |
|
2985 |
5974
|
2986 2006-08-26 David Bateman <dbateman@free.fr> |
|
2987 |
|
2988 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
2989 absence of trailing "/" in OCTAVE_HOME. |
|
2990 |
5973
|
2991 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
2992 |
|
2993 * time/datenum.m: Allow arg to be character string. |
|
2994 |
5971
|
2995 2006-08-25 David Bateman <dbateman@free.fr> |
|
2996 |
|
2997 * pkg/pkg.m (install): Verify that package name correponds to the |
|
2998 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
2999 they are empty. If package directory is empty, remove it to fail |
|
3000 gracefully for system specific packages. |
|
3001 (extract_pkgadd, create_pkgadd): delete. |
|
3002 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3003 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3004 bin/ to the EXEC_PATH when the package is loaded. |
|
3005 |
5962
|
3006 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3007 |
|
3008 * image/saveimage.m: Use logical indexing instead of |
|
3009 indices computed by calling find on the logical index. |
|
3010 |
5961
|
3011 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3012 |
5967
|
3013 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3014 Use logical indexing instead of indices computed by calling find |
|
3015 on the logical index. |
|
3016 |
|
3017 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3018 |
5959
|
3019 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3020 |
|
3021 * control/system/tf2zp.m: Simplify gain calculation. |
|
3022 |
5958
|
3023 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3024 |
|
3025 * plot/__plt__.m: Insert using clauses for all plots. |
|
3026 |
5957
|
3027 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3028 |
|
3029 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3030 args. |
|
3031 |
5955
|
3032 2006-08-22 David Bateman <dbateman@free.fr> |
|
3033 |
|
3034 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3035 Search inst/*.m and src/*.m files in the package for |
|
3036 PKG_ADD directives and append user supplied PKG_ADD. |
|
3037 (pkg): Call create_pkgadd after copying files. |
|
3038 |
5947
|
3039 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3040 |
|
3041 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3042 Insert directory separator between OCTAVE_HOME and rest of package |
|
3043 installation directory. |
|
3044 |
|
3045 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3046 |
|
3047 * general/num2str.m: Early return if arg is empty. |
|
3048 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3049 |
5946
|
3050 2006-08-21 David Bateman <dbateman@free.fr> |
|
3051 |
|
3052 * strings/mat2str.m: Compute NC before using. |
|
3053 |
5937
|
3054 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3055 |
|
3056 * audio/wavread.m: Fix calculation of sample count. |
|
3057 |
5934
|
3058 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3059 |
|
3060 * image/imshow.m: New Matlab-compatible version. |
|
3061 |
5930
|
3062 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3063 |
|
3064 * deprecated/is_global.m: Delete. |
|
3065 |
5928
|
3066 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3067 |
|
3068 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3069 |
5926
|
3070 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3071 |
|
3072 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3073 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3074 |
5928
|
3075 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3076 |
6778
|
3077 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3078 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3079 Handle changes to system function. |
|
3080 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3081 recursive directory removal. |
5922
|
3082 |
5924
|
3083 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3084 |
6778
|
3085 * colormap.m: Change global variable to persistent. |
5923
|
3086 |
5922
|
3087 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3088 |
5920
|
3089 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3090 |
|
3091 * strings/str2double.m: Fix missing semicolon. |
|
3092 |
5910
|
3093 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3094 |
|
3095 * plot/plot3.m: Accept one complex or one real and one complex |
|
3096 argument and plot real and imaginary components for y and z. |
|
3097 |
5908
|
3098 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3099 |
|
3100 * testfun/test.m: Call fflush after each block of calls to |
|
3101 fprintf, fputs, or fdisp. |
|
3102 |
5904
|
3103 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3104 |
|
3105 * miscellaneous/mex.m: New function. |
|
3106 |
5901
|
3107 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3108 |
|
3109 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3110 |
5881
|
3111 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3112 |
|
3113 * miscellaneous/orderfields.m: New file. |
|
3114 |
5873
|
3115 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3116 |
|
3117 * time/datevec.m: Make another attempt to account for precision of |
|
3118 datenum format. |
|
3119 |
5868
|
3120 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3121 |
|
3122 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3123 Use feval instead of "type -q" to get values now that all the |
|
3124 symbols are functions. |
|
3125 |
5860
|
3126 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3127 |
|
3128 * time/datevec.m: Avoid computing log of non-positive values. |
|
3129 |
5859
|
3130 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3131 |
|
3132 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3133 |
5839
|
3134 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3135 |
|
3136 * audio/wavread.m: Fix file range error and add read support for |
|
3137 24-bit WAV files. |
|
3138 |
5837
|
3139 2006-06-01 David Bateman <dbateman@free.fr> |
|
3140 |
|
3141 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3142 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3143 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3144 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3145 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3146 |
5835
|
3147 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3148 |
|
3149 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3150 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3151 |
5830
|
3152 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3153 |
|
3154 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3155 |
5829
|
3156 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3157 |
|
3158 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3159 really needed. |
|
3160 |
5827
|
3161 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3162 |
6754
|
3163 * general/lookup.m: New file from Octave Forge. |
5827
|
3164 |
|
3165 2006-05-22 David Bateman <dbateman@free.fr> |
|
3166 |
6754
|
3167 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3168 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3169 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3170 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3171 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3172 strings/strtok.m: New files from Octave Forge. |
5827
|
3173 |
5824
|
3174 2006-05-19 David Bateman <dbateman@free.fr> |
|
3175 |
|
3176 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3177 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3178 |
5821
|
3179 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3180 |
|
3181 * set/intersection.m: Delete |
|
3182 * deprecated/intersection.m: New file. |
|
3183 |
5820
|
3184 2006-05-17 David Bateman <dbateman@free.fr> |
|
3185 |
|
3186 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3187 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3188 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3189 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3190 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3191 Forge. |
|
3192 |
5809
|
3193 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3194 |
5815
|
3195 * path/path.m: Delete (now a built-in function). |
|
3196 |
5811
|
3197 * pkg/Makefile.in: New file. |
|
3198 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3199 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3200 |
5808
|
3201 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3202 |
|
3203 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3204 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3205 |
5807
|
3206 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3207 |
|
3208 * tar.m, untar.m, unzip.m: New files. |
|
3209 |
5801
|
3210 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3211 |
5804
|
3212 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3213 * path/setpath.m: Delete. |
|
3214 |
5801
|
3215 * pkg/pkg.m: New file. |
|
3216 |
5798
|
3217 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3218 |
|
3219 * plot/plot.m: Doc string fix. |
|
3220 |
|
3221 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3222 |
|
3223 * testfun/speeed.m: Use new interface to unique and assert. |
|
3224 Improve documentation. Approximate time complexity from log-log |
|
3225 plot. Return time complexity and raw times if requested. The |
|
3226 mean ratio is no longer returned. Provide complete control over |
|
3227 which n are computed. |
|
3228 |
|
3229 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3230 |
|
3231 * path/path.m: Move here from miscellaneous. |
|
3232 Adapt to new LOADPATH definition. |
|
3233 |
5789
|
3234 2006-05-03 David Bateman <dbateman@free.fr> |
|
3235 |
|
3236 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3237 explicit uses of a path seperation character with pathsep(). |
|
3238 |
5786
|
3239 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3240 |
6778
|
3241 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3242 |
5781
|
3243 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3244 |
|
3245 * startup/main-rcfile: Disable some warnings. |
|
3246 |
5762
|
3247 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3248 |
|
3249 * strings/strcmpi.m: Return false instead of error if args are not |
|
3250 char or cellstr. |
|
3251 |
5750
|
3252 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3253 |
|
3254 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3255 Nx1, not 1xN. |
|
3256 |
5746
|
3257 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3258 |
|
3259 * plot/hist.m: Ignore NaN in inputs. |
|
3260 |
5745
|
3261 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3262 |
|
3263 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3264 |
5741
|
3265 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3266 |
|
3267 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3268 are both empty. |
|
3269 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3270 from __plt1__ or __plt2__. |
|
3271 |
5737
|
3272 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3273 |
6778
|
3274 * set/unique.m: Properly handle single column input when |
5737
|
3275 "rows" is specified. |
|
3276 |
5732
|
3277 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3278 |
5736
|
3279 * path/setpath.m: New file. |
|
3280 * path/savepath.m: Use setpath to set path instead of assigning |
|
3281 directly to LOADPATH. |
|
3282 |
5732
|
3283 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3284 New files, adapted from Octave Forge by Keith Goodman |
|
3285 <kwgoodman@gmail.com>. |
|
3286 * path: New directory. |
|
3287 * Makefile.in (SUBDIRS): Add it to the list. |
|
3288 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3289 |
5731
|
3290 2006-04-02 David Bateman <dbateman@free.fr> |
|
3291 |
|
3292 * general/tril.m, general.triu.m: |
|
3293 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3294 to allow user types to work correctly. |
|
3295 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3296 |
5727
|
3297 2006-04-03 David Bateman <dbateman@free.fr> |
|
3298 |
|
3299 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3300 Accept keyword "minor" for minor grid. |
|
3301 |
5721
|
3302 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3303 |
|
3304 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3305 compatiblity. |
|
3306 |
|
3307 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3308 |
|
3309 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3310 compatibility. |
|
3311 |
5720
|
3312 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3313 |
|
3314 * plot/__errplot__.m: Doc string fix. |
|
3315 |
|
3316 * miscellaneous/doc.m: Mark as command. |
|
3317 |
|
3318 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3319 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3320 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3321 |
5717
|
3322 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3323 |
|
3324 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3325 return 3d matrices. |
|
3326 |
|
3327 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3328 |
|
3329 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3330 |
5708
|
3331 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3332 |
|
3333 * plot/print.m: Don't replot after popping terminal setting. |
|
3334 |
5696
|
3335 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3336 |
|
3337 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3338 mkoctfile. Use fullfile to construct file name. |
|
3339 |
5695
|
3340 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3341 |
|
3342 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3343 shell script from Octave prompt. |
|
3344 |
5690
|
3345 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3346 |
5693
|
3347 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3348 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3349 |
|
3350 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3351 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3352 Call new wbl functions to do the real work. |
|
3353 Swap args and provide default values as necessary to preserve |
|
3354 compatibility with old version of Octave. |
|
3355 |
|
3356 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3357 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3358 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3359 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3360 Swap scale and shape args for compatibility. |
|
3361 |
5692
|
3362 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3363 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3364 Preserve compatibility with old versions of Octave given new |
|
3365 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3366 |
5692
|
3367 * statistics/distributions/logncdf.m, |
|
3368 statistics/distributions/logninv.m, |
|
3369 statistics/distributions/lognpdf.m, |
|
3370 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3371 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3372 |
5691
|
3373 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3374 current 2.1.x version. |
|
3375 |
|
3376 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3377 |
5690
|
3378 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3379 Special case for "." to avoid globbing. Use list_in_columns. |
|
3380 Eliminate unused variables len and finfo. |
|
3381 |
5689
|
3382 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3383 |
|
3384 * miscellaneous/dir.m: Improve compatibility. |
|
3385 |
5687
|
3386 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3387 |
|
3388 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3389 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3390 |
5686
|
3391 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3392 |
|
3393 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3394 of looking at sum of max dimensions. |
|
3395 |
5681
|
3396 2006-03-16 David Bateman <dbateman@free.fr> |
|
3397 |
|
3398 * testfun/test.m: Clear last warning before warning test to avoid |
|
3399 issues with previously set warnings. |
|
3400 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3401 sparse matrices. Force matrix type from spqr solution to be |
|
3402 singular to force QR solvers to be used for assert. |
|
3403 |
5678
|
3404 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3405 |
|
3406 * strings/strfind.m: New file. |
|
3407 |
5677
|
3408 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3409 |
|
3410 * general/rows.m, general/columns.m: Delete. |
|
3411 |
5674
|
3412 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3413 |
|
3414 * strings/strcmpi.m: Simplify. |
|
3415 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3416 * strings/strtrunc.m: New file. |
5674
|
3417 |
5676
|
3418 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3419 |
5672
|
3420 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3421 |
|
3422 * miscellaneous/doc.m: New file. |
|
3423 From Soren Hauberg <soren@hauberg.org>. |
|
3424 |
5671
|
3425 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3426 |
|
3427 * miscellaneous/mkoctfile.m: New file. |
|
3428 |
5670
|
3429 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3430 |
|
3431 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3432 |
5666
|
3433 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3434 |
|
3435 * strings/bin2dec.m: Doc fix. |
|
3436 |
5661
|
3437 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3438 |
|
3439 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3440 * time/datenum.m: New function to compute day number from time. |
|
3441 |
5659
|
3442 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3443 |
|
3444 * miscellaneous/unix.m, plot/print.m: |
|
3445 Swap order of outputs from system. |
|
3446 |
5642
|
3447 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3448 |
|
3449 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3450 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3451 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3452 control/base/__stepimp__.m, control/base/are.m, |
|
3453 control/base/controldemo.m, control/base/damp.m, |
|
3454 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3455 control/base/step.m, control/system/abcddim.m, |
|
3456 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3457 control/system/is_detectable.m, control/system/is_observable.m, |
|
3458 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3459 control/system/jet707.m, control/system/sys2fir.m, |
|
3460 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3461 control/system/tfout.m, control/system/ugain.m, |
|
3462 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3463 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3464 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3465 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3466 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3467 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3468 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3469 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3470 general/isequalwithequalnans.m, general/isscalar.m, |
|
3471 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3472 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3473 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3474 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3475 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3476 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3477 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3478 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3479 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3480 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3481 miscellaneous/license.m, miscellaneous/menu.m, |
|
3482 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3483 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3484 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3485 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3486 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3487 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3488 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3489 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3490 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3491 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3492 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3493 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3494 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3495 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3496 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3497 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3498 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3499 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3500 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3501 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3502 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3503 special-matrix/vander.m, statistics/base/median.m, |
|
3504 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3505 statistics/distributions/gaminv.m, |
|
3506 statistics/distributions/gampdf.m, |
|
3507 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3508 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3509 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3510 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3511 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3512 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3513 |
5633
|
3514 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3515 |
|
3516 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3517 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3518 |
|
3519 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3520 |
|
3521 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3522 does not assign output of toc to a variable. |
|
3523 |
5627
|
3524 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3525 |
|
3526 * axis.m: Catch limits that are the same and return an error. |
|
3527 |
5625
|
3528 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3529 |
|
3530 * plot/print.m: Accept emf device option to support Enhanced |
|
3531 Metafile format. |
|
3532 |
|
3533 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3534 |
|
3535 * control/base/lqe.m: Doc fix. |
|
3536 |
5623
|
3537 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3538 |
|
3539 * statistics/distributions/gamcdf.m: Doc fix. |
|
3540 * statistics/distributions/gaminv.m: Doc fix. |
|
3541 * statistics/distributions/gampdf.m: Doc fix. |
|
3542 * statistics/distributions/gamrnd.m: Doc fix. |
|
3543 |
5610
|
3544 2006-02-09 David Bateman <dbateman@free.fr> |
|
3545 |
6778
|
3546 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3547 for arbitrary user type. |
|
3548 * general/tril.m: ditto. |
|
3549 * sparse/sprand.m: Doc fix. |
|
3550 * sparse/sprandn.m: Ditto. |
|
3551 * sparse/sprandsym.m: New function. |
|
3552 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3553 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3554 Update for syntax error for latest texinfo.tex file. |
5610
|
3555 |
5605
|
3556 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3557 |
|
3558 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3559 |
|
3560 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3561 |
|
3562 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3563 |
5597
|
3564 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3565 |
|
3566 * audio/Makefile.in, control/base/Makefile.in, |
|
3567 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3568 control/system/Makefile.in, control/util/Makefile.in, |
|
3569 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3570 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3571 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3572 optimization/Makefile.in, plot/Makefile.in, |
|
3573 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3574 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3575 special-matrix/Makefile.in, startup/Makefile.in, |
|
3576 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3577 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3578 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3579 (all): Depend on PKG_ADD. |
|
3580 (PKG_ADD): New target. |
|
3581 |
|
3582 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3583 |
|
3584 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3585 |
5596
|
3586 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3587 |
|
3588 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3589 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3590 |
5595
|
3591 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3592 |
6778
|
3593 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3594 * miscellaneous/fullfile.m: Likewise. |
|
3595 |
5592
|
3596 2006-01-12 David Bateman <dbateman@free.fr> |
|
3597 |
|
3598 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3599 * statistics/base/unidrnd.m: Documentation buglet. |
|
3600 |
5583
|
3601 2005-12-14 David Bateman <dbateman@free.fr> |
|
3602 |
5589
|
3603 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3604 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3605 |
|
3606 * Makefile.in (SUBDIRS): Include testfun. |
|
3607 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3608 |
5583
|
3609 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3610 |
|
3611 * general/__isequal__.m: Remove reference to getfield. |
|
3612 |
|
3613 * plot/hist.m: Update test code for row/column discrepencies. |
|
3614 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3615 Update the test code for this. |
|
3616 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3617 |
5579
|
3618 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3619 |
|
3620 * cell/cell2mat.m: New file, from octave-forge. |
|
3621 |
5576
|
3622 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3623 |
|
3624 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3625 New graph theory functions. |
|
3626 |
5574
|
3627 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3628 |
|
3629 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3630 |
|
3631 * control/system/ss.m: Doc fix. |
|
3632 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3633 |
5572
|
3634 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3635 |
|
3636 * audio/wavread.m, audio/wavwrite.m: |
|
3637 Correct scaling for 8-bit linear pcm samples. |
|
3638 Improve scaling for all other linear pcm resolutions. |
|
3639 |
5568
|
3640 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3641 |
|
3642 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3643 |
|
3644 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3645 * strings/strjust.m: Likewise. |
|
3646 |
|
3647 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3648 * signal/arma_rnd.m: Likewise. |
|
3649 * strings/strcat.m: Likewise. |
|
3650 * control/base/__freqresp__.m: Likewise. |
|
3651 * control/base/place.m: Likewise. |
|
3652 * control/base/pzmap.m: Likewise. |
|
3653 * control/base/pzmap.m: Likewise. |
|
3654 * control/system/sysappend.m: Likewise. |
|
3655 * control/system/syscont.m: Likewise. |
|
3656 * control/system/sysdisc.m: Likewise. |
|
3657 * control/system/sysgroup.m: Likewise. |
|
3658 * control/system/tfout.m: Likewise. |
|
3659 * control/system/zpout.m: Likewise. |
|
3660 * control/util/__outlist__.m: Likewise. |
|
3661 |
5567
|
3662 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3663 |
|
3664 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3665 Avoid for loop in interleave/deinterleave steps. |
|
3666 |
5565
|
3667 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3668 |
|
3669 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3670 |
5563
|
3671 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3672 |
|
3673 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3674 |
5560
|
3675 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3676 |
5561
|
3677 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3678 |
5558
|
3679 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3680 |
|
3681 * miscellaneous/fileattrib.m: New function. |
|
3682 |
5556
|
3683 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3684 |
|
3685 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3686 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3687 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3688 |
5555
|
3689 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3690 |
|
3691 * linear-algebra/krylov.m: Format doc string. |
|
3692 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3693 |
5551
|
3694 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3695 |
|
3696 * general/blkdiag.m: Import from octave-forge. |
|
3697 Ignore empty matrices in the input. Add tests. |
5549
|
3698 |
|
3699 * general/isequal.m, general/isequalwithequalnans.m: |
|
3700 New wrapper scripts for general/__isequal__.m. |
|
3701 * general/__isequal__.m: Rename from general/isequal.m. |
|
3702 New arg, nans_compare_equal. |
|
3703 |
5548
|
3704 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3705 |
|
3706 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3707 calling system. Only append octave_forge_string if |
|
3708 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3709 Call license instead of hard-coding license info here. |
|
3710 |
|
3711 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3712 __octave_licenses__. Use puts instead of disp. |
5548
|
3713 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3714 If nargout = 1, return license info instead of printing usage message. |
|
3715 |
5546
|
3716 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3717 |
|
3718 * miscellaneous/ver.m: New file. |
|
3719 * miscellaneous/license.m: New file. |
|
3720 |
5545
|
3721 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3722 |
|
3723 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3724 gnuplot set command. |
|
3725 |
5539
|
3726 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3727 |
|
3728 * general/shiftdim.m: Doc fix. |
|
3729 |
5532
|
3730 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3731 |
|
3732 * set/unique.m: Doc string fix. |
|
3733 |
5527
|
3734 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3735 |
|
3736 * Makefile.in (distclean, maintainer-clean): |
|
3737 Also remove autom4te.cache directory. |
|
3738 From Quentin Spencer <qspencer@ieee.org>. |
|
3739 |
5518
|
3740 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3741 |
|
3742 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3743 Correct check for non-scalar non-integer shift. For positive |
|
3744 N, shift is remainder of N and number of dims. Always return NS. |
|
3745 Simplify. |
|
3746 |
5500
|
3747 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3748 |
|
3749 * general/randperm.m: Improve compatibility by allowing input |
|
3750 value of zero. |
|
3751 |
5493
|
3752 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3753 |
|
3754 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3755 If in multiplot mode, clear plot before issuing new plot command. |
|
3756 |
|
3757 * plot/__setup_plot__.m: New function. |
|
3758 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3759 Handle multiplot data and offsets here. |
|
3760 |
|
3761 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3762 Move initialization to __setup_plot__.m. |
|
3763 |
|
3764 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3765 Don't reset gnuplot_command_replot. |
|
3766 |
|
3767 * plot/replot.m: Handle multiplot data and offsets here. |
|
3768 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3769 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3770 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3771 |
5489
|
3772 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3773 |
|
3774 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3775 |
5482
|
3776 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3777 |
|
3778 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3779 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3780 _inv functions. |
|
3781 * chi2pdf.m: Fixed typos in the documentation. |
|
3782 |
5475
|
3783 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3784 |
5476
|
3785 * miscellaneous/single.m: New function. |
|
3786 |
5475
|
3787 * statistics/base/unidrnd.m: New function. |
|
3788 |
5474
|
3789 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3790 |
|
3791 * miscellaneous/dir.m: Filename never includes directory part. |
|
3792 |
5464
|
3793 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3794 |
|
3795 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3796 |
|
3797 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3798 |
|
3799 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3800 and zero poles. |
|
3801 |
5462
|
3802 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3803 |
|
3804 * strings/deblank.m: Handle cell arrays. |
|
3805 * strings/split.m: New argument, N, to limit number of splits. |
|
3806 |
|
3807 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3808 |
|
3809 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3810 |
5460
|
3811 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3812 |
|
3813 * control/base/rlocus.m: Doc fix. |
|
3814 |
5459
|
3815 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3816 |
|
3817 * general/isvector.m: Improve compatibility. |
|
3818 |
|
3819 * general/postpad.m: Allow first argument to be a scalar. |
|
3820 Allow padding to extend dimensionality. |
|
3821 * general/prepad.m: Likewise. |
|
3822 |
5448
|
3823 2005-09-14 Daniel <durbano@shbano.com> |
|
3824 |
|
3825 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3826 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3827 /control/base/dgram.m: Doc string fixes. |
5448
|
3828 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3829 |
5446
|
3830 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3831 |
|
3832 * saveimage.m: Do not ignore most significant bit when writing |
|
3833 black and white images to file. |
|
3834 |
5443
|
3835 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3836 |
|
3837 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3838 control/base/lqg.m, control/obsolete/dezero.m, |
|
3839 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3840 control/system/c2d.m, control/system/cellidx.m, |
|
3841 control/system/d2c.m, control/system/dmr2d.m, |
|
3842 control/system/is_signal_list.m, control/system/listidx.m, |
|
3843 control/system/ss.m, control/system/sysappend.m, |
|
3844 control/system/sysconnect.m, control/system/sysdup.m, |
|
3845 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3846 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3847 control/system/tfout.m, control/system/zpout.m, |
|
3848 control/util/prompt.m, control/util/sortcom.m, |
|
3849 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3850 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3851 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3852 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3853 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3854 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3855 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3856 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3857 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3858 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3859 plot/print.m, plot/title.m, plot/top_title.m, |
|
3860 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3861 statistics/base/mean.m, statistics/base/moment.m, |
|
3862 statistics/tests/cor_test.m, |
|
3863 statistics/tests/kolmogorov_smirnov_test.m, |
|
3864 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3865 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3866 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3867 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3868 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3869 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3870 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3871 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3872 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3873 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3874 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3875 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3876 isvector instead of is_vector. Use isstruct instead of |
|
3877 is_struct. Use char instead of setstr. |
|
3878 |
5435
|
3879 2005-08-31 Daniel <durbano@shbano.com> |
|
3880 |
|
3881 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3882 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3883 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3884 |
5431
|
3885 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3886 |
|
3887 * image/saveimage.m: Open output file in binary mode. |
|
3888 |
|
3889 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3890 |
5427
|
3891 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3892 |
|
3893 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3894 outputs. |
|
3895 |
5426
|
3896 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3897 |
|
3898 * strings/strcat.m: Allow single argument. |
|
3899 |
5416
|
3900 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3901 |
|
3902 * strings/strcmp.m: Delete. |
|
3903 |
5413
|
3904 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3905 |
|
3906 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3907 versions of Octave. |
|
3908 |
|
3909 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3910 |
|
3911 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3912 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3913 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3914 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3915 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3916 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3917 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3918 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3919 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3920 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3921 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3922 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3923 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3924 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
3925 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
3926 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
3927 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
3928 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
3929 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
3930 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
3931 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
3932 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
3933 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
3934 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
3935 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
3936 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
3937 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
3938 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
3939 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
3940 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
3941 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
3942 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
3943 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
3944 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
3945 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
3946 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
3947 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
3948 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
3949 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
3950 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
3951 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
3952 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
3953 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
3954 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
3955 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
3956 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
3957 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
3958 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
3959 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
3960 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
3961 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
3962 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
3963 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
3964 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
3965 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
3966 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
3967 |
|
3968 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
3969 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
3970 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
3971 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
3972 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
3973 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
3974 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
3975 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
3976 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
3977 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
3978 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
3979 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
3980 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
3981 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
3982 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
3983 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
3984 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
3985 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
3986 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
3987 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
3988 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
3989 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
3990 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
3991 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
3992 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
3993 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
3994 deprecated/wiener_rnd.m: New files. |
|
3995 |
5408
|
3996 2005-07-08 John W. Eaton <jwe@octave.org> |
|
3997 |
|
3998 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
3999 * deprecated/weibull_rnd.m: New file. |
|
4000 |
5407
|
4001 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4002 |
|
4003 * strings/dec2base.m: Allow matrix arguments. |
|
4004 |
5406
|
4005 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4006 |
|
4007 * plot/__errplot__.m: Use __plot_globals__. |
|
4008 * plot/__plt__.m: Likewise. |
|
4009 * plot/figure.m: Likewise. |
|
4010 |
|
4011 * plot/hold.m: New file. |
|
4012 * plot/ishold.m: New file. |
|
4013 * plot/__plot_globals__.m: New file. |
|
4014 |
5400
|
4015 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4016 |
|
4017 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4018 |
|
4019 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4020 |
|
4021 * strings/findstr.m: Return [] for no matches. |
|
4022 |
5399
|
4023 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4024 |
|
4025 * miscellaneous/tic.m: Fix doc string. |
|
4026 |
5395
|
4027 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4028 |
|
4029 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4030 |
5393
|
4031 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4032 |
|
4033 * general/isequal.m: Correct nargin check. |
|
4034 |
5388
|
4035 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4036 |
|
4037 * general/isvector.m: Handle N-d arrays. |
|
4038 From Bill Denney <denney@seas.upenn.edu>. |
|
4039 |
5381
|
4040 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4041 |
|
4042 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4043 |
5377
|
4044 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4045 |
|
4046 * signal/freqz.m: Use correct calculations when given a vector of |
|
4047 frequencies. Improve accuracy of returned frequency vector. |
|
4048 Improve speed for medium length filters (at a slight cost for slow |
|
4049 filters). Add test cases. |
|
4050 |
5373
|
4051 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4052 |
|
4053 * plot/loglog.m: Fix set commands. |
|
4054 |
5381
|
4055 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4056 |
|
4057 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4058 |
5371
|
4059 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4060 |
5373
|
4061 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4062 |
5372
|
4063 * strings/strncmp.m: New file, from Tom Holroyd |
|
4064 <tomh@kurage.nimh.nih.gov>. |
|
4065 |
5371
|
4066 * strings/strcmp.m: Return logical values in all cases. |
|
4067 |
5366
|
4068 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4069 |
|
4070 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4071 Texinfoize doc string. |
|
4072 |
|
4073 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4074 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4075 set terminal push/pop and unconditionally set output to screen |
|
4076 when done to avoid requiring gget. Use a cell array for dev_list |
|
4077 and cellidx to search for items in the list. Delete local |
|
4078 variable endl. Don't set and restore automatic_replot. Use {} |
|
4079 instead of nth to index varargin. Delete local variable |
|
4080 va_arg_cnt. |
|
4081 |
5355
|
4082 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4083 |
|
4084 * general/num2str.m: Return early if X is a character string. |
|
4085 |
5347
|
4086 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4087 |
5348
|
4088 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4089 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4090 |
5347
|
4091 * plot/polar.m: Don't call __pltopt__ here. |
|
4092 |
5333
|
4093 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4094 |
|
4095 * mkdoc: Print header message. |
|
4096 |
5319
|
4097 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4098 |
|
4099 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4100 startup/octaverc. |
|
4101 |
5318
|
4102 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4103 |
|
4104 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4105 (__im_numeric_limits__): New internal function. |
|
4106 |
5317
|
4107 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4108 |
|
4109 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4110 data, not mean of group_mean. |
|
4111 |
|
4112 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4113 |
|
4114 * startup/local-rcfile: New file. |
|
4115 * startup/main-rcfile: Rename from startup/octaverc. |
|
4116 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4117 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4118 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4119 |
|
4120 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4121 |
|
4122 * startup/inputrc: New file. |
|
4123 * startup/octaverc: Configure readline using inputrc from |
|
4124 startupfiledir. |
|
4125 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4126 in $(fcnfiledir)/startup. |
|
4127 |
5310
|
4128 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4129 |
|
4130 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4131 |
5289
|
4132 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4133 |
|
4134 * optimization/glpk.m: Handle SENSE argument. |
|
4135 |
|
4136 * optimization/qp.m, optimization/sqp.m: New files. |
|
4137 |
5276
|
4138 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4139 |
|
4140 * Makefile.in (clean, distclean, maintainer-clean): |
|
4141 Avoid duplication in rules. |
|
4142 |
5252
|
4143 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4144 |
|
4145 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4146 setting {no,}parametric. |
|
4147 * plot/figure.m: Likewise, for setting terminal type. |
|
4148 |
|
4149 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4150 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4151 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4152 plot/title.m, plot/top_title.m: Avoid eval. |
|
4153 |
5251
|
4154 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4155 |
5253
|
4156 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4157 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4158 Use __gnuplot_replot__ instead of replot. |
|
4159 |
5252
|
4160 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4161 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4162 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4163 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4164 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4165 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4166 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4167 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4168 |
5251
|
4169 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4170 |
5244
|
4171 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4172 |
|
4173 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4174 * optimization/glpk.m: Likewise. |
|
4175 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4176 (row vectors are orginary character strings). |
|
4177 * optimization/glpkparam.m: Delete. |
|
4178 |
5243
|
4179 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4180 |
|
4181 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4182 of dimensions of X. |
|
4183 |
5237
|
4184 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4185 |
5239
|
4186 * general/tril.m, general/triu.m: Return value of same class as |
|
4187 argument. |
|
4188 |
5237
|
4189 * optimization/glpk.m: Simplify interface. By default, solve |
|
4190 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4191 * optimization/glpkmex.m: New file. |
|
4192 |
5232
|
4193 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4194 |
5237
|
4195 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4196 list. |
|
4197 |
5233
|
4198 * optimization/glpk.m: Adapt to Octave coding style. |
|
4199 No need for varargout or varargin. |
|
4200 Print usage message if nargin > 11. |
|
4201 Allow any value of nargout. |
|
4202 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4203 Avoid looping when checking character classes. |
|
4204 |
5232
|
4205 * optimization: New directory. |
|
4206 * Makefile.in (SUBDIRS): Add it to the list. |
|
4207 * optimization/Makefile.in: New file. |
|
4208 * optimization/glpk.m, optimization/glpkparams.m, |
|
4209 optimization/glpktest1, optimization/glpktest2: New files. |
|
4210 |
5218
|
4211 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4212 |
|
4213 * strings/split.m: Quick return for empty second arg. |
|
4214 Improve warning for multi-line strings. |
|
4215 Speed up by avoiding sprintf in loop and eval. |
|
4216 |
5217
|
4217 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4218 |
|
4219 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4220 * polynomial/polyder.m: Ditto. |
6778
|
4221 * polynomial/polygcd.m: New function. |
5217
|
4222 |
5214
|
4223 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4224 |
5215
|
4225 * control/base/__stepimp__.m, control/base/bode.m, |
|
4226 control/base/frdemo.m, control/base/nichols.m, |
|
4227 control/base/nyquist.m, control/base/pzmap.m, |
|
4228 control/base/rldemo.m, control/base/rlocus.m, |
|
4229 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4230 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4231 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4232 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4233 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4234 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4235 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4236 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4237 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4238 plot/xlabel.m, quaternion/demoquat.m, |
|
4239 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4240 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4241 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4242 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4243 gsplot from @seealso docs. |
5214
|
4244 |
|
4245 * plot/replot.m: New file. |
|
4246 |
5205
|
4247 2005-03-15 David Bateman <dbateman@free.fr> |
|
4248 |
|
4249 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4250 |
5196
|
4251 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4252 |
|
4253 * statistics/Makefile.in (bin-dist): Delete target. |
|
4254 (BINDISTSUBDIRS): Delete variable. |
6754
|
4255 * control/Makefile.in: Likewise. |
5196
|
4256 |
5378
|
4257 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4258 (BINDISTFILES): Delete variable. |
5378
|
4259 * control/base/Makefile.in: Likewise. |
|
4260 * control/hinf/Makefile.in: Likewise. |
|
4261 * control/obsolete/Makefile.in: Likewise. |
|
4262 * control/system/Makefile.in: Likewise. |
|
4263 * control/util/Makefile.in: Likewise. |
|
4264 * deprecated/Makefile.in: Likewise. |
|
4265 * elfun/Makefile.in: Likewise. |
|
4266 * finance/Makefile.in: Likewise. |
|
4267 * general/Makefile.in: Likewise. |
|
4268 * image/Makefile.in: Likewise. |
|
4269 * sparse/Makefile.in: Likewise. |
|
4270 * io/Makefile.in: Likewise. |
|
4271 * plot/Makefile.in: Likewise. |
|
4272 * Makefile.in: Likewise. |
|
4273 * miscellaneous/Makefile.in: Likewise. |
|
4274 * linear-algebra/Makefile.in: Likewise. |
|
4275 * polynomial/Makefile.in: Likewise. |
|
4276 * quaternion/Makefile.in: Likewise. |
|
4277 * set/Makefile.in: Likewise. |
|
4278 * signal/Makefile.in: Likewise. |
|
4279 * specfun/Makefile.in: Likewise. |
|
4280 * special-matrix/Makefile.in: Likewise. |
|
4281 * startup/Makefile.in: Likewise. |
|
4282 * statistics/base/Makefile.in: Likewise. |
|
4283 * statistics/distributions/Makefile.in: Likewise. |
|
4284 * statistics/models/Makefile.in: Likewise. |
|
4285 * statistics/tests/Makefile.in: Likewise. |
|
4286 * strings/Makefile.in: Likewise. |
|
4287 * time/Makefile.in: Likewise. |
5196
|
4288 |
5195
|
4289 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4290 |
|
4291 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4292 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4293 |
5192
|
4294 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4295 |
|
4296 * plot/clg.m: New file. |
|
4297 |
5193
|
4298 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4299 |
|
4300 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4301 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4302 strings/strcmpi.m: |
|
4303 New files from Octave-forge. Adapt to Octave coding standards. |
|
4304 |
5181
|
4305 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4306 |
|
4307 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4308 computation range. |
|
4309 |
5164
|
4310 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4311 |
|
4312 Sparse merge. |
|
4313 |
|
4314 2005-01-23 David Bateman <dbateman@free.fr> |
|
4315 |
|
4316 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4317 |
|
4318 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4319 |
|
4320 * sparse/Makefile.in: New file. |
|
4321 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4322 |
|
4323 2005-01-07 David Bateman <dbateman@free.fr> |
|
4324 |
|
4325 * set/unique.m: import file from octave-forge. |
|
4326 |
|
4327 2005-01-05 David Bateman <dbateman@free.fr> |
|
4328 |
|
4329 * Makefile.in: include sparse directory in SUBDIRS. |
|
4330 |
|
4331 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4332 |
|
4333 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4334 src/DLD-FUNCTIONS/sparse.cc). |
|
4335 |
|
4336 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4337 |
|
4338 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4339 Andy Adler <adler@site.uottawa.ca>. |
|
4340 |
|
4341 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4342 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4343 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4344 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4345 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4346 |
|
4347 * sparse: New directory. |
|
4348 |
5158
|
4349 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4350 |
|
4351 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4352 |
|
4353 * polynomial/poly.m: Quick return if m is 0. |
|
4354 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4355 |
5154
|
4356 2005-02-21 David Bateman <dbateman@free.fr> |
|
4357 |
|
4358 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4359 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4360 Fix for row vectors with at least one element of lambda not in |
|
4361 (0, Inf). |
|
4362 |
5152
|
4363 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4364 |
5153
|
4365 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4366 |
5152
|
4367 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4368 plot/__axis_label__.m: Issue replot command. |
|
4369 |
5135
|
4370 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4371 |
|
4372 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4373 |
5133
|
4374 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4375 |
|
4376 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4377 provided and len <= computed max_len. |
|
4378 |
5125
|
4379 2005-01-27 David Bateman <dbateman@free.fr> |
|
4380 |
|
4381 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4382 |
|
4383 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4384 |
|
4385 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4386 |
5123
|
4387 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4388 |
|
4389 * statistics/base/median.m: Make it work for the scalar case too. |
|
4390 |
6308
|
4391 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4392 |
|
4393 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4394 Simplify logic for decoding args. |
5117
|
4395 |
5115
|
4396 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4397 |
5116
|
4398 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4399 |
|
4400 * plot/__plt__.m: No need to save and reset hold state now. |
|
4401 (first_plot): Delete unused variable. |
|
4402 |
5115
|
4403 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4404 |
|
4405 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4406 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4407 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4408 plot/__plt2vv__.m: |
|
4409 Return data and gnuplot commands instead of evaluating them. |
|
4410 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4411 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4412 |
5108
|
4413 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4414 |
|
4415 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4416 |
5096
|
4417 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4418 |
|
4419 * statistics/base/range.m: Fix varargin usage. |
|
4420 |
5091
|
4421 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4422 |
|
4423 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4424 isspace), not just SPC. |
|
4425 |
5090
|
4426 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4427 |
|
4428 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4429 |
5073
|
4430 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4431 |
|
4432 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4433 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4434 |
5072
|
4435 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4436 |
|
4437 * plot/__plt2vm__.m: Delete debugging statement. |
|
4438 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4439 |
5065
|
4440 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4441 |
|
4442 * plot/hist.m: Always return row vectors for vector args. |
|
4443 |
5031
|
4444 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4445 |
|
4446 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4447 strings, return zero instead of reporting an error. |
|
4448 |
5021
|
4449 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4450 |
|
4451 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4452 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4453 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4454 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4455 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4456 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4457 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4458 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4459 control/system/is_detectable.m, control/system/is_sample.m, |
|
4460 control/system/is_siso.m, control/system/is_stable.m, |
|
4461 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4462 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4463 control/system/sysappend.m, control/system/sysconnect.m, |
|
4464 control/system/sysdisc.m, control/system/sysdup.m, |
|
4465 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4466 control/system/syssetsignals.m, control/system/syssub.m, |
|
4467 control/system/tf2sys.m, control/system/ugain.m, |
|
4468 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4469 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4470 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4471 |
|
4472 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4473 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4474 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4475 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4476 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4477 control/system/sysappend.m, control/system/sysconnect.m, |
|
4478 control/system/sysdup.m, control/system/sysgroup.m, |
|
4479 control/system/sysprune.m, control/system/sysreorder.m, |
|
4480 control/system/sysscale.m, control/system/syssub.m, |
|
4481 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4482 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4483 polynomial/polyout.m, specfun/log2.m: |
|
4484 Add output arguments in doc strings. |
|
4485 |
|
4486 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4487 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4488 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4489 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4490 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4491 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4492 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4493 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4494 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4495 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4496 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4497 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4498 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4499 control/system/c2d.m, control/system/is_abcd.m, |
|
4500 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4501 control/system/is_observable.m, control/system/is_stable.m, |
|
4502 control/system/jet707.m, control/system/ord2.m, |
|
4503 control/system/starp.m, control/system/sys2fir.m, |
|
4504 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4505 control/system/sys2zp.m, control/system/syscont.m, |
|
4506 control/system/sysdisc.m, control/system/sysdup.m, |
|
4507 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4508 control/system/sysmult.m, control/system/sysprune.m, |
|
4509 control/system/sysreorder.m, control/system/sysscale.m, |
|
4510 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4511 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4512 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4513 control/util/axis2dlim.m, control/util/prompt.m, |
|
4514 control/util/zgfmul.m, control/util/zginit.m, |
|
4515 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4516 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4517 in doc strings. |
|
4518 |
|
4519 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4520 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4521 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4522 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4523 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4524 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4525 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4526 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4527 control/system/c2d.m, control/system/fir2sys.m, |
|
4528 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4529 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4530 control/util/zgshsr.m, polynomial/polyout.m: |
|
4531 New @tex section(s) in doc strings for better formating of printed |
|
4532 output. |
|
4533 |
|
4534 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4535 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4536 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4537 Use proper double quote marks for TeX. |
|
4538 |
|
4539 * control/base/DEMOcontrol.m: Add missing ; |
|
4540 |
|
4541 * control/base/nichols.m, control/base/rlocus.m, |
|
4542 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4543 control/system/ss2zp.m, control/system/sysmin.m, |
|
4544 control/system/tf2zp.m, control/util/sortcom.m: |
|
4545 Convert documentation to use or more completely use Texinfo. |
|
4546 |
|
4547 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4548 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4549 control/system/parallel.m, control/system/ss2tf.m, |
|
4550 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4551 art splitting over a page boundary. |
|
4552 |
|
4553 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4554 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4555 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4556 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4557 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4558 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4559 the TeX documentation. |
|
4560 |
|
4561 * control/system/is_stabilizable.m: |
|
4562 Add Copyright so that help is displayed correctly. |
|
4563 |
|
4564 * special-matrix/vander.m: Octave indexes start at 1. |
|
4565 |
5011
|
4566 2004-09-21 David Bateman <dbateman@free.fr> |
|
4567 |
|
4568 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4569 arbitrary plane. |
|
4570 |
|
4571 * general/flipdim.m: New function to flip an N-d array about an |
|
4572 arbitrary axis. |
|
4573 |
5003
|
4574 2004-09-15 David Bateman <dbateman@free.fr> |
|
4575 |
|
4576 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4577 |
4992
|
4578 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4579 |
|
4580 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4581 Use iscellstr to check for cells rather than iscell. |
|
4582 Improve diagnostics for invalid args. |
4992
|
4583 |
4983
|
4584 2004-09-10 David Bateman <dbateman@free.fr> |
|
4585 |
|
4586 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4587 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4588 |
|
4589 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4590 due to row vs. column vector operations. |
|
4591 |
4964
|
4592 2004-09-03 David Bateman <dbateman@free.fr> |
|
4593 |
|
4594 * general/repmat.m: Fix to allow logical classes. |
|
4595 |
4950
|
4596 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4597 |
|
4598 * general/isa.m: New function, from Octave-forge. |
|
4599 |
|
4600 2004-08-31 David Bateman <dbateman@free.fr> |
|
4601 |
|
4602 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4603 limitation on the use of int64 and uint64 types, and the use |
|
4604 of the eval. |
|
4605 |
|
4606 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4607 in .^ with integer types is fixed. |
|
4608 |
|
4609 * general/repmat.m: Adapt to allow integer types. |
4945
|
4610 |
|
4611 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4612 |
|
4613 * plot/axis.m: Don't reset axes when querying them. |
|
4614 |
4942
|
4615 2004-08-27 David Bateman <dbateman@free.fr> |
|
4616 |
|
4617 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4618 Eliminate loop. |
|
4619 |
4918
|
4620 2004-07-27 David Bateman <dbateman@free.fr> |
|
4621 |
|
4622 * general/num2str.m: Also insert spaces in output when precision |
|
4623 argument is supplied. |
|
4624 |
4915
|
4625 2004-07-23 David Bateman <dbateman@free.fr> |
|
4626 |
|
4627 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4628 |
4911
|
4629 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4630 |
|
4631 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4632 |
|
4633 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4634 |
|
4635 * miscellaneous/unix.m: Fix doc string. |
|
4636 |
|
4637 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4638 |
|
4639 * plot/figure.m: Clarification of documentation. |
|
4640 |
|
4641 * image/imshow.m: Warn for complex images. |
|
4642 Only estimate colourmap for images in [0, 65536]. |
|
4643 |
|
4644 2004-07-22 David Bateman <dbateman@free.fr> |
|
4645 |
|
4646 * general/num2str.m: Fix the case of an all zero input. |
|
4647 |
4906
|
4648 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4649 |
|
4650 * general/ind2sub.m: Doc fix. |
|
4651 |
4900
|
4652 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4653 |
|
4654 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4655 convert function handle to string for eval. |
|
4656 |
4898
|
4657 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4658 |
|
4659 * plot/errorbar.m: Remove debugging output. |
|
4660 |
|
4661 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4662 |
|
4663 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4664 |
4897
|
4665 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4666 |
4898
|
4667 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4668 |
|
4669 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4670 complex polynomial coefficient. |
|
4671 |
4897
|
4672 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4673 the bug which causes __errplot__ to ignore the last argument. |
|
4674 |
4894
|
4675 2004-06-03 David Bateman <dbateman@free.fr> |
|
4676 |
|
4677 * general/shiftdim.m: New function based on JWE code snippet. |
|
4678 |
|
4679 * general/circdim.m: New function. |
|
4680 |
4890
|
4681 2004-05-06 David Bateman <dbateman@free.fr> |
|
4682 |
|
4683 * general/issquare.m: Fail if ndim(x) > 2. |
|
4684 |
|
4685 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4686 |
|
4687 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4688 N-d array arguments. Add optional dim argument to define |
|
4689 dimension along which to operate. |
|
4690 |
|
4691 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4692 |
|
4693 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4694 |
4885
|
4695 2004-04-29 David Bateman <dbateman@free.fr> |
|
4696 |
|
4697 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4698 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4699 statistics/base/statistics.m, statistics/base/skewness.m |
|
4700 statistics/base/iqr.m: |
|
4701 Make N-d array aware. Allow optional argument to define the |
|
4702 dimension along which to operate. Update the documentation. |
|
4703 |
|
4704 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4705 and adjust for the ties after. |
|
4706 |
|
4707 * statistics/base/run_counts.m: Change algorithm to use |
|
4708 the a combination of diff and find, rather than a for-loop. |
|
4709 |
4881
|
4710 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4711 |
|
4712 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4713 |
4878
|
4714 2004-04-23 David Bateman <dbateman@free.fr> |
|
4715 |
|
4716 * general/int2str.m: Treat only real part of argument, and treat |
|
4717 NDArrays by stacking the slices through the matrix vertically. |
|
4718 |
|
4719 * general/num2str.m: Improve format of integer matrices, and the |
|
4720 conversion of complex matrices added. Treat NDArrays by stacking |
|
4721 the slices through the matrix vertically. |
|
4722 |
|
4723 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4724 |
4877
|
4725 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4726 |
|
4727 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4728 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4729 |
4869
|
4730 2004-04-21 David Bateman <dbateman@free.fr> |
|
4731 |
5378
|
4732 * elfun/lcm.m: Make N-d aware. |
4870
|
4733 |
4869
|
4734 * general/diff.m: Make the code N-d array aware. Allow an |
|
4735 optional argument to define the dimension along which to perform |
|
4736 the differences and allow the order of the differences to be larger |
|
4737 than the dimension itself. |
|
4738 |
|
4739 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4740 use of these functions to 1- and 2-d arrays. |
|
4741 |
4863
|
4742 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4743 |
|
4744 * elfun/gcd.m: Delete. |
|
4745 |
4862
|
4746 2004-04-15 David Bateman <dbateman@free.fr> |
|
4747 |
|
4748 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4749 |
|
4750 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4751 array aware and and optional argument for the dimension along |
|
4752 which to operate. |
|
4753 |
5378
|
4754 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4755 argument for the dimension to be consistent with other N-d array |
|
4756 functions. |
|
4757 |
4860
|
4758 2004-04-08 David Bateman <dbateman@free.fr> |
|
4759 |
|
4760 * statistics/distributions/discrete_cdf.m, |
|
4761 statistics/distributions/discrete_inv.m, |
|
4762 statistics/distributions/discrete_pdf.m, |
|
4763 statistics/distributions/discrete_rnd.m, |
|
4764 statistics/distributions/exponential_cdf.m, |
|
4765 statistics/distributions/exponential_inv.m, |
|
4766 statistics/distributions/exponential_pdf.m, |
|
4767 statistics/distributions/exponential_rnd.m, |
|
4768 statistics/distributions/f_cdf.m, |
|
4769 statistics/distributions/f_inv.m, |
|
4770 statistics/distributions/f_pdf.m, |
|
4771 statistics/distributions/f_rnd.m, |
|
4772 statistics/distributions/geometric_cdf.m, |
|
4773 statistics/distributions/geometric_inv.m, |
|
4774 statistics/distributions/geometric_pdf.m, |
|
4775 statistics/distributions/geometric_rnd.m, |
|
4776 statistics/distributions/hypergeometric_rnd.m, |
|
4777 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4778 statistics/distributions/laplace_cdf.m, |
|
4779 statistics/distributions/laplace_inv.m, |
|
4780 statistics/distributions/laplace_pdf.m, |
|
4781 statistics/distributions/laplace_rnd.m, |
|
4782 statistics/distributions/logistic_inv.m, |
|
4783 statistics/distributions/logistic_rnd.m, |
|
4784 statistics/distributions/lognormal_cdf.m, |
|
4785 statistics/distributions/lognormal_inv.m, |
|
4786 statistics/distributions/lognormal_pdf.m, |
|
4787 statistics/distributions/lognormal_rnd.m, |
|
4788 statistics/distributions/pascal_cdf.m, |
|
4789 statistics/distributions/pascal_inv.m, |
|
4790 statistics/distributions/pascal_pdf.m, |
|
4791 statistics/distributions/pascal_rnd.m, |
|
4792 statistics/distributions/poisson_cdf.m, |
|
4793 statistics/distributions/poisson_inv.m, |
|
4794 statistics/distributions/poisson_pdf.m, |
|
4795 statistics/distributions/poisson_rnd.m, |
|
4796 statistics/distributions/t_cdf.m, |
|
4797 statistics/distributions/t_inv.m, |
|
4798 statistics/distributions/t_pdf.m, |
|
4799 statistics/distributions/t_rnd.m, |
|
4800 statistics/distributions/weibull_cdf.m, |
|
4801 statistics/distributions/weibull_inv.m, |
|
4802 statistics/distributions/weibull_pdf.m, |
|
4803 statistics/distributions/weibull_rnd.m: |
|
4804 Allow N-d arrays. |
|
4805 |
|
4806 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4807 that results in NaN in places where it should not have had. |
|
4808 |
|
4809 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4810 allow creating arbitrary matrices, compatiable with the other |
5583
|
4811 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4812 |
|
4813 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4814 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4815 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4816 format. Allow N-d arrays. |
|
4817 |
|
4818 * statistics/distributions/hypergeometric_cdf.m, |
|
4819 statistics/distributions/hypergeometric_inv.m, |
|
4820 statistics/distributions/hypergeometric_pdf.m, |
|
4821 statistics/distributions/wiener_rnd.m: |
|
4822 Error for non-scalar arguments. |
|
4823 |
|
4824 * statistics/distributions/pascal_rnd.m: |
|
4825 Correct for n = 1 bug, where all elements were equal. |
|
4826 |
4849
|
4827 2004-04-06 David Bateman <dbateman@free.fr> |
|
4828 |
4854
|
4829 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4830 statistics/distributions/beta_cdf.m, |
|
4831 statistics/distributions/beta_inv.m, |
|
4832 statistics/distributions/beta_pdf.m, |
|
4833 statistics/distributions/beta_rnd.m, |
|
4834 statistics/distributions/binomial_cdf.m, |
|
4835 statistics/distributions/binomial_inv.m, |
|
4836 statistics/distributions/binomial_pdf.m, |
|
4837 statistics/distributions/binomial_rnd.m, |
|
4838 statistics/distributions/cauchy_cdf.m, |
|
4839 statistics/distributions/cauchy_inv.m, |
|
4840 statistics/distributions/cauchy_pdf.m, |
|
4841 statistics/distributions/cauchy_rnd.m, |
|
4842 statistics/distributions/chisquare_cdf.m, |
|
4843 statistics/distributions/chisquare_inv.m, |
|
4844 statistics/distributions/chisquare_pdf.m, |
|
4845 statistics/distributions/chisquare_rnd.m, |
|
4846 statistics/distributions/gamma_cdf.m, |
|
4847 statistics/distributions/gamma_inv.m, |
|
4848 statistics/distributions/gamma_pdf.m, |
|
4849 statistics/distributions/gamma_rnd.m, |
|
4850 statistics/distributions/normal_cdf.m, |
|
4851 statistics/distributions/normal_inv.m, |
|
4852 statistics/distributions/normal_pdf.m, |
|
4853 statistics/distributions/normal_rnd.m, |
|
4854 statistics/distributions/stdnormal_cdf.m, |
|
4855 statistics/distributions/stdnormal_pdf.m, |
|
4856 statistics/distributions/stdnormal_rnd.m, |
|
4857 statistics/distributions/uniform_cdf.m, |
|
4858 statistics/distributions/uniform_inv.m, |
|
4859 statistics/distributions/uniform_pdf.m, |
|
4860 statistics/distributions/uniform_rnd.m: |
|
4861 Allow the inputs to be N-d arrays. |
|
4862 |
4852
|
4863 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4864 * statistics/base/median.m: Likewise. |
4849
|
4865 |
4844
|
4866 2004-04-02 David Bateman <dbateman@free.fr> |
|
4867 |
|
4868 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4869 * statistics/base/center.m, statistics/base/meansq.m, |
|
4870 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4871 Update for N-d arrays. |
4844
|
4872 * signal/fftshift.m: Fix dimensioning error. |
|
4873 |
|
4874 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4875 N-d arrays. |
4844
|
4876 |
4852
|
4877 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4878 |
|
4879 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4880 |
4852
|
4881 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4882 |
|
4883 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4884 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4885 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4886 |
|
4887 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4888 |
4841
|
4889 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4890 |
|
4891 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4892 default of "" (so it is off unless explicitly set by the user). |
|
4893 |
4836
|
4894 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4895 |
|
4896 * image/imshow.m: Accept "truesize" argument. |
|
4897 Ignore current colormap. New tests and demos. |
|
4898 |
4834
|
4899 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4900 |
|
4901 * signal/sinewave.m: Allow N to default to M. |
|
4902 |
4826
|
4903 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4904 |
|
4905 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4906 |
4818
|
4907 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4908 |
|
4909 * general/deal.m: New function. |
4819
|
4910 Add tests from Paul Kienzle. |
4818
|
4911 |
4811
|
4912 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4913 |
|
4914 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4915 |
5095
|
4916 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4917 |
|
4918 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4919 |
4806
|
4920 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4921 |
|
4922 * miscellaneous/horzcat.m: Delete. |
|
4923 * miscellaneous/vertcat.m: Delete. |
|
4924 |
4790
|
4925 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4926 |
|
4927 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
4928 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
4929 |
4789
|
4930 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4931 |
|
4932 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
4933 doing multiple plots in the same gnuplot frame. |
|
4934 |
4780
|
4935 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4936 |
|
4937 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
4938 control/system/cellidx.m, control/system/ss.m, |
|
4939 control/system/tf.m, control/system/zp.m: New functions. |
|
4940 |
4778
|
4941 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
4942 |
|
4943 * statistics/distributions/discrete_inv.m: |
|
4944 Reduce memory requirements. |
|
4945 |
4772
|
4946 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4947 |
|
4948 * plot/__errcomm__.m: Fix thinko in previous change. |
|
4949 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
4950 |
4771
|
4951 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
4952 |
|
4953 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
4954 control/base/analdemo.m, control/base/bddemo.m, |
|
4955 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
4956 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
4957 control/base/rldemo.m, control/base/rlocus.m, |
|
4958 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
4959 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
4960 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
4961 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
4962 control/obsolete/packsys.m, control/obsolete/series.m, |
|
4963 control/system/__sysdefioname__.m, |
|
4964 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
4965 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
4966 control/system/c2d.m, control/system/d2c.m, |
|
4967 control/system/dmr2d.m, control/system/fir2sys.m, |
|
4968 control/system/is_signal_list.m, control/system/is_siso.m, |
|
4969 control/system/jet707.m, control/system/listidx.m, |
|
4970 control/system/moddemo.m, control/system/ord2.m, |
|
4971 control/system/packedform.m, control/system/parallel.m, |
|
4972 control/system/ss2sys.m, control/system/sys2tf.m, |
|
4973 control/system/sys2zp.m, control/system/sysadd.m, |
|
4974 control/system/sysappend.m, control/system/sysconnect.m, |
|
4975 control/system/syscont.m, control/system/sysdimensions.m, |
|
4976 control/system/sysdisc.m, control/system/sysdup.m, |
|
4977 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
4978 control/system/sysgroup.m, control/system/sysmin.m, |
|
4979 control/system/sysmult.m, control/system/sysprune.m, |
|
4980 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
4981 control/system/syssetsignals.m, control/system/syssub.m, |
|
4982 control/system/sysupdate.m, control/system/tf2sys.m, |
|
4983 control/system/ugain.m, control/system/zp2ss.m, |
|
4984 control/system/zp2sys.m, control/util/__outlist__.m, |
|
4985 control/util/__zgpbal__.m, control/util/strappend.m: |
|
4986 Use cell arrays instead of lists. |
|
4987 |
4723
|
4988 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
4989 |
|
4990 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
4991 so that bar (1, 1) will work. |
|
4992 |
4710
|
4993 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4994 |
4717
|
4995 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
4996 * plot/__errplot__.m: Likewise. |
|
4997 * plot/__plt__.m: Likewise. |
|
4998 * plot/plot_border.m: Likewise. |
|
4999 |
4710
|
5000 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5001 not $(DOCSTRINGS). |
|
5002 |
4706
|
5003 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5004 |
|
5005 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5006 rank ([], tol). |
|
5007 |
4691
|
5008 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5009 |
4692
|
5010 * elfun/acot.m: Return atan (1./z). |
|
5011 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5012 |
4691
|
5013 * miscellaneous/dir.m: New file. |
|
5014 |
|
5015 * general/num2str.m: Use "%d" as format if values are ints with |
|
5016 magnitude less than 1e10. |
|
5017 |
|
5018 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5019 |
|
5020 * general/num2str.m: If single arg is string, return it. |
|
5021 |
|
5022 * miscellaneous/not.m: New file. |
|
5023 |
|
5024 * miscellaneous/unix.m: New file. |
|
5025 |
|
5026 * miscellaneous/isunix.m: New file. |
|
5027 * miscellaneous/ispc.m: New file. |
|
5028 |
|
5029 * miscellaneous/computer.m: New file. |
|
5030 |
|
5031 * miscellaneous/delete.m: New file. |
|
5032 |
4689
|
5033 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5034 |
|
5035 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5036 |
|
5037 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5038 |
|
5039 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5040 Always return substituted version of LOADPATH if nargout != 0. |
|
5041 |
4685
|
5042 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5043 |
|
5044 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5045 before continuing. |
|
5046 |
|
5047 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5048 |
4677
|
5049 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5050 |
|
5051 * general/ind2sub.m: New file. |
|
5052 * general/sub2ind.m: New file. |
|
5053 |
4675
|
5054 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5055 |
|
5056 * control/system/zp2ss.m: Don't save and restore |
|
5057 warn_empty_list_elements. |
|
5058 |
|
5059 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5060 |
6778
|
5061 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5062 |
4673
|
5063 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5064 |
|
5065 * statistics/base/mean.m: Remove special case for row vectors. |
|
5066 |
4637
|
5067 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5068 |
|
5069 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5070 |
4631
|
5071 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5072 |
|
5073 * statistics/base/iqr.m: Handle matrices. |
|
5074 |
4630
|
5075 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5076 |
|
5077 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5078 |
4629
|
5079 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5080 |
|
5081 * miscellaneous/path.m: Fix thinko in previous change. |
|
5082 |
4609
|
5083 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5084 |
4629
|
5085 * control/base/dare.m: Check positive (semi)definiteness and |
|
5086 dimensions of r (and q). |
|
5087 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5088 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5089 near unit circle. |
4611
|
5090 |
|
5091 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5092 Correct the behavior for discrete-time systems. |
|
5093 * control/system/is_stabilizable.m: Likewise. |
|
5094 |
4609
|
5095 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5096 |
|
5097 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5098 |
4610
|
5099 * general/isdefinite.m: New function. |
|
5100 |
4567
|
5101 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5102 |
|
5103 * general/reshape: Delete. |
|
5104 |
4559
|
5105 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5106 |
|
5107 * general/numel.m: Delete. |
|
5108 |
4535
|
5109 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5110 |
4536
|
5111 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5112 |
|
5113 * deprecated/isstr.m: New file. |
4535
|
5114 |
4529
|
5115 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5116 |
|
5117 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5118 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5119 |
4525
|
5120 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5121 |
|
5122 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5123 |
4503
|
5124 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5125 |
|
5126 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5127 |
4492
|
5128 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5129 |
|
5130 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5131 Allow optional length argument. |
|
5132 |
4491
|
5133 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5134 |
|
5135 * polynomial/polyfit.m: Avoid calling flipud. |
|
5136 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5137 Return structure as second output value for improved Matlab |
|
5138 compatibility. |
|
5139 |
4476
|
5140 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5141 |
4478
|
5142 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5143 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5144 with one non-zero dimension. |
|
5145 |
4476
|
5146 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5147 warn_single_quote_string to the list. |
4478
|
5148 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5149 from the list. |
4476
|
5150 |
5095
|
5151 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5152 |
|
5153 * signal/autocov.m: Transpose result of conj because diag returns |
|
5154 a column vector, not a row vector. |
|
5155 |
|
5156 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5157 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5158 with quotes. |
|
5159 |
4466
|
5160 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5161 |
4468
|
5162 * io/printf.m, io/puts.m: Delete. |
|
5163 |
4466
|
5164 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5165 default_return_value from the list. |
|
5166 Add warn_undefined_return_values to the list. |
|
5167 |
|
5168 |
4464
|
5169 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5170 |
|
5171 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5172 and initialize_global_variables from the list. |
|
5173 |
4460
|
5174 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5175 |
4463
|
5176 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5177 |
|
5178 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5179 |
|
5180 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5181 * control/system/sys2fir.m: Likewise. |
|
5182 |
|
5183 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5184 * control/system/__tf2sysl__.m: Likewise. |
|
5185 |
|
5186 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5187 |
|
5188 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5189 and [] concatenation. |
|
5190 * control/system/sys2fir.m: Likewise. |
|
5191 |
|
5192 * control/base/dgram.m, control/base/freqchkw.m, |
|
5193 control/base/gram.m, control/system/__abcddims__.m, |
|
5194 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5195 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5196 control/system/is_siso.m, control/system/sys2fir.m, |
|
5197 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5198 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5199 control/system/ugain.m, control/util/prompt.m, |
|
5200 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5201 control/util/zgshsr.m: |
|
5202 Improve conformance to Octave coding style. |
|
5203 |
4461
|
5204 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5205 the list. |
|
5206 Delete resize_on_range_error from the list. |
|
5207 |
4460
|
5208 * control/base/pzmap.m, control/base/place.m, |
|
5209 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5210 control/system/syscont.m, control/system/sysdisc.m, |
|
5211 control/system/sysgroup.m, control/system/tfout.m, |
|
5212 control/system/zp2ss.m, control/system/zpout.m, |
|
5213 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5214 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5215 empty_list_elements_ok. |
|
5216 |
|
5217 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5218 Delete empty_list_elements_ok from the list. |
|
5219 |
4457
|
5220 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5221 |
|
5222 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5223 list. |
|
5224 Delete treat_neg_dim_as_zero from the list. |
|
5225 |
|
5226 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5227 |
4451
|
5228 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5229 |
4455
|
5230 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5231 was not used in the code in any case). |
|
5232 |
|
5233 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5234 do_fortran_indexing. |
|
5235 |
4452
|
5236 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5237 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5238 |
4451
|
5239 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5240 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5241 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5242 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5243 warn_fortran_indexing in the list. |
|
5244 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5245 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5246 prefer_column_vectors from list. |
4451
|
5247 |
4440
|
5248 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5249 |
|
5250 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5251 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5252 directory. |
|
5253 |
5095
|
5254 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5255 |
|
5256 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5257 |
5095
|
5258 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5259 |
|
5260 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5261 return "." with extension. |
|
5262 |
4422
|
5263 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5264 |
|
5265 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5266 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5267 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5268 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5269 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5270 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5271 |
4413
|
5272 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5273 |
|
5274 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5275 |
5095
|
5276 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5277 |
|
5278 * plot/hist.m: Improve performance by using different algorithms |
|
5279 depending on number of bins. |
|
5280 |
4404
|
5281 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5282 |
|
5283 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5284 adding. |
|
5285 |
5095
|
5286 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5287 |
|
5288 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5289 |
5095
|
5290 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5291 |
|
5292 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5293 the impulse by t_step. |
|
5294 |
4373
|
5295 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5296 |
|
5297 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5298 column vectors. |
|
5299 |
5095
|
5300 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5301 |
|
5302 * linear-algebra/null.m: Handle empty matrix arg. |
|
5303 |
4369
|
5304 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5305 |
|
5306 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5307 |
4358
|
5308 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5309 |
|
5310 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5311 New files. |
|
5312 |
4348
|
5313 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5314 |
|
5315 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5316 function handle to pass to feval. |
|
5317 * statistics/base/qqplot.m: Likewise. |
|
5318 * statistics/base/ppplot.m: Likewise. |
|
5319 * signal/spectral_xdf.m: Likewise. |
|
5320 * signal/spectral_adf.m: Likewise. |
|
5321 |
4340
|
5322 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5323 |
|
5324 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5325 |
4334
|
5326 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5327 |
|
5328 * linear-algebra/logm.m: New file. |
|
5329 |
5095
|
5330 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5331 |
|
5332 * mkpkgadd: Scan C++ files as well |
|
5333 |
5095
|
5334 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5335 |
|
5336 * strings/findstr.m: Return empty set for zero-length target. |
|
5337 |
5095
|
5338 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5339 |
|
5340 * set/union.m: Preserve the orientation of inputs. |
|
5341 |
4305
|
5342 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5343 |
|
5344 * general/int2str.m: Eliminate leading spaces. |
|
5345 |
4303
|
5346 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5347 |
|
5348 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5349 |
5095
|
5350 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5351 |
|
5352 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5353 $(BUILD_LDFLAGS) to compiler. |
|
5354 |
4295
|
5355 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5356 |
|
5357 * general/num2str.m: Don't specify field width for scalars. |
|
5358 |
4292
|
5359 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5360 |
|
5361 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5362 |
4265
|
5363 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5364 |
4279
|
5365 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5366 |
4266
|
5367 * miscellaneous/tempname.m: New file. |
|
5368 |
|
5369 * miscellaneous/tempdir.m: New file. |
|
5370 |
4265
|
5371 * miscellaneous/fullfile.m: New file. |
|
5372 |
4259
|
5373 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5374 |
4264
|
5375 * miscellaneous/fileparts.m: New file. |
|
5376 |
|
5377 * io/beep.m: New file. |
|
5378 |
4260
|
5379 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5380 format only. |
4259
|
5381 |
4257
|
5382 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5383 |
|
5384 * strings/strcmp.m: Handle cell arrays of strings. |
|
5385 |
4229
|
5386 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5387 |
|
5388 * general/int2str.m: Handle matrices. |
|
5389 * general/num2str.m: Likewise. |
|
5390 Also handle optional precision, and format args. |
|
5391 |
4225
|
5392 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5393 |
|
5394 * audio/Makefile.in, control/base/Makefile.in, |
|
5395 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5396 control/system/Makefile.in, elfun/Makefile.in, |
|
5397 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5398 io/Makefile.in, linear-algebra/Makefile.in, |
|
5399 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5400 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5401 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5402 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5403 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5404 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5405 deprecated/Makefile.in: Use new do-script-install and |
|
5406 do-script-uninstall macros. |
|
5407 |
|
5408 * mkpkgadd: New script. |
|
5409 |
|
5410 * plot/close.m: New file. |
|
5411 |
4184
|
5412 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5413 |
|
5414 * image/image.m: Use -raw option for xv. |
|
5415 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5416 |
4172
|
5417 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5418 |
4174
|
5419 * control/base/lsim.m: Use approximate test for step size change. |
|
5420 |
4172
|
5421 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5422 |
5095
|
5423 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5424 |
|
5425 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5426 |
5095
|
5427 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5428 |
|
5429 * control/base/lsim.m: Correct doc string. |
|
5430 |
5095
|
5431 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5432 |
|
5433 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5434 |
4148
|
5435 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5436 |
|
5437 * plot/contour.m: Handle x and y as matrices too. |
|
5438 |
5095
|
5439 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5440 |
|
5441 * plot/contour.m: Fix error and usage messages. |
|
5442 |
4146
|
5443 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5444 |
|
5445 * plot/contour.m: Correct orientation of plot. |
|
5446 |
4139
|
5447 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5448 |
|
5449 * control/base/analdemo.m: Fix typo. |
|
5450 |
5095
|
5451 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5452 |
|
5453 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5454 |
4098
|
5455 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5456 |
|
5457 * mkdoc: Exit immediately on errors. |
|
5458 Exit with error if gethelp does not exist. |
|
5459 |
|
5460 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5461 |
4093
|
5462 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5463 |
|
5464 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5465 |
5095
|
5466 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5467 |
|
5468 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5469 * statistics/distributions/normal_pdf.m: Likewise. |
|
5470 * statistics/distributions/normal_inv.m: Likewise. |
|
5471 |
5095
|
5472 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5473 |
|
5474 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5475 |
5095
|
5476 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5477 |
|
5478 * statistics/base/var.m: Handle complex values. |
|
5479 |
4031
|
5480 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5481 |
|
5482 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5483 list. |
|
5484 * deprecated/Makefile.in: New file. |
|
5485 |
5095
|
5486 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5487 |
|
5488 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5489 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5490 * statistics/distributions/f_cdf.m: Likewise. |
|
5491 * statistics/distributions/t_cdf.m: Likewise. |
|
5492 |
|
5493 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5494 * specfun/beta.m: Likewise. |
|
5495 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5496 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5497 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5498 |
|
5499 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5500 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5501 |
4026
|
5502 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5503 |
4028
|
5504 * deprecated/is_bool.m: New file. |
|
5505 * deprecated/is_complex.m: New file. |
|
5506 * deprecated/is_global.m: New file. |
|
5507 * deprecated/is_list.m: New file. |
|
5508 * deprecated/is_matrix.m: New file. |
|
5509 * deprecated/is_scalar.m: New file. |
|
5510 * deprecated/is_square.m: New file. |
|
5511 * deprecated/is_stream.m: New file. |
|
5512 * deprecated/is_struct.m: New file. |
|
5513 * deprecated/is_symmetric.m: New file. |
|
5514 * deprecated/is_vector.m: New file. |
4030
|
5515 * Change all callers of these functions to use the new names. |
4028
|
5516 |
4029
|
5517 * deprecated: New directory. |
|
5518 * Makefile.in (SUBDIRS): Add it to the list. |
|
5519 |
4026
|
5520 * general/isscalar.m: Rename from is_scalar.m. |
|
5521 * general/issquare.m: Rename from is_square.m. |
|
5522 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5523 * general/isvector.m: Rename from is_vector.m. |
|
5524 |
4022
|
5525 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5526 |
|
5527 * statistics/base/mean.m: Allow empty matrices. |
|
5528 Handle DIM arg. |
|
5529 |
5095
|
5530 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5531 |
|
5532 * plot/__errcomm__.m: If format is not specified, default to error |
|
5533 bar format. |
|
5534 |
4011
|
5535 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5536 |
|
5537 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5538 __F_SETFL__ and __O_NONBLOCK__. |
|
5539 |
|
5540 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5541 * miscellaneous/bug_report.m: Likewise. |
|
5542 |
4007
|
5543 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5544 |
4008
|
5545 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5546 * general/rem.m: Likewise. |
|
5547 |
|
5548 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5549 * plot/semilogxerr.m: Likewise. |
4007
|
5550 * plot/semilogyerr.m: Likewise. |
|
5551 |
5095
|
5552 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5553 |
|
5554 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5555 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5556 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5557 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5558 |
|
5559 * plot/errorbar.m: Use __errcomm__.m. |
|
5560 * plot/__errplot__.m: Minor cleanups. |
|
5561 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5562 * plot/__pltopt1__.m: Likewise. |
|
5563 |
3980
|
5564 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5565 |
3981
|
5566 * general/rem.m: Delete redundant call to usage. |
|
5567 |
3980
|
5568 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5569 |
5095
|
5570 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5571 |
|
5572 * general/mod.m: New function. |
|
5573 |
3979
|
5574 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5575 |
|
5576 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5577 * control/system/sysadd.m: Likewise. |
|
5578 * control/system/sysgroup.m: Likewise. |
|
5579 * control/system/syssub.m: Likewise. |
|
5580 * elfun/gcd.m: Likewise. |
|
5581 * elfun/lcm.m: Likewise. |
|
5582 * general/common_size.m: Likewise. |
|
5583 * io/printf.m: Likewise. |
|
5584 * miscellaneous/menu.m: Likewise. |
|
5585 * miscellaneous/path.m: Likewise. |
|
5586 * plot/__errplot__.m: Likewise. |
|
5587 * plot/__plt__.m: Likewise. |
|
5588 * plot/axis.m: Likewise. |
|
5589 * plot/errorbar.m: Likewise. |
|
5590 * plot/mplot.m: Likewise. |
|
5591 * plot/loglog.m: Likewise. |
|
5592 * plot/plot.m: Likewise. |
|
5593 * plot/plot_border.m: Likewise. |
|
5594 * plot/semilogx.m: Likewise. |
|
5595 * plot/semilogy.m: Likewise. |
|
5596 * plot/xlabel.m: Likewise. |
|
5597 * plot/ylabel.m: Likewise. |
|
5598 * plot/zlabel.m: Likewise. |
|
5599 * statistics/base/ppplot.m: Likewise. |
|
5600 * statistics/base/qqplot.m: Likewise. |
|
5601 * statistics/tests/bartlett_test.m: Likewise. |
|
5602 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5603 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5604 * strings/str2mat.m: Likewise. |
|
5605 * strings/strcat.m: Likewise. |
|
5606 |
5095
|
5607 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5608 |
|
5609 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5610 |
3924
|
5611 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5612 |
|
5613 * skip-autoheader: New file, for autogen.sh. |
3925
|
5614 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5615 |
5095
|
5616 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5617 |
|
5618 * general/repmat.m: New function. |
|
5619 |
5095
|
5620 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5621 |
|
5622 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5623 Use optional parameter to specify the number of bits in the input. |
|
5624 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5625 floats in the range [-1,1], 2x speedup. |
|
5626 |
|
5627 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5628 |
3910
|
5629 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5630 |
|
5631 * linear-algebra/kron.m: Delete. |
|
5632 |
5095
|
5633 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5634 |
|
5635 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5636 returning them. |
|
5637 * signal/freqz_plot.m: New file. |
|
5638 |
5095
|
5639 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5640 |
5378
|
5641 * signal/unwrap.m: New file. |
3906
|
5642 |
5095
|
5643 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5644 |
|
5645 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5646 divide by zero warning. |
|
5647 |
5095
|
5648 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5649 |
3894
|
5650 * strings/deblank.m: Trim \0 as well as blank. |
|
5651 |
5378
|
5652 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5653 expressed in radians or Hz relative to a supplied sample rate. |
|
5654 |
5095
|
5655 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5656 |
|
5657 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5658 |
3891
|
5659 * strings/findstr.m: Vectorize as much as possible. |
|
5660 |
5095
|
5661 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5662 |
|
5663 * special-matrix/invhilb.m: New version that is faster and more |
|
5664 accurate. |
|
5665 |
5095
|
5666 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5667 |
|
5668 * configure.in: Update for autoconf 2.5x. |
|
5669 |
5095
|
5670 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5671 |
|
5672 * special-matrix/vander.m: Code tidy and vectorize. |
|
5673 |
5095
|
5674 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5675 |
3883
|
5676 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5677 to vectors. Issue a warning in the case x matches y' but return a |
|
5678 column vector as Octave currently does. |
|
5679 |
3882
|
5680 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5681 |
|
5682 * control/system/starp.m: Leave more of the documentation |
|
5683 processing to texinfo and less to the @format block. |
|
5684 |
|
5685 * image/imagesc.m: Only display image if no output is requested. |
|
5686 Code tidying. |
|
5687 |
3876
|
5688 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5689 |
|
5690 * statistics/base/center.m: Accept and return empty matrix. |
|
5691 |
3872
|
5692 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5693 |
|
5694 * specfun/erfinv.m: Fix usage message. |
|
5695 |
3869
|
5696 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5697 |
|
5698 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5699 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5700 |
3837
|
5701 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5702 |
|
5703 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5704 capitalized variable names. |
|
5705 |
3836
|
5706 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5707 |
|
5708 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5709 |
5095
|
5710 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5711 |
|
5712 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5713 |
3803
|
5714 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5715 |
3833
|
5716 * general/cart2pol.m: New file. |
|
5717 * general/pol2cart.m: New file. |
|
5718 * general/cart2sph.m: New file. |
|
5719 * general/sph2cart.m: New file. |
|
5720 * image/rgb2hsv.m: New file. |
|
5721 * image/hsv2rgb.m: New file. |
3803
|
5722 |
|
5723 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5724 |
|
5725 * plot/meshgrid.m: Avoid for loops. |
|
5726 * plot/meshdom.m: Likewise. |
|
5727 |
3801
|
5728 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5729 |
|
5730 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5731 |
|
5732 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5733 |
|
5734 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5735 norm. |
|
5736 |
3792
|
5737 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5738 |
|
5739 * statistics/tests/welch_test.m: Fix typo. |
|
5740 |
|
5741 * statistics/distributions/chisquare_cdf.m: |
|
5742 Don't restrict inputs to be only positive integers. |
|
5743 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5744 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5745 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5746 * statistics/distributions/f_cdf.m: Likewise. |
|
5747 * statistics/distributions/f_inv.m: Likewise. |
|
5748 * statistics/distributions/f_pdf.m: Likewise. |
|
5749 * statistics/distributions/f_rnd.m: Likewise. |
|
5750 * statistics/distributions/t_cdf.m: Likewise. |
|
5751 * statistics/distributions/t_inv.m: Likewise. |
|
5752 * statistics/distributions/t_pdf.m: Likewise. |
|
5753 * statistics/distributions/t_rnd.m: Likewise. |
|
5754 |
3790
|
5755 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5756 |
|
5757 * strings/dec2base.m: New file. |
|
5758 * strings/base2dec.m: New file. |
|
5759 * strings/strjust.m: New file. |
|
5760 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5761 * strings/dec2bin.m: Likewise. |
|
5762 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5763 * strings/bin2dec.m: Likewise. |
|
5764 |
5095
|
5765 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5766 |
|
5767 * statistics/base/ppplot.m: Use gset, not set. |
|
5768 * statistics/base/qqplot.m: Likewise. |
|
5769 |
5095
|
5770 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5771 |
|
5772 * control/system/c2d.m: Add missing endif. |
|
5773 |
3759
|
5774 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5775 |
|
5776 * strings/index.m: Return 0 if either string is empty. |
|
5777 |
|
5778 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5779 |
|
5780 * control/system/c2d.m: Allow option of matched pole/zero |
|
5781 equivalent for conversion. |
|
5782 |
|
5783 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5784 |
|
5785 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5786 |
3757
|
5787 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5788 |
|
5789 * saveimage.m: Do create rawbit image for black and white images, |
|
5790 but do it correctly. |
|
5791 |
3754
|
5792 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5793 |
6778
|
5794 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5795 result polynomials. |
3754
|
5796 |
3748
|
5797 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5798 |
|
5799 * image/saveimage.m: Don't try to create rawbit image. |
|
5800 |
3740
|
5801 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5802 |
|
5803 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5804 |
5095
|
5805 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5806 |
|
5807 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5808 |
3727
|
5809 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5810 |
|
5811 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5812 |
3717
|
5813 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5814 |
3718
|
5815 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5816 |
3717
|
5817 * plot/mesh.m: Also set nologscale before plotting. |
|
5818 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5819 xyerrorbars instead of just errorbars. |
|
5820 |
3714
|
5821 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5822 |
|
5823 * image/image.m: Try display (from ImageMagick) first. |
|
5824 |
3709
|
5825 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5826 |
|
5827 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5828 conjugate transpose. |
|
5829 |
3705
|
5830 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5831 |
|
5832 * strings/str2mat.m: Apply setstr to each argument. |
|
5833 |
3696
|
5834 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5835 |
|
5836 * control/base/dkalman.m: New file. |
|
5837 * control/base/dlqe.m: Handle singular A matrix. |
|
5838 * control/base/dlqr.m: Likewise. |
|
5839 |
3695
|
5840 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5841 |
|
5842 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5843 dimensions don't match. |
|
5844 |
3690
|
5845 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5846 |
|
5847 * plot/hist.m: Allow 3 argument form to work. |
|
5848 |
5095
|
5849 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5850 |
|
5851 * plot/plot.m: Add examples in doc string. |
|
5852 |
5095
|
5853 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5854 |
|
5855 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5856 Do the right thing even if automatic_replot is not zero. |
|
5857 Avoid failure if system has pure imaginary poles. |
|
5858 |
3674
|
5859 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5860 |
|
5861 * general/logical.m: Return arg if it is empty. Better error |
|
5862 message for non-numeric types. |
|
5863 |
5095
|
5864 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5865 |
|
5866 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5867 about difference with Matlab dlqe function. |
|
5868 |
|
5869 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5870 |
5095
|
5871 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5872 |
|
5873 * strings/strrep.m: Fix typo. |
|
5874 |
3666
|
5875 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5876 |
|
5877 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5878 |
5095
|
5879 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5880 |
|
5881 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5882 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5883 |
5095
|
5884 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5885 |
|
5886 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5887 guess for iteration. |
|
5888 |
3651
|
5889 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5890 |
|
5891 * image/image.m: Allow image (A) or image (x, y, A). |
|
5892 * image/imagesc.m: Likewise. |
|
5893 |
|
5894 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5895 matrix, autoscale the image. |
|
5896 |
3618
|
5897 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5898 |
3619
|
5899 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5900 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5901 |
3618
|
5902 * image/saveimage.m: Add comment to file saying who created it and |
|
5903 when it was created. Suggested by Stephen Eglen |
|
5904 <stephen@cogsci.ed.ac.uk>. |
|
5905 |
5095
|
5906 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5907 |
|
5908 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5909 non-zero element rather than the last of the first set of zero |
|
5910 elements. |
|
5911 |
|
5912 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5913 |
5095
|
5914 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5915 |
|
5916 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5917 displayed as black and 1 is displayed as white. |
|
5918 Fix indexing bug in ppm case. |
|
5919 |
3604
|
5920 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5921 |
|
5922 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5923 between the two distributions (took same approach as ks.test() in R.) |
|
5924 |
3603
|
5925 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5926 |
|
5927 * control/base/bode.m: Temporarily disable automatic_replot. |
|
5928 |
3599
|
5929 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5930 |
3601
|
5931 * Makefile.in (clean): Also remove gethelp. |
|
5932 |
3599
|
5933 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
5934 |
5095
|
5935 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
5936 |
|
5937 * set/create_set.m: Use find to avoid while loop. |
|
5938 |
5095
|
5939 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
5940 |
|
5941 * plot/hist.m: New optional third argument. |
|
5942 |
|
5943 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5944 |
|
5945 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
5946 number appended. |
|
5947 |
3575
|
5948 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5949 |
|
5950 * gethelp.cc: Sprinkle with std:: qualifier. |
|
5951 |
3498
|
5952 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5953 |
|
5954 * image/saveimage.m: Delete some debugging code. |
|
5955 |
3486
|
5956 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5957 |
|
5958 * signal/sinc.m: Avoid reshaping. |
|
5959 |
|
5960 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
5961 * image/ind2rgb.m: Ditto. |
|
5962 * image/ind2gray.m: Ditto. |
|
5963 * general/reshape.m: Ditto. Also no longer needs to reset |
|
5964 implicit_str_to_num_ok. |
|
5965 |
3483
|
5966 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5967 |
|
5968 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
5969 a list of file structures, not a vector of numeric file ids. |
|
5970 |
3474
|
5971 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5972 |
3476
|
5973 * plot/__axis_label__.m: New function. |
|
5974 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5975 * plot/xlabel.m: Use it. |
|
5976 * plot/ylabel.m: Ditto. |
|
5977 * plot/zlabel.m: Ditto. |
|
5978 |
3474
|
5979 * plot/mesh.m: Fix error message to reflect reality. |
|
5980 |
5095
|
5981 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
5982 |
|
5983 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
5984 |
5095
|
5985 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
5986 |
|
5987 * audio/saveaudio.m: Also accept files with .ul extension. |
|
5988 * audio/loadaudio.m: Ditto. |
|
5989 * audio/playaudio.m: Ditto. |
|
5990 |
3456
|
5991 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5992 |
|
5993 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
5994 * statistics/distributions/beta_inv.m: Ditto. |
|
5995 * statistics/distributions/beta_pdf.m: Ditto. |
|
5996 * statistics/distributions/beta_rnd.m: Ditto. |
|
5997 * statistics/distributions/binomial_cdf.m: Ditto. |
|
5998 * statistics/distributions/binomial_inv.m: Ditto. |
|
5999 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6000 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6001 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6002 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6003 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6004 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6005 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6006 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6007 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6008 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6009 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6010 * statistics/distributions/discrete_inv.m: Ditto. |
|
6011 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6012 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6013 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6014 * statistics/distributions/empirical_inv.m: Ditto. |
|
6015 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6016 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6017 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6018 * statistics/distributions/exponential_inv.m: Ditto. |
|
6019 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6020 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6021 * statistics/distributions/f_cdf.m: Ditto. |
|
6022 * statistics/distributions/f_inv.m: Ditto. |
|
6023 * statistics/distributions/f_pdf.m: Ditto. |
|
6024 * statistics/distributions/f_rnd.m: Ditto. |
|
6025 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6026 * statistics/distributions/gamma_inv.m: Ditto. |
|
6027 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6028 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6029 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6030 * statistics/distributions/geometric_inv.m: Ditto. |
|
6031 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6032 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6033 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6034 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6035 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6036 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6037 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6038 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6039 * statistics/distributions/laplace_inv.m: Ditto. |
|
6040 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6041 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6042 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6043 * statistics/distributions/logistic_inv.m: Ditto. |
|
6044 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6045 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6046 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6047 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6048 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6049 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6050 * statistics/distributions/normal_cdf.m: Ditto. |
|
6051 * statistics/distributions/normal_inv.m: Ditto. |
|
6052 * statistics/distributions/normal_pdf.m: Ditto. |
|
6053 * statistics/distributions/normal_rnd.m: Ditto. |
|
6054 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6055 * statistics/distributions/pascal_inv.m: Ditto. |
|
6056 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6057 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6058 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6059 * statistics/distributions/poisson_inv.m: Ditto. |
|
6060 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6061 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6062 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6063 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6064 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6065 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6066 * statistics/distributions/t_cdf.m: Ditto. |
|
6067 * statistics/distributions/t_inv.m: Ditto. |
|
6068 * statistics/distributions/t_pdf.m: Ditto. |
|
6069 * statistics/distributions/t_rnd.m: Ditto. |
|
6070 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6071 * statistics/distributions/uniform_inv.m: Ditto. |
|
6072 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6073 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6074 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6075 * statistics/distributions/weibull_inv.m: Ditto. |
|
6076 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6077 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6078 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6079 |
3453
|
6080 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6081 |
|
6082 * statistics/base/values.m: Texinfoize doc string. |
|
6083 * statistics/base/var.m: Ditto. |
|
6084 * statistics/base/table.m: Ditto. |
|
6085 * statistics/base/studentize.m: Ditto. |
|
6086 * statistics/base/statistics.m: Ditto. |
|
6087 * statistics/base/spearman.m: Ditto. |
|
6088 * statistics/base/run_count.m: Ditto. |
|
6089 * statistics/base/ranks.m: Ditto. |
|
6090 * statistics/base/range.m: Ditto. |
|
6091 * statistics/base/qqplot.m: Ditto. |
|
6092 * statistics/base/probit.m: Ditto. |
|
6093 * statistics/base/ppplot.m: Ditto. |
|
6094 * statistics/base/moment.m: Ditto. |
|
6095 * statistics/base/meansq.m: Ditto. |
|
6096 * statistics/base/logit.m: Ditto. |
|
6097 * statistics/base/kendall.m: Ditto. |
|
6098 * statistics/base/iqr.m: Ditto. |
|
6099 * statistics/base/cut.m: Ditto. |
|
6100 * statistics/base/cor.m: Ditto. |
|
6101 * statistics/base/cloglog.m: Ditto. |
|
6102 * statistics/base/center.m: Ditto. |
3454
|
6103 * statistics/models/logistic_regression.m: Ditto. |
|
6104 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6105 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6106 * statistics/tests/anova.m: Ditto. |
|
6107 * statistics/tests/bartlett_test.m: Ditto. |
|
6108 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6109 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6110 * statistics/tests/cor_test.m: Ditto. |
|
6111 * statistics/tests/f_test_regression.m: Ditto. |
|
6112 * statistics/tests/hotelling_test.m: Ditto. |
|
6113 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6114 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6115 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6116 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6117 * statistics/tests/manova.m: Ditto. |
|
6118 * statistics/tests/mcnemar_test.m: Ditto. |
|
6119 * statistics/tests/prop_test_2.m: Ditto. |
|
6120 * statistics/tests/run_test.m: Ditto. |
|
6121 * statistics/tests/sign_test.m: Ditto. |
|
6122 * statistics/tests/t_test.m: Ditto. |
|
6123 * statistics/tests/t_test_2.m: Ditto. |
|
6124 * statistics/tests/t_test_regression.m: Ditto. |
|
6125 * statistics/tests/u_test.m: Ditto. |
|
6126 * statistics/tests/var_test.m: Ditto. |
|
6127 * statistics/tests/welch_test.m: Ditto. |
|
6128 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6129 * statistics/tests/z_test.m: Ditto. |
|
6130 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6131 |
3446
|
6132 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6133 |
|
6134 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6135 * plot/__plr1__.m: Ditto. |
|
6136 * plot/__pltopt__.m: Ditto. |
|
6137 * plot/__plt__.m: Ditto. |
|
6138 * plot/__plt2vv__.m: Ditto. |
|
6139 * plot/__plr2__.m: Ditto. |
|
6140 * plot/__plr__.m: Ditto. |
|
6141 * plot/__plt1__.m: Ditto. |
|
6142 * plot/__plt2__.m: Ditto. |
|
6143 * plot/__plt2mm__.m: Ditto. |
|
6144 * plot/__plt2mv__.m: Ditto. |
|
6145 * plot/__plt2ss__.m: Ditto. |
|
6146 * miscellaneous/paren.m: Ditto. |
|
6147 * miscellaneous/comma.m: Ditto. |
|
6148 * miscellaneous/semicolon.m: Ditto. |
|
6149 * miscellaneous/path.m: Ditto. |
|
6150 * miscellaneous/list_primes.m: Ditto. |
|
6151 * miscellaneous/flops.m: Ditto. |
|
6152 * miscellaneous/dump_prefs.m: Ditto. |
|
6153 * miscellaneous/bug_report.m: Ditto. |
|
6154 * linear-algebra/dot.m: Ditto |
|
6155 * linear-algebra/dmult.m: Ditto. |
|
6156 * general/randperm.m: Ditto. |
|
6157 * general/logical.m: Ditto. |
|
6158 * general/is_duplicate_entry.m: Ditto. |
|
6159 * signal/arch_fit.m: Ditto. |
|
6160 * signal/arch_rnd.m: Ditto. |
|
6161 * signal/arch_test.m: Ditto. |
|
6162 * signal/arma_rnd.m: Ditto. |
|
6163 * signal/autocor.m: Ditto. |
|
6164 * signal/autocov.m: Ditto. |
|
6165 * signal/autoreg_matrix.m: Ditto. |
|
6166 * signal/bartlett.m: Ditto. |
|
6167 * signal/blackman.m: Ditto. |
|
6168 * signal/detrend.m: Ditto. |
|
6169 * signal/diffpara.m: Ditto. |
|
6170 * signal/durbinlevinson.m: Ditto. |
|
6171 * signal/fftconv.m: Ditto. |
|
6172 * signal/fftfilt.m: Ditto. |
|
6173 * signal/fftshift.m: Ditto. |
|
6174 * signal/fractdiff.m: Ditto. |
|
6175 * signal/freqz.m: Ditto. |
|
6176 * signal/hamming.m: Ditto. |
|
6177 * signal/hanning.m: Ditto. |
|
6178 * signal/hurst.m: Ditto. |
|
6179 * signal/periodogram.m: Ditto. |
|
6180 * signal/rectangle_lw.m: Ditto. |
|
6181 * signal/rectangle_sw.m: Ditto. |
|
6182 * signal/sinc.m: Ditto. |
|
6183 * signal/sinetone.m: Ditto. |
|
6184 * signal/sinewave.m: Ditto. |
|
6185 * signal/spectral_adf.m: Ditto. |
|
6186 * signal/spectral_xdf.m: Ditto. |
|
6187 * signal/spencer.m: Ditto. |
|
6188 * signal/stft.m: Ditto. |
|
6189 * signal/synthesis.m: Ditto. |
|
6190 * signal/triangle_lw.m: Ditto. |
|
6191 * signal/triangle_sw.m: Ditto. |
|
6192 * signal/yulewalker.m: Ditto. |
3450
|
6193 * control/util/strappend.m: Ditto. |
3451
|
6194 * control/base/nichols.m: Ditto. |
3452
|
6195 * control/system/is_signal_list.m: Ditto. |
|
6196 * control/system/listidx.m: Ditto. |
|
6197 * control/system/sysgettsam.m: Ditto. |
|
6198 * control/system/sysidx.m: Ditto. |
3446
|
6199 |
3438
|
6200 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6201 |
|
6202 * control/system/__abcddims__.m: Rename from |
|
6203 control/system/abcddims.m, change all callers. |
|
6204 * control/base/__bodquist__.m: Likewise. |
|
6205 * control/base/__freqresp__.m: Likewise. |
|
6206 * control/util/__outlist__.m: Likewise. |
|
6207 * control/base/__stepimp__.m: Likewise. |
|
6208 * control/system/__syschnamesl__.m: Likewise. |
|
6209 * control/system/__syscont_disc__.m: Likewise. |
|
6210 * control/system/__sysdefioname__.m: Likewise. |
|
6211 * control/system/__sysdefstname__.m: Likewise. |
|
6212 * control/system/__sysgroupn__.m: Likewise. |
|
6213 * control/system/__tf2sysl__.m: Likewise. |
|
6214 * control/util/__zgpbal__.m: Likewise. |
|
6215 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6216 |
|
6217 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6218 * quaternion/qconj.m: Ditto. |
|
6219 * quaternion/qcoordinate_plot.m: Ditto. |
|
6220 * quaternion/qderiv.m: Ditto. |
|
6221 * quaternion/qderivmat.m: Ditto. |
|
6222 * quaternion/qinv.m: Ditto. |
|
6223 * quaternion/qmult.m: Ditto. |
|
6224 * quaternion/qtrans.m: Ditto. |
|
6225 * quaternion/qtransv.m: Ditto. |
|
6226 * quaternion/qtransvmat.m: Ditto. |
|
6227 * quaternion/quaternion.m: Ditto. |
3438
|
6228 |
3436
|
6229 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6230 |
|
6231 * control/base/Makefile.in: Ditto. |
|
6232 * control/hinf/Makefile.in: New file. |
|
6233 * control/marsyas/Makefile.in: Ditto. |
|
6234 * control/obsolete/Makefile.in: Ditto. |
|
6235 * control/system/Makefile.in: Ditto. |
|
6236 * control/util/Makefile.in: Ditto. |
|
6237 |
|
6238 * strings/com2str.m: Move here from control directory. |
|
6239 |
|
6240 * control/base: New directory. |
|
6241 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6242 * control/base/analdemo.m: Ditto. |
|
6243 * control/base/are.m: Ditto. |
|
6244 * control/base/bddemo.m: Ditto. |
|
6245 * control/base/bode.m: Ditto. |
|
6246 * control/base/bode_bounds.m: Ditto. |
|
6247 * control/base/bodquist.m: Ditto. |
|
6248 * control/base/controldemo.m: Ditto. |
|
6249 * control/base/ctrb.m: Ditto. |
|
6250 * control/base/damp.m: Ditto. |
|
6251 * control/base/dare.m: Ditto. |
|
6252 * control/base/dcgain.m: Ditto. |
|
6253 * control/base/dgram.m: Ditto. |
|
6254 * control/base/dlqe.m: Ditto. |
|
6255 * control/base/dlqr.m: Ditto. |
|
6256 * control/base/dlyap.m: Ditto. |
|
6257 * control/base/dre.m: Ditto. |
|
6258 * control/base/frdemo.m: Ditto. |
|
6259 * control/base/freqchkw.m: Ditto. |
|
6260 * control/base/freqresp.m: Ditto. |
|
6261 * control/base/gram.m: Ditto. |
|
6262 * control/base/impulse.m: Ditto. |
|
6263 * control/base/lqe.m: Ditto. |
|
6264 * control/base/lqg.m: Ditto. |
|
6265 * control/base/lqr.m: Ditto. |
|
6266 * control/base/lsim.m: Ditto. |
|
6267 * control/base/ltifr.m: Ditto. |
|
6268 * control/base/lyap.m: Ditto. |
|
6269 * control/base/nichols.m: Ditto. |
|
6270 * control/base/nyquist.m: Ditto. |
|
6271 * control/base/obsv.m: Ditto. |
|
6272 * control/base/place.m: Ditto. |
|
6273 * control/base/pzmap.m: Ditto. |
|
6274 * control/base/rldemo.m: Ditto. |
|
6275 * control/base/rlocus.m: Ditto. |
|
6276 * control/base/step.m: Ditto. |
|
6277 * control/base/stepimp.m: Ditto. |
|
6278 * control/base/tzero.m: Ditto. |
|
6279 * control/base/tzero2.m: Ditto. |
|
6280 |
|
6281 * control/hinf: New directory. |
|
6282 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6283 * control/hinf/h2norm.m: Ditto. |
|
6284 * control/hinf/h2syn.m: Ditto. |
|
6285 * control/hinf/hinf_ctr.m: Ditto. |
|
6286 * control/hinf/hinfdemo.m: Ditto. |
|
6287 * control/hinf/hinfnorm.m: Ditto. |
|
6288 * control/hinf/hinfsyn.m: Ditto. |
|
6289 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6290 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6291 * control/hinf/wgt1o.m: Ditto. |
3441
|
6292 * control/hinf/dgkfdemo.m: Ditto. |
|
6293 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6294 |
|
6295 * control/marsyas: New directory. |
|
6296 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6297 * control/marsyas/susball.m: Ditto. |
|
6298 |
|
6299 * control/obsolete/dezero.m: Move here from control directory. |
|
6300 * control/obsolete/rotg.m: Ditto. |
|
6301 |
|
6302 * control/system: New directory. |
|
6303 * control/system/abcddim.m: Move here from control directory. |
|
6304 * control/system/abcddims.m: Ditto. |
|
6305 * control/system/buildssic.m: Ditto. |
|
6306 * control/system/c2d.m: Ditto. |
|
6307 * control/system/d2c.m: Ditto. |
|
6308 * control/system/dmr2d.m: Ditto. |
|
6309 * control/system/fir2sys.m: Ditto. |
|
6310 * control/system/is_abcd.m: Ditto. |
|
6311 * control/system/is_digital.m: Ditto. |
|
6312 * control/system/is_sample.m: Ditto. |
|
6313 * control/system/is_signal_list.m: Ditto. |
|
6314 * control/system/is_siso.m: Ditto. |
3441
|
6315 * control/system/is_controllable.m: Ditto. |
|
6316 * control/system/is_detectable.m: Ditto. |
|
6317 * control/system/is_observable.m: Ditto. |
|
6318 * control/system/is_stabilizable.m: Ditto. |
|
6319 * control/system/is_stable.m: Ditto. |
3436
|
6320 * control/system/jet707.m: Ditto. |
|
6321 * control/system/listidx.m: Ditto. |
|
6322 * control/system/moddemo.m: Ditto. |
|
6323 * control/system/ord2.m: Ditto. |
|
6324 * control/system/packedform.m: Ditto. |
|
6325 * control/system/parallel.m: Ditto. |
|
6326 * control/system/ss2sys.m: Ditto. |
|
6327 * control/system/ss2tf.m: Ditto. |
|
6328 * control/system/ss2zp.m: Ditto. |
|
6329 * control/system/starp.m: Ditto. |
|
6330 * control/system/sys2fir.m: Ditto. |
|
6331 * control/system/sys2ss.m: Ditto. |
|
6332 * control/system/sys2tf.m: Ditto. |
|
6333 * control/system/sys2zp.m: Ditto. |
|
6334 * control/system/sysadd.m: Ditto. |
|
6335 * control/system/sysappend.m: Ditto. |
|
6336 * control/system/syschnamesl.m: Ditto. |
|
6337 * control/system/syschtsam.m: Ditto. |
|
6338 * control/system/sysconnect.m: Ditto. |
|
6339 * control/system/syscont.m: Ditto. |
|
6340 * control/system/syscont_disc.m: Ditto. |
|
6341 * control/system/sysdefioname.m: Ditto. |
|
6342 * control/system/sysdefstname.m: Ditto. |
|
6343 * control/system/sysdimensions.m: Ditto. |
|
6344 * control/system/sysdisc.m: Ditto. |
|
6345 * control/system/sysdup.m: Ditto. |
|
6346 * control/system/sysgetsignals.m: Ditto. |
|
6347 * control/system/sysgettsam.m: Ditto. |
|
6348 * control/system/sysgettype.m: Ditto. |
|
6349 * control/system/sysgroup.m: Ditto. |
|
6350 * control/system/sysgroupn.m: Ditto. |
|
6351 * control/system/sysidx.m: Ditto. |
|
6352 * control/system/sysmin.m: Ditto. |
|
6353 * control/system/sysmult.m: Ditto. |
|
6354 * control/system/sysout.m: Ditto. |
|
6355 * control/system/sysprune.m: Ditto. |
|
6356 * control/system/sysreorder.m: Ditto. |
|
6357 * control/system/sysrepdemo.m: Ditto. |
|
6358 * control/system/sysscale.m: Ditto. |
|
6359 * control/system/syssetsignals.m: Ditto. |
|
6360 * control/system/syssub.m: Ditto. |
|
6361 * control/system/sysupdate.m: Ditto. |
|
6362 * control/system/tf2ss.m: Ditto. |
|
6363 * control/system/tf2sys.m: Ditto. |
|
6364 * control/system/tf2sysl.m: Ditto. |
|
6365 * control/system/tf2zp.m: Ditto. |
|
6366 * control/system/tfout.m: Ditto. |
|
6367 * control/system/ugain.m: Ditto. |
|
6368 * control/system/zp2ss.m: Ditto. |
|
6369 * control/system/zp2ssg2.m: Ditto. |
|
6370 * control/system/zp2sys.m: Ditto. |
|
6371 * control/system/zp2tf.m: Ditto. |
|
6372 * control/system/zpout.m: Ditto. |
|
6373 |
|
6374 * control/util: New directory. |
|
6375 * control/util/axis2dlim.m: Move here from control directory. |
|
6376 * control/util/outlist.m: Ditto. |
|
6377 * control/util/prompt.m: Ditto. |
|
6378 * control/util/run_cmd.m: Ditto. |
|
6379 * control/util/sortcom.m: Ditto. |
|
6380 * control/util/strappend.m: Ditto. |
|
6381 * control/util/swap.m: Ditto. |
|
6382 * control/util/zgfmul.m: Ditto. |
|
6383 * control/util/zgfslv.m: Ditto. |
|
6384 * control/util/zginit.m: Ditto. |
|
6385 * control/util/zgpbal.m: Ditto. |
|
6386 * control/util/zgreduce.m: Ditto. |
|
6387 * control/util/zgrownorm.m: Ditto. |
|
6388 * control/util/zgscal.m: Ditto. |
|
6389 * control/util/zgsgiv.m: Ditto. |
|
6390 * control/util/zgshsr.m: Ditto. |
|
6391 |
3427
|
6392 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6393 |
|
6394 * gethelp.cc (extract_help_text): Discard first space character |
|
6395 after consecutive comment characters. |
|
6396 |
3422
|
6397 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6398 |
|
6399 * control/obsolete: New directory |
|
6400 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6401 * control/obsolete/swapcols.m: Ditto. |
|
6402 * control/obsolete/dlqg.m: Ditto. |
|
6403 * control/obsolete/minfo.m: Ditto. |
|
6404 * control/obsolete/packsys.m: Ditto. |
|
6405 * control/obsolete/qzval.m: Ditto. |
|
6406 * control/obsolete/unpacksys.m: Ditto. |
|
6407 * control/obsolete/series.m: Ditto. |
|
6408 * control/obsolete/syschnames.m: Ditto. |
|
6409 * polynomial/polyout.m: Ditto. |
3422
|
6410 |
3420
|
6411 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6412 |
|
6413 * general/fliplr.m: Eliminate useless copy of arg. |
|
6414 * general/flipud.m: Ditto. |
|
6415 |
3418
|
6416 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6417 |
|
6418 * linear-algebra/cross.m: Only return a row vector if both args |
|
6419 are row vectors. |
|
6420 * polynomial/polyfit.m: Likewise. |
|
6421 |
|
6422 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6423 |
|
6424 * statistics/distributions/discrete_rnd.m: |
|
6425 Always generate a row vector. |
|
6426 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6427 |
5095
|
6428 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6429 |
|
6430 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6431 |
|
6432 * audio/setaudio.m: Texinfoize doc string. |
|
6433 * control/com2str.m: Likewise. |
|
6434 * control/controldemo.m: Likewise. |
|
6435 * control/DEMOcontrol.m: Likewise. |
|
6436 * control/dezero.m: Likewise. |
|
6437 * control/dre.m: Likewise. |
|
6438 * control/hinfsyn_ric.m: Likewise. |
|
6439 |
5095
|
6440 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6441 |
|
6442 * io/printf.m: Add @seealso{...} to doc string. |
|
6443 * io/puts.m: Likewise. |
|
6444 * plot/semilogx.m: Likewise. |
|
6445 * plot/semilogy.m: Likewise. |
|
6446 * plot/__pltopt__.m: Likewise. |
|
6447 * plot/bar.m: Likewise. |
|
6448 * plot/xlabel.m: Likewise. |
|
6449 * plot/grid.m: Likewise. |
|
6450 * plot/shg.m: Likewise. |
|
6451 * plot/title.m: Likewise. |
|
6452 * plot/mesh.m: Likewise. |
|
6453 * plot/__pltopt1__.m: Likewise. |
|
6454 * plot/contour.m: Likewise. |
|
6455 * plot/hist.m: Likewise. |
|
6456 * plot/stairs.m: Likewise. |
|
6457 * plot/meshgrid.m: Likewise. |
|
6458 * plot/polar.m: Likewise. |
|
6459 * plot/loglog.m: Likewise. |
|
6460 * plot/plot.m: Likewise. |
|
6461 * miscellaneous/semicolon.m: Likewise. |
|
6462 * miscellaneous/menu.m: Likewise. |
|
6463 * miscellaneous/etime.m: Likewise. |
|
6464 * miscellaneous/texas_lotto.m: Likewise. |
|
6465 * miscellaneous/comma.m: Likewise. |
|
6466 * audio/lin2mu.m: Likewise. |
|
6467 * audio/playaudio.m: Likewise. |
|
6468 * audio/loadaudio.m: Likewise. |
|
6469 * audio/saveaudio.m: Likewise. |
|
6470 * audio/mu2lin.m: Likewise. |
|
6471 * audio/record.m: Likewise. |
|
6472 * strings/isletter.m: Likewise. |
|
6473 * strings/lower.m: Likewise. |
|
6474 * strings/lower.m: Likewise. |
|
6475 * strings/upper.m: Likewise. |
|
6476 * specfun/erfinv.m: Likewise. |
|
6477 * specfun/gammai.m: Likewise. |
|
6478 * specfun/log2.m: Likewise. |
|
6479 * specfun/pow2.m: Likewise. |
|
6480 * elfun/gcd.m: Likewise. |
|
6481 * elfun/lcm.m: Likewise. |
|
6482 * special-matrix/vander.m: Likewise. |
|
6483 * special-matrix/sylvester_matrix.m: Likewise. |
|
6484 * special-matrix/hilb.m: Likewise. |
|
6485 * special-matrix/hankel.m: Likewise. |
|
6486 * special-matrix/toeplitz.m: Likewise. |
|
6487 * special-matrix/invhilb.m: Likewise. |
|
6488 * statistics/base/std.m: Likewise. |
|
6489 * statistics/base/median.m: Likewise. |
|
6490 * linear-algebra/cond.m: Likewise. |
|
6491 * linear-algebra/norm.m: Likewise. |
|
6492 * finance/nper.m: Likewise. |
|
6493 * finance/pmt.m: Likewise. |
|
6494 * finance/pv.m: Likewise. |
|
6495 * finance/rate.m: Likewise. |
|
6496 * finance/npv.m: Likewise. |
|
6497 * general/fliplr.m: Likewise. |
|
6498 * general/flipud.m: Likewise. |
|
6499 * general/is_scalar.m: Likewise. |
|
6500 * general/rem.m: Likewise. |
|
6501 * general/perror.m: Likewise. |
|
6502 * general/tril.m: Likewise. |
|
6503 * general/rot90.m: Likewise. |
|
6504 * general/num2str.m: Likewise. |
|
6505 * general/int2str.m: Likewise. |
|
6506 * general/reshape.m: Likewise. |
|
6507 * general/logspace.m: Likewise. |
|
6508 * general/is_symmetric.m: Likewise. |
|
6509 * general/is_vector.m: Likewise. |
|
6510 * general/nextpow2.m: Likewise. |
|
6511 * general/columns.m: Likewise. |
|
6512 * general/is_square.m: Likewise. |
|
6513 * general/rows.m: Likewise. |
|
6514 * control/ugain.m: Likewise. |
|
6515 * control/damp.m: Likewise. |
|
6516 * control/dare.m: Likewise. |
|
6517 * control/are.m: Likewise. |
|
6518 * control/sys2fir.m: Likewise. |
|
6519 * control/abcddim.m: Likewise. |
|
6520 * control/is_abcd.m: Likewise. |
|
6521 * control/step.m: Likewise. |
|
6522 * control/is_observable.m: Likewise. |
|
6523 * control/is_controllable.m: Likewise. |
|
6524 * control/jet707.m: Likewise. |
|
6525 * control/polyout.m: Likewise. |
|
6526 * control/impulse.m: Likewise. |
|
6527 * control/lqg.m: Likewise. |
|
6528 * control/is_detectable.m: Likewise. |
|
6529 * control/sysdimensions.m: Likewise. |
|
6530 * control/sysupdate.m: Likewise. |
|
6531 * control/stepimp.m: Likewise. |
|
6532 * control/is_stable.m: Likewise. |
|
6533 * control/tfout.m: Likewise. |
|
6534 * control/zpout.m: Likewise. |
|
6535 |
3405
|
6536 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6537 |
|
6538 * set/complement.m: Add @seealso{} stuff. |
|
6539 * set/create_set.m: Likewise. |
|
6540 * set/intersection.m: Likewise. |
|
6541 * set/union.m: Likewise. |
|
6542 |
3399
|
6543 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6544 |
3400
|
6545 * control/d2c.m: Use double quotes instead of single quotes for |
|
6546 string constants. |
|
6547 * control/dgkfdemo.m: Likewise. |
|
6548 * control/fir2sys.m: Likewise. |
|
6549 * control/frdemo.m: Likewise. |
|
6550 * control/moddemo.m: Likewise. |
|
6551 * control/minfo.m: Likewise. |
|
6552 * control/is_stabilizable.m: Likewise. |
|
6553 * control/is_dgkf.m: Likewise. |
|
6554 * control/polyout.m: Likewise. |
|
6555 * control/sysconnect.m: Likewise. |
|
6556 * control/sysrepdemo.m: Likewise. |
|
6557 * control/tf2sys.m: Likewise. |
|
6558 * control/tfout.m: Likewise. |
|
6559 * control/zp2sys.m: Likewise. |
|
6560 * control/zpout.m: Likewise. |
|
6561 * control/tzero.m: Likewise. |
|
6562 |
|
6563 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6564 |
|
6565 * image/loadimage.m: Use double quotes instead of single quotes |
|
6566 for string constants. Use sprintf instead of square brackets to |
|
6567 construct string. |
|
6568 |
3399
|
6569 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6570 * control/fir2sys.m: Likewise. |
3399
|
6571 |
3390
|
6572 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6573 |
|
6574 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6575 of a line. |
|
6576 |
3383
|
6577 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6578 |
3388
|
6579 * control/bddemo.m: Make it more likely to work with any value of |
|
6580 whitespace_in_literal_matrix. |
3386
|
6581 * control/analdemo.m: Ditto. |
|
6582 * control/dgkfdemo.m: Ditto. |
|
6583 * control/frdemo.m: Ditto. |
|
6584 * control/sysrepdemo.m: Ditto. |
|
6585 * control/moddemo.m: Ditto. |
3388
|
6586 * control/zp2ss.m: Ditto. |
3387
|
6587 * control/zp2tf.m: Ditto. |
3388
|
6588 * control/syssub.m: Ditto. |
|
6589 * finance/npv.m: Ditto. |
|
6590 * statistics/base/studentize.m: Ditto. |
|
6591 * statistics/base/values.m: Ditto. |
|
6592 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6593 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6594 |
3384
|
6595 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6596 instead of multiplying it by 1. |
|
6597 |
3383
|
6598 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6599 * control/zpout.m: Ditto. |
|
6600 * control/tfout.m: Ditto. |
|
6601 * control/tf2sys.m: Ditto. |
|
6602 * control/syssub.m: Ditto. |
|
6603 * control/syssetsignals.m: Ditto. |
|
6604 * control/sysout.m: Ditto. |
|
6605 * control/sysmult.m: Ditto. |
|
6606 * control/sysgroup.m: Ditto. |
|
6607 * control/sysdup.m: Ditto. |
|
6608 * control/sysdisc.m: Ditto. |
|
6609 * control/syscont.m: Ditto. |
|
6610 * control/sysconnect.m: Ditto. |
|
6611 * control/sysappend.m: Ditto. |
|
6612 * control/sysadd.m: Ditto. |
|
6613 * control/ss2sys.m: Ditto. |
|
6614 * control/nyquist.m: Ditto. |
|
6615 * control/lqg.m: Ditto. |
|
6616 * control/fir2sys.m: Ditto. |
|
6617 * control/dmr2d.m: Ditto. |
|
6618 * control/dezero.m: Ditto. |
|
6619 * control/d2c.m: Ditto. |
|
6620 * control/c2d.m: Ditto. |
|
6621 * control/bddemo.m: Ditto. |
|
6622 * control/pzmap.m: Ditto. |
|
6623 |
5095
|
6624 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6625 |
|
6626 * signal/spectral_adf.m: Fix typo. |
|
6627 |
3372
|
6628 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6629 |
|
6630 * linear-algebra/cond.m: Texinfoize doc string. |
|
6631 * linear-algebra/kron.m: Ditto. |
|
6632 * linear-algebra/norm.m: Ditto. |
|
6633 * linear-algebra/null.m: Ditto. |
|
6634 * linear-algebra/orth.m: Ditto. |
|
6635 * linear-algebra/rank.m: Ditto. |
|
6636 * linear-algebra/trace.m: Ditto. |
|
6637 * linear-algebra/qzhess.m: Ditto. |
|
6638 * miscellaneous/menu.m: Ditto. |
3373
|
6639 * general/perror.m: Ditto. |
|
6640 * general/strerror.m: Ditto. |
|
6641 * general/columns.m: Ditto. |
|
6642 * general/rows.m: Ditto. |
|
6643 * image/colormap.m: Ditto. |
|
6644 * image/gray.m: Ditto. |
|
6645 * image/gray2ind.m: Ditto. |
|
6646 * image/image.m: Ditto. |
|
6647 * image/imagesc.m: Ditto. |
|
6648 * image/imshow.m: Ditto. |
|
6649 * image/ind2gray.m: Ditto. |
|
6650 * image/ind2rgb.m: Ditto. |
|
6651 * image/loadimage.m: Ditto. |
|
6652 * image/rgb2ntsc.m: Ditto. |
|
6653 * image/ntsc2rgb.m: Ditto. |
|
6654 * image/ocean.m: Ditto. |
|
6655 * image/rgb2ind.m: Ditto. |
|
6656 * image/saveimage.m: Ditto. |
3372
|
6657 * io/printf.m: Ditto. |
|
6658 * io/puts.m: Ditto. |
|
6659 |
3369
|
6660 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6661 |
|
6662 * special-matrix/hankel.m: Texinfoize doc string. |
|
6663 * special-matrix/hilb.m: Ditto. |
|
6664 * special-matrix/invhilb.m: Ditto. |
|
6665 * special-matrix/sylvester_matrix.m: Ditto. |
|
6666 * special-matrix/toeplitz.m: Ditto. |
|
6667 * special-matrix/vander.m: Ditto. |
|
6668 * linear-algebra/vec.m: Ditto. |
|
6669 * linear-algebra/vech.m: Ditto. |
|
6670 * general/common_size.m: Ditto. |
|
6671 * general/diff.m: Ditto. |
|
6672 * general/fliplr.m: Ditto. |
|
6673 * general/flipud.m: Ditto. |
|
6674 * general/rot90.m: Ditto. |
|
6675 * general/reshape.m: Ditto. |
|
6676 * general/shift.m: Ditto. |
|
6677 * general/tril.m: Ditto. |
|
6678 * general/triu.m: Ditto. |
|
6679 * general/logspace.m: Ditto. |
3371
|
6680 * general/nargchk.m: Ditto. |
3369
|
6681 |
3367
|
6682 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6683 |
|
6684 * statistics/base/mean: Texinfoize doc string. |
|
6685 * statistics/base/median: Ditto. |
|
6686 * statistics/base/std: Ditto. |
|
6687 * statistics/base/cov: Ditto. |
|
6688 * statistics/base/corrcoef: Ditto. |
|
6689 * statistics/base/kurtosis: Ditto. |
|
6690 * statistics/base/mahalanobis: Ditto. |
|
6691 * statistics/base/skewness: Ditto. |
3368
|
6692 * statistics/base/gls.m: Ditto. |
|
6693 * statistics/base/ols.m: Ditto. |
3367
|
6694 * signal/detrend.m: Ditto. |
|
6695 * signal/freqz.m: Ditto. |
|
6696 * signal/sinc.m: Ditto. |
|
6697 * signal/fftconv.m: Ditto. |
|
6698 * signal/fftfilt.m: Ditto. |
3368
|
6699 * set/create_set.m: Ditto. |
|
6700 * set/union.m: Ditto. |
|
6701 * set/intersection.m: Ditto. |
|
6702 * set/complement.m: Ditto. |
|
6703 * poly/compan.m: Ditto. |
|
6704 * poly/conv: Ditto. |
|
6705 * poly/deconv: Ditto. |
|
6706 * poly/poly: Ditto. |
|
6707 * poly/polyderiv: Ditto. |
|
6708 * poly/polyfit: Ditto. |
|
6709 * poly/polyinteg: Ditto. |
|
6710 * poly/polyreduce: Ditto. |
|
6711 * poly/polyval: Ditto. |
|
6712 * poly/polyvalm: Ditto. |
|
6713 * poly/residue: Ditto. |
|
6714 * poly/roots: Ditto. |
|
6715 * plot/top_title.m: Ditto |
|
6716 * plot/subwindow.m: Ditto |
|
6717 * plot/subplot.m: Ditto |
|
6718 * plot/plot_border.m: Ditto |
|
6719 * plot/oneplot.m: Ditto |
|
6720 * plot/multiplot.m: Ditto |
|
6721 * plot/mplot.m: Ditto |
|
6722 * plot/xlabel.m: Ditto |
|
6723 * plot/figure.m: Ditto |
|
6724 * plot/meshdom.m: Ditto |
|
6725 * plot/mesh.m: Ditto |
|
6726 * plot/stairs.m: Ditto |
|
6727 * plot/polar.m: Ditto |
|
6728 * plot/loglog.m: Ditto |
|
6729 * plot/hist.m: Ditto |
|
6730 * plot/contour.m: Ditto |
|
6731 * plot/bar.m: Ditto |
|
6732 * plot/axis.m: Ditto |
|
6733 * plot/plot.m: Ditto. |
3367
|
6734 |
3361
|
6735 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6736 |
3365
|
6737 * control/pinv.m: Delete. |
|
6738 |
3364
|
6739 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6740 |
3361
|
6741 * strings/blanks.m: Texinfoize doc string. |
|
6742 * strings/strcat.m: Ditto. |
|
6743 * strings/str2mat.m: Ditto. |
|
6744 * strings/deblank.m: Ditto. |
|
6745 * strings/findstr.m: Ditto. |
|
6746 * strings/index.m: Ditto. |
|
6747 * strings/rindex.m: Ditto. |
|
6748 * strings/split.m: Ditto. |
|
6749 * strings/strcmp.m: Ditto. |
|
6750 * strings/strrep.m: Ditto. |
|
6751 * strings/substr.m: Ditto. |
|
6752 * general/int2str.m: Ditto. |
|
6753 * general/num2str.m: Ditto. |
|
6754 * strings/dec2bin.m: Ditto. |
|
6755 * strings/bin2dec: Ditto. |
|
6756 * strings/dec2bin: Ditto. |
|
6757 * strings/dec2hex: Ditto. |
|
6758 * strings/hex2dec: Ditto. |
|
6759 * strings/str2num: Ditto. |
|
6760 |
3347
|
6761 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6762 |
|
6763 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6764 |
5095
|
6765 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6766 |
|
6767 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6768 * control/abcddim.m: Ditto. |
|
6769 * control/abcddims.m: Ditto. |
|
6770 * control/analdemo.m: Ditto. |
|
6771 * control/are.m: Ditto. |
|
6772 * control/axis2dlim.m: Ditto. |
|
6773 * control/bddemo.m: Ditto. |
|
6774 * control/bode.m: Ditto. |
|
6775 * control/bode_bounds.m: Ditto. |
|
6776 * control/bodquist.m: Ditto. |
|
6777 * control/buildssic.m: Ditto. |
|
6778 * control/c2d.m: Ditto. |
|
6779 * control/ctrb.m: Ditto. |
|
6780 * control/d2c.m: Ditto. |
|
6781 * control/damp.m: Ditto. |
|
6782 * control/dare.m: Ditto. |
|
6783 * control/dcgain.m: Ditto. |
|
6784 * control/dgkfdemo.m: Ditto. |
|
6785 * control/dgram.m: Ditto. |
|
6786 * control/dlqe.m: Ditto. |
|
6787 * control/dlqr.m: Ditto. |
|
6788 * control/dlyap.m: Ditto. |
|
6789 * control/dmr2d.m: Ditto. |
|
6790 * control/fir2sys.m: Ditto. |
|
6791 * control/frdemo.m: Ditto. |
|
6792 * control/freqchkw.m: Ditto. |
|
6793 * control/freqresp.m: Ditto. |
|
6794 * control/gram.m: Ditto. |
|
6795 * control/h2norm.m: Ditto. |
|
6796 * control/h2syn.m: Ditto. |
|
6797 * control/hinf_ctr.m: Ditto. |
|
6798 * control/hinfdemo.m: Ditto. |
|
6799 * control/hinfnorm.m: Ditto. |
|
6800 * control/hinfsyn.m: Ditto. |
|
6801 * control/hinfsyn_chk.m: Ditto. |
|
6802 * control/impulse.m: Ditto. |
|
6803 * control/is_abcd.m: Ditto. |
|
6804 * control/is_controllable.m: Ditto. |
|
6805 * control/is_detectable.m: Ditto. |
|
6806 * control/is_dgkf.m: Ditto. |
|
6807 * control/is_digital.m: Ditto. |
|
6808 * control/is_observable.m: Ditto. |
|
6809 * control/is_sample.m: Ditto. |
|
6810 * control/is_signal_list.m: Ditto. |
|
6811 * control/is_siso.m: Ditto. |
|
6812 * control/is_stabilizable.m: Ditto. |
|
6813 * control/is_stable.m: Ditto. |
|
6814 * control/jet707.m: Ditto. |
|
6815 * control/lqe.m: Ditto. |
|
6816 * control/lqg.m: Ditto. |
|
6817 * control/lqr.m: Ditto. |
|
6818 * control/lsim.m: Ditto. |
|
6819 * control/ltifr.m: Ditto. |
|
6820 * control/lyap.m: Ditto. |
|
6821 * control/moddemo.m: Ditto. |
|
6822 * control/nyquist.m: Ditto. |
|
6823 * control/obsv.m: Ditto. |
|
6824 * control/ord2.m: Ditto. |
|
6825 * control/outlist.m: Ditto. |
|
6826 * control/pinv.m: Ditto. |
|
6827 * control/place.m: Ditto. |
|
6828 * control/polyout.m: Ditto. |
|
6829 * control/prompt.m: Ditto. |
|
6830 * control/pzmap.m: Ditto. |
|
6831 * control/qzval.m: Ditto. |
|
6832 * control/rldemo.m: Ditto. |
|
6833 * control/rlocus.m: Ditto. |
|
6834 * control/sortcom.m: Ditto. |
|
6835 * control/ss2sys.m: Ditto. |
|
6836 * control/ss2tf.m: Ditto. |
|
6837 * control/ss2zp.m: Ditto. |
|
6838 * control/starp.m: Ditto. |
|
6839 * control/step.m: Ditto. |
|
6840 * control/stepimp.m: Ditto. |
|
6841 * control/susball.m: Ditto. |
|
6842 * control/sys2fir.m: Ditto. |
|
6843 * control/sys2ss.m: Ditto. |
|
6844 * control/sys2tf.m: Ditto. |
|
6845 * control/sys2zp.m: Ditto. |
|
6846 * control/sysadd.m: Ditto. |
|
6847 * control/sysappend.m: Ditto. |
|
6848 * control/syschnames.m: Ditto. |
|
6849 * control/syschnamesl.m: Ditto. |
|
6850 * control/syschtsam.m: Ditto. |
|
6851 * control/sysconnect.m: Ditto. |
|
6852 * control/syscont.m: Ditto. |
|
6853 * control/syscont_disc.m: Ditto. |
|
6854 * control/sysdefioname.m: Ditto. |
|
6855 * control/sysdefstname.m: Ditto. |
|
6856 * control/sysdimensions.m: Ditto. |
|
6857 * control/sysdisc.m: Ditto. |
|
6858 * control/sysdup.m: Ditto. |
|
6859 * control/sysgetsignals.m: Ditto. |
|
6860 * control/sysgettype.m: Ditto. |
|
6861 * control/sysgroup.m: Ditto. |
|
6862 * control/sysgroupn.m: Ditto. |
|
6863 * control/sysmult.m: Ditto. |
|
6864 * control/sysout.m: Ditto. |
|
6865 * control/sysprune.m: Ditto. |
|
6866 * control/sysreorder.m: Ditto. |
|
6867 * control/sysrepdemo.m: Ditto. |
|
6868 * control/sysscale.m: Ditto. |
|
6869 * control/syssetsignals.m: Ditto. |
|
6870 * control/syssub.m: Ditto. |
|
6871 * control/sysupdate.m: Ditto. |
|
6872 * control/tf2ss.m: Ditto. |
|
6873 * control/tf2sys.m: Ditto. |
|
6874 * control/tf2sysl.m: Ditto. |
|
6875 * control/tf2zp.m: Ditto. |
|
6876 * control/tfout.m: Ditto. |
|
6877 * control/tzero.m: Ditto. |
|
6878 * control/tzero2.m: Ditto. |
|
6879 * control/ugain.m: Ditto. |
|
6880 * control/wgt1o.m: Ditto. |
|
6881 * control/zgfmul.m: Ditto. |
|
6882 * control/zgfslv.m: Ditto. |
|
6883 * control/zginit.m: Ditto. |
|
6884 * control/zgpbal.m: Ditto. |
|
6885 * control/zgreduce.m: Ditto. |
|
6886 * control/zgrownorm.m: Ditto. |
|
6887 * control/zgscal.m: Ditto. |
|
6888 * control/zgsgiv.m: Ditto. |
|
6889 * control/zgshsr.m: Ditto. |
|
6890 * control/zp2ss.m: Ditto. |
|
6891 * control/zp2ssg2.m: Ditto. |
|
6892 * control/zp2sys.m: Ditto. |
|
6893 * control/zp2tf.m: Ditto. |
|
6894 * control/zpout.m: Ditto. |
|
6895 |
5095
|
6896 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6897 |
5378
|
6898 * audio/lin2mu.m: Texinfoize doc string. |
|
6899 * audio/loadaudio.m: Ditto. |
|
6900 * audio/mu2lin.m: Ditto. |
|
6901 * audio/playaudio.m: Ditto. |
|
6902 * audio/record.m: Ditto. |
|
6903 * audio/saveaudio.m: Ditto. |
3332
|
6904 |
5095
|
6905 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6906 |
|
6907 * elfun/acot.m: Texinfoize doc string. |
|
6908 * elfun/acsc.m: Ditto. |
|
6909 * elfun/acsch.m: Ditto. |
|
6910 * elfun/asec.m: Ditto. |
|
6911 * elfun/asech.m: Ditto. |
|
6912 * elfun/cot.m: Ditto. |
|
6913 * elfun/coth.m: Ditto. |
|
6914 * elfun/csc.m: Ditto. |
|
6915 * elfun/csch.m: Ditto. |
|
6916 * elfun/gcd.m: Ditto. |
|
6917 * elfun/lcm.m: Ditto. |
|
6918 * elfun/sec.m: Ditto. |
|
6919 * elfun/sech.m: Ditto. |
|
6920 * general/nextpow2.m: Ditto. |
|
6921 * general/rem.m: Ditto. |
|
6922 * linear-algebra/commutation_matrix.m: Ditto. |
|
6923 * linear-algebra/cross.m: Ditto. |
|
6924 * linear-algebra/duplication_matrix.m: Ditto. |
|
6925 * miscellaneous/bincoeff.m: Ditto. |
|
6926 * miscellaneous/xor.m: Ditto. |
|
6927 * specfun/bessel.m: Ditto. |
|
6928 * specfun/beta.m: Ditto. |
|
6929 * specfun/betai.m: Ditto. |
|
6930 * specfun/erfinv.m: Ditto. |
|
6931 * specfun/gammai.m: Ditto. |
|
6932 * specfun/log2.m: Ditto. |
|
6933 * specfun/pow2.m: Ditto. |
|
6934 |
5095
|
6935 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6936 |
|
6937 * general/is_scalar.m: Texinfoize help text. |
|
6938 * general/is_square.m: Ditto. |
|
6939 * general/is_symmetric.m: Ditto. |
|
6940 |
3320
|
6941 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6942 |
|
6943 * strings/split.m: If the string to be split is empty, just return |
|
6944 an empty string. |
|
6945 |
3319
|
6946 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6947 |
|
6948 * Makefile.in (ALL_M_FILES): New macro. |
|
6949 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
6950 |
3306
|
6951 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6952 |
|
6953 * control/bode.m: Don't return anything if nargout == 0. |
|
6954 |
|
6955 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
6956 |
|
6957 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
6958 |
3305
|
6959 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6960 |
|
6961 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
6962 gethelp.cc to the list. |
|
6963 |
3296
|
6964 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6965 |
3301
|
6966 * time/asctime.m: Texinfoize help text. |
|
6967 * time/clock.m: Ditto. |
|
6968 * time/date.m: Ditto. |
|
6969 * miscellaneous/cputime.m: Ditto. |
|
6970 * miscellaneous/etime.m: Ditto. |
|
6971 * miscellaneous/is_leap_year.m: Ditto. |
|
6972 * miscellaneous/popen2.m: Ditto. |
|
6973 * miscellaneous/version.m: Ditto. |
|
6974 * miscellaneous/tic.m: Ditto. |
|
6975 * miscellaneous/toc.m: Just refer to tic.m. |
|
6976 |
3297
|
6977 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
6978 `cd dir; $(MAKE); cd ..'. |
|
6979 ($(SUBDIRS)): Likewise. |
|
6980 |
|
6981 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
6982 |
|
6983 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
6984 of `cd dir; $(MAKE)'. |
|
6985 |
3296
|
6986 * gethelp.cc, mkdoc: New files. |
|
6987 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
6988 sources. |
|
6989 |
3291
|
6990 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6991 |
|
6992 * linear-algebra/kron.m: Fix typo in previous change |
|
6993 |
3282
|
6994 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6995 |
|
6996 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
6997 |
5095
|
6998 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
6999 |
|
7000 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7001 rank when V has more columns than rows. |
|
7002 |
|
7003 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7004 |
|
7005 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7006 |
|
7007 * statistics/tests/manova.m: Avoid problems if |
|
7008 whitespace_in_literal_matrix is set to "traditional". |
|
7009 * statistics/tests/t_test_regression.m: Likewise. |
|
7010 * statistics/tests/u_test.m: Likewise. |
|
7011 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7012 * statistics/tests/anova.m: Likewise. |
|
7013 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7014 * statistics/base/statistics.m: Likewise. |
|
7015 * image/saveimage.m: Likewise. |
|
7016 * signal/arch_fit.m: Likewise. |
|
7017 * signal/autoreg_matrix.m: Likewise. |
|
7018 * signal/triangle_lw.m: Likewise. |
|
7019 * strings/dec2hex.m: Likewise. |
|
7020 |
3268
|
7021 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7022 |
|
7023 * image/saveimage.m: Initialize scale. |
|
7024 |
|
7025 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7026 |
|
7027 * general/reshape.m: Allow reshape (a, size (b)). |
|
7028 |
3266
|
7029 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7030 |
|
7031 * specfun/erfinv.m: Improve stopping criterion. |
|
7032 Add iteration count as second return value. |
|
7033 |
3265
|
7034 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7035 |
|
7036 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7037 |
3263
|
7038 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7039 |
|
7040 * miscellaneous/pack.m: New function. |
|
7041 |
|
7042 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7043 |
|
7044 * plot/figure.m: Always return figure number. With no args, |
|
7045 figure now creates a new figure window and returns its number. |
|
7046 Accept figure (property, value) syntax, but do nothing. |
|
7047 |
5095
|
7048 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7049 |
|
7050 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7051 |
3260
|
7052 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7053 |
|
7054 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7055 evenly spaced. |
|
7056 |
3250
|
7057 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7058 |
|
7059 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7060 contain only zeros. |
|
7061 |
5095
|
7062 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7063 |
|
7064 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7065 instead of appending them. |
|
7066 |
|
7067 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7068 |
|
7069 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7070 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7071 Update from A. S. Hodel. |
|
7072 |
3246
|
7073 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7074 |
|
7075 * polynomial/polyfit.m: Correct previous change. |
|
7076 |
3243
|
7077 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7078 |
|
7079 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7080 |
5095
|
7081 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7082 |
|
7083 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7084 version of krylov and krylovb. |
|
7085 |
|
7086 * control/outlist.m, control/sysout.m: Fix typos. |
|
7087 |
|
7088 * control/sysdimensions.m: Add option for total number of states. |
|
7089 |
|
7090 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7091 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7092 arguments. |
|
7093 |
|
7094 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7095 |
|
7096 * strings/index.m: Fail with meaningful error message if either |
|
7097 arg is a string array. |
|
7098 |
3238
|
7099 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7100 |
|
7101 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7102 infinity-norms of complex matrices. From Sven Khatri |
|
7103 <khatri@saturn.vocalpoint.com>. |
|
7104 |
5095
|
7105 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7106 |
|
7107 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7108 |
|
7109 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7110 |
|
7111 * strings/split.m: Avoid problems when splitting strings that have |
|
7112 \ in them. |
|
7113 |
5095
|
7114 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7115 |
|
7116 * image/colormap.m: Do better arg checking, handle string args |
|
7117 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7118 |
5095
|
7119 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7120 |
|
7121 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7122 * linear-algebra/dot.m: Likewise. |
|
7123 * linear-algebra/cross.m: Likewise. |
|
7124 * general/rot90.m: Likewise. |
|
7125 |
5095
|
7126 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7127 |
|
7128 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7129 that the leading column is not all zeros. |
|
7130 |
|
7131 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7132 |
|
7133 * general/shift.m: Fix potential problems with |
|
7134 whitespace_in_literal_matrix. |
|
7135 * signal/arch_rnd.m: Ditto. |
|
7136 * signal/autocov.m: Ditto. |
|
7137 * signal/diffpara.m: Ditto. |
|
7138 * signal/hurst.m: Ditto. |
|
7139 * signal/periodogram.m: Ditto. |
|
7140 * signal/spectral_adf.m: Ditto. |
|
7141 * signal/spectral_xdf.m: Ditto. |
|
7142 * signal/spencer.m: Ditto. |
|
7143 * signal/synthesis.m: Ditto. |
|
7144 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7145 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7146 * statistics/models/logistic_regression.m: Ditto. |
|
7147 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7148 * statistics/tests/run_test.m: Ditto. |
|
7149 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7150 |
5095
|
7151 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7152 |
|
7153 * plot/__plr2__.m: Fix typo. |
|
7154 |
3233
|
7155 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7156 |
|
7157 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7158 |
5095
|
7159 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7160 |
|
7161 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7162 function. |
|
7163 |
5095
|
7164 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7165 |
|
7166 * control/ss2sys.m: Fix typo. |
|
7167 |
|
7168 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7169 |
|
7170 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7171 |
|
7172 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7173 signal names as lists of strings instead of string arrays. |
|
7174 |
3225
|
7175 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7176 |
3233
|
7177 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7178 <a.s.hodel@eng.auburn.edu>. |
|
7179 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7180 * quaternion/Makefile.in: New file. |
|
7181 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7182 |
|
7183 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7184 |
|
7185 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7186 |
|
7187 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7188 since there can be fewer rows than columns. Round values to |
|
7189 nearest position in colormap instead of truncating. Correct usage |
|
7190 message. |
|
7191 |
5095
|
7192 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7193 |
|
7194 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7195 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7196 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7197 Householder matrix structure of H. |
|
7198 |
|
7199 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7200 |
|
7201 * general/logical.m: Just copy input to output if argument is |
|
7202 already a logical object. |
|
7203 |
3215
|
7204 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7205 |
|
7206 * New files from OCST, in control subdiretory: |
|
7207 |
|
7208 DEMOcontrol.m is_siso.m syschnames.m |
|
7209 abcddim.m is_stabilizable.m syschnamesl.m |
|
7210 abcddims.m is_stable.m syschtsam.m |
|
7211 analdemo.m jet707.m sysconnect.m |
|
7212 are.m lqe.m syscont.m |
|
7213 axis2dlim.m lqg.m syscont_disc.m |
|
7214 bddemo.m lqr.m sysdefioname.m |
|
7215 bode.m lsim.m sysdefstname.m |
|
7216 bode_bounds.m ltifr.m sysdimensions.m |
|
7217 bodquist.m lyap.m sysdisc.m |
|
7218 buildssic.m mb.m sysdup.m |
|
7219 c2d.m minfo.m sysgetsignals.m |
6302
|
7220 com2str.m moddemo.m sysgettsam.m |
3215
|
7221 controldemo.m nichols.m sysgettype.m |
|
7222 ctrb.m nyquist.m sysgroup.m |
|
7223 d2c.m obsv.m sysgroupn.m |
|
7224 damp.m ord2.m sysmult.m |
|
7225 dare.m outlist.m sysout.m |
|
7226 dcgain.m packedform.m sysprune.m |
|
7227 demomarsyas.m packsys.m sysreorder.m |
|
7228 dezero.m; parallel.m sysrepdemo.m |
|
7229 dgkfdemo.m place.m sysscale.m |
|
7230 dgram.m polyout.m syssub.m |
|
7231 dhinfdemo.m prompt.m sysupdate.m |
|
7232 dlqe.m pzmap.m tf2ss.m |
|
7233 dlqg.m qzval.m tf2sys.m |
|
7234 dlqr.m rldemo.m tf2sysl.m |
|
7235 dlyap.m rlocus.m tf2zp.m |
|
7236 dmr2d.m rotg.m tfout.m |
|
7237 fir2sys.m run_cmd.m; tzero.m |
|
7238 frdemo.m series.m tzero2.m |
|
7239 freqchkw.m sortcom.m ugain.m |
|
7240 freqresp.m ss2sys.m unpacksys.m |
|
7241 gram.m ss2tf.m wgt1o.m |
|
7242 h2norm.m ss2zp.m zgfmul.m |
|
7243 h2syn.m starp.m zgfslv.m |
|
7244 hinf_ctr.m step.m zginit.m |
|
7245 hinfdemo.m stepimp.m zgpbal.m |
|
7246 hinfnorm.m strappend.m; zgreduce.m |
|
7247 hinfsyn.m susball.m zgrownorm.m |
|
7248 hinfsyn_chk.m swap.m zgscal.m |
|
7249 impulse.m swapcols.m zgsgiv.m |
|
7250 is_abcd.m swaprows.m zgshsr.m |
|
7251 is_controllable.m sys2fir.m zp2ss.m |
|
7252 is_detectable.m sys2ss.m zp2ssg2.m |
|
7253 is_dgkf.m sys2tf.m zp2sys.m |
|
7254 is_digital.m sys2zp.m zp2tf.m |
|
7255 is_observable.m sysadd.m zpout.m |
|
7256 is_sample.m sysappend.m |
|
7257 |
|
7258 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7259 |
|
7260 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7261 |
|
7262 * strings/deblank.m: Make it work for string arrays too. |
|
7263 |
3211
|
7264 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7265 |
|
7266 * linear-algebra/housh.m: New file from the OCST. |
|
7267 * linear-algebra/krygetq.m: Ditto. |
|
7268 * linear-algebra/krylov.m: Ditto. |
|
7269 * linear-algebra/krylovb.m: Ditto. |
|
7270 * linear-algebra/qrhouse.m: Ditto. |
|
7271 * general/is_duplicate_entry.m: Ditto. |
|
7272 |
|
7273 * general/is_symmetric.m: Call is_square instead of doing that |
|
7274 check in line. |
|
7275 |
3196
|
7276 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7277 |
3202
|
7278 * general/is_square.m: |
|
7279 |
|
7280 * general/isempty.m, general/is_matrix.m: Delete. |
|
7281 |
|
7282 * general/is_symmetric: Delete special case for strings. Whether |
|
7283 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7284 |
|
7285 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7286 just return 0. |
|
7287 * general/is_symmetric: Likewise. |
|
7288 * general/is_vector.m: Likewise. |
|
7289 * general/is_scalar.m: Likewise. |
|
7290 |
3196
|
7291 * general/length.m: Delete. |
|
7292 |
3191
|
7293 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7294 |
|
7295 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7296 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7297 and statistics/tests/Makefile to the list of files to create. |
|
7298 |
|
7299 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7300 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7301 statistics/tests/Makefile.in: New files. |
|
7302 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7303 subdirectories. |
|
7304 * Makefile.in (SUBDIRS): Add finance. |
|
7305 |
|
7306 * Move the following files from statistics to statistics/base: |
|
7307 |
|
7308 corrcoef.m |
|
7309 kurtosis.m |
|
7310 mahalanobis.m |
|
7311 median.m |
|
7312 ols.m |
|
7313 skewness.m |
|
7314 std.m |
|
7315 |
|
7316 New files, from Kurt Hornik's octave-ci package: |
|
7317 |
|
7318 * finance (new directory): |
|
7319 |
|
7320 fv.m |
|
7321 fvl.m |
|
7322 irr.m |
|
7323 nper.m |
|
7324 npv.m |
|
7325 pmt.m |
|
7326 pv.m |
|
7327 pvl.m |
|
7328 rate.m |
|
7329 vol.m |
|
7330 |
|
7331 * linear-algebra/dmult.m |
|
7332 |
|
7333 * signal: |
|
7334 |
|
7335 arch_fit.m |
|
7336 arch_rnd.m |
|
7337 arch_test.m |
|
7338 arma_rnd.m |
|
7339 autocor.m |
|
7340 autocov.m |
|
7341 autoreg_matrix.m |
|
7342 bartlett.m |
|
7343 blackman.m |
|
7344 diffpara.m |
|
7345 durbinlevinson.m |
|
7346 fractdiff.m |
|
7347 hamming.m |
|
7348 hanning.m |
|
7349 hurst.m |
|
7350 periodogram.m |
|
7351 rectangle_lw.m |
|
7352 rectangle_sw.m |
|
7353 sinetone.m |
|
7354 sinewave.m |
|
7355 spectral_adf.m |
|
7356 spectral_xdf.m |
|
7357 spencer.m |
|
7358 stft.m |
|
7359 synthesis.m |
|
7360 triangle_lw.m |
|
7361 triangle_sw.m |
|
7362 yulewalker.m |
|
7363 |
|
7364 * statistics/base (new directory): |
|
7365 |
|
7366 center.m |
|
7367 cloglog.m |
|
7368 cor.m |
|
7369 cov.m |
|
7370 cut.m |
|
7371 iqr.m |
|
7372 kendall.m |
|
7373 logit.m |
|
7374 mean.m |
|
7375 meansq.m |
|
7376 moment.m |
|
7377 ppplot.m |
|
7378 probit.m |
|
7379 qqplot.m |
|
7380 range.m |
|
7381 ranks.m |
|
7382 run_count.m |
|
7383 spearman.m |
|
7384 statistics.m |
|
7385 studentize.m |
|
7386 table.m |
|
7387 values.m |
|
7388 var.m |
|
7389 |
|
7390 (Replaces cov.m and mean.m with new versions.) |
|
7391 |
|
7392 * statistics/distributions (new directory): |
|
7393 |
|
7394 beta_cdf.m |
|
7395 beta_inv.m |
|
7396 beta_pdf.m |
|
7397 beta_rnd.m |
|
7398 binomial_cdf.m |
|
7399 binomial_inv.m |
|
7400 binomial_pdf.m |
|
7401 binomial_rnd.m |
|
7402 cauchy_cdf.m |
|
7403 cauchy_inv.m |
|
7404 cauchy_pdf.m |
|
7405 cauchy_rnd.m |
|
7406 chisquare_cdf.m |
|
7407 chisquare_inv.m |
|
7408 chisquare_pdf.m |
|
7409 chisquare_rnd.m |
|
7410 discrete_cdf.m |
|
7411 discrete_inv.m |
|
7412 discrete_pdf.m |
|
7413 discrete_rnd.m |
|
7414 empirical_cdf.m |
|
7415 empirical_inv.m |
|
7416 empirical_pdf.m |
|
7417 empirical_rnd.m |
|
7418 exponential_cdf.m |
|
7419 exponential_inv.m |
|
7420 exponential_pdf.m |
|
7421 exponential_rnd.m |
|
7422 f_cdf.m |
|
7423 f_inv.m |
|
7424 f_pdf.m |
|
7425 f_rnd.m |
|
7426 gamma_cdf.m |
|
7427 gamma_inv.m |
|
7428 gamma_pdf.m |
|
7429 gamma_rnd.m |
|
7430 geometric_cdf.m |
|
7431 geometric_inv.m |
|
7432 geometric_pdf.m |
|
7433 geometric_rnd.m |
|
7434 hypergeometric_cdf.m |
|
7435 hypergeometric_inv.m |
|
7436 hypergeometric_pdf.m |
|
7437 hypergeometric_rnd.m |
|
7438 kolmogorov_smirnov_cdf.m |
|
7439 laplace_cdf.m |
|
7440 laplace_inv.m |
|
7441 laplace_pdf.m |
|
7442 laplace_rnd.m |
|
7443 logistic_cdf.m |
|
7444 logistic_inv.m |
|
7445 logistic_pdf.m |
|
7446 logistic_rnd.m |
|
7447 lognormal_cdf.m |
|
7448 lognormal_inv.m |
|
7449 lognormal_pdf.m |
|
7450 lognormal_rnd.m |
|
7451 normal_cdf.m |
|
7452 normal_inv.m |
|
7453 normal_pdf.m |
|
7454 normal_rnd.m |
|
7455 pascal_cdf.m |
|
7456 pascal_inv.m |
|
7457 pascal_pdf.m |
|
7458 pascal_rnd.m |
|
7459 poisson_cdf.m |
|
7460 poisson_inv.m |
|
7461 poisson_pdf.m |
|
7462 poisson_rnd.m |
|
7463 stdnormal_cdf.m |
|
7464 stdnormal_inv.m |
|
7465 stdnormal_pdf.m |
|
7466 stdnormal_rnd.m |
|
7467 t_cdf.m |
|
7468 t_inv.m |
|
7469 t_pdf.m |
|
7470 t_rnd.m |
|
7471 uniform_cdf.m |
|
7472 uniform_inv.m |
|
7473 uniform_pdf.m |
|
7474 uniform_rnd.m |
|
7475 weibull_cdf.m |
|
7476 weibull_inv.m |
|
7477 weibull_pdf.m |
|
7478 weibull_rnd.m |
|
7479 wiener_rnd.m |
|
7480 |
|
7481 * statistics/models (new directory): |
|
7482 |
|
7483 logistic_regression.m |
|
7484 logistic_regression_derivatives.m |
|
7485 logistic_regression_likelihood.m |
|
7486 |
|
7487 * statistics/tests (new directory): |
|
7488 |
|
7489 anova.m |
|
7490 bartlett_test.m |
|
7491 chisquare_test_homogeneity.m |
|
7492 chisquare_test_independence.m |
|
7493 cor_test.m |
|
7494 f_test_regression.m |
|
7495 hotelling_test.m |
|
7496 hotelling_test_2.m |
|
7497 kolmogorov_smirnov_test.m |
|
7498 kolmogorov_smirnov_test_2.m |
|
7499 kruskal_wallis_test.m |
|
7500 manova.m |
|
7501 mcnemar_test.m |
|
7502 prop_test_2.m |
|
7503 run_test.m |
|
7504 sign_test.m |
|
7505 t_test.m |
|
7506 t_test_2.m |
|
7507 t_test_regression.m |
|
7508 u_test.m |
|
7509 var_test.m |
|
7510 welch_test.m |
|
7511 wilcoxon_test.m |
|
7512 z_test.m |
|
7513 z_test_2.m |
|
7514 |
|
7515 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7516 |
|
7517 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7518 compatibility and to avoid Y2K problems. |
|
7519 |
3190
|
7520 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7521 |
|
7522 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7523 least-squares solution. |
|
7524 |
3180
|
7525 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7526 |
|
7527 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7528 |
|
7529 * strings/strrep.m: Don't convert args to numeric values. |
|
7530 Prevent warnings for empty string args. |
|
7531 From Georg Thimm <thimm@idiap.ch>. |
|
7532 |
|
7533 * strings/strcat.m: Prevent warnings for empty string args. |
|
7534 |
|
7535 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7536 |
|
7537 * miscellaneous/menu.m: Remove special case for empty string |
|
7538 returned from input(). Add second arg to eval() to catch errors. |
|
7539 |
3178
|
7540 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7541 |
|
7542 * plot/__plt__.m: Don't call usleep. |
|
7543 |
3175
|
7544 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7545 |
|
7546 * linear-algebra/dot.m: New function. |
|
7547 |
|
7548 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7549 compatibility. |
|
7550 |
|
7551 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7552 |
|
7553 * plot/hist.m: Also allow just one output argument. |
|
7554 |
|
7555 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7556 |
|
7557 * strings/deblank.m: Make it work if the string is only blanks. |
|
7558 |
|
7559 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7560 |
|
7561 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7562 |
|
7563 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7564 |
|
7565 * plot/oneplot.m: Fix typo. |
|
7566 |
3174
|
7567 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7568 |
|
7569 * miscellaneous/flops.m: Allow a single argument too. |
|
7570 |
|
7571 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7572 |
|
7573 * strings/str2mat.m: Also handle case when there are no empty |
|
7574 strings correctly. |
|
7575 |
|
7576 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7577 |
|
7578 * strings/isletter.m: New function, for Matlab compatibility. |
|
7579 |
3168
|
7580 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7581 |
|
7582 * strings/str2mat.m: Handle string matrices too. |
|
7583 |
3167
|
7584 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7585 |
|
7586 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7587 linear encoding. |
|
7588 |
|
7589 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7590 audio/record.m: Open files in binary mode. |
|
7591 |
3164
|
7592 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7593 |
|
7594 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7595 Move functionality of dump_1_pref here, but use built-in function |
|
7596 type to extract value, and put it inside try/catch block. |
|
7597 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7598 |
3162
|
7599 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7600 |
|
7601 * plot/__pltopt1.m__: New file. |
|
7602 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7603 __pltopt1__ multiple times and returning a string array with rows |
|
7604 corresponding to the rows of opt. |
|
7605 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7606 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7607 array. |
|
7608 |
|
7609 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7610 |
|
7611 * plot/mplot.m: Fix misspellings of global variables. |
|
7612 Don't call clearplot. |
|
7613 |
|
7614 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7615 |
|
7616 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7617 "cle;rep" when going in ot multiplot mode. |
|
7618 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7619 switching out of multiplot mode. |
|
7620 |
3156
|
7621 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7622 |
3156
|
7623 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7624 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7625 |
3141
|
7626 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7627 |
|
7628 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7629 |
|
7630 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7631 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7632 |
|
7633 * Makefile.in (install): Create separate ls-R files for |
|
7634 $(datadir) and $(libexecdir). |
|
7635 (uninstall): Remove both ls-R files. |
|
7636 |
3136
|
7637 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7638 |
|
7639 * signal/fftshift.m: New file. |
|
7640 |
|
7641 * plot/contour.m: Fix for non-square case. |
|
7642 |
|
7643 * general/randperm.m: New file. |
|
7644 |
|
7645 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7646 |
|
7647 * specfun/betai.m: Restore file for compatibility with previous |
|
7648 versions. Call betainc with reordered args. |
|
7649 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7650 |
3131
|
7651 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7652 |
|
7653 * plot/contour.m: Handle discrete contour levels. |
|
7654 |
|
7655 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7656 |
|
7657 * control/lyap.m: For compatibility with Matlab, solve |
|
7658 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7659 |
3124
|
7660 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7661 |
|
7662 * specfun/bessel.m: New file. |
|
7663 |
|
7664 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7665 specfun/gammainc.m: Delete. |
|
7666 |
3106
|
7667 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7668 |
|
7669 * image/colormap.m: Initialize __current_color_map__ in global |
|
7670 statement. |
|
7671 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7672 statement. |
|
7673 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7674 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7675 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7676 |
3103
|
7677 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7678 |
|
7679 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7680 * time/toc.m: Likewise. |
|
7681 |
|
7682 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7683 |
|
7684 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7685 anything special for automatic_replot when in multiplot mode -- |
|
7686 recent 3.6beta releases handle this correctly. |
|
7687 |
|
7688 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7689 setting the terminal type. |
|
7690 |
|
7691 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7692 plot/subwindow.m: Use leading and trailing underscores for |
|
7693 `private' globals. |
|
7694 |
|
7695 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7696 |
3101
|
7697 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7698 |
|
7699 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7700 |
3091
|
7701 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7702 |
3092
|
7703 * specfun/gammai.m: Avoid problems with whitespace when |
|
7704 constructing matrices. |
|
7705 |
3091
|
7706 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7707 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7708 original y vector. |
|
7709 |
3085
|
7710 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7711 |
|
7712 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7713 det three times in a loop. If both args are column (row) vectors, |
|
7714 return a column (row) vector. If they don't match, pay attention |
|
7715 to the value of prefer_column_vectors. |
|
7716 |
5095
|
7717 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7718 |
|
7719 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7720 nonsymmetric matrices. |
|
7721 |
|
7722 * general/tril.m: Fix usage message. |
|
7723 |
|
7724 * polynomial/polyvalm.m: Fix error messages. |
|
7725 * polynomial/polyderiv.m: Likewise. |
|
7726 * polynomial/polyval.m: Likewise. |
|
7727 |
3081
|
7728 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7729 |
|
7730 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7731 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7732 |
3063
|
7733 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7734 |
|
7735 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7736 |
5095
|
7737 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7738 |
|
7739 * plot/__pltopt__.m: Handle key/legend names. |
|
7740 Correctly set colors, line styles, and point styles. |
|
7741 |
3061
|
7742 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7743 |
|
7744 * polynomial/polyfit.m: Return fit y values as second output. |
|
7745 Don't use QR factorization to solve least squares problem. |
|
7746 |
|
7747 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7748 |
|
7749 * control/dlqr.m: Use ao, not a, to compute k. |
|
7750 |
3024
|
7751 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7752 |
|
7753 * miscellaneous/path.m: New file. |
|
7754 |
2993
|
7755 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7756 |
|
7757 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7758 name. |
|
7759 |
2968
|
7760 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7761 |
|
7762 * specfun/erfinv.m: Add missing semicolon. |
|
7763 |
2870
|
7764 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7765 |
|
7766 * miscellaneous/xor.m: Make type of return value logical. |
|
7767 |
2853
|
7768 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7769 |
|
7770 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7771 warn_comma_in_global_decl. |
|
7772 |
2831
|
7773 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7774 |
|
7775 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7776 octave-bug script. |
|
7777 |
2823
|
7778 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7779 |
2824
|
7780 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7781 prefer_zero_one_indexing. |
|
7782 |
2823
|
7783 * general/logical.m: New file. |
|
7784 |
2816
|
7785 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7786 |
|
7787 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7788 and is_vector(). |
|
7789 |
5095
|
7790 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7791 |
|
7792 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7793 Use tolerance of 2 * eps. |
|
7794 |
2811
|
7795 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7796 |
|
7797 * Makefile.in (install-strip): New target. |
|
7798 * audio/Makefile.in: Ditto. |
|
7799 * control/Makefile.in: Ditto. |
|
7800 * elfun/Makefile.in: Ditto. |
|
7801 * general/Makefile.in: Ditto. |
|
7802 * image/Makefile.in: Ditto. |
|
7803 * io/Makefile.in: Ditto. |
|
7804 * linear-algebra/Makefile.in: Ditto. |
|
7805 * miscellaneous/Makefile.in: Ditto. |
|
7806 * plot/Makefile.in: Ditto. |
|
7807 * polynomial/Makefile.in: Ditto. |
|
7808 * set/Makefile.in: Ditto. |
|
7809 * signal/Makefile.in: Ditto. |
|
7810 * specfun/Makefile.in: Ditto. |
|
7811 * special-matrix/Makefile.in: Ditto. |
|
7812 * startup/Makefile.in: Ditto. |
|
7813 * statistics/Makefile.in: Ditto. |
|
7814 * strings/Makefile.in: Ditto. |
|
7815 |
2809
|
7816 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7817 |
|
7818 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7819 |
2798
|
7820 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7821 |
|
7822 * statistics/corrcoef.m: Make it actually work. |
|
7823 |
2795
|
7824 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7825 |
2798
|
7826 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7827 |
2779
|
7828 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7829 |
|
7830 * Version 2.0.5 released. |
|
7831 |
2745
|
7832 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7833 |
2749
|
7834 * Makefile.in (maintainer-clean): Also remove configure. |
|
7835 |
2746
|
7836 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7837 |
2745
|
7838 * general/is_matrix.m: Return zero for empty matrices. |
|
7839 |
|
7840 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7841 |
|
7842 * linear-algebra/vech.m: Size result just once. |
|
7843 |
2726
|
7844 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7845 |
|
7846 * general/is_square.m: Handle empty matrices correctly. |
|
7847 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7848 |
2716
|
7849 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7850 |
|
7851 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7852 * polynomial/deconv.m: Likewise. |
|
7853 * polynomial/polyderiv.m: Likewise. |
|
7854 * polynomial/polyinteg.m: Likewise. |
|
7855 * polynomial/polyreduce.m: Likewise. |
|
7856 * polynomial/polyval.m: Likewise. |
|
7857 * polynomial/polyvalm.m: Likewise. |
|
7858 * general/postpad.m: Likewise. |
|
7859 * general/prepad.m: Likewise. |
|
7860 |
|
7861 * polynomial/compan.m: Check input with is_vector(), not |
|
7862 is_matrix(). Handle scalar case. |
|
7863 |
2711
|
7864 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7865 |
2715
|
7866 * plot/contour.m: Order data so that it is consistent with |
|
7867 meshgrid and mesh. |
|
7868 |
2711
|
7869 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7870 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7871 |
2709
|
7872 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7873 |
|
7874 * Version 2.0.4 released. |
|
7875 |
2706
|
7876 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7877 |
2702
|
7878 * miscellaneous/paren.m: New file. |
|
7879 |
2693
|
7880 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7881 |
|
7882 * Version 2.0.3 released. |
|
7883 |
2676
|
7884 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7885 |
|
7886 * image/saveimage.m: Only clip image data that is actually out of |
|
7887 range. |
|
7888 |
2667
|
7889 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7890 |
|
7891 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7892 also be considered to be matrices. |
|
7893 |
|
7894 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7895 |
|
7896 * general/isempty.m: Use size(), not rows() and columns(). |
|
7897 |
|
7898 * plot/contour.m: Convert set to gset. |
|
7899 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7900 |
2663
|
7901 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7902 |
|
7903 * specfun/erfinv.m: Fix typo in last change. |
|
7904 |
2650
|
7905 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7906 |
|
7907 * image/loadimage.m: Make it possible to load files with image |
|
7908 data named X or img. |
|
7909 |
|
7910 * image/default.img: Change name of image from X to img to match |
|
7911 what saveimage does now. |
|
7912 |
|
7913 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7914 does now. |
|
7915 |
2632
|
7916 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7917 |
2634
|
7918 * Version 2.0.2 released. |
|
7919 |
2632
|
7920 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7921 weird missing-lines bug without creating extra plots unecessarily. |
|
7922 |
2624
|
7923 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7924 |
|
7925 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
7926 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
7927 io/Makefile.in, linear-algebra/Makefile.in, |
|
7928 miscellaneous/Makefile.in, plot/Makefile.in, |
|
7929 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
7930 specfun/Makefile.in, special-matrix/Makefile.in, |
|
7931 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
7932 time/Makefile.in (bin-dist): New target. |
|
7933 |
2621
|
7934 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7935 |
|
7936 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
7937 |
|
7938 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7939 |
|
7940 * miscellaneous/xor.m: Make it work. |
|
7941 |
2613
|
7942 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7943 |
|
7944 * plot/sombrero.m: Doc fix. |
|
7945 |
2602
|
7946 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7947 |
|
7948 * Version 2.0.1 released. |
|
7949 |
2601
|
7950 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7951 |
|
7952 * elfun/lcm.m: Replace missing if statement. |
|
7953 |
|
7954 * elfun/gcd.m: Report error if no input args. |
|
7955 * elfun/lcm.m: Likewise. |
|
7956 |
2597
|
7957 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7958 |
|
7959 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
7960 Also list contents of $libexecdir/octave in ls-R database. |
|
7961 |
2583
|
7962 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7963 |
|
7964 * Version 2.0 released. |
|
7965 |
2575
|
7966 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7967 |
|
7968 * Version 1.94. |
|
7969 |
2558
|
7970 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7971 |
|
7972 * strings/str2num.m: New file. |
|
7973 |
2554
|
7974 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7975 |
|
7976 * Version 1.93. |
|
7977 |
2540
|
7978 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7979 |
|
7980 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
7981 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
7982 linear-algebra/vech.m: New files from Kurt Hornik. |
|
7983 |
|
7984 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
7985 general/common_size.m: New files from Kurt Hornik. |
|
7986 |
|
7987 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
7988 New files from Kurt Hornik. |
|
7989 |
|
7990 * signal/detrend.m: New file from Kurt Hornik. |
|
7991 |
|
7992 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
7993 specfun/pow2.m, specfun/log2.m: |
|
7994 New files and updates from Kurt Hornik. |
|
7995 |
2523
|
7996 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7997 |
|
7998 * plot/__plt__.m: Add explicit replot after last command is |
|
7999 issued, to force all lines to be displayed. Hmm. |
|
8000 |
2512
|
8001 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8002 |
2520
|
8003 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8004 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8005 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8006 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8007 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8008 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8009 Uset gset, not set. |
|
8010 |
2512
|
8011 * Version 1.92. |
|
8012 |
2482
|
8013 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8014 |
2486
|
8015 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8016 almighty Creator. Use single call to fprintf instead of looping. |
|
8017 |
|
8018 * image/Makefile.in: Delete references to octtopnm. |
|
8019 |
|
8020 * general/logspace.m: Doc fix. |
|
8021 |
2482
|
8022 * Version 1.91. |
|
8023 |
2458
|
8024 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8025 |
|
8026 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8027 |
|
8028 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8029 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8030 deleted. |
|
8031 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8032 of a system() command to delete the tmp file. |
|
8033 |
2452
|
8034 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8035 |
|
8036 * Version 1.90. |
|
8037 |
|
8038 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8039 |
2360
|
8040 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8041 |
|
8042 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8043 Don't check for string value of automatic_replot. |
|
8044 |
|
8045 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8046 Temporarily set do_fortran_indexing to 1, not "true". |
|
8047 |
|
8048 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8049 not "false". |
|
8050 |
|
8051 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8052 "false". |
|
8053 |
2355
|
8054 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8055 |
|
8056 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8057 |
2330
|
8058 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8059 |
|
8060 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8061 system command. |
|
8062 |
|
8063 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8064 |
|
8065 * __plr1__.m: Renamed from polar_int_1.m. |
|
8066 * __plr2__.m: Renamed from polar_int_2.m. |
|
8067 * __plr__.m: Renamed from polar_int.m. |
|
8068 * __plt1__.m: Renamed from plot_int_1.m. |
|
8069 * __plt2__.m: Renamed from plot_int_2.m. |
|
8070 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8071 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8072 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8073 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8074 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8075 * __plt__.m: Renamed from plot_int.m. |
|
8076 * __pltopt__.m: Renamed from plot_opt.m. |
|
8077 Change all callers. |
|
8078 |
|
8079 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8080 |
|
8081 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8082 comments like those found in Emacs lisp files. |
|
8083 |
|
8084 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8085 |
|
8086 * All .m files: Change comment style. |
|
8087 |
|
8088 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8089 |
|
8090 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8091 subplot.m, subwindow.m, top_title.m: |
|
8092 Print error message if gnuplot_has_multiplot is not true. |
|
8093 |
|
8094 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8095 |
|
8096 * plot/figure.m: New function. |
|
8097 |
|
8098 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8099 |
|
8100 * strings/strrep.m: New function. |
|
8101 |
|
8102 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8103 |
|
8104 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8105 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8106 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8107 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8108 New functions from Kurt Hornik, heavily modified by jwe. |
|
8109 |
|
8110 * general/reshape.m: Allow strings to be reshaped too. |
|
8111 |
|
8112 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8113 Always return a scalar. |
|
8114 |
|
8115 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8116 |
|
8117 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8118 Matlab. |
|
8119 |
|
8120 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8121 |
|
8122 * polynomial/polyfit.m: Add missing close paren. |
|
8123 |
|
8124 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8125 |
|
8126 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8127 |
|
8128 * io/scanf.m: Delete. |
|
8129 |
|
8130 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8131 |
|
8132 * statistics/median.m: Fix typo in usage message. |
|
8133 |
|
8134 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8135 |
|
8136 * miscellaneous/popen2.m: New file. |
|
8137 |
|
8138 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8139 |
|
8140 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8141 |
|
8142 * io: New directory. |
|
8143 * Makefile.in (SUBDIRS): Add it to the list. |
|
8144 |
|
8145 * miscellaneous/flops.m: New file. |
|
8146 |
|
8147 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8148 |
|
8149 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8150 vector, for compatibility with previous versions and with Matlab |
|
8151 (which only returns one scalar value). |
|
8152 |
|
8153 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8154 |
|
8155 * general/triu.m: Compute lower bound on loop index correctly. |
|
8156 * general/tril.m: Likewise, for upper bound. |
|
8157 |
|
8158 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8159 |
|
8160 * image/saveimage.m: For color images, make sure indices into |
|
8161 temporary colormap and result matrix have proper orientation. |
|
8162 Set grey flag correctly. |
|
8163 |
|
8164 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8165 |
|
8166 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8167 jrv@vanzandt.mv.com). |
|
8168 |
|
8169 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8170 |
|
8171 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8172 * mesh.m: Transpose Z if only one arg. |
|
8173 Handle case of all three args being matrices (from Jim Van Zandt |
|
8174 jrv@vanzandt.mv.com). |
|
8175 * meshdom.m: Undo previous change. |
|
8176 |
|
8177 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8178 |
|
8179 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8180 |
|
8181 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8182 |
|
8183 * audio: New directory of files from Kurt Hornik and Andreas |
|
8184 Weingessel. |
|
8185 * audio/Makefile.in: New file. |
|
8186 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8187 |
|
8188 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8189 |
|
8190 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8191 |
|
8192 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8193 |
|
8194 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8195 columns (z), not the other way around. |
|
8196 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8197 |
|
8198 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8199 |
|
8200 * plot/axis.m: Return current axis if nargin == 0. |
|
8201 |
|
8202 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8203 |
|
8204 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8205 |
|
8206 * polynomial/polyder.m: New file. |
|
8207 |
|
8208 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8209 |
|
8210 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8211 |
|
8212 * specfun/betainc.m: New file. |
|
8213 * specfun/gammainc.m: New file. |
|
8214 |
|
8215 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8216 |
|
8217 * general/strerror.m: New file. |
|
8218 * general/perror.m: Implement using strerror(). |
|
8219 |
|
8220 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8221 |
|
8222 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8223 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8224 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8225 |
|
8226 * image/saveimage.m: Round img values first. |
|
8227 |
|
8228 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8229 |
|
8230 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8231 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8232 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8233 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8234 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8235 tuwien/strfun/split.m: Add missing semicolons. |
|
8236 |
|
8237 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8238 |
|
8239 * image/Makefile.in: Don't build or install octtoppm. |
|
8240 |
|
8241 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8242 routines so that people who don't have the pbm stuff installed |
2330
|
8243 can still use this function. |
|
8244 |
|
8245 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8246 |
|
8247 * image/saveimage.m: Better error checking, clean up a bit. |
|
8248 |
|
8249 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8250 |
|
8251 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8252 avoid conflict with new built-in text-style function more. |
|
8253 |
|
8254 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8255 |
|
8256 * startup/Makefile.in (install): Also install octaverc in |
|
8257 $localfcnfiledir/startup/octavrc. |
|
8258 |
|
8259 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8260 |
|
8261 * mkinstalldirs: New file. |
|
8262 * Makefile.in (DISTFILES): Add it to the list. |
|
8263 |
|
8264 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8265 |
|
8266 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8267 |
|
8268 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8269 r(1) != c(nr), not if r(1) != c(1). |
|
8270 |
|
8271 * signal/filter.m: Doc fix. |
|
8272 |
|
8273 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8274 |
|
8275 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8276 ru_ or tv_ prefixes). |
|
8277 |
|
8278 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8279 |
|
8280 * time/ctime.m: Fix doc string and usage message. |
|
8281 |
|
8282 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8283 |
|
8284 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8285 |
|
8286 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8287 |
|
8288 * control/c2d.m: Make function work for any value of |
|
8289 whitespace_in_literal_matrix. |
|
8290 * control/dare.m: Likewise. |
|
8291 * control/tzero.m: Likewise. |
|
8292 * elfun/gcd.m: Likewise. |
|
8293 * elfun/lcm.m: Likewise. |
|
8294 * general/postpad.m: Likewise. |
|
8295 * general/prepad.m: Likewise. |
|
8296 * linear-algebra/kron.m: Likewise. |
|
8297 * miscellaneous/etime.m: Likewise. |
|
8298 * polynomial/conv.m: Likewise. |
|
8299 * polynomial/deconv.m: Likewise. |
|
8300 * polynomial/poly.m: Likewise. |
|
8301 * polynomial/roots.m: Likewise. |
|
8302 * signal/filter.m: Likewise. |
|
8303 * signal/freqz.m: Likewise. |
|
8304 * signal/fftfilt.m: Likewise. |
|
8305 |
|
8306 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8307 |
|
8308 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8309 |
|
8310 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8311 |
|
8312 * plot/polar_int_2.m: Add missing semicolons. |
|
8313 Set theta = theta', not rho'. |
|
8314 |
|
8315 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8316 |
|
8317 * polynomial/roots.m: Make it work for any value of |
|
8318 whitespace_in_literal_matrix. |
|
8319 |
|
8320 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8321 |
|
8322 * configure.in: New file. |
|
8323 |
|
8324 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8325 |
|
8326 * control/lyap.m: Add missing semicolon. |
|
8327 |
|
8328 * miscellaneous/cputime.m: New function file. |
|
8329 |
|
8330 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8331 |
|
8332 * time: New directory. |
|
8333 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8334 New function files. |
|
8335 * time/Makefile.in: New file. |
|
8336 * Makefile.in (SUBDIRS): Add time. |
|
8337 |
|
8338 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8339 |
|
8340 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8341 |
|
8342 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8343 |
|
8344 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8345 |
|
8346 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8347 |
|
8348 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8349 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8350 |
|
8351 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8352 |
|
8353 * Makefile.in (install): Create ls-R database file. |
|
8354 (uninstall): Delete it. |
|
8355 |
|
8356 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8357 |
5378
|
8358 * image/saveimage.m: Fix typo. |
2330
|
8359 |
|
8360 See ChangeLog.1 in the top level directory for earlier changes. |