7118
|
1 2007-11-07 David Bateman <dbateman@free.fr> |
|
2 |
|
3 * plot/surfc.m, plot/meshc.m: New files. |
|
4 * plot/Makefile.in (SOURCES): Add them to the list. |
|
5 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
6 |
7117
|
7 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
8 |
|
9 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
10 |
7115
|
11 2007-11-07 John W. Eaton <jwe@octave.org> |
|
12 |
|
13 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
14 the data limits are infinite. |
|
15 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
16 (get_axis_limits): Don't do anything if min_val or max_val are |
|
17 infinite. |
|
18 |
7112
|
19 2007-11-06 David Bateman <dbateman@free.fr> |
|
20 |
|
21 * plot/hist.m: Pass any additional arguments to bar for |
|
22 treatment. Create a default x value that is always a vector. |
|
23 |
7111
|
24 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
25 |
|
26 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
27 when calling ./configure and add quotes to preserve spaces. |
7109
|
28 |
|
29 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
30 |
|
31 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
32 New files. |
|
33 * plot/mesh.m: Call surface to do the real work. |
|
34 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
35 properties. |
|
36 |
|
37 * image/colormap.m: Also return current colormap if nargout and |
|
38 nargin are both 0. |
|
39 |
7106
|
40 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
41 |
|
42 * startup/inputrc: Delete key bindings starting with \340 code. |
|
43 |
7112
|
44 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
45 |
|
46 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
47 to avoid issues of over- and underflow. From Rolf Fabian |
|
48 <Rolf.Fabian@gmx.de>. |
|
49 |
7097
|
50 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
51 |
|
52 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
53 help texts. |
|
54 |
7096
|
55 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
56 |
|
57 * plot/bar.m, plot/barh.m: Doc fix. |
|
58 |
7094
|
59 2007-10-31 John W. Eaton <jwe@octave.org> |
|
60 |
|
61 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
62 |
7086
|
63 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
64 |
|
65 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
66 objects and legend objects are implemented with a separate axes |
|
67 object. |
|
68 |
7078
|
69 2007-10-30 David Bateman <dbateman@free.fr> |
|
70 |
7081
|
71 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
72 |
7078
|
73 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
74 Use point type 0 for ".". |
|
75 |
7073
|
76 2007-10-26 John W. Eaton <jwe@octave.org> |
|
77 |
7074
|
78 * image/imshow.m: Improve compatibility. |
|
79 * image/image.m: Return handle if nargou > 0. |
|
80 |
7073
|
81 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
82 |
7069
|
83 2007-10-25 John W. Eaton <jwe@octave.org> |
|
84 |
|
85 * miscellaneous/compare_versions.m: Style fixes. |
|
86 |
7060
|
87 2007-10-24 John W. Eaton <jwe@octave.org> |
|
88 |
7061
|
89 * image/saveimage.m: Use functional form of save instead of eval. |
|
90 Use -text instead of -ascii. |
|
91 |
7060
|
92 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
93 |
7054
|
94 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
95 |
|
96 * plot/legend.m: Also extract location string from varargin (lost |
|
97 when 2007-10-08 patch was applied). |
|
98 |
7049
|
99 2007-10-23 David Bateman <dbateman@free.fr> |
|
100 |
|
101 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
102 miscellaneous/what.m: New functions |
|
103 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
104 functions. |
|
105 |
7045
|
106 2007-10-22 David Bateman <dbateman@free.fr> |
|
107 |
|
108 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
109 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
110 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
111 |
7042
|
112 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
113 |
|
114 * plot/contourf.m: New function. |
|
115 * plot/Makefile.in (SOURCES): Add it to the list. |
|
116 |
7040
|
117 2007-10-19 John W. Eaton <jwe@octave.org> |
|
118 |
|
119 * plot/subplot.m: Doc fix. |
|
120 |
7039
|
121 2007-10-19 David Bateman <dbateman@free.fr> |
|
122 |
7041
|
123 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
124 |
7037
|
125 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
126 |
|
127 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
128 output. |
|
129 |
7031
|
130 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
131 |
|
132 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
133 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
134 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
135 control/system/syssetsignals.m, control/base/lqg.m, |
|
136 strings/str2double.m, control/system/sysscale.m, |
|
137 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
138 Make help text fit on pages when using smallbook. |
|
139 |
7028
|
140 2007-10-15 David Bateman <dbateman@free.fr> |
|
141 |
7032
|
142 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
143 on the screen. |
|
144 |
7028
|
145 * testfun/test.m: In error/warning blocks test for an error before |
|
146 a warning to avoid unexpected failures. |
|
147 |
7027
|
148 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
149 |
|
150 * testfun/assert.m: Correct documentation of absolution versus |
|
151 relative error tolerance and add tests. |
|
152 |
7024
|
153 2007-10-14 David Bateman <dbateman@free.fr> |
|
154 |
|
155 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
156 src directory. |
|
157 * plot/Makefile.in (SOURCES): Add fill.m. |
|
158 |
7020
|
159 2007-10-13 David Bateman <dbateman@free.fr> |
|
160 |
|
161 * plot/__patch__.m: Allow multiple patches to be defined and |
|
162 return a single patch object. Allow Faces/Vertices form of |
|
163 patch. Flag failure so the patch can call print_usage. |
|
164 * plot/patch.m: Update help string for Faces/Vertices |
|
165 call. Respect the fail flag returned by __patch__. Add demo code |
|
166 that tests the functionality of patch. |
|
167 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
168 patch object. |
|
169 * plot/fill.m: New function. |
|
170 |
7016
|
171 2007-10-12 John W. Eaton <jwe@octave.org> |
|
172 |
|
173 * Change copyright notices in all files that are part of Octave to |
|
174 GPLv3 or any later version. |
|
175 |
7012
|
176 2007-10-11 John W. Eaton <jwe@octave.org> |
|
177 |
|
178 * plot/__go_draw_axes__.m (get_axis_limits): |
|
179 Return lim = [] if logscale and no positive values. |
|
180 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
181 Set initial min and min positive values to Inf, max values to -Inf. |
|
182 (get_data_limits): Correctly handle xminp when no positive values |
|
183 are found. |
|
184 |
7011
|
185 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
186 |
|
187 * polynomial/residue.m: New optional input for pole multiplicity. |
|
188 Doc fix. Fix tests. |
|
189 |
7010
|
190 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
191 |
|
192 * toplev.cc (Foctave_config_info): Add field "mac". |
|
193 |
|
194 * miscellaneous/ismac.m: New function. |
|
195 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
196 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
197 |
7009
|
198 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
199 |
|
200 * statistics/distributions/hygernd.m: Allow size to be specified |
|
201 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
202 scalars or matrices of a common size. |
|
203 |
7007
|
204 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
205 |
|
206 * control/csrefcard.lt, control/system/is_detectable.m, |
|
207 control/system/sysgroup.m, geometry/voronoin.m, |
|
208 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
209 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
210 statistics/distributions/binornd.m, |
|
211 statistics/distributions/cauchy_rnd.m, |
|
212 statistics/distributions/chi2rnd.m, |
|
213 statistics/distributions/discrete_rnd.m, |
|
214 statistics/distributions/exprnd.m, |
|
215 statistics/distributions/frnd.m, |
|
216 statistics/distributions/gamrnd.m, |
|
217 statistics/distributions/geornd.m, |
|
218 statistics/distributions/laplace_rnd.m, |
|
219 statistics/distributions/logistic_rnd.m, |
|
220 statistics/distributions/lognrnd.m, |
|
221 statistics/distributions/nbinrnd.m, |
|
222 statistics/distributions/normrnd.m, |
|
223 statistics/distributions/poissrnd.m, |
|
224 statistics/distributions/stdnormal_rnd.m, |
|
225 statistics/distributions/trnd.m, |
|
226 statistics/distributions/unifrnd.m, |
|
227 statistics/distributions/wblrnd.m: Spelling fixes. |
|
228 |
7005
|
229 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
230 |
|
231 * time/tic.m: New optional output value. |
|
232 |
|
233 * general/int2str.m: Doc fix. |
|
234 |
7002
|
235 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
236 |
|
237 * statistics/distributions/hygecdf.m, |
|
238 statistics/distributions/hygeinv.m, |
|
239 statistics/distributions/hygepdf.m, |
|
240 statistics/distributions/hygernd.m: |
|
241 Swap order of T and M args for compatibility. |
|
242 |
7001
|
243 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
244 |
|
245 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
246 control/system/buildssic.m, control/system/c2d.m, |
|
247 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
248 control/system/ss2sys.m, control/system/ss2tf.m, |
|
249 control/system/syscont.m, control/system/sysdimensions.m, |
|
250 control/system/sysdisc.m, control/system/sysmult.m, |
|
251 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
252 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
253 general/interp1.m, general/interp2.m, general/interp3.m, |
|
254 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
255 general/rat.m, general/structfun.m, general/trapz.m, |
|
256 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
257 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
258 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
259 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
260 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
261 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
262 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
263 statistics/base/meansq.m, statistics/base/var.m, |
|
264 statistics/tests/chisquare_test_independence.m, |
|
265 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
266 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
267 testfun/test.m: Spelling fixes. |
|
268 |
6998
|
269 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
270 |
|
271 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
272 |
6997
|
273 2007-10-10 John W. Eaton <jwe@octave.org> |
|
274 |
|
275 * general/num2str.m: Always allow for sign for automatically |
|
276 computed format widths. |
|
277 |
6988
|
278 2007-10-09 David Bateman <dbateman@free.fr> |
|
279 |
|
280 * plot/patch.m: Accept a handle as the first argument. |
|
281 |
6987
|
282 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
283 |
7010
|
284 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
285 |
6985
|
286 2007-10-09 John W. Eaton <jwe@octave.org> |
|
287 |
|
288 * audio/wavwrite.m: Accept arguments in compatible order. |
|
289 |
6979
|
290 2007-10-08 David Bateman <dbateman@free.fr> |
|
291 |
|
292 * general/interp2.m: Relax test for values outside the grid to |
|
293 allow monotonically decreasing abscissa as well. |
|
294 |
6978
|
295 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
296 |
|
297 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
298 as output parameter. |
|
299 |
6977
|
300 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
301 |
|
302 * plot/__go_draw_axes__.m, plot/legend.m: |
|
303 Handle compatible position specifiers as strings. |
|
304 |
6975
|
305 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
306 |
|
307 * general/num2str.m: Eliminate extra whitespace in output. |
|
308 * strings/strtrim.m: New function. |
|
309 * strings/Makefile.in (SOURCES): Add it to the list. |
|
310 |
6968
|
311 2007-10-06 John W. Eaton <jwe@octave.org> |
|
312 |
|
313 * polynomial/residue.m: New test from test/test_poly.m. |
|
314 |
6967
|
315 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
316 |
|
317 * image/saveimage.m: Handle saving color images without a colormap. |
|
318 * image/__img_via_file__.m: Add missing semicolon. |
|
319 |
|
320 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
321 |
7010
|
322 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
323 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
324 |
6965
|
325 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
326 |
|
327 * plot/print.m: Handle svg output type. Accept new -S option to |
|
328 specify size for PNG and SVG output types. |
|
329 |
|
330 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
331 |
|
332 * polynomial/mpoles.m: New function. |
|
333 * polynomial/residue.m: Modified to behave in reciprocal |
|
334 manner. No longer compute 4th output, "e". No longer accept |
|
335 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
336 Respect maximum relative difference in poles when determining |
|
337 their multiplicity. Use mpoles to determine the multiplicity of |
|
338 poles. |
|
339 |
6963
|
340 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
341 |
|
342 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
343 for surface plots. |
|
344 |
6962
|
345 2007-10-05 John W. Eaton <jwe@octave.org> |
|
346 |
|
347 * plot/__next_line_color__.m: Get color_rotation from axes |
|
348 colororder property. |
|
349 |
6953
|
350 2007-10-03 John W. Eaton <jwe@octave.org> |
|
351 |
6955
|
352 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
353 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
354 |
6953
|
355 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
356 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
357 special for __vnorm__. |
|
358 |
6951
|
359 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
360 |
6952
|
361 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
362 |
6950
|
363 2007-10-03 David Bateman <dbateman@free.fr> |
|
364 |
|
365 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
366 if a file is architecture dependent based on a list of file |
|
367 extensions. |
|
368 (configure_make): Simplify the search for architecture dependent |
|
369 files based on this function. |
|
370 (load_pakages_and_dependencies): Also look for bin directory in |
|
371 the architecture dependent directory. |
|
372 |
6947
|
373 2007-10-03 John W. Eaton <jwe@octave.org> |
|
374 |
|
375 * miscellaneous/dir.m: Create empty struct with field names. |
|
376 Include datenum in struct. |
|
377 |
6943
|
378 2007-10-02 David Bateman <dbateman@free.fr> |
|
379 |
|
380 * miscellaneous/ls.m: If nargout return string array of files |
|
381 returned by ls. |
|
382 |
6942
|
383 2007-10-01 John W. Eaton <jwe@octave.org> |
|
384 |
|
385 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
386 range values. |
|
387 |
6937
|
388 2007-10-01 David Bateman <dbateman@free.fr> |
|
389 |
7010
|
390 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
391 speed with small vectors. |
6937
|
392 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
393 rather than OCTAVE_HOME(). |
|
394 |
6935
|
395 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
396 |
|
397 * plot/findobj.m: New function. |
|
398 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
399 |
6925
|
400 2007-09-26 David Bateman <dbateman@free.fr> |
|
401 |
|
402 * pkg/pkg.m: Add second argument to setting for prefix for |
|
403 architecture dependent files. Use throughout. |
|
404 (pkg:issuperuser): New function, use through to check for |
|
405 root user. |
|
406 (pkg:getarchprefix): function to give the archiecture dependent |
|
407 prefix for a package. |
|
408 (pkg:getarchdir): New function giving location of architetcure |
|
409 dependent directory. Use through out. |
|
410 (pkg:install): Treat architecture dependent directory separately |
|
411 as in might not be a sub-directory of the package directory. |
|
412 (pkg:uninstall): ditto. |
|
413 (pkg:create_pkgadddel): Check for global or local install for |
|
414 architecture dependent directory. |
|
415 (pkg:finish_installation): ditto. |
|
416 (pkg:write_INDEX): ditto. |
|
417 (pkg:load_packages_and_dependencies): ditto. |
|
418 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
419 files to a new location if user is root. |
|
420 (pkg:rm_rf): Check if file or directory exists before removing. |
|
421 (pkg:dirempty): Check if directory exists before checking. |
|
422 |
|
423 * plot/___patch__.m: Allow face colors to be passed as strings |
|
424 |
|
425 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
426 needed for calls to "hold" without an argument. |
|
427 |
6920
|
428 2007-09-21 John W. Eaton <jwe@octave.org> |
|
429 |
6921
|
430 * optimization/sqp.m: Fix typo. |
|
431 |
6920
|
432 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
433 |
6919
|
434 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
435 |
|
436 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
437 |
6918
|
438 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
439 |
|
440 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
441 unidpdf.m and unidinv.m |
|
442 |
6914
|
443 2007-09-18 John W. Eaton <jwe@octave.org> |
|
444 |
|
445 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
446 (do_tics_1): Set numeric axes formats to "%.15g". |
|
447 |
6912
|
448 2007-09-18 David Bateman <dbateman@free.fr> |
|
449 |
|
450 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
451 of %g when writing data. |
|
452 |
6908
|
453 2007-09-17 John W. Eaton <jwe@octave.org> |
|
454 |
|
455 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
456 |
6903
|
457 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
458 |
|
459 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
460 noninteger N with N-K < 1. |
|
461 |
6901
|
462 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
463 |
|
464 * strings/index.m: Correct for strings differing after the third |
|
465 position (bug reported by Maude Martin). |
|
466 |
6895
|
467 2007-09-13 John W. Eaton <jwe@octave.org> |
|
468 |
|
469 * plot/__default_colormap__.m: Delete. |
|
470 * plot/Makefile (SOURCES): Remove from the list. |
|
471 |
6898
|
472 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
473 |
|
474 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
475 |
6885
|
476 2007-09-10 David Bateman <dbateman@free.fr> |
|
477 |
|
478 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
479 limit the selection of colors in the same way as for lines. |
|
480 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
481 column. |
|
482 * plot/__bar__.m: Adapt to use "patch". |
|
483 |
6870
|
484 2007-09-06 John W. Eaton <jwe@octave.org> |
|
485 |
|
486 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
487 (init_plot_stream): Split from open_plot_stream. |
|
488 * plot/print.m: Accept -debug=FILE argument. |
|
489 |
6868
|
490 2007-09-06 David Bateman <dbateman@free.fr> |
|
491 |
7010
|
492 * general/celldisp.m: New function. |
|
493 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
494 * miscellaneous/swapbytes.m: New function. |
|
495 * miscellaneous/gzip.m: New function. |
|
496 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
497 |
6863
|
498 2007-09-05 David Bateman <dbateman@free.fr> |
|
499 |
7010
|
500 * general/structfun.m: New function. |
|
501 * general/Makefile.in (SOURCES): Add it to sources. |
|
502 * miscellaneous/run.m: New function. |
|
503 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
504 * statistics/base/mode.m: New function. |
|
505 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
506 |
6862
|
507 2007-09-05 John W. Eaton <jwe@octave.org> |
|
508 |
|
509 * miscellaneous/orderfields.m: Use numel instead of length. |
|
510 |
|
511 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
512 |
|
513 * miscellaneous/orderfields.m: Handle empty structs. |
|
514 |
6861
|
515 2007-09-05 John W. Eaton <jwe@octave.org> |
|
516 |
|
517 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
518 DATA_IDX. |
|
519 |
|
520 2007-09-04 David Bateman <dbateman@free.fr> |
|
521 |
|
522 * general/isdir.m: Return a logical value. |
|
523 |
6859
|
524 2007-09-04 David Bateman <dbateman@free.fr> |
|
525 |
|
526 * statistics/distributions/chi2pdf.m, |
|
527 statistics/distributions/chi2cdf.m, |
|
528 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
529 distribution functions to account for inverse of scale factor in |
|
530 gamma functions. |
|
531 |
6857
|
532 2007-09-01 John W. Eaton <jwe@octave.org> |
|
533 |
|
534 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
535 |
6853
|
536 2007-09-01 David Bateman <dbateman@free.fr> |
|
537 |
|
538 * polynomial/polyint.m: New function like polyinteg but with |
|
539 explicit integration constant. |
|
540 * polynomial/polyinteg.m: Remove. |
|
541 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
542 polyinteg.m. |
|
543 * deprecated/polyinteg.m: Move version here. |
|
544 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
545 |
6852
|
546 * geometry/voronoi.m: Add large box around data to get a good |
|
547 approximation of the rays to infinity. |
|
548 |
6851
|
549 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
550 |
|
551 * plot/axes.m: Allow parent to be specified when creating axes |
|
552 objects. Support non-figure parents. |
|
553 |
|
554 2007-08-31 John W. Eaton <jwe@octave.org> |
|
555 |
|
556 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
557 |
6850
|
558 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
559 |
7010
|
560 * polynomial/polygcd.m: Better layout of example. |
|
561 * polynomial/compan.m: Remove unnecessary check. |
|
562 * polynomial/roots.m: Added example to help text. |
|
563 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
564 * polynomial/poly.m: Added example to help text. |
6850
|
565 |
6848
|
566 2007-08-30 John W. Eaton <jwe@octave.org> |
|
567 |
|
568 * optimization/qp.m: Increase maxit to 200. |
|
569 |
6847
|
570 2007-08-30 David Bateman <dbateman@free.fr> |
|
571 |
|
572 * geometry/inpolygon.m: New file. |
|
573 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
574 |
6843
|
575 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
576 |
|
577 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
578 |
6829
|
579 2007-08-24 David Bateman <dbateman@free.fr> |
|
580 |
|
581 * plot/__go_draw_axes__.m: Treat text color property. |
|
582 |
6828
|
583 2007-08-24 John W. Eaton <jwe@octave.org> |
|
584 |
|
585 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
586 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
587 |
|
588 * miscellaneous/movefile.m: Separate second and third args and |
|
589 use p1 and p2, not f1 and f2 when constructing arguments for |
|
590 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
591 |
6825
|
592 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
593 |
|
594 * set/intersect.m: Make it work with cell arrays of strings. |
|
595 |
6823
|
596 2007-08-24 David Bateman <dbateman@free.fr> |
|
597 |
7010
|
598 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
599 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
600 functions ported from octave-forge. |
7010
|
601 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
602 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
603 geometry/triplot.m, geometry/tsearchn.m: |
|
604 New functions. |
7010
|
605 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
606 * geometry/Makefile.in (SOURCES): Add functions above. |
|
607 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
608 |
6820
|
609 2007-08-23 John W. Eaton <jwe@octave.org> |
|
610 |
|
611 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
612 variable name. |
|
613 |
|
614 2007-08-23 David Bateman <dbateman@free.fr> |
|
615 |
|
616 * plot/plot.m: Allow first arg to be axes handle. |
|
617 |
6818
|
618 2007-08-22 David Bateman <dbateman@free.fr> |
|
619 |
|
620 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
621 outputs are returned only if requested. |
|
622 |
|
623 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
624 |
|
625 * control/base/nichols.m: Fix typo. |
|
626 |
6813
|
627 2007-08-13 John W. Eaton <jwe@octave.org> |
|
628 |
|
629 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
630 |
6809
|
631 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
632 |
|
633 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
634 use axes position in each appropriate gnuplot set statement. |
|
635 |
6808
|
636 2007-08-10 John W. Eaton <jwe@octave.org> |
|
637 |
|
638 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
639 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
640 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
641 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
642 |
6807
|
643 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
644 |
|
645 * plot/patch.m, plot/__patch__.m: New files. |
|
646 * plot/Makefile.in (SOURCES): Add them to the list. |
|
647 |
|
648 2007-08-07 John W. Eaton <jwe@octave.org> |
|
649 |
|
650 * path/savepath.m: Use single quotes for argument to PATH command |
|
651 that is inserted in file. |
|
652 |
6805
|
653 2007-07-27 John W. Eaton <jwe@octave.org> |
|
654 |
|
655 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
656 not set in the environment. |
|
657 |
6796
|
658 2007-07-25 David Bateman <dbateman@free.fr> |
|
659 |
|
660 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
661 control/base/Makefile.in, control/hinf/Makefile.in, |
|
662 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
663 control/util/Makefile.in, deprecated/Makefile.in, |
|
664 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
665 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
666 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
667 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
668 polynomial/Makefile.in, quaternion/Makefile.in, |
|
669 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
670 specfun/Makefile.in, special-matrix/Makefile.in, |
|
671 startup/Makefile.in, statistics/Makefile.in, |
|
672 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
673 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
674 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
675 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
676 |
6795
|
677 2007-07-25 John W. Eaton <jwe@octave.org> |
|
678 |
|
679 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
680 |
6793
|
681 2007-07-24 David Bateman <dbateman@free.fr> |
|
682 |
|
683 * image/flag.m: New colormap function. |
|
684 * images/Makefile.in: Include it in SOURCES. |
|
685 |
|
686 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
687 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
688 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
689 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
690 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
691 number of colormap elements as the other colormap functions. |
|
692 |
6790
|
693 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
694 |
|
695 * plot/__go_draw_axes__.m: Handle patch. |
|
696 |
6788
|
697 2007-07-23 David Bateman <dbateman@free.fr> |
|
698 |
|
699 * general/rat.m: New function for ration approximation imported |
|
700 from octave-forge. |
|
701 * general/del2.m: New function for discrete laplacian operator. |
|
702 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
703 |
|
704 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
705 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
706 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
707 image/winter.m, image/brighten.m: Port image functions from |
|
708 octave-forge. |
|
709 * image/Makefile.in: Add ported functions to SOURCES. |
|
710 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
711 compatibility with matlab. |
|
712 |
|
713 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
714 octave-forge |
|
715 * plot/Makefile.in: Add ported functions to SOURCES. |
|
716 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
717 using gnuplot 4.2 or greater. |
|
718 |
6785
|
719 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
720 |
|
721 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
722 |
6781
|
723 2007-07-19 David Bateman <dbateman@free.fr> |
|
724 |
|
725 * plot/fplot.m: More compatible version. |
|
726 |
6780
|
727 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
728 |
|
729 * plot/clf.m: Check for valid handle before deleting. |
|
730 |
|
731 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
732 __go_figure__ instead of using regular "set" call. |
|
733 |
6779
|
734 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
735 |
|
736 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
737 type for gnuplot. |
|
738 |
6778
|
739 2007-07-18 John W. Eaton <jwe@octave.org> |
|
740 |
|
741 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
742 gnuplot for each set of axes. |
|
743 |
6777
|
744 2007-07-18 David Bateman <dbateman@free.fr> |
|
745 |
6778
|
746 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
747 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
748 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
749 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
750 Use standard scale factor rather than one on the scale factor for |
|
751 compatibility. |
|
752 |
|
753 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
754 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
755 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
756 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
757 Preserve backward compatibility. |
6777
|
758 |
6776
|
759 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
760 |
|
761 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
762 to avoid issues with regexp special characters in the path strings. |
|
763 |
6770
|
764 2007-07-06 David Bateman <dbateman@free.fr> |
|
765 |
6778
|
766 * general/accumarray.m: New function to create an array by |
|
767 accumulating the elements. |
6770
|
768 |
6768
|
769 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
770 |
|
771 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
772 (fdjac): Set nx outside of if block. |
|
773 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
774 |
6765
|
775 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
776 |
|
777 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
778 |
|
779 * plot/axis.m: Also set "visible" property when setting axes to |
|
780 on/off. |
|
781 |
6762
|
782 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
783 |
|
784 * image/colormap.m: Only return colormap if nargout > 0. |
|
785 Mark as command. |
|
786 |
6758
|
787 2007-06-25 John W. Eaton <jwe@octave.org> |
|
788 |
|
789 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
790 strcmp for selected property comparisons. |
|
791 |
6756
|
792 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
793 |
6778
|
794 * image/imshow.m: Fix check for colormap arguments. |
6756
|
795 |
6754
|
796 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
797 |
|
798 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
799 |
6756
|
800 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
801 |
6778
|
802 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
803 argument, and note that the data should be sorted for the |
|
804 definition of the median to be correct. |
|
805 |
6778
|
806 * statistics/base/std.m: Add missing square to definition of |
6754
|
807 standard deviation. |
|
808 |
6778
|
809 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
810 |
|
811 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
812 statistics/base/std.m: |
|
813 Note that \bar{x} is the mean value of x in the help text. |
|
814 |
6778
|
815 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
816 coefficient to the help text. |
|
817 |
6778
|
818 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
819 |
|
820 * statistics/base/var.m: Put N in @math in help text. |
|
821 |
|
822 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
823 statistics/tests/kolmogorov_smirnov_test.m: |
|
824 Write about possible values of 'dist' in help text. |
|
825 |
6778
|
826 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
827 Add definition of correlation to the help text. |
|
828 |
6778
|
829 * statistics/base/logit.m, statistics/base/kendall.m, |
|
830 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
831 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
832 TeXification of help text. |
|
833 |
|
834 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
835 |
|
836 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
837 Add missing @var's to help text. |
|
838 |
|
839 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
840 |
|
841 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
842 of help text. |
|
843 |
|
844 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
845 help text. |
|
846 |
|
847 * statistics/distributions/unidpdf.m, |
|
848 statistics/distributions/discrete_pdf.m: |
|
849 Replace 'pDF' with 'PDF' in help text. |
|
850 |
6753
|
851 2007-06-25 John W. Eaton <jwe@octave.org> |
|
852 |
|
853 * strings/substr.m: Use offset consistently in code and doc string. |
|
854 From Rafael Laboissiere <rafael@debian.org>. |
|
855 |
6752
|
856 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
857 |
6778
|
858 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
859 |
6751
|
860 2007-06-25 John W. Eaton <jwe@octave.org> |
|
861 |
|
862 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
863 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
864 <juhani@cs.joensuu.fi>. |
|
865 |
6748
|
866 2007-06-20 John W. Eaton <jwe@octave.org> |
|
867 |
6749
|
868 * strings/index.m: Allow strings to be empty. |
|
869 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
870 |
6748
|
871 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
872 |
6747
|
873 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
874 |
|
875 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
876 separate matrices. |
|
877 |
6746
|
878 2007-06-19 David Bateman <dbateman@free.fr> |
|
879 |
|
880 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
881 only ";;" legend syntax. |
|
882 * polynomial/mkpp.m: ditto. |
|
883 * polynomial/pchip.m: ditto. |
|
884 * signal/freqz_plot.m: ditto. |
|
885 * sparse/gplot.m: ditto. |
|
886 * sparse/treeplot.m: ditto. |
|
887 |
6745
|
888 2007-06-19 John W. Eaton <jwe@octave.org> |
|
889 |
|
890 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
891 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
892 |
6742
|
893 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
894 |
6778
|
895 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
896 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
897 to check for NA. |
|
898 |
6741
|
899 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
900 |
6778
|
901 * optimization/glpk.m: TeXified the help text. |
|
902 * optimization/qp.m: TeXified the help text. |
|
903 * optimization/sqp.m: TeXified the help text. |
6741
|
904 |
6740
|
905 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
906 |
6778
|
907 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
908 |
6738
|
909 2007-06-15 John W. Eaton <jwe@octave.org> |
|
910 |
|
911 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
912 have_newer_gnuplot is true. |
|
913 |
6736
|
914 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
915 |
6778
|
916 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
917 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
918 to 90, all others 0. |
|
919 |
6778
|
920 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
921 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
922 get_data_limits. |
6778
|
923 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
924 called by __errplot__. |
|
925 |
6730
|
926 2007-06-15 John W. Eaton <jwe@octave.org> |
|
927 |
|
928 * testfun/test.m: Also return number of expected failures. |
|
929 |
6724
|
930 2007-06-14 John W. Eaton <jwe@octave.org> |
|
931 |
6730
|
932 * set/ismember.m: Mark two tests known to fail with xtest. |
|
933 |
6724
|
934 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
935 |
6728
|
936 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
937 |
|
938 * testfun/test.m: Add xtest support for tests known to fail. |
|
939 |
6727
|
940 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
941 |
|
942 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
943 epslatexstandalone terminals. |
|
944 |
6721
|
945 2007-06-14 David Bateman <dbateman@free.fr> |
|
946 |
|
947 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
948 as permutation of results was incorrect. |
|
949 * general/interp1.m: Add demo on second derivative |
|
950 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
951 call. Add 3D demo. Fix typos |
|
952 * general/interp3.m: Fix typos. Correct permutation for use of |
|
953 interpn. |
6721
|
954 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
955 |
6717
|
956 2007-06-13 John W. Eaton <jwe@octave.org> |
|
957 |
|
958 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
959 |
6706
|
960 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
961 |
|
962 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
963 |
6704
|
964 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
965 |
|
966 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
967 Set have_linestyle to true if two character linestyle is found. |
|
968 |
6702
|
969 2007-06-12 David Bateman <dbateman@free.fr> |
|
970 |
6717
|
971 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
972 and interpn.m. |
|
973 |
|
974 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
975 structure before using it. |
|
976 |
|
977 2007-06-12 David Bateman <dbateman@free.fr> |
|
978 |
6704
|
979 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
980 * general/__splinen__.m: New support function for N-dimensional |
|
981 spline interpolation. |
|
982 * general/bicubic.m: Allow definition of extrapolation |
|
983 value. Adapt tests to use new graphics interface |
|
984 * general/interp2.m: Call __splinen__ for 2-D spline |
|
985 interpolation. Make the lookup table code only be called for |
|
986 linear and nearest methods. |
|
987 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
988 and spline interpolation. |
|
989 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
990 and spline interpolation. |
6704
|
991 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
992 |
6701
|
993 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
994 |
|
995 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
996 |
6699
|
997 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
998 |
|
999 * plot/fplot.m: If function is inline, vectorize it. |
|
1000 |
6698
|
1001 2007-06-10 David Bateman <dbateman@free.fr> |
|
1002 |
|
1003 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1004 directory if need to, so that it fits on a line. |
|
1005 |
6695
|
1006 2007-06-07 David Bateman <dbateman@free.fr> |
|
1007 |
|
1008 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1009 saved file so that dependent packages are loaded first, and if |
|
1010 nargout==0 don't return any arguments. |
|
1011 (pkg:install): Only load packages that are marked autoload after |
|
1012 install. Various fixes. Save in order. |
|
1013 (pkg:uninstall): Save in order |
|
1014 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1015 packages. |
|
1016 (pkg:save_order): New function to sort package list with dependent |
|
1017 packages first. |
|
1018 (pkg:load_packages_and_dependencies): New function to load both a |
|
1019 list of packages and their dependencies. |
|
1020 (pkg:load_package_dirs): New function that returns a vector of the |
|
1021 indexes into the installed package list indicating the packages to |
|
1022 load and the order to load them in to respect the dependencies. |
|
1023 |
6688
|
1024 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1025 |
|
1026 * plot/axes.m: Eliminate redundant else clause. |
|
1027 |
6686
|
1028 2007-06-03 David Bateman <dbateman@free.fr> |
|
1029 |
|
1030 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1031 * pkg/pkg.m: Protect against multiple actions being define. |
|
1032 |
6683
|
1033 2007-06-01 David Bateman <dbateman@free.fr> |
|
1034 |
|
1035 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1036 incorporate into main pkg function. |
|
1037 (pkg:install): Check for existence of files to install before |
|
1038 globbing and warn the user if they don't exist. |
|
1039 |
6675
|
1040 2007-05-31 David Bateman <dbateman@free.fr> |
|
1041 |
6679
|
1042 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1043 directory over several copy command to limit the line length. |
|
1044 * miscellaneous/movefile.m: Ditto. |
|
1045 |
6675
|
1046 * pkg.m: Add build option to allow binary Octave packages to be |
|
1047 built from source packages. Probe absolute path of prefix, global |
|
1048 and local lists. Use strcat, rather that [] for strings. |
|
1049 (pkg:build): New function to binary binary package. |
|
1050 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1051 (pkg:repackage): Package binary Octave package from installation. |
|
1052 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1053 from m-files into main installation directory. |
|
1054 (pkg:shell): Suppress verbose messages from shell and only display |
|
1055 them with the verbose flag. |
|
1056 (pkg:installed_packages): Also include the loaded flag in the |
|
1057 local and global packages. |
|
1058 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1059 flagged as loaded. |
|
1060 |
|
1061 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1062 |
|
1063 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1064 with and without architecture dependent directories. |
|
1065 (pkg:installed_packages): Probe the global_list file even if it is |
|
1066 the same as the local_list. |
|
1067 |
6669
|
1068 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1069 |
|
1070 * sparse/spy.m: Set axis to "ij" mode. |
|
1071 |
6664
|
1072 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1073 |
|
1074 * set/ismember.m: Quote first arg of "fail" tests. |
|
1075 |
6663
|
1076 2007-05-24 David Bateman <dbateman@free.fr> |
|
1077 |
6778
|
1078 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1079 |
6655
|
1080 2007-05-22 David Bateman <dbateman@free.fr> |
|
1081 |
|
1082 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1083 error(lasterr()(8:end)). |
|
1084 (pkg:install): Warning for empty packages being removed. Suppress |
|
1085 spurious output. Warning rather than error for uninstalling a |
|
1086 package that is not installed to avoid RPM issue. |
|
1087 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1088 inst or architecture dependent directory if it exists. |
|
1089 |
6653
|
1090 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1091 |
|
1092 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1093 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1094 signal/freqz.m: Fix typos. |
|
1095 |
6645
|
1096 2007-05-21 David Bateman <dbateman@free.fr> |
|
1097 |
|
1098 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1099 force installation location. |
|
1100 (rebuild): New subfunction to rebuild package database from |
|
1101 installed packages. Also allows changing of autoload status |
|
1102 (install): Warn use if attempting to install from non existent |
|
1103 file. |
|
1104 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1105 "USER", "root"))' for root test. |
|
1106 |
|
1107 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1108 |
|
1109 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1110 and replace "\" characters with "/". |
|
1111 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1112 characters with "/" throughout. |
|
1113 (shell): New subfunction that wraps system and is careful with the |
|
1114 shell on windows platforms. |
|
1115 (configure_make): Explictly pass complier etc to configure |
|
1116 process. |
|
1117 (issuperuser): Force default to global install for Windows machines. |
|
1118 |
6636
|
1119 2007-05-19 Kristan Onu |
|
1120 |
|
1121 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1122 |
6634
|
1123 2007-05-18 David Bateman <dbateman@free.fr> |
|
1124 |
|
1125 * pkg/pkg.m (install): More verbosity. |
|
1126 (configure_make): Ditto. |
|
1127 (create_pkgadddel): Install in architecture dependent directory if |
|
1128 it exists to address issues with autoload/mfilename. |
|
1129 (write_INDEX): Check in archiecture dependent directories as well. |
|
1130 |
6633
|
1131 2007-05-17 David Bateman <dbateman@free.fr> |
|
1132 |
|
1133 * plot/hbar.m: Remove. |
|
1134 * plot/barh.m: and move it here. |
|
1135 |
6631
|
1136 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1137 |
|
1138 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1139 |
6629
|
1140 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1141 |
|
1142 * general/logspace.m: Return second arg if fewer than two values |
|
1143 are requested. |
|
1144 |
6619
|
1145 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1146 |
|
1147 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1148 on a new line. |
|
1149 |
6617
|
1150 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1151 |
|
1152 * statistics/distributions/norminv.m, |
|
1153 statistics/distributions/norminv.m, |
|
1154 statistics/distributions/normpdf.m, |
|
1155 statistics/distributions/normrnd.m: |
|
1156 Use standard deviation, not variance. |
|
1157 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1158 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1159 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1160 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1161 backward compatibility. |
|
1162 |
6616
|
1163 2007-05-14 David Bateman <dbateman@free.fr> |
|
1164 |
|
1165 * pkg/pkg.m: Mark loaded packages with "*". |
|
1166 |
6615
|
1167 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1168 |
|
1169 * miscellaneous/single.m: Doc fix. |
|
1170 Convert to double instead of returning argument unchanged. |
|
1171 |
|
1172 * miscellaneous/doc.m: Doc fix. |
|
1173 |
|
1174 * miscellaneous/ver.m: Doc fix. |
|
1175 Don't display information about Octave Forge. |
|
1176 |
6614
|
1177 2007-05-12 David Bateman <dbateman@free.fr> |
|
1178 |
|
1179 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1180 install to be printed. An error in the on_uninstall script causes |
|
1181 a failure to uninstall. Place oct- and mex-files in an |
|
1182 architecture dependent directory. |
|
1183 |
6611
|
1184 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1185 |
|
1186 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1187 |
6609
|
1188 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1189 |
|
1190 * statistics/distributions/normcdf.m: Use standard deviation |
|
1191 instead of variance for compatibility. |
|
1192 |
|
1193 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1194 |
|
1195 |
|
1196 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1197 |
|
1198 * set/ismember.m: Always return logical values. |
|
1199 |
|
1200 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1201 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1202 |
|
1203 * general/__isequal__.m: Allow numeric values of different classes |
|
1204 to compare equal. |
|
1205 |
6606
|
1206 2007-05-07 David Bateman <dbateman@free.fr> |
|
1207 |
6607
|
1208 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1209 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1210 |
6605
|
1211 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1212 |
|
1213 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1214 |
6604
|
1215 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1216 |
|
1217 * contour.m: Rewrite help string. |
|
1218 |
6599
|
1219 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1220 |
|
1221 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1222 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1223 Special case nargout == 0. |
|
1224 |
6597
|
1225 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1226 |
|
1227 * general/sub2ind.m: Handle empty input, add tests. |
|
1228 |
6590
|
1229 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1230 |
|
1231 * plot/contourc.m: Doc fix. |
|
1232 |
6586
|
1233 2007-04-26 David Bateman <dbateman@free.fr> |
|
1234 |
|
1235 * plot/hist.m: Partially remove previous patch. |
|
1236 |
6582
|
1237 2007-04-26 David Bateman <dbateman@free.fr> |
|
1238 |
|
1239 * plot/hist.m: Support returning of handle |
|
1240 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1241 cells. |
|
1242 |
6575
|
1243 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1244 |
6579
|
1245 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1246 "title \"\"", not "". |
|
1247 |
6575
|
1248 * plot/legend.m: Initialize WARNED to false. |
|
1249 |
6567
|
1250 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1251 |
|
1252 * io/beep.m: Fix cut and paste error. |
|
1253 From S�ren Hauberg <soren@hauberg.org>. |
|
1254 |
|
1255 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1256 |
|
1257 * plot/box.m: Delete extra endfunction keyword. |
|
1258 |
6560
|
1259 2007-04-23 David Bateman <dbateman@free.fr> |
|
1260 |
|
1261 * plot/plot3.m: Call newplot. |
|
1262 |
6553
|
1263 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1264 |
|
1265 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1266 |
6546
|
1267 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1268 |
|
1269 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1270 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1271 |
6544
|
1272 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1273 |
|
1274 * control/util/axis2dlim.m: Delete extraneous line. |
|
1275 |
6542
|
1276 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1277 |
|
1278 * specfun/factorial.m: Increase tolerance in large value test. |
|
1279 |
6540
|
1280 2007-04-18 David Bateman <dbateman@free.fr> |
|
1281 |
|
1282 * __bar__.m: New support function for bar/hbar to support graphic |
|
1283 handles, and additional arguments. |
|
1284 * bar.m: Convert to use __bar__. |
|
1285 * hbar.m: New function |
|
1286 * hist.m: Explicitly set the width of the bar plot. |
|
1287 |
6533
|
1288 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1289 |
6534
|
1290 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1291 |
6533
|
1292 * set/ismember.m: New tests. |
|
1293 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1294 |
6532
|
1295 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1296 |
|
1297 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1298 Add tests. |
|
1299 |
6527
|
1300 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1301 |
6528
|
1302 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1303 looks_like_copyright in src/help.cc. |
|
1304 From S�ren Hauberg <soren@hauberg.org>. |
|
1305 |
6527
|
1306 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1307 |
6526
|
1308 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1309 |
6527
|
1310 * optimization/sqp.m: Initialize info to 0. |
|
1311 |
6526
|
1312 * optimization/qp.m: Undo previous change. |
|
1313 |
6524
|
1314 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1315 |
|
1316 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1317 length one. |
|
1318 |
6523
|
1319 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1320 |
|
1321 * optimization/qp.m: Avoid Octave indexing bug. |
|
1322 |
6521
|
1323 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1324 |
6522
|
1325 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1326 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1327 control/system/sysrepdemo.m: |
|
1328 Adapt to page_screen_output as a function. |
6521
|
1329 |
6518
|
1330 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1331 |
|
1332 * miscellaneous/not.m: Delete. |
|
1333 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1334 |
|
1335 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1336 |
|
1337 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1338 that are close but not exactly equal. |
|
1339 |
6515
|
1340 2007-04-11 David Bateman <dbateman@free.fr> |
|
1341 |
|
1342 * general/bitcmp.m: Make it work again. |
|
1343 |
6512
|
1344 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1345 |
|
1346 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1347 that are close but not exactly equal. |
|
1348 |
6511
|
1349 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1350 |
|
1351 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1352 in response to a change in x limits for now. |
|
1353 |
6510
|
1354 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1355 |
|
1356 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1357 (__go_draw_axes__): Use it to write data to plot stream. |
|
1358 |
6509
|
1359 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1360 |
|
1361 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1362 zeros. Set markerfacecolor property in call to plot. |
|
1363 |
6508
|
1364 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1365 |
|
1366 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1367 |
|
1368 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1369 |
|
1370 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1371 |
6494
|
1372 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1373 |
6499
|
1374 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1375 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1376 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1377 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1378 |
6496
|
1379 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1380 Use strcmpi instead of strcmp+tolower. |
6496
|
1381 Style fixes. |
|
1382 |
6494
|
1383 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1384 Plotting fixes. Style fixes. |
|
1385 |
|
1386 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1387 Style fixes. |
|
1388 |
|
1389 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1390 Style fixes. |
|
1391 |
|
1392 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1393 Use "strcat (...)" instead of "[...]". |
|
1394 Use format specifiers in calls to warning. |
|
1395 |
|
1396 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1397 Use "strcat (...)" instead of "[...]". |
|
1398 Use "x(end)" instead of "x(length (x))". |
|
1399 Check NA before NaN. |
|
1400 Style fixes. |
|
1401 |
6473
|
1402 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1403 |
6474
|
1404 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1405 |
6467
|
1406 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1407 |
|
1408 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1409 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1410 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1411 control/util/Makefile.in, deprecated/Makefile.in, |
|
1412 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1413 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1414 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1415 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1416 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1417 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1418 special-matrix/Makefile.in, startup/Makefile.in, |
|
1419 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1420 statistics/distributions/Makefile.in, |
|
1421 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1422 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1423 Use ln instead of $(LN_S) in dist target. |
|
1424 |
6465
|
1425 2007-03-27 David Bateman <dbateman@free.fr> |
|
1426 |
|
1427 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1428 gnuplot 4.0. |
|
1429 |
6464
|
1430 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1431 |
|
1432 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1433 |
6461
|
1434 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1435 |
|
1436 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1437 plot stream and using binary data. |
|
1438 |
6459
|
1439 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1440 |
|
1441 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1442 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1443 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1444 |
|
1445 2007-03-26 David Bateman <dbateman@free.fr> |
|
1446 |
6461
|
1447 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1448 |
6459
|
1449 * plot/plot3.m: Handle line properties. |
|
1450 * plot/plot.m: Update docstring. |
|
1451 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1452 * plot/__plt__.m: Also gather properties. |
|
1453 |
6455
|
1454 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1455 |
|
1456 * testfun/assert.m: Delete special check for empty objects. |
|
1457 Add test. |
|
1458 |
6453
|
1459 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1460 |
6454
|
1461 * plot/drawnow.m: Exit early if call is recursive. |
|
1462 |
6453
|
1463 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1464 Check for Inf too. |
|
1465 (__go_draw_axes__): Use get_data_limits. |
|
1466 |
6450
|
1467 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1468 |
6451
|
1469 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1470 send terminal setting command with title option to plot stream. |
|
1471 |
6450
|
1472 * plot/legend.m: Correctly increment index into list of children.. |
|
1473 |
6434
|
1474 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1475 |
6448
|
1476 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1477 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1478 control/base/nyquist.m, control/base/nichols.m, |
|
1479 control/base/frdemo.m, signal/freqz_plot.m, |
|
1480 control/base/__stepimp__.m, control/base/bode.m, |
|
1481 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1482 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1483 Update plotting code. |
|
1484 |
|
1485 * control/base/bode.m: Unwrap phase angle. |
|
1486 |
|
1487 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1488 |
|
1489 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1490 |
|
1491 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1492 commands. |
6446
|
1493 |
6442
|
1494 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1495 Handle numeric color specs. |
6442
|
1496 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1497 |
6441
|
1498 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1499 |
6440
|
1500 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1501 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1502 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1503 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1504 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1505 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1506 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1507 |
6438
|
1508 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1509 plot, not just multiplots. |
|
1510 |
6436
|
1511 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1512 |
6434
|
1513 * plot/contour.m: Don't call drawnow. |
|
1514 |
6431
|
1515 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1516 |
6432
|
1517 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1518 property of each figure. |
|
1519 |
6431
|
1520 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1521 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1522 |
|
1523 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1524 |
|
1525 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1526 less than eps to 0. |
|
1527 |
6429
|
1528 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1529 |
|
1530 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1531 * testfun/speed.m: Documentation and example fix. |
|
1532 |
6424
|
1533 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1534 |
|
1535 * plot/subplot.m: If we find an existing subplot region, set |
|
1536 it to be the "currentaxes" property for the current figure. |
6425
|
1537 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1538 |
6422
|
1539 2007-03-20 David Bateman <dbateman@free.fr> |
|
1540 |
|
1541 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1542 |
|
1543 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1544 |
|
1545 * general/arrayfun.m: New function. |
|
1546 |
6418
|
1547 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1548 |
6419
|
1549 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1550 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1551 |
|
1552 * plot/clf.m: Don't call drawnow. |
|
1553 |
6431
|
1554 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1555 |
6420
|
1556 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1557 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1558 images. |
|
1559 |
6418
|
1560 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1561 instead of global. Only register __go_close_all__ with atexit if |
|
1562 the plot stream is successfully opened. |
6418
|
1563 |
6413
|
1564 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1565 |
6418
|
1566 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1567 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1568 |
|
1569 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1570 |
|
1571 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1572 Use numeric line types. |
6413
|
1573 |
|
1574 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1575 lines and larger markers. Remove key titles from line type |
|
1576 properties. |
6413
|
1577 |
6405
|
1578 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1579 |
6412
|
1580 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1581 and pass them to __go_text__. Simply return the handle obtained |
|
1582 from __go_text__ instead of calling get on the current axis. |
|
1583 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1584 Allow for extra property value pairs to be passed along. |
|
1585 * plot/title.m: Implement with __axis_label__ since it does all |
|
1586 that title needs to do. |
|
1587 |
6410
|
1588 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1589 |
6405
|
1590 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1591 |
|
1592 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1593 and __plt2__, not just the last. |
|
1594 |
|
1595 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1596 (SOURCES_IN, GEN_M): Delete. |
|
1597 (FCN_FILES): Don't include $(GEN_M). |
|
1598 (all): Don't depend on $(GEN_M). |
|
1599 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1600 |
|
1601 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1602 |
|
1603 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1604 __uiobject_axes_init__. |
|
1605 |
|
1606 * plot/mesh.m: Use __go_surface__ instead of |
|
1607 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1608 |
|
1609 * plot/line.m: Use __line__ to do actual work. |
|
1610 * plot/__line__.m: New function. |
|
1611 |
|
1612 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1613 Use get and set instead of accessing object fields directly. |
|
1614 |
|
1615 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1616 handle. |
|
1617 |
|
1618 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1619 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1620 __uiobject_draw_figure__. |
|
1621 |
|
1622 * plot/clf.m: Use get instead of accessing object fields |
|
1623 directly. Simply delete children. Don't set currentaxes. |
|
1624 |
|
1625 * plot/close.m (close_all_figures): New subfunction. |
|
1626 Use it instead of getting list of figures to close from |
|
1627 __uiobject_figures__. |
|
1628 |
|
1629 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1630 currentfigure. |
|
1631 |
|
1632 * plot/__errplot__.m: Call __line__ instead of |
|
1633 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1634 directly. Don't call __uiobject_adopt__. |
|
1635 |
|
1636 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1637 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1638 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1639 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1640 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1641 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1642 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1643 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1644 plot/__uiobject_init_root_figure__.in, |
|
1645 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1646 plot/__uiobject_root_figure_ctor__.m, |
|
1647 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1648 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1649 plot/set.in: Delete. |
6408
|
1650 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1651 |
|
1652 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1653 Pass "hidden" as second arg to close. |
|
1654 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1655 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1656 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1657 |
6405
|
1658 * image/__img__.m: Use __go_image__ to create image graphics |
|
1659 handle. |
|
1660 |
|
1661 * miscellaneous/delete.m: Call __go_delete__, not |
|
1662 __uiobject_delete__. Check that arg is a graphics handle before |
|
1663 calling __go_delete__. |
|
1664 |
6403
|
1665 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1666 |
|
1667 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1668 arg instead of switch statement. |
6528
|
1669 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1670 |
|
1671 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1672 |
|
1673 * miscellaneous/cast.m: New function. |
|
1674 |
|
1675 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1676 |
6398
|
1677 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1678 |
|
1679 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1680 tilde expansion on target filename before passing it to the shell. |
|
1681 |
|
1682 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1683 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1684 |
6396
|
1685 2007-03-08 David Bateman <dbateman@free.fr> |
|
1686 |
|
1687 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1688 replacing slower version based on dicrete_rnd. |
|
1689 |
6392
|
1690 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1691 |
6395
|
1692 * control/base/rlocus.m: Update for current plotting functions. |
|
1693 |
|
1694 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1695 |
|
1696 * control/base/rlocus.m: Improve display. |
|
1697 |
|
1698 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1699 |
|
1700 * plot/legend.m: Only handle positions -1:4. |
|
1701 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1702 found in option string |
|
1703 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1704 |
6394
|
1705 * plot/newplot.m: Always reset next line color. |
|
1706 |
6392
|
1707 * testfun/assert.m: Check that number of dimensions match before |
|
1708 checking dimensions. |
|
1709 |
6391
|
1710 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1711 |
|
1712 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1713 |
6387
|
1714 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1715 |
6390
|
1716 * plot/mesh.m: Call newplot before doing anything. |
|
1717 |
|
1718 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1719 just "e". Only flush plot stream once. |
|
1720 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1721 |
6387
|
1722 * strings/blanks.m: Omit first index in assignment. |
|
1723 |
6386
|
1724 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1725 |
|
1726 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1727 |
6385
|
1728 2007-03-06 David Bateman <dbateman@free.fr> |
|
1729 John W. Eaton <jwe@octave.org> |
|
1730 |
|
1731 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1732 Handle cellstr args. |
|
1733 |
6382
|
1734 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1735 |
|
1736 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1737 calling obj_fun. |
|
1738 |
6377
|
1739 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1740 |
|
1741 * specfun/nchoosek.m: Fix nargin check. |
|
1742 |
6376
|
1743 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1744 |
|
1745 * image/__img__.m: Don't set xlim and ylim properties. |
|
1746 |
6374
|
1747 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1748 |
|
1749 * general/interp1.m: Fix *style cases for decreasing x. |
|
1750 |
6372
|
1751 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1752 |
|
1753 * polynomial/roots.m: Check nargin before accessing arg. |
|
1754 |
6369
|
1755 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1756 |
|
1757 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1758 increment data_idx unless using gnuplot for display. |
|
1759 |
6368
|
1760 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1761 |
|
1762 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1763 plots with images. |
|
1764 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1765 Deprecate zoom argument. |
|
1766 |
6366
|
1767 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1768 |
|
1769 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1770 temporary file names. Keep image and colormap file ids separate. |
|
1771 |
|
1772 * general/interp1.m: Correctly compute min and max values when |
|
1773 values are decreasing and not evenly spaced. |
|
1774 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1775 |
6365
|
1776 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1777 |
|
1778 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1779 returning an empty cell array. |
|
1780 |
6546
|
1781 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1782 |
|
1783 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1784 |
6546
|
1785 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1786 |
|
1787 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1788 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1789 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1790 control/util/Makefile.in, deprecated/Makefile.in, |
|
1791 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1792 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1793 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1794 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1795 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1796 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1797 special-matrix/Makefile.in, startup/Makefile.in, |
|
1798 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1799 statistics/distributions/Makefile.in, |
|
1800 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1801 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1802 Use $(LN_S) instead of ln or ln -s. |
|
1803 |
6356
|
1804 2007-02-24 David Bateman <dbateman@free.fr> |
|
1805 |
|
1806 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1807 '\n' in FILES file. |
6357
|
1808 (configure_make): Also install any mex files. |
6356
|
1809 |
6353
|
1810 2007-02-24 David Bateman <dbateman@free.fr> |
|
1811 |
|
1812 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1813 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1814 |
6351
|
1815 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1816 |
|
1817 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1818 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1819 |
|
1820 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1821 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1822 |
6349
|
1823 2007-02-23 David Bateman <dbateman@free.fr> |
|
1824 |
|
1825 * statistics/distributions/discrete_rnd.m, |
|
1826 statistics/distributions/geornd.m, |
|
1827 statistics/distributions/lognnd.m, |
|
1828 statistics/distributions/nbinrnd.m, |
|
1829 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1830 |
|
1831 * statistics/distributions/unidcdf.m, |
|
1832 statistics/distributions/unidinv.m, |
|
1833 statistics/distributions/unidpdf.m, |
|
1834 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1835 discrete_cdf, etc. |
6349
|
1836 |
|
1837 * statistics/distributions/pascal_cdf.m, |
|
1838 statistics/distributions/pascal_inv.m, |
|
1839 statistics/distributions/pascal_pdf.m, |
|
1840 statistics/distributions/pascal_rnd.m: Remove. |
|
1841 * statistics/distributions/nbincdf.m, |
|
1842 statistics/distributions/nbininv.m, |
|
1843 statistics/distributions/nbinpdf.m, |
|
1844 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1845 compatible functions. |
|
1846 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1847 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1848 nbincdf, etc functions to implement these. |
|
1849 |
6344
|
1850 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1851 |
|
1852 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1853 command and data. |
|
1854 |
|
1855 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1856 |
|
1857 * miscellaneous/doc.m: If index search fails, try again without |
|
1858 the index search option. |
|
1859 |
6339
|
1860 2007-02-22 David Bateman <dbateman@free.fr> |
|
1861 |
6341
|
1862 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1863 |
6340
|
1864 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1865 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1866 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1867 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1868 and randp to accelerate. |
|
1869 |
6339
|
1870 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1871 |
6338
|
1872 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1873 |
|
1874 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1875 cache data and display after xlim and ylim have been determined. |
|
1876 |
6337
|
1877 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1878 |
|
1879 * plot/__uiobject_draw_axes__.m: |
|
1880 Allow multiple images to be displayed with gnuplot. |
|
1881 |
6333
|
1882 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1883 |
|
1884 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1885 for versions of GLPK 4.15 and later. |
|
1886 |
6328
|
1887 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1888 |
|
1889 * plot/__uiobject_alloc__.in: If next available element in |
|
1890 __uiobject_list__ is 0, grow list before doing anything else. |
|
1891 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1892 first call when size of __uiobject_list__ is 0. |
|
1893 |
6323
|
1894 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1895 |
|
1896 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1897 |
6321
|
1898 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1899 |
|
1900 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1901 |
6316
|
1902 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1903 |
|
1904 * specfun/nchoosek.m: Check nargin. |
|
1905 |
6314
|
1906 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1907 |
6315
|
1908 * path/addpath.m, path/rmpath.m: Delete |
|
1909 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1910 |
6314
|
1911 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1912 Delete title, xlabel, ylabel, and zlabel properties before |
|
1913 reassigning. |
|
1914 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1915 Don't init outerposition if "mode" is "replace". |
|
1916 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1917 If axes nextplot property is replace, pass "replace" as mode arg |
|
1918 to __uiobject_axes_init__. |
|
1919 |
6308
|
1920 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1921 |
6310
|
1922 * image/imshow.m: Don't restore old colormap. |
|
1923 |
6309
|
1924 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1925 * image/__img__.m: New file containing common parts of image.m and |
|
1926 imshow.m. |
6312
|
1927 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1928 * image/image.m, image/imshow.m: Call __img__. |
|
1929 * plot/__uiobject_draw_axes__.m: |
|
1930 Handle rgb imaged data stored in 3-d arrays. |
|
1931 |
6308
|
1932 * plot/figure.m: Doc fix. |
|
1933 |
6304
|
1934 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1935 |
|
1936 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1937 for reading and writing data. New tests. Improve rounding. |
|
1938 |
6302
|
1939 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1940 |
6303
|
1941 * plot/stem.m: New file, adapted from OctPlot. |
|
1942 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1943 |
6302
|
1944 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1945 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1946 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1947 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1948 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1949 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1950 plot/semilogyerr.m: Return handles to line objects. |
|
1951 |
6301
|
1952 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1953 |
|
1954 * plot/__uiobject_close_all.m: New file. |
|
1955 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1956 |
6298
|
1957 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1958 |
|
1959 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1960 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1961 |
|
1962 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1963 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1964 before calling pclose. |
|
1965 |
6291
|
1966 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1967 |
6295
|
1968 * plot/subplot.m: Delete spurious call to axes. |
|
1969 |
6293
|
1970 * plot/figure.m: Call drawnow for current figure before creating |
|
1971 or switching to a new figure. |
|
1972 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1973 nargin == 0 case. |
|
1974 |
6291
|
1975 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1976 strange values like Inf+NaNi. |
|
1977 |
6283
|
1978 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1979 |
6286
|
1980 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1981 and check gnuplot_use_title_option instead of just assuming -title |
|
1982 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1983 |
6285
|
1984 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1985 |
6284
|
1986 * audio/Makefile.in, control/base/Makefile.in, |
|
1987 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1988 control/system/Makefile.in, control/util/Makefile.in, |
|
1989 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1990 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1991 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1992 optimization/Makefile.in, plot/Makefile.in, |
|
1993 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1994 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1995 special-matrix/Makefile.in, startup/Makefile.in, |
|
1996 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1997 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1998 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
1999 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2000 |
6283
|
2001 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2002 only given property list. |
|
2003 |
6278
|
2004 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2005 |
6280
|
2006 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2007 properties. |
|
2008 |
6278
|
2009 * plot/sombrero.m: Call box ("off") after mesh. |
|
2010 |
|
2011 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2012 line default" commands with older versions of gnuplot. |
|
2013 |
|
2014 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2015 |
6273
|
2016 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2017 |
|
2018 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2019 * sparse/gplot.m: Use line style - instead of 1. |
|
2020 |
6272
|
2021 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2022 |
|
2023 * plot/print.m: Avoid error message from cellidx. |
|
2024 |
|
2025 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2026 |
|
2027 * plot/legend.m: Fix check for data. |
|
2028 |
6270
|
2029 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2030 |
|
2031 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2032 Always set lt and pt. |
|
2033 |
6269
|
2034 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2035 |
|
2036 * plot/contourc.m: Correctly compute X and Y. |
|
2037 |
6268
|
2038 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2039 |
|
2040 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2041 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2042 |
6264
|
2043 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2044 |
6266
|
2045 * plot/__uiobject_draw_axes__.m: |
|
2046 Don't try to set axis limits unless we have data. |
|
2047 |
6264
|
2048 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2049 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2050 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2051 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2052 instead of of key and fmt strings. |
|
2053 |
|
2054 * plot/__pltopt1__.m: Greatly simplify. |
|
2055 |
|
2056 * plot/__next_line_color__.m: New file. |
|
2057 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2058 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2059 |
|
2060 * plot/__default_plot_options__.m: New file. |
|
2061 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2062 |
|
2063 * plot/__plt3__.m: Delete. |
|
2064 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2065 |
6259
|
2066 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2067 |
6263
|
2068 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2069 linestyle, linewidth, marker, and markersize properties. |
|
2070 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2071 colors and widths, and line styles. |
|
2072 |
|
2073 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2074 |
6261
|
2075 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2076 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2077 |
|
2078 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2079 __gnuplot_save_data__. |
|
2080 |
6259
|
2081 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2082 |
6258
|
2083 2007-01-30 David Bateman <dbateman@free.fr> |
|
2084 |
|
2085 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2086 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2087 -auto to force autoload behavior. |
|
2088 (installed_packages): Make list of installed packages unique. |
|
2089 |
6259
|
2090 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2091 |
|
2092 * Merge of changes from graphics-branch: |
|
2093 |
|
2094 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2095 |
|
2096 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2097 |
|
2098 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2099 property if it exists. |
|
2100 |
6259
|
2101 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2102 |
|
2103 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2104 min values outside of loop over child objects. |
|
2105 |
|
2106 * plot/contour.m, plot/contourc.m: New files. |
|
2107 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2108 |
|
2109 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2110 find a gnuplot version newer than 4.0. |
|
2111 * image/__img_gnuplot__.m: Delete. |
|
2112 * image/image.m: Create image graphics object. |
|
2113 Call newplot to setup and drawnow to finish. |
|
2114 Eliminate ZOOM arg. |
|
2115 |
|
2116 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2117 |
|
2118 * plot/legend.m: Eliminate useless variable "warned". |
|
2119 |
|
2120 * plot/__uiobject_image_ctor__.m: New file. |
|
2121 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2122 |
|
2123 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2124 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2125 |
|
2126 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2127 |
|
2128 * plot/__default_colormap__.m: New file. |
|
2129 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2130 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2131 property. |
|
2132 * image/colormap.m: Use colormap property of current figure |
|
2133 to store colormap instead of using persistent variable. |
|
2134 Call __default_colormap__ to get default map value. |
|
2135 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2136 |
|
2137 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2138 Handle some tick mark options. |
|
2139 |
|
2140 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2141 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2142 set dataaspectratiomode to "manual". |
|
2143 |
|
2144 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2145 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2146 |
|
2147 * plot/axis.m: New file. |
|
2148 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2149 |
|
2150 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2151 set corresponding *limmode to "manual". |
|
2152 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2153 Use it to compute autosclaled limits. |
|
2154 Arg is now handle, not object. Change all callers. |
|
2155 Compute data limits. |
|
2156 |
6259
|
2157 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2158 |
|
2159 * plot/drawnow: Fix visibility check for zero args. |
|
2160 |
|
2161 * plot/text.m: New file. |
|
2162 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2163 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2164 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2165 horizontalalignment properties. |
|
2166 |
|
2167 * plot/figure.m: Set options for f we just constructed or were |
|
2168 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2169 |
|
2170 * plot/drawnow.m: Handle visible field for figure here. |
|
2171 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2172 |
|
2173 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2174 title and axis labels. |
|
2175 |
|
2176 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2177 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2178 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2179 * plot/view.m: New file. |
|
2180 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2181 |
|
2182 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2183 Call __request_drawnow__. |
|
2184 |
|
2185 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2186 |
|
2187 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2188 Call set to set properties. Return handle instead of structure. |
|
2189 Change all callers. |
|
2190 |
|
2191 * plot/__uiobject_axes_setr__.m: New file. |
|
2192 * plot/set.in: Check for __setter__ field. |
|
2193 |
|
2194 * plot/__uiobject_axes_init__.in: |
|
2195 Rename from plot/__uiobject_axes_init__.m. |
|
2196 Include __uiobject_globals__. |
|
2197 Accept handle as arg instead of structure |
|
2198 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2199 from the list. |
|
2200 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2201 |
6259
|
2202 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2203 |
|
2204 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2205 |
|
2206 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2207 initializing each global variable. |
|
2208 |
6259
|
2209 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2210 |
|
2211 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2212 __uiobject_figure_handles_free_list__): New global variables. |
|
2213 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2214 Place unused handles on the free list. |
|
2215 |
|
2216 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2217 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2218 |
|
2219 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2220 handles here. Return figure handle. |
|
2221 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2222 |
6259
|
2223 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2224 |
|
2225 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2226 data for gnuplot. |
|
2227 |
|
2228 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2229 files. |
|
2230 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2231 (DISTFILES): Include include-globals.awk in the list. |
|
2232 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2233 ($(GEN_M) : %.m : %.in): New rule. |
|
2234 |
|
2235 * include-globals.awk: New file. |
|
2236 |
|
2237 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2238 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2239 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2240 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2241 plot/__uiobject_init_root_figure__.in, |
|
2242 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2243 Rename from corresponding .m files. |
|
2244 |
|
2245 * move-if-change: New file. |
|
2246 |
|
2247 * plot/__uiobject_delete__.m: New file. |
|
2248 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2249 plot/__uiobject_delete_child__.m: Delete. |
|
2250 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2251 not a character string. |
|
2252 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2253 Fix assignment to tmp key value in loop. |
|
2254 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2255 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2256 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2257 Inline code to delete children. |
|
2258 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2259 __uiobject_list__. |
|
2260 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2261 and free child. |
|
2262 |
6259
|
2263 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2264 |
|
2265 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2266 handle is empty, not 0. |
|
2267 * plot/__uiobject_root_figure_ctor__.m: |
|
2268 Set currentfigure to [], not 0. |
|
2269 |
|
2270 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2271 |
|
2272 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2273 |
|
2274 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2275 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2276 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2277 plot/__uiobject_delete_children__.m, |
|
2278 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2279 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2280 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2281 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2282 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2283 plot/__uiobject_init_figure__.m, |
|
2284 plot/__uiobject_init_root_figure__.m, |
|
2285 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2286 plot/__uiobject_remove_child__.m, |
|
2287 plot/__uiobject_root_figure_ctor__.m, |
|
2288 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2289 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2290 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2291 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2292 plot/set.m: New files. |
|
2293 |
|
2294 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2295 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2296 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2297 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2298 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2299 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2300 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2301 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2302 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2303 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2304 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2305 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2306 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2307 plot/semilogyerr.m, plot/replot.m: |
|
2308 Adapt to new graphics data structure. |
|
2309 |
|
2310 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2311 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2312 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2313 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2314 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2315 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2316 |
|
2317 2007-01-24 David Bateman <dbateman@free.fr> |
|
2318 |
|
2319 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2320 Delete bare newline in string passed to write_INDEX. |
|
2321 |
|
2322 * sparse/sprandsym.m: Make work for even values of N. |
|
2323 |
|
2324 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2325 |
|
2326 * miscellaneous/news.m: New file. |
|
2327 |
|
2328 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2329 |
|
2330 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2331 |
|
2332 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2333 |
|
2334 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2335 |
|
2336 * testfun/test.m: Check for all files in path, use first found. |
|
2337 |
|
2338 2007-01-22 David Bateman <dbateman@free.fr> |
|
2339 |
|
2340 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2341 |
|
2342 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2343 |
|
2344 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2345 file name. |
|
2346 |
|
2347 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2348 nargout is 1. Handle colormaps that have too few colors. |
|
2349 |
|
2350 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2351 (configure_make): Use fullfile instead of concatenating with "/". |
|
2352 |
6258
|
2353 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2354 |
|
2355 * set/ismember.m: Handle N-d arrays. |
|
2356 |
|
2357 2007-01-10 David Bateman <dbateman@free.fr> |
|
2358 |
|
2359 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2360 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2361 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2362 New files. |
|
2363 |
|
2364 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2365 |
6778
|
2366 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2367 |
|
2368 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2369 |
|
2370 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2371 instead of concatenating with "/". Use mlock to ensure that |
|
2372 persistent variables are not clobbered if user types clear all. |
|
2373 |
|
2374 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2375 |
|
2376 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2377 Improve handling of file names containing globbing characters. |
|
2378 From S�ren Hauberg <hauberg@gmail.com>. |
|
2379 |
|
2380 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2381 |
|
2382 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2383 New files. |
|
2384 |
|
2385 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2386 |
|
2387 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2388 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2389 |
|
2390 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2391 |
|
2392 * image/imshow.m: Strip NaNs from image. |
|
2393 |
|
2394 2006-12-08 David Bateman <dbateman@free.fr> |
|
2395 |
|
2396 * sparse/normest.m: New file. |
|
2397 |
6286
|
2398 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2399 |
6210
|
2400 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2401 Work on Windows systems without cp or mv. |
|
2402 |
6209
|
2403 * startup/inputrc: Include sequences for Windows. |
|
2404 |
6203
|
2405 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2406 |
|
2407 * pkg/pkg.m (unload_packages): New function. |
|
2408 (pkg): Handle unload action. |
|
2409 |
|
2410 * __errplot__.m: Add missing semicolon. |
|
2411 |
6193
|
2412 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2413 |
|
2414 * miscellaneous/mexext.m: New file. |
|
2415 |
6189
|
2416 2006-11-29 David Bateman <dbateman@free.fr> |
|
2417 |
|
2418 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2419 location of package lists to be probed and set. |
|
2420 |
6179
|
2421 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2422 |
6181
|
2423 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2424 |
6179
|
2425 * plot/__render_plot__.m: New args, terminal and output. |
|
2426 * plot/print.m: Don't set output and term here. Instead, call |
|
2427 __render_plot__ with terminal and output. |
|
2428 |
6178
|
2429 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2430 |
|
2431 * plot/__render_plot1__.m: New file. |
|
2432 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2433 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2434 gnuplot. Let __render_plot__ do that. |
|
2435 |
6177
|
2436 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2437 |
|
2438 * plot/plot.m: Fix doc string. |
|
2439 |
6173
|
2440 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2441 |
|
2442 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2443 before sending anything to the plotter. |
|
2444 |
6172
|
2445 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2446 |
|
2447 * image/__img_gnuplot__.m: Store more info in global plot |
|
2448 structures and use __render_plot__ to build plot command to |
|
2449 display image. |
|
2450 |
|
2451 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2452 |
|
2453 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2454 __plot_command_sep__): Delete. |
|
2455 (__plot_data_type__, __plot_data_parametric__, |
|
2456 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2457 __plot_usingstr__, __plot_withstr__): New variables. |
|
2458 * plot/__init_plot_vars__.m: Initialize them. |
|
2459 |
|
2460 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2461 Don't handle sep or cmd. |
|
2462 |
|
2463 * plot/__render_plot__.m: New function. |
|
2464 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2465 Store more info in global plot structures and use __render_plot__ |
|
2466 to build plot command. |
|
2467 * plot/replot.m: Simply call __render_plot__. |
|
2468 |
|
2469 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2470 Set __plot_data_parametric__ here. |
|
2471 |
6164
|
2472 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2473 |
6166
|
2474 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2475 |
6164
|
2476 * image/image_viewer.m: Set default values here. |
|
2477 * image/image.m: Not here. |
|
2478 |
|
2479 * image/image_viewer.m: Always return old values. Check arguments. |
|
2480 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2481 |
|
2482 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2483 |
|
2484 * image/image_viewer.m: New function. |
|
2485 * image/__img_via_file__.m: New function. |
|
2486 * image/image.m: Use image_viewer to determine which program to |
|
2487 use for image viewing. |
6754
|
2488 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2489 |
6163
|
2490 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2491 |
|
2492 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2493 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2494 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2495 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2496 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2497 Use __plot_globals__ for multiplot variables. Keep track of |
|
2498 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2499 |
6157
|
2500 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2501 |
6158
|
2502 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2503 |
6157
|
2504 * miscellaneous/substruct.m: New function. |
|
2505 |
|
2506 * testfun/assert.m: Force orientation to match when comparing |
|
2507 struct elements. |
|
2508 |
|
2509 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2510 when comparing structs. |
|
2511 |
|
2512 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2513 |
6754
|
2514 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2515 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2516 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2517 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2518 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2519 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2520 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2521 |
6156
|
2522 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2523 |
|
2524 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2525 |
6154
|
2526 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2527 |
|
2528 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2529 |
6152
|
2530 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2531 |
|
2532 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2533 |
6145
|
2534 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2535 |
6146
|
2536 * plot/legend.m: New function, adapted from Octave Forge. |
|
2537 |
|
2538 * plot/__do_legend__.m: New function. |
|
2539 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2540 plot/replot.m: Call it before plotting. |
|
2541 |
|
2542 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2543 noparametric" to gnuplot.. |
|
2544 |
|
2545 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2546 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2547 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2548 and return key title separate from line format. Accept format and |
|
2549 key as cellstr. Always return data as cell array. Return format |
|
2550 and key title as cellstr. |
|
2551 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2552 Handle line format and key titles separately. |
|
2553 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2554 |
|
2555 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2556 __plot_key_labels__, __plot_key_properties__): New global |
|
2557 variables. Initialize them. |
|
2558 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2559 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2560 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2561 (__plot_line_offset__, __plot_key_labels__, |
|
2562 __plot_key_properties__): Store information about plot key titles. |
|
2563 |
|
2564 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2565 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2566 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2567 respectively. |
|
2568 |
|
2569 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2570 |
6145
|
2571 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2572 whle concatenating args. |
|
2573 |
6144
|
2574 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2575 |
|
2576 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2577 |
6142
|
2578 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2579 |
6143
|
2580 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2581 option to regexp. |
|
2582 |
6142
|
2583 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2584 |
6138
|
2585 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2586 |
6139
|
2587 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2588 * strings/rindex.m: Implement using index (..., "last"); |
|
2589 |
6754
|
2590 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2591 |
6130
|
2592 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2593 |
|
2594 * general/__isequal__.m: Test size and class more consistently. |
|
2595 |
6116
|
2596 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2597 |
6117
|
2598 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2599 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2600 |
6116
|
2601 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2602 * miscellaneous/dir.m: Mark as a command. |
|
2603 |
6112
|
2604 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2605 |
|
2606 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2607 |
6088
|
2608 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2609 |
|
2610 * image/image.m: Set x = y = [] when nargin == 0; |
|
2611 |
|
2612 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2613 |
|
2614 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2615 * image/__img__.m: New file, originally from |
|
2616 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2617 |
6087
|
2618 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2619 |
|
2620 * plot/__gnuplot_version__.m: New function, originally from |
|
2621 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2622 Quentin Spencer <qspencer@ieee.org>. |
|
2623 |
6085
|
2624 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2625 |
|
2626 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2627 |
6081
|
2628 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2629 |
|
2630 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2631 miscellaneous/gunzip.m: New files. |
|
2632 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2633 Call unpack to do the real work. |
|
2634 |
6075
|
2635 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2636 |
6078
|
2637 * plot/plot3.m: If we have a format string, then also pass using |
|
2638 string to __plt3__. |
|
2639 |
6077
|
2640 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2641 |
6075
|
2642 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2643 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2644 |
6069
|
2645 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2646 |
|
2647 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2648 Quote filenames in shell commands. |
|
2649 |
6055
|
2650 2006-10-17 David Bateman <dbateman@free.fr> |
|
2651 |
|
2652 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2653 the package directory is missing. |
|
2654 |
6052
|
2655 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2656 |
|
2657 * plot/box.m: New function. |
|
2658 |
6050
|
2659 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2660 |
|
2661 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2662 |
6049
|
2663 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2664 |
|
2665 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2666 |
6047
|
2667 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2668 |
|
2669 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2670 |
6046
|
2671 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2672 |
|
2673 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2674 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2675 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2676 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2677 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2678 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2679 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2680 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2681 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2682 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2683 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2684 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2685 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2686 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2687 control/system/buildssic.m, control/system/c2d.m, |
|
2688 control/system/cellidx.m, control/system/d2c.m, |
|
2689 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2690 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2691 control/system/is_detectable.m, control/system/is_digital.m, |
|
2692 control/system/is_observable.m, control/system/is_siso.m, |
|
2693 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2694 control/system/jet707.m, control/system/listidx.m, |
|
2695 control/system/ord2.m, control/system/parallel.m, |
|
2696 control/system/ss.m, control/system/ss2zp.m, |
|
2697 control/system/starp.m, control/system/sys2ss.m, |
|
2698 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2699 control/system/sysadd.m, control/system/sysappend.m, |
|
2700 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2701 control/system/syscont.m, control/system/sysdimensions.m, |
|
2702 control/system/sysdisc.m, control/system/sysdup.m, |
|
2703 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2704 control/system/sysgroup.m, control/system/sysidx.m, |
|
2705 control/system/sysmin.m, control/system/sysmult.m, |
|
2706 control/system/sysout.m, control/system/sysprune.m, |
|
2707 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2708 control/system/syssub.m, control/system/sysupdate.m, |
|
2709 control/system/tf.m, control/system/tfout.m, |
|
2710 control/system/ugain.m, control/system/zp.m, |
|
2711 control/system/zpout.m, control/util/__outlist__.m, |
|
2712 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2713 control/util/sortcom.m, control/util/strappend.m, |
|
2714 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2715 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2716 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2717 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2718 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2719 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2720 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2721 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2722 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2723 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2724 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2725 general/ind2sub.m, general/int2str.m, |
|
2726 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2727 general/isequal.m, general/isequalwithequalnans.m, |
|
2728 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2729 general/isvector.m, general/logical.m, general/logspace.m, |
|
2730 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2731 general/perror.m, general/postpad.m, general/prepad.m, |
|
2732 general/randperm.m, general/rem.m, general/repmat.m, |
|
2733 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2734 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2735 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2736 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2737 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2738 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2739 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2740 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2741 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2742 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2743 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2744 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2745 linear-algebra/null.m, linear-algebra/orth.m, |
|
2746 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2747 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2748 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2749 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2750 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2751 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2752 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2753 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2754 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2755 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2756 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2757 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2758 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2759 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2760 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2761 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2762 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2763 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2764 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2765 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2766 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2767 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2768 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2769 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2770 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2771 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2772 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2773 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2774 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2775 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2776 set/complement.m, set/create_set.m, set/intersect.m, |
|
2777 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2778 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2779 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2780 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2781 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2782 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2783 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2784 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2785 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2786 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2787 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2788 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2789 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2790 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2791 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2792 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2793 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2794 statistics/base/center.m, statistics/base/cloglog.m, |
|
2795 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2796 statistics/base/cov.m, statistics/base/cut.m, |
|
2797 statistics/base/gls.m, statistics/base/iqr.m, |
|
2798 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2799 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2800 statistics/base/mean.m, statistics/base/meansq.m, |
|
2801 statistics/base/median.m, statistics/base/moment.m, |
|
2802 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2803 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2804 statistics/base/range.m, statistics/base/ranks.m, |
|
2805 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2806 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2807 statistics/base/std.m, statistics/base/studentize.m, |
|
2808 statistics/base/table.m, statistics/base/values.m, |
|
2809 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2810 statistics/distributions/betainv.m, |
|
2811 statistics/distributions/betapdf.m, |
|
2812 statistics/distributions/betarnd.m, |
|
2813 statistics/distributions/binocdf.m, |
|
2814 statistics/distributions/binoinv.m, |
|
2815 statistics/distributions/binopdf.m, |
|
2816 statistics/distributions/binornd.m, |
|
2817 statistics/distributions/cauchy_cdf.m, |
|
2818 statistics/distributions/cauchy_inv.m, |
|
2819 statistics/distributions/cauchy_pdf.m, |
|
2820 statistics/distributions/cauchy_rnd.m, |
|
2821 statistics/distributions/chi2cdf.m, |
|
2822 statistics/distributions/chi2inv.m, |
|
2823 statistics/distributions/chi2pdf.m, |
|
2824 statistics/distributions/chi2rnd.m, |
|
2825 statistics/distributions/discrete_cdf.m, |
|
2826 statistics/distributions/discrete_inv.m, |
|
2827 statistics/distributions/discrete_pdf.m, |
|
2828 statistics/distributions/discrete_rnd.m, |
|
2829 statistics/distributions/empirical_rnd.m, |
|
2830 statistics/distributions/expcdf.m, |
|
2831 statistics/distributions/expinv.m, |
|
2832 statistics/distributions/exppdf.m, |
|
2833 statistics/distributions/exprnd.m, |
|
2834 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2835 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2836 statistics/distributions/gamcdf.m, |
|
2837 statistics/distributions/gaminv.m, |
|
2838 statistics/distributions/gampdf.m, |
|
2839 statistics/distributions/gamrnd.m, |
|
2840 statistics/distributions/geocdf.m, |
|
2841 statistics/distributions/geoinv.m, |
|
2842 statistics/distributions/geopdf.m, |
|
2843 statistics/distributions/geornd.m, |
|
2844 statistics/distributions/hygecdf.m, |
|
2845 statistics/distributions/hygeinv.m, |
|
2846 statistics/distributions/hygepdf.m, |
|
2847 statistics/distributions/hygernd.m, |
|
2848 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2849 statistics/distributions/laplace_cdf.m, |
|
2850 statistics/distributions/laplace_inv.m, |
|
2851 statistics/distributions/laplace_pdf.m, |
|
2852 statistics/distributions/laplace_rnd.m, |
|
2853 statistics/distributions/logistic_cdf.m, |
|
2854 statistics/distributions/logistic_inv.m, |
|
2855 statistics/distributions/logistic_pdf.m, |
|
2856 statistics/distributions/logistic_rnd.m, |
|
2857 statistics/distributions/logncdf.m, |
|
2858 statistics/distributions/logninv.m, |
|
2859 statistics/distributions/lognpdf.m, |
|
2860 statistics/distributions/lognrnd.m, |
|
2861 statistics/distributions/normcdf.m, |
|
2862 statistics/distributions/norminv.m, |
|
2863 statistics/distributions/normpdf.m, |
|
2864 statistics/distributions/normrnd.m, |
|
2865 statistics/distributions/pascal_cdf.m, |
|
2866 statistics/distributions/pascal_inv.m, |
|
2867 statistics/distributions/pascal_pdf.m, |
|
2868 statistics/distributions/pascal_rnd.m, |
|
2869 statistics/distributions/poisscdf.m, |
|
2870 statistics/distributions/poissinv.m, |
|
2871 statistics/distributions/poisspdf.m, |
|
2872 statistics/distributions/poissrnd.m, |
|
2873 statistics/distributions/stdnormal_cdf.m, |
|
2874 statistics/distributions/stdnormal_inv.m, |
|
2875 statistics/distributions/stdnormal_pdf.m, |
|
2876 statistics/distributions/stdnormal_rnd.m, |
|
2877 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2878 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2879 statistics/distributions/unifcdf.m, |
|
2880 statistics/distributions/unifinv.m, |
|
2881 statistics/distributions/unifpdf.m, |
|
2882 statistics/distributions/unifrnd.m, |
|
2883 statistics/distributions/wblcdf.m, |
|
2884 statistics/distributions/wblinv.m, |
|
2885 statistics/distributions/wblpdf.m, |
|
2886 statistics/distributions/wblrnd.m, |
|
2887 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2888 statistics/tests/bartlett_test.m, |
|
2889 statistics/tests/chisquare_test_homogeneity.m, |
|
2890 statistics/tests/chisquare_test_independence.m, |
|
2891 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2892 statistics/tests/hotelling_test.m, |
|
2893 statistics/tests/hotelling_test_2.m, |
|
2894 statistics/tests/kolmogorov_smirnov_test.m, |
|
2895 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2896 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2897 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2898 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2899 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2900 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2901 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2902 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2903 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2904 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2905 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2906 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2907 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2908 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2909 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2910 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2911 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2912 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2913 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2914 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2915 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2916 time/etime.m, time/is_leap_year.m: |
|
2917 Use print_usage instead of usage. |
|
2918 |
6044
|
2919 2006-10-09 David Bateman <dbateman@free.fr> |
|
2920 |
|
2921 * time/datevec.m: Add additional compatible default parsing strings. |
|
2922 |
6395
|
2923 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2924 |
6042
|
2925 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2926 Remove compare_versions subfunction. |
|
2927 |
|
2928 * miscellaneous/compare_versions.m: New function to compare |
|
2929 version numbers as strings with any boolean operators. |
|
2930 |
6041
|
2931 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2932 file exists. |
|
2933 |
6036
|
2934 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2935 |
|
2936 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2937 |
6032
|
2938 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2939 |
6037
|
2940 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2941 Handle dependencies for load option. |
6032
|
2942 |
6029
|
2943 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2944 |
6030
|
2945 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2946 |
|
2947 * plot/clg.m: Delete. |
|
2948 * plot/__init_plot_vars__.m: New function. |
|
2949 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2950 |
6025
|
2951 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2952 |
|
2953 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2954 |
6024
|
2955 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2956 |
|
2957 * audio/loadaudio.m, control/base/nyquist.m, |
|
2958 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2959 linear-algebra/krylov.m, statistics/base/center.m, |
|
2960 statistics/base/median.m, statistics/base/std.m, |
|
2961 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2962 find first or last element matching a condition. |
|
2963 |
6023
|
2964 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2965 |
|
2966 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2967 general/__isequal__.m: Minimize looping using cellfun. |
|
2968 |
6020
|
2969 2006-10-02 David Bateman <dbateman@free.fr> |
|
2970 |
|
2971 * pkg/pkg.m (copy_files): always create installation directory. |
|
2972 |
6016
|
2973 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2974 |
|
2975 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2976 |
|
2977 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2978 |
|
2979 * statistics/distributions/exprnd.m: Fix typo. |
|
2980 |
6014
|
2981 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2982 |
|
2983 * polynomial/ppval.m: Use .' instead of '. |
|
2984 * polynomial/spline.m: Likewise. New tests. |
|
2985 |
6004
|
2986 2006-09-26 David Bateman <dbateman@free.fr> |
|
2987 |
|
2988 * __plt3__.m: Using global variables __plot_data__, |
|
2989 __plot_data_offset__ and __plot_command__ to store plots and |
|
2990 correctly handle multiplots, and hold state. Only accept a single |
|
2991 data parameter plus, using, format and with strings. Remove |
|
2992 setting of gnuplot parameters. |
|
2993 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2994 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2995 command to use. |
|
2996 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
2997 * contour.m: Use unwind protect on the parametric state of plot |
|
2998 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
2999 * mesh.m: ditto. |
|
3000 * plot3.m: Error checking, setting of parametric state and |
|
3001 formation of matrix to plot moved from old __plt3__. |
|
3002 |
5996
|
3003 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3004 |
5997
|
3005 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3006 |
|
3007 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3008 |
|
3009 * signal/filter2.m: Correct texinfo doc. |
|
3010 |
|
3011 2006-09-22 David Bateman <dbateman@free.fr> |
|
3012 |
|
3013 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3014 |
5993
|
3015 2006-09-15 David Bateman <dbateman@free.fr> |
|
3016 |
|
3017 * pkg/pkg.m (prepare_installation): Don't create package |
|
3018 installation directory here. |
|
3019 (copy_files): Create it here instead, to avoid issues with |
|
3020 upgrades. Also install the COPYING file in packinfo. |
|
3021 |
5989
|
3022 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3023 |
|
3024 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3025 |
5987
|
3026 2006-08-30 David Bateman <dbateman@free.fr> |
|
3027 |
|
3028 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3029 error message for archive name not matching package name. |
|
3030 (installed_packages): Size header of printed results to |
|
3031 arguments. Sort the list of installed packages before printing |
|
3032 them. |
|
3033 |
5986
|
3034 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3035 |
|
3036 * signal/freqz.m: Update tests. |
|
3037 |
|
3038 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3039 |
|
3040 * signal/freqz.m: Corretly postpad arrays. |
|
3041 Don't call fliplr on a column vector. |
|
3042 |
5984
|
3043 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3044 |
|
3045 * general/shiftdim.m: Use permute instead of reshape. |
|
3046 |
5981
|
3047 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3048 |
|
3049 * miscellaneous/parseparams.m: New function. |
|
3050 |
5980
|
3051 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3052 |
|
3053 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3054 options for info program invocation. |
|
3055 |
5976
|
3056 2006-08-30 David Bateman <dbateman@free.fr> |
|
3057 |
5987
|
3058 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3059 previous change. |
|
3060 |
5974
|
3061 2006-08-26 David Bateman <dbateman@free.fr> |
|
3062 |
|
3063 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3064 absence of trailing "/" in OCTAVE_HOME. |
|
3065 |
5973
|
3066 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3067 |
|
3068 * time/datenum.m: Allow arg to be character string. |
|
3069 |
5971
|
3070 2006-08-25 David Bateman <dbateman@free.fr> |
|
3071 |
|
3072 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3073 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3074 they are empty. If package directory is empty, remove it to fail |
|
3075 gracefully for system specific packages. |
|
3076 (extract_pkgadd, create_pkgadd): delete. |
|
3077 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3078 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3079 bin/ to the EXEC_PATH when the package is loaded. |
|
3080 |
5962
|
3081 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3082 |
|
3083 * image/saveimage.m: Use logical indexing instead of |
|
3084 indices computed by calling find on the logical index. |
|
3085 |
5961
|
3086 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3087 |
5967
|
3088 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3089 Use logical indexing instead of indices computed by calling find |
|
3090 on the logical index. |
|
3091 |
|
3092 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3093 |
5959
|
3094 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3095 |
|
3096 * control/system/tf2zp.m: Simplify gain calculation. |
|
3097 |
5958
|
3098 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3099 |
|
3100 * plot/__plt__.m: Insert using clauses for all plots. |
|
3101 |
5957
|
3102 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3103 |
|
3104 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3105 args. |
|
3106 |
5955
|
3107 2006-08-22 David Bateman <dbateman@free.fr> |
|
3108 |
|
3109 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3110 Search inst/*.m and src/*.m files in the package for |
|
3111 PKG_ADD directives and append user supplied PKG_ADD. |
|
3112 (pkg): Call create_pkgadd after copying files. |
|
3113 |
5947
|
3114 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3115 |
|
3116 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3117 Insert directory separator between OCTAVE_HOME and rest of package |
|
3118 installation directory. |
|
3119 |
|
3120 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3121 |
|
3122 * general/num2str.m: Early return if arg is empty. |
|
3123 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3124 |
5946
|
3125 2006-08-21 David Bateman <dbateman@free.fr> |
|
3126 |
|
3127 * strings/mat2str.m: Compute NC before using. |
|
3128 |
5937
|
3129 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3130 |
|
3131 * audio/wavread.m: Fix calculation of sample count. |
|
3132 |
5934
|
3133 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3134 |
|
3135 * image/imshow.m: New Matlab-compatible version. |
|
3136 |
5930
|
3137 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3138 |
|
3139 * deprecated/is_global.m: Delete. |
|
3140 |
5928
|
3141 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3142 |
|
3143 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3144 |
5926
|
3145 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3146 |
|
3147 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3148 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3149 |
5928
|
3150 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3151 |
6778
|
3152 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3153 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3154 Handle changes to system function. |
|
3155 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3156 recursive directory removal. |
5922
|
3157 |
5924
|
3158 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3159 |
6778
|
3160 * colormap.m: Change global variable to persistent. |
5923
|
3161 |
5922
|
3162 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3163 |
5920
|
3164 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3165 |
|
3166 * strings/str2double.m: Fix missing semicolon. |
|
3167 |
5910
|
3168 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3169 |
|
3170 * plot/plot3.m: Accept one complex or one real and one complex |
|
3171 argument and plot real and imaginary components for y and z. |
|
3172 |
5908
|
3173 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3174 |
|
3175 * testfun/test.m: Call fflush after each block of calls to |
|
3176 fprintf, fputs, or fdisp. |
|
3177 |
5904
|
3178 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3179 |
|
3180 * miscellaneous/mex.m: New function. |
|
3181 |
5901
|
3182 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3183 |
|
3184 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3185 |
5881
|
3186 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3187 |
|
3188 * miscellaneous/orderfields.m: New file. |
|
3189 |
5873
|
3190 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3191 |
|
3192 * time/datevec.m: Make another attempt to account for precision of |
|
3193 datenum format. |
|
3194 |
5868
|
3195 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3196 |
|
3197 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3198 Use feval instead of "type -q" to get values now that all the |
|
3199 symbols are functions. |
|
3200 |
5860
|
3201 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3202 |
|
3203 * time/datevec.m: Avoid computing log of non-positive values. |
|
3204 |
5859
|
3205 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3206 |
|
3207 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3208 |
5839
|
3209 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3210 |
|
3211 * audio/wavread.m: Fix file range error and add read support for |
|
3212 24-bit WAV files. |
|
3213 |
5837
|
3214 2006-06-01 David Bateman <dbateman@free.fr> |
|
3215 |
|
3216 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3217 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3218 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3219 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3220 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3221 |
5835
|
3222 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3223 |
|
3224 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3225 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3226 |
5830
|
3227 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3228 |
|
3229 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3230 |
5829
|
3231 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3232 |
|
3233 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3234 really needed. |
|
3235 |
5827
|
3236 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3237 |
6754
|
3238 * general/lookup.m: New file from Octave Forge. |
5827
|
3239 |
|
3240 2006-05-22 David Bateman <dbateman@free.fr> |
|
3241 |
6754
|
3242 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3243 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3244 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3245 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3246 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3247 strings/strtok.m: New files from Octave Forge. |
5827
|
3248 |
5824
|
3249 2006-05-19 David Bateman <dbateman@free.fr> |
|
3250 |
|
3251 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3252 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3253 |
5821
|
3254 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3255 |
|
3256 * set/intersection.m: Delete |
|
3257 * deprecated/intersection.m: New file. |
|
3258 |
5820
|
3259 2006-05-17 David Bateman <dbateman@free.fr> |
|
3260 |
|
3261 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3262 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3263 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3264 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3265 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3266 Forge. |
|
3267 |
5809
|
3268 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3269 |
5815
|
3270 * path/path.m: Delete (now a built-in function). |
|
3271 |
5811
|
3272 * pkg/Makefile.in: New file. |
|
3273 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3274 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3275 |
5808
|
3276 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3277 |
|
3278 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3279 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3280 |
5807
|
3281 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3282 |
|
3283 * tar.m, untar.m, unzip.m: New files. |
|
3284 |
5801
|
3285 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3286 |
5804
|
3287 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3288 * path/setpath.m: Delete. |
|
3289 |
5801
|
3290 * pkg/pkg.m: New file. |
|
3291 |
5798
|
3292 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3293 |
|
3294 * plot/plot.m: Doc string fix. |
|
3295 |
|
3296 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3297 |
|
3298 * testfun/speeed.m: Use new interface to unique and assert. |
|
3299 Improve documentation. Approximate time complexity from log-log |
|
3300 plot. Return time complexity and raw times if requested. The |
|
3301 mean ratio is no longer returned. Provide complete control over |
|
3302 which n are computed. |
|
3303 |
|
3304 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3305 |
|
3306 * path/path.m: Move here from miscellaneous. |
|
3307 Adapt to new LOADPATH definition. |
|
3308 |
5789
|
3309 2006-05-03 David Bateman <dbateman@free.fr> |
|
3310 |
|
3311 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3312 explicit uses of a path seperation character with pathsep(). |
|
3313 |
5786
|
3314 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3315 |
6778
|
3316 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3317 |
5781
|
3318 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3319 |
|
3320 * startup/main-rcfile: Disable some warnings. |
|
3321 |
5762
|
3322 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3323 |
|
3324 * strings/strcmpi.m: Return false instead of error if args are not |
|
3325 char or cellstr. |
|
3326 |
5750
|
3327 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3328 |
|
3329 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3330 Nx1, not 1xN. |
|
3331 |
5746
|
3332 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3333 |
|
3334 * plot/hist.m: Ignore NaN in inputs. |
|
3335 |
5745
|
3336 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3337 |
|
3338 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3339 |
5741
|
3340 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3341 |
|
3342 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3343 are both empty. |
|
3344 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3345 from __plt1__ or __plt2__. |
|
3346 |
5737
|
3347 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3348 |
6778
|
3349 * set/unique.m: Properly handle single column input when |
5737
|
3350 "rows" is specified. |
|
3351 |
5732
|
3352 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3353 |
5736
|
3354 * path/setpath.m: New file. |
|
3355 * path/savepath.m: Use setpath to set path instead of assigning |
|
3356 directly to LOADPATH. |
|
3357 |
5732
|
3358 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3359 New files, adapted from Octave Forge by Keith Goodman |
|
3360 <kwgoodman@gmail.com>. |
|
3361 * path: New directory. |
|
3362 * Makefile.in (SUBDIRS): Add it to the list. |
|
3363 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3364 |
5731
|
3365 2006-04-02 David Bateman <dbateman@free.fr> |
|
3366 |
|
3367 * general/tril.m, general.triu.m: |
|
3368 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3369 to allow user types to work correctly. |
|
3370 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3371 |
5727
|
3372 2006-04-03 David Bateman <dbateman@free.fr> |
|
3373 |
|
3374 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3375 Accept keyword "minor" for minor grid. |
|
3376 |
5721
|
3377 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3378 |
|
3379 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3380 compatiblity. |
|
3381 |
|
3382 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3383 |
|
3384 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3385 compatibility. |
|
3386 |
5720
|
3387 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3388 |
|
3389 * plot/__errplot__.m: Doc string fix. |
|
3390 |
|
3391 * miscellaneous/doc.m: Mark as command. |
|
3392 |
|
3393 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3394 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3395 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3396 |
5717
|
3397 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3398 |
|
3399 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3400 return 3d matrices. |
|
3401 |
|
3402 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3403 |
|
3404 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3405 |
5708
|
3406 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3407 |
|
3408 * plot/print.m: Don't replot after popping terminal setting. |
|
3409 |
5696
|
3410 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3411 |
|
3412 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3413 mkoctfile. Use fullfile to construct file name. |
|
3414 |
5695
|
3415 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3416 |
|
3417 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3418 shell script from Octave prompt. |
|
3419 |
5690
|
3420 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3421 |
5693
|
3422 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3423 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3424 |
|
3425 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3426 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3427 Call new wbl functions to do the real work. |
|
3428 Swap args and provide default values as necessary to preserve |
|
3429 compatibility with old version of Octave. |
|
3430 |
|
3431 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3432 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3433 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3434 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3435 Swap scale and shape args for compatibility. |
|
3436 |
5692
|
3437 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3438 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3439 Preserve compatibility with old versions of Octave given new |
|
3440 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3441 |
5692
|
3442 * statistics/distributions/logncdf.m, |
|
3443 statistics/distributions/logninv.m, |
|
3444 statistics/distributions/lognpdf.m, |
|
3445 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3446 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3447 |
5691
|
3448 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3449 current 2.1.x version. |
|
3450 |
|
3451 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3452 |
5690
|
3453 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3454 Special case for "." to avoid globbing. Use list_in_columns. |
|
3455 Eliminate unused variables len and finfo. |
|
3456 |
5689
|
3457 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3458 |
|
3459 * miscellaneous/dir.m: Improve compatibility. |
|
3460 |
5687
|
3461 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3462 |
|
3463 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3464 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3465 |
5686
|
3466 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3467 |
|
3468 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3469 of looking at sum of max dimensions. |
|
3470 |
5681
|
3471 2006-03-16 David Bateman <dbateman@free.fr> |
|
3472 |
|
3473 * testfun/test.m: Clear last warning before warning test to avoid |
|
3474 issues with previously set warnings. |
|
3475 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3476 sparse matrices. Force matrix type from spqr solution to be |
|
3477 singular to force QR solvers to be used for assert. |
|
3478 |
5678
|
3479 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3480 |
|
3481 * strings/strfind.m: New file. |
|
3482 |
5677
|
3483 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3484 |
|
3485 * general/rows.m, general/columns.m: Delete. |
|
3486 |
5674
|
3487 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3488 |
|
3489 * strings/strcmpi.m: Simplify. |
|
3490 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3491 * strings/strtrunc.m: New file. |
5674
|
3492 |
5676
|
3493 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3494 |
5672
|
3495 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3496 |
|
3497 * miscellaneous/doc.m: New file. |
|
3498 From Soren Hauberg <soren@hauberg.org>. |
|
3499 |
5671
|
3500 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3501 |
|
3502 * miscellaneous/mkoctfile.m: New file. |
|
3503 |
5670
|
3504 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3505 |
|
3506 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3507 |
5666
|
3508 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3509 |
|
3510 * strings/bin2dec.m: Doc fix. |
|
3511 |
5661
|
3512 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3513 |
|
3514 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3515 * time/datenum.m: New function to compute day number from time. |
|
3516 |
5659
|
3517 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3518 |
|
3519 * miscellaneous/unix.m, plot/print.m: |
|
3520 Swap order of outputs from system. |
|
3521 |
5642
|
3522 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3523 |
|
3524 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3525 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3526 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3527 control/base/__stepimp__.m, control/base/are.m, |
|
3528 control/base/controldemo.m, control/base/damp.m, |
|
3529 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3530 control/base/step.m, control/system/abcddim.m, |
|
3531 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3532 control/system/is_detectable.m, control/system/is_observable.m, |
|
3533 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3534 control/system/jet707.m, control/system/sys2fir.m, |
|
3535 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3536 control/system/tfout.m, control/system/ugain.m, |
|
3537 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3538 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3539 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3540 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3541 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3542 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3543 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3544 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3545 general/isequalwithequalnans.m, general/isscalar.m, |
|
3546 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3547 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3548 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3549 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3550 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3551 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3552 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3553 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3554 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3555 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3556 miscellaneous/license.m, miscellaneous/menu.m, |
|
3557 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3558 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3559 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3560 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3561 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3562 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3563 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3564 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3565 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3566 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3567 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3568 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3569 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3570 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3571 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3572 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3573 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3574 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3575 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3576 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3577 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3578 special-matrix/vander.m, statistics/base/median.m, |
|
3579 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3580 statistics/distributions/gaminv.m, |
|
3581 statistics/distributions/gampdf.m, |
|
3582 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3583 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3584 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3585 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3586 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3587 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3588 |
5633
|
3589 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3590 |
|
3591 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3592 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3593 |
|
3594 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3595 |
|
3596 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3597 does not assign output of toc to a variable. |
|
3598 |
5627
|
3599 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3600 |
|
3601 * axis.m: Catch limits that are the same and return an error. |
|
3602 |
5625
|
3603 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3604 |
|
3605 * plot/print.m: Accept emf device option to support Enhanced |
|
3606 Metafile format. |
|
3607 |
|
3608 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3609 |
|
3610 * control/base/lqe.m: Doc fix. |
|
3611 |
5623
|
3612 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3613 |
|
3614 * statistics/distributions/gamcdf.m: Doc fix. |
|
3615 * statistics/distributions/gaminv.m: Doc fix. |
|
3616 * statistics/distributions/gampdf.m: Doc fix. |
|
3617 * statistics/distributions/gamrnd.m: Doc fix. |
|
3618 |
5610
|
3619 2006-02-09 David Bateman <dbateman@free.fr> |
|
3620 |
6778
|
3621 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3622 for arbitrary user type. |
|
3623 * general/tril.m: ditto. |
|
3624 * sparse/sprand.m: Doc fix. |
|
3625 * sparse/sprandn.m: Ditto. |
|
3626 * sparse/sprandsym.m: New function. |
|
3627 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3628 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3629 Update for syntax error for latest texinfo.tex file. |
5610
|
3630 |
5605
|
3631 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3632 |
|
3633 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3634 |
|
3635 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3636 |
|
3637 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3638 |
5597
|
3639 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3640 |
|
3641 * audio/Makefile.in, control/base/Makefile.in, |
|
3642 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3643 control/system/Makefile.in, control/util/Makefile.in, |
|
3644 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3645 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3646 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3647 optimization/Makefile.in, plot/Makefile.in, |
|
3648 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3649 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3650 special-matrix/Makefile.in, startup/Makefile.in, |
|
3651 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3652 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3653 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3654 (all): Depend on PKG_ADD. |
|
3655 (PKG_ADD): New target. |
|
3656 |
|
3657 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3658 |
|
3659 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3660 |
5596
|
3661 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3662 |
|
3663 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3664 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3665 |
5595
|
3666 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3667 |
6778
|
3668 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3669 * miscellaneous/fullfile.m: Likewise. |
|
3670 |
5592
|
3671 2006-01-12 David Bateman <dbateman@free.fr> |
|
3672 |
|
3673 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3674 * statistics/base/unidrnd.m: Documentation buglet. |
|
3675 |
5583
|
3676 2005-12-14 David Bateman <dbateman@free.fr> |
|
3677 |
5589
|
3678 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3679 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3680 |
|
3681 * Makefile.in (SUBDIRS): Include testfun. |
|
3682 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3683 |
5583
|
3684 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3685 |
|
3686 * general/__isequal__.m: Remove reference to getfield. |
|
3687 |
|
3688 * plot/hist.m: Update test code for row/column discrepencies. |
|
3689 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3690 Update the test code for this. |
|
3691 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3692 |
5579
|
3693 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3694 |
|
3695 * cell/cell2mat.m: New file, from octave-forge. |
|
3696 |
5576
|
3697 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3698 |
|
3699 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3700 New graph theory functions. |
|
3701 |
5574
|
3702 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3703 |
|
3704 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3705 |
|
3706 * control/system/ss.m: Doc fix. |
|
3707 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3708 |
5572
|
3709 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3710 |
|
3711 * audio/wavread.m, audio/wavwrite.m: |
|
3712 Correct scaling for 8-bit linear pcm samples. |
|
3713 Improve scaling for all other linear pcm resolutions. |
|
3714 |
5568
|
3715 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3716 |
|
3717 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3718 |
|
3719 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3720 * strings/strjust.m: Likewise. |
|
3721 |
|
3722 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3723 * signal/arma_rnd.m: Likewise. |
|
3724 * strings/strcat.m: Likewise. |
|
3725 * control/base/__freqresp__.m: Likewise. |
|
3726 * control/base/place.m: Likewise. |
|
3727 * control/base/pzmap.m: Likewise. |
|
3728 * control/base/pzmap.m: Likewise. |
|
3729 * control/system/sysappend.m: Likewise. |
|
3730 * control/system/syscont.m: Likewise. |
|
3731 * control/system/sysdisc.m: Likewise. |
|
3732 * control/system/sysgroup.m: Likewise. |
|
3733 * control/system/tfout.m: Likewise. |
|
3734 * control/system/zpout.m: Likewise. |
|
3735 * control/util/__outlist__.m: Likewise. |
|
3736 |
5567
|
3737 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3738 |
|
3739 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3740 Avoid for loop in interleave/deinterleave steps. |
|
3741 |
5565
|
3742 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3743 |
|
3744 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3745 |
5563
|
3746 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3747 |
|
3748 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3749 |
5560
|
3750 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3751 |
5561
|
3752 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3753 |
5558
|
3754 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3755 |
|
3756 * miscellaneous/fileattrib.m: New function. |
|
3757 |
5556
|
3758 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3759 |
|
3760 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3761 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3762 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3763 |
5555
|
3764 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3765 |
|
3766 * linear-algebra/krylov.m: Format doc string. |
|
3767 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3768 |
5551
|
3769 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3770 |
|
3771 * general/blkdiag.m: Import from octave-forge. |
|
3772 Ignore empty matrices in the input. Add tests. |
5549
|
3773 |
|
3774 * general/isequal.m, general/isequalwithequalnans.m: |
|
3775 New wrapper scripts for general/__isequal__.m. |
|
3776 * general/__isequal__.m: Rename from general/isequal.m. |
|
3777 New arg, nans_compare_equal. |
|
3778 |
5548
|
3779 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3780 |
|
3781 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3782 calling system. Only append octave_forge_string if |
|
3783 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3784 Call license instead of hard-coding license info here. |
|
3785 |
|
3786 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3787 __octave_licenses__. Use puts instead of disp. |
5548
|
3788 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3789 If nargout = 1, return license info instead of printing usage message. |
|
3790 |
5546
|
3791 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3792 |
|
3793 * miscellaneous/ver.m: New file. |
|
3794 * miscellaneous/license.m: New file. |
|
3795 |
5545
|
3796 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3797 |
|
3798 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3799 gnuplot set command. |
|
3800 |
5539
|
3801 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3802 |
|
3803 * general/shiftdim.m: Doc fix. |
|
3804 |
5532
|
3805 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3806 |
|
3807 * set/unique.m: Doc string fix. |
|
3808 |
5527
|
3809 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3810 |
|
3811 * Makefile.in (distclean, maintainer-clean): |
|
3812 Also remove autom4te.cache directory. |
|
3813 From Quentin Spencer <qspencer@ieee.org>. |
|
3814 |
5518
|
3815 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3816 |
|
3817 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3818 Correct check for non-scalar non-integer shift. For positive |
|
3819 N, shift is remainder of N and number of dims. Always return NS. |
|
3820 Simplify. |
|
3821 |
5500
|
3822 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3823 |
|
3824 * general/randperm.m: Improve compatibility by allowing input |
|
3825 value of zero. |
|
3826 |
5493
|
3827 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3828 |
|
3829 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3830 If in multiplot mode, clear plot before issuing new plot command. |
|
3831 |
|
3832 * plot/__setup_plot__.m: New function. |
|
3833 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3834 Handle multiplot data and offsets here. |
|
3835 |
|
3836 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3837 Move initialization to __setup_plot__.m. |
|
3838 |
|
3839 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3840 Don't reset gnuplot_command_replot. |
|
3841 |
|
3842 * plot/replot.m: Handle multiplot data and offsets here. |
|
3843 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3844 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3845 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3846 |
5489
|
3847 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3848 |
|
3849 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3850 |
5482
|
3851 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3852 |
|
3853 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3854 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3855 _inv functions. |
|
3856 * chi2pdf.m: Fixed typos in the documentation. |
|
3857 |
5475
|
3858 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3859 |
5476
|
3860 * miscellaneous/single.m: New function. |
|
3861 |
5475
|
3862 * statistics/base/unidrnd.m: New function. |
|
3863 |
5474
|
3864 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3865 |
|
3866 * miscellaneous/dir.m: Filename never includes directory part. |
|
3867 |
5464
|
3868 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3869 |
|
3870 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3871 |
|
3872 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3873 |
|
3874 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3875 and zero poles. |
|
3876 |
5462
|
3877 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3878 |
|
3879 * strings/deblank.m: Handle cell arrays. |
|
3880 * strings/split.m: New argument, N, to limit number of splits. |
|
3881 |
|
3882 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3883 |
|
3884 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3885 |
5460
|
3886 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3887 |
|
3888 * control/base/rlocus.m: Doc fix. |
|
3889 |
5459
|
3890 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3891 |
|
3892 * general/isvector.m: Improve compatibility. |
|
3893 |
|
3894 * general/postpad.m: Allow first argument to be a scalar. |
|
3895 Allow padding to extend dimensionality. |
|
3896 * general/prepad.m: Likewise. |
|
3897 |
5448
|
3898 2005-09-14 Daniel <durbano@shbano.com> |
|
3899 |
|
3900 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3901 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3902 /control/base/dgram.m: Doc string fixes. |
5448
|
3903 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3904 |
5446
|
3905 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3906 |
|
3907 * saveimage.m: Do not ignore most significant bit when writing |
|
3908 black and white images to file. |
|
3909 |
5443
|
3910 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3911 |
|
3912 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3913 control/base/lqg.m, control/obsolete/dezero.m, |
|
3914 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3915 control/system/c2d.m, control/system/cellidx.m, |
|
3916 control/system/d2c.m, control/system/dmr2d.m, |
|
3917 control/system/is_signal_list.m, control/system/listidx.m, |
|
3918 control/system/ss.m, control/system/sysappend.m, |
|
3919 control/system/sysconnect.m, control/system/sysdup.m, |
|
3920 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3921 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3922 control/system/tfout.m, control/system/zpout.m, |
|
3923 control/util/prompt.m, control/util/sortcom.m, |
|
3924 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3925 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3926 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3927 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3928 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3929 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3930 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3931 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3932 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3933 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3934 plot/print.m, plot/title.m, plot/top_title.m, |
|
3935 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3936 statistics/base/mean.m, statistics/base/moment.m, |
|
3937 statistics/tests/cor_test.m, |
|
3938 statistics/tests/kolmogorov_smirnov_test.m, |
|
3939 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3940 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3941 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3942 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3943 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3944 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3945 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3946 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3947 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3948 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3949 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3950 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3951 isvector instead of is_vector. Use isstruct instead of |
|
3952 is_struct. Use char instead of setstr. |
|
3953 |
5435
|
3954 2005-08-31 Daniel <durbano@shbano.com> |
|
3955 |
|
3956 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3957 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3958 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3959 |
5431
|
3960 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3961 |
|
3962 * image/saveimage.m: Open output file in binary mode. |
|
3963 |
|
3964 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3965 |
5427
|
3966 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3967 |
|
3968 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3969 outputs. |
|
3970 |
5426
|
3971 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3972 |
|
3973 * strings/strcat.m: Allow single argument. |
|
3974 |
5416
|
3975 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3976 |
|
3977 * strings/strcmp.m: Delete. |
|
3978 |
5413
|
3979 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3980 |
|
3981 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3982 versions of Octave. |
|
3983 |
|
3984 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3985 |
|
3986 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3987 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3988 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3989 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3990 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3991 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3992 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3993 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3994 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3995 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
3996 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
3997 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
3998 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
3999 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4000 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4001 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4002 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4003 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4004 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4005 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4006 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4007 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4008 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4009 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4010 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4011 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4012 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4013 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4014 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4015 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4016 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4017 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4018 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4019 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4020 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4021 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4022 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4023 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4024 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4025 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4026 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4027 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4028 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4029 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4030 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4031 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4032 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4033 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4034 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4035 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4036 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4037 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4038 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4039 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4040 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4041 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4042 |
|
4043 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4044 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4045 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4046 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4047 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4048 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4049 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4050 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4051 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4052 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4053 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4054 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4055 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4056 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4057 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4058 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4059 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4060 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4061 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4062 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4063 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4064 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4065 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4066 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4067 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4068 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4069 deprecated/wiener_rnd.m: New files. |
|
4070 |
5408
|
4071 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4072 |
|
4073 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4074 * deprecated/weibull_rnd.m: New file. |
|
4075 |
5407
|
4076 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4077 |
|
4078 * strings/dec2base.m: Allow matrix arguments. |
|
4079 |
5406
|
4080 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4081 |
|
4082 * plot/__errplot__.m: Use __plot_globals__. |
|
4083 * plot/__plt__.m: Likewise. |
|
4084 * plot/figure.m: Likewise. |
|
4085 |
|
4086 * plot/hold.m: New file. |
|
4087 * plot/ishold.m: New file. |
|
4088 * plot/__plot_globals__.m: New file. |
|
4089 |
5400
|
4090 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4091 |
|
4092 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4093 |
|
4094 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4095 |
|
4096 * strings/findstr.m: Return [] for no matches. |
|
4097 |
5399
|
4098 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4099 |
|
4100 * miscellaneous/tic.m: Fix doc string. |
|
4101 |
5395
|
4102 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4103 |
|
4104 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4105 |
5393
|
4106 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4107 |
|
4108 * general/isequal.m: Correct nargin check. |
|
4109 |
5388
|
4110 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4111 |
|
4112 * general/isvector.m: Handle N-d arrays. |
|
4113 From Bill Denney <denney@seas.upenn.edu>. |
|
4114 |
5381
|
4115 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4116 |
|
4117 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4118 |
5377
|
4119 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4120 |
|
4121 * signal/freqz.m: Use correct calculations when given a vector of |
|
4122 frequencies. Improve accuracy of returned frequency vector. |
|
4123 Improve speed for medium length filters (at a slight cost for slow |
|
4124 filters). Add test cases. |
|
4125 |
5373
|
4126 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4127 |
|
4128 * plot/loglog.m: Fix set commands. |
|
4129 |
5381
|
4130 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4131 |
|
4132 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4133 |
5371
|
4134 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4135 |
5373
|
4136 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4137 |
5372
|
4138 * strings/strncmp.m: New file, from Tom Holroyd |
|
4139 <tomh@kurage.nimh.nih.gov>. |
|
4140 |
5371
|
4141 * strings/strcmp.m: Return logical values in all cases. |
|
4142 |
5366
|
4143 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4144 |
|
4145 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4146 Texinfoize doc string. |
|
4147 |
|
4148 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4149 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4150 set terminal push/pop and unconditionally set output to screen |
|
4151 when done to avoid requiring gget. Use a cell array for dev_list |
|
4152 and cellidx to search for items in the list. Delete local |
|
4153 variable endl. Don't set and restore automatic_replot. Use {} |
|
4154 instead of nth to index varargin. Delete local variable |
|
4155 va_arg_cnt. |
|
4156 |
5355
|
4157 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4158 |
|
4159 * general/num2str.m: Return early if X is a character string. |
|
4160 |
5347
|
4161 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4162 |
5348
|
4163 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4164 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4165 |
5347
|
4166 * plot/polar.m: Don't call __pltopt__ here. |
|
4167 |
5333
|
4168 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4169 |
|
4170 * mkdoc: Print header message. |
|
4171 |
5319
|
4172 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4173 |
|
4174 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4175 startup/octaverc. |
|
4176 |
5318
|
4177 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4178 |
|
4179 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4180 (__im_numeric_limits__): New internal function. |
|
4181 |
5317
|
4182 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4183 |
|
4184 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4185 data, not mean of group_mean. |
|
4186 |
|
4187 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4188 |
|
4189 * startup/local-rcfile: New file. |
|
4190 * startup/main-rcfile: Rename from startup/octaverc. |
|
4191 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4192 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4193 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4194 |
|
4195 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4196 |
|
4197 * startup/inputrc: New file. |
|
4198 * startup/octaverc: Configure readline using inputrc from |
|
4199 startupfiledir. |
|
4200 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4201 in $(fcnfiledir)/startup. |
|
4202 |
5310
|
4203 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4204 |
|
4205 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4206 |
5289
|
4207 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4208 |
|
4209 * optimization/glpk.m: Handle SENSE argument. |
|
4210 |
|
4211 * optimization/qp.m, optimization/sqp.m: New files. |
|
4212 |
5276
|
4213 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4214 |
|
4215 * Makefile.in (clean, distclean, maintainer-clean): |
|
4216 Avoid duplication in rules. |
|
4217 |
5252
|
4218 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4219 |
|
4220 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4221 setting {no,}parametric. |
|
4222 * plot/figure.m: Likewise, for setting terminal type. |
|
4223 |
|
4224 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4225 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4226 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4227 plot/title.m, plot/top_title.m: Avoid eval. |
|
4228 |
5251
|
4229 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4230 |
5253
|
4231 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4232 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4233 Use __gnuplot_replot__ instead of replot. |
|
4234 |
5252
|
4235 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4236 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4237 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4238 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4239 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4240 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4241 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4242 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4243 |
5251
|
4244 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4245 |
5244
|
4246 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4247 |
|
4248 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4249 * optimization/glpk.m: Likewise. |
|
4250 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4251 (row vectors are orginary character strings). |
|
4252 * optimization/glpkparam.m: Delete. |
|
4253 |
5243
|
4254 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4255 |
|
4256 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4257 of dimensions of X. |
|
4258 |
5237
|
4259 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4260 |
5239
|
4261 * general/tril.m, general/triu.m: Return value of same class as |
|
4262 argument. |
|
4263 |
5237
|
4264 * optimization/glpk.m: Simplify interface. By default, solve |
|
4265 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4266 * optimization/glpkmex.m: New file. |
|
4267 |
5232
|
4268 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4269 |
5237
|
4270 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4271 list. |
|
4272 |
5233
|
4273 * optimization/glpk.m: Adapt to Octave coding style. |
|
4274 No need for varargout or varargin. |
|
4275 Print usage message if nargin > 11. |
|
4276 Allow any value of nargout. |
|
4277 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4278 Avoid looping when checking character classes. |
|
4279 |
5232
|
4280 * optimization: New directory. |
|
4281 * Makefile.in (SUBDIRS): Add it to the list. |
|
4282 * optimization/Makefile.in: New file. |
|
4283 * optimization/glpk.m, optimization/glpkparams.m, |
|
4284 optimization/glpktest1, optimization/glpktest2: New files. |
|
4285 |
5218
|
4286 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4287 |
|
4288 * strings/split.m: Quick return for empty second arg. |
|
4289 Improve warning for multi-line strings. |
|
4290 Speed up by avoiding sprintf in loop and eval. |
|
4291 |
5217
|
4292 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4293 |
|
4294 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4295 * polynomial/polyder.m: Ditto. |
6778
|
4296 * polynomial/polygcd.m: New function. |
5217
|
4297 |
5214
|
4298 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4299 |
5215
|
4300 * control/base/__stepimp__.m, control/base/bode.m, |
|
4301 control/base/frdemo.m, control/base/nichols.m, |
|
4302 control/base/nyquist.m, control/base/pzmap.m, |
|
4303 control/base/rldemo.m, control/base/rlocus.m, |
|
4304 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4305 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4306 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4307 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4308 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4309 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4310 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4311 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4312 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4313 plot/xlabel.m, quaternion/demoquat.m, |
|
4314 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4315 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4316 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4317 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4318 gsplot from @seealso docs. |
5214
|
4319 |
|
4320 * plot/replot.m: New file. |
|
4321 |
5205
|
4322 2005-03-15 David Bateman <dbateman@free.fr> |
|
4323 |
|
4324 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4325 |
5196
|
4326 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4327 |
|
4328 * statistics/Makefile.in (bin-dist): Delete target. |
|
4329 (BINDISTSUBDIRS): Delete variable. |
6754
|
4330 * control/Makefile.in: Likewise. |
5196
|
4331 |
5378
|
4332 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4333 (BINDISTFILES): Delete variable. |
5378
|
4334 * control/base/Makefile.in: Likewise. |
|
4335 * control/hinf/Makefile.in: Likewise. |
|
4336 * control/obsolete/Makefile.in: Likewise. |
|
4337 * control/system/Makefile.in: Likewise. |
|
4338 * control/util/Makefile.in: Likewise. |
|
4339 * deprecated/Makefile.in: Likewise. |
|
4340 * elfun/Makefile.in: Likewise. |
|
4341 * finance/Makefile.in: Likewise. |
|
4342 * general/Makefile.in: Likewise. |
|
4343 * image/Makefile.in: Likewise. |
|
4344 * sparse/Makefile.in: Likewise. |
|
4345 * io/Makefile.in: Likewise. |
|
4346 * plot/Makefile.in: Likewise. |
|
4347 * Makefile.in: Likewise. |
|
4348 * miscellaneous/Makefile.in: Likewise. |
|
4349 * linear-algebra/Makefile.in: Likewise. |
|
4350 * polynomial/Makefile.in: Likewise. |
|
4351 * quaternion/Makefile.in: Likewise. |
|
4352 * set/Makefile.in: Likewise. |
|
4353 * signal/Makefile.in: Likewise. |
|
4354 * specfun/Makefile.in: Likewise. |
|
4355 * special-matrix/Makefile.in: Likewise. |
|
4356 * startup/Makefile.in: Likewise. |
|
4357 * statistics/base/Makefile.in: Likewise. |
|
4358 * statistics/distributions/Makefile.in: Likewise. |
|
4359 * statistics/models/Makefile.in: Likewise. |
|
4360 * statistics/tests/Makefile.in: Likewise. |
|
4361 * strings/Makefile.in: Likewise. |
|
4362 * time/Makefile.in: Likewise. |
5196
|
4363 |
5195
|
4364 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4365 |
|
4366 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4367 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4368 |
5192
|
4369 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4370 |
|
4371 * plot/clg.m: New file. |
|
4372 |
5193
|
4373 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4374 |
|
4375 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4376 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4377 strings/strcmpi.m: |
|
4378 New files from Octave-forge. Adapt to Octave coding standards. |
|
4379 |
5181
|
4380 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4381 |
|
4382 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4383 computation range. |
|
4384 |
5164
|
4385 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4386 |
|
4387 Sparse merge. |
|
4388 |
|
4389 2005-01-23 David Bateman <dbateman@free.fr> |
|
4390 |
|
4391 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4392 |
|
4393 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4394 |
|
4395 * sparse/Makefile.in: New file. |
|
4396 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4397 |
|
4398 2005-01-07 David Bateman <dbateman@free.fr> |
|
4399 |
|
4400 * set/unique.m: import file from octave-forge. |
|
4401 |
|
4402 2005-01-05 David Bateman <dbateman@free.fr> |
|
4403 |
|
4404 * Makefile.in: include sparse directory in SUBDIRS. |
|
4405 |
|
4406 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4407 |
|
4408 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4409 src/DLD-FUNCTIONS/sparse.cc). |
|
4410 |
|
4411 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4412 |
|
4413 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4414 Andy Adler <adler@site.uottawa.ca>. |
|
4415 |
|
4416 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4417 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4418 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4419 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4420 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4421 |
|
4422 * sparse: New directory. |
|
4423 |
5158
|
4424 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4425 |
|
4426 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4427 |
|
4428 * polynomial/poly.m: Quick return if m is 0. |
|
4429 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4430 |
5154
|
4431 2005-02-21 David Bateman <dbateman@free.fr> |
|
4432 |
|
4433 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4434 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4435 Fix for row vectors with at least one element of lambda not in |
|
4436 (0, Inf). |
|
4437 |
5152
|
4438 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4439 |
5153
|
4440 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4441 |
5152
|
4442 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4443 plot/__axis_label__.m: Issue replot command. |
|
4444 |
5135
|
4445 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4446 |
|
4447 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4448 |
5133
|
4449 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4450 |
|
4451 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4452 provided and len <= computed max_len. |
|
4453 |
5125
|
4454 2005-01-27 David Bateman <dbateman@free.fr> |
|
4455 |
|
4456 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4457 |
|
4458 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4459 |
|
4460 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4461 |
5123
|
4462 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4463 |
|
4464 * statistics/base/median.m: Make it work for the scalar case too. |
|
4465 |
6308
|
4466 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4467 |
|
4468 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4469 Simplify logic for decoding args. |
5117
|
4470 |
5115
|
4471 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4472 |
5116
|
4473 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4474 |
|
4475 * plot/__plt__.m: No need to save and reset hold state now. |
|
4476 (first_plot): Delete unused variable. |
|
4477 |
5115
|
4478 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4479 |
|
4480 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4481 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4482 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4483 plot/__plt2vv__.m: |
|
4484 Return data and gnuplot commands instead of evaluating them. |
|
4485 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4486 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4487 |
5108
|
4488 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4489 |
|
4490 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4491 |
5096
|
4492 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4493 |
|
4494 * statistics/base/range.m: Fix varargin usage. |
|
4495 |
5091
|
4496 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4497 |
|
4498 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4499 isspace), not just SPC. |
|
4500 |
5090
|
4501 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4502 |
|
4503 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4504 |
5073
|
4505 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4506 |
|
4507 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4508 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4509 |
5072
|
4510 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4511 |
|
4512 * plot/__plt2vm__.m: Delete debugging statement. |
|
4513 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4514 |
5065
|
4515 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4516 |
|
4517 * plot/hist.m: Always return row vectors for vector args. |
|
4518 |
5031
|
4519 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4520 |
|
4521 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4522 strings, return zero instead of reporting an error. |
|
4523 |
5021
|
4524 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4525 |
|
4526 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4527 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4528 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4529 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4530 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4531 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4532 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4533 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4534 control/system/is_detectable.m, control/system/is_sample.m, |
|
4535 control/system/is_siso.m, control/system/is_stable.m, |
|
4536 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4537 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4538 control/system/sysappend.m, control/system/sysconnect.m, |
|
4539 control/system/sysdisc.m, control/system/sysdup.m, |
|
4540 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4541 control/system/syssetsignals.m, control/system/syssub.m, |
|
4542 control/system/tf2sys.m, control/system/ugain.m, |
|
4543 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4544 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4545 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4546 |
|
4547 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4548 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4549 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4550 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4551 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4552 control/system/sysappend.m, control/system/sysconnect.m, |
|
4553 control/system/sysdup.m, control/system/sysgroup.m, |
|
4554 control/system/sysprune.m, control/system/sysreorder.m, |
|
4555 control/system/sysscale.m, control/system/syssub.m, |
|
4556 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4557 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4558 polynomial/polyout.m, specfun/log2.m: |
|
4559 Add output arguments in doc strings. |
|
4560 |
|
4561 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4562 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4563 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4564 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4565 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4566 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4567 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4568 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4569 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4570 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4571 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4572 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4573 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4574 control/system/c2d.m, control/system/is_abcd.m, |
|
4575 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4576 control/system/is_observable.m, control/system/is_stable.m, |
|
4577 control/system/jet707.m, control/system/ord2.m, |
|
4578 control/system/starp.m, control/system/sys2fir.m, |
|
4579 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4580 control/system/sys2zp.m, control/system/syscont.m, |
|
4581 control/system/sysdisc.m, control/system/sysdup.m, |
|
4582 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4583 control/system/sysmult.m, control/system/sysprune.m, |
|
4584 control/system/sysreorder.m, control/system/sysscale.m, |
|
4585 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4586 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4587 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4588 control/util/axis2dlim.m, control/util/prompt.m, |
|
4589 control/util/zgfmul.m, control/util/zginit.m, |
|
4590 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4591 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4592 in doc strings. |
|
4593 |
|
4594 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4595 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4596 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4597 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4598 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4599 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4600 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4601 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4602 control/system/c2d.m, control/system/fir2sys.m, |
|
4603 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4604 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4605 control/util/zgshsr.m, polynomial/polyout.m: |
|
4606 New @tex section(s) in doc strings for better formating of printed |
|
4607 output. |
|
4608 |
|
4609 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4610 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4611 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4612 Use proper double quote marks for TeX. |
|
4613 |
|
4614 * control/base/DEMOcontrol.m: Add missing ; |
|
4615 |
|
4616 * control/base/nichols.m, control/base/rlocus.m, |
|
4617 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4618 control/system/ss2zp.m, control/system/sysmin.m, |
|
4619 control/system/tf2zp.m, control/util/sortcom.m: |
|
4620 Convert documentation to use or more completely use Texinfo. |
|
4621 |
|
4622 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4623 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4624 control/system/parallel.m, control/system/ss2tf.m, |
|
4625 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4626 art splitting over a page boundary. |
|
4627 |
|
4628 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4629 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4630 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4631 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4632 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4633 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4634 the TeX documentation. |
|
4635 |
|
4636 * control/system/is_stabilizable.m: |
|
4637 Add Copyright so that help is displayed correctly. |
|
4638 |
|
4639 * special-matrix/vander.m: Octave indexes start at 1. |
|
4640 |
5011
|
4641 2004-09-21 David Bateman <dbateman@free.fr> |
|
4642 |
|
4643 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4644 arbitrary plane. |
|
4645 |
|
4646 * general/flipdim.m: New function to flip an N-d array about an |
|
4647 arbitrary axis. |
|
4648 |
5003
|
4649 2004-09-15 David Bateman <dbateman@free.fr> |
|
4650 |
|
4651 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4652 |
4992
|
4653 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4654 |
|
4655 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4656 Use iscellstr to check for cells rather than iscell. |
|
4657 Improve diagnostics for invalid args. |
4992
|
4658 |
4983
|
4659 2004-09-10 David Bateman <dbateman@free.fr> |
|
4660 |
|
4661 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4662 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4663 |
|
4664 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4665 due to row vs. column vector operations. |
|
4666 |
4964
|
4667 2004-09-03 David Bateman <dbateman@free.fr> |
|
4668 |
|
4669 * general/repmat.m: Fix to allow logical classes. |
|
4670 |
4950
|
4671 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4672 |
|
4673 * general/isa.m: New function, from Octave-forge. |
|
4674 |
|
4675 2004-08-31 David Bateman <dbateman@free.fr> |
|
4676 |
|
4677 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4678 limitation on the use of int64 and uint64 types, and the use |
|
4679 of the eval. |
|
4680 |
|
4681 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4682 in .^ with integer types is fixed. |
|
4683 |
|
4684 * general/repmat.m: Adapt to allow integer types. |
4945
|
4685 |
|
4686 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4687 |
|
4688 * plot/axis.m: Don't reset axes when querying them. |
|
4689 |
4942
|
4690 2004-08-27 David Bateman <dbateman@free.fr> |
|
4691 |
|
4692 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4693 Eliminate loop. |
|
4694 |
4918
|
4695 2004-07-27 David Bateman <dbateman@free.fr> |
|
4696 |
|
4697 * general/num2str.m: Also insert spaces in output when precision |
|
4698 argument is supplied. |
|
4699 |
4915
|
4700 2004-07-23 David Bateman <dbateman@free.fr> |
|
4701 |
|
4702 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4703 |
4911
|
4704 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4705 |
|
4706 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4707 |
|
4708 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4709 |
|
4710 * miscellaneous/unix.m: Fix doc string. |
|
4711 |
|
4712 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4713 |
|
4714 * plot/figure.m: Clarification of documentation. |
|
4715 |
|
4716 * image/imshow.m: Warn for complex images. |
|
4717 Only estimate colourmap for images in [0, 65536]. |
|
4718 |
|
4719 2004-07-22 David Bateman <dbateman@free.fr> |
|
4720 |
|
4721 * general/num2str.m: Fix the case of an all zero input. |
|
4722 |
4906
|
4723 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4724 |
|
4725 * general/ind2sub.m: Doc fix. |
|
4726 |
4900
|
4727 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4728 |
|
4729 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4730 convert function handle to string for eval. |
|
4731 |
4898
|
4732 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4733 |
|
4734 * plot/errorbar.m: Remove debugging output. |
|
4735 |
|
4736 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4737 |
|
4738 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4739 |
4897
|
4740 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4741 |
4898
|
4742 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4743 |
|
4744 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4745 complex polynomial coefficient. |
|
4746 |
4897
|
4747 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4748 the bug which causes __errplot__ to ignore the last argument. |
|
4749 |
4894
|
4750 2004-06-03 David Bateman <dbateman@free.fr> |
|
4751 |
|
4752 * general/shiftdim.m: New function based on JWE code snippet. |
|
4753 |
|
4754 * general/circdim.m: New function. |
|
4755 |
4890
|
4756 2004-05-06 David Bateman <dbateman@free.fr> |
|
4757 |
|
4758 * general/issquare.m: Fail if ndim(x) > 2. |
|
4759 |
|
4760 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4761 |
|
4762 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4763 N-d array arguments. Add optional dim argument to define |
|
4764 dimension along which to operate. |
|
4765 |
|
4766 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4767 |
|
4768 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4769 |
4885
|
4770 2004-04-29 David Bateman <dbateman@free.fr> |
|
4771 |
|
4772 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4773 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4774 statistics/base/statistics.m, statistics/base/skewness.m |
|
4775 statistics/base/iqr.m: |
|
4776 Make N-d array aware. Allow optional argument to define the |
|
4777 dimension along which to operate. Update the documentation. |
|
4778 |
|
4779 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4780 and adjust for the ties after. |
|
4781 |
|
4782 * statistics/base/run_counts.m: Change algorithm to use |
|
4783 the a combination of diff and find, rather than a for-loop. |
|
4784 |
4881
|
4785 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4786 |
|
4787 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4788 |
4878
|
4789 2004-04-23 David Bateman <dbateman@free.fr> |
|
4790 |
|
4791 * general/int2str.m: Treat only real part of argument, and treat |
|
4792 NDArrays by stacking the slices through the matrix vertically. |
|
4793 |
|
4794 * general/num2str.m: Improve format of integer matrices, and the |
|
4795 conversion of complex matrices added. Treat NDArrays by stacking |
|
4796 the slices through the matrix vertically. |
|
4797 |
|
4798 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4799 |
4877
|
4800 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4801 |
|
4802 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4803 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4804 |
4869
|
4805 2004-04-21 David Bateman <dbateman@free.fr> |
|
4806 |
5378
|
4807 * elfun/lcm.m: Make N-d aware. |
4870
|
4808 |
4869
|
4809 * general/diff.m: Make the code N-d array aware. Allow an |
|
4810 optional argument to define the dimension along which to perform |
|
4811 the differences and allow the order of the differences to be larger |
|
4812 than the dimension itself. |
|
4813 |
|
4814 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4815 use of these functions to 1- and 2-d arrays. |
|
4816 |
4863
|
4817 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4818 |
|
4819 * elfun/gcd.m: Delete. |
|
4820 |
4862
|
4821 2004-04-15 David Bateman <dbateman@free.fr> |
|
4822 |
|
4823 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4824 |
|
4825 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4826 array aware and and optional argument for the dimension along |
|
4827 which to operate. |
|
4828 |
5378
|
4829 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4830 argument for the dimension to be consistent with other N-d array |
|
4831 functions. |
|
4832 |
4860
|
4833 2004-04-08 David Bateman <dbateman@free.fr> |
|
4834 |
|
4835 * statistics/distributions/discrete_cdf.m, |
|
4836 statistics/distributions/discrete_inv.m, |
|
4837 statistics/distributions/discrete_pdf.m, |
|
4838 statistics/distributions/discrete_rnd.m, |
|
4839 statistics/distributions/exponential_cdf.m, |
|
4840 statistics/distributions/exponential_inv.m, |
|
4841 statistics/distributions/exponential_pdf.m, |
|
4842 statistics/distributions/exponential_rnd.m, |
|
4843 statistics/distributions/f_cdf.m, |
|
4844 statistics/distributions/f_inv.m, |
|
4845 statistics/distributions/f_pdf.m, |
|
4846 statistics/distributions/f_rnd.m, |
|
4847 statistics/distributions/geometric_cdf.m, |
|
4848 statistics/distributions/geometric_inv.m, |
|
4849 statistics/distributions/geometric_pdf.m, |
|
4850 statistics/distributions/geometric_rnd.m, |
|
4851 statistics/distributions/hypergeometric_rnd.m, |
|
4852 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4853 statistics/distributions/laplace_cdf.m, |
|
4854 statistics/distributions/laplace_inv.m, |
|
4855 statistics/distributions/laplace_pdf.m, |
|
4856 statistics/distributions/laplace_rnd.m, |
|
4857 statistics/distributions/logistic_inv.m, |
|
4858 statistics/distributions/logistic_rnd.m, |
|
4859 statistics/distributions/lognormal_cdf.m, |
|
4860 statistics/distributions/lognormal_inv.m, |
|
4861 statistics/distributions/lognormal_pdf.m, |
|
4862 statistics/distributions/lognormal_rnd.m, |
|
4863 statistics/distributions/pascal_cdf.m, |
|
4864 statistics/distributions/pascal_inv.m, |
|
4865 statistics/distributions/pascal_pdf.m, |
|
4866 statistics/distributions/pascal_rnd.m, |
|
4867 statistics/distributions/poisson_cdf.m, |
|
4868 statistics/distributions/poisson_inv.m, |
|
4869 statistics/distributions/poisson_pdf.m, |
|
4870 statistics/distributions/poisson_rnd.m, |
|
4871 statistics/distributions/t_cdf.m, |
|
4872 statistics/distributions/t_inv.m, |
|
4873 statistics/distributions/t_pdf.m, |
|
4874 statistics/distributions/t_rnd.m, |
|
4875 statistics/distributions/weibull_cdf.m, |
|
4876 statistics/distributions/weibull_inv.m, |
|
4877 statistics/distributions/weibull_pdf.m, |
|
4878 statistics/distributions/weibull_rnd.m: |
|
4879 Allow N-d arrays. |
|
4880 |
|
4881 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4882 that results in NaN in places where it should not have had. |
|
4883 |
|
4884 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4885 allow creating arbitrary matrices, compatiable with the other |
5583
|
4886 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4887 |
|
4888 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4889 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4890 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4891 format. Allow N-d arrays. |
|
4892 |
|
4893 * statistics/distributions/hypergeometric_cdf.m, |
|
4894 statistics/distributions/hypergeometric_inv.m, |
|
4895 statistics/distributions/hypergeometric_pdf.m, |
|
4896 statistics/distributions/wiener_rnd.m: |
|
4897 Error for non-scalar arguments. |
|
4898 |
|
4899 * statistics/distributions/pascal_rnd.m: |
|
4900 Correct for n = 1 bug, where all elements were equal. |
|
4901 |
4849
|
4902 2004-04-06 David Bateman <dbateman@free.fr> |
|
4903 |
4854
|
4904 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4905 statistics/distributions/beta_cdf.m, |
|
4906 statistics/distributions/beta_inv.m, |
|
4907 statistics/distributions/beta_pdf.m, |
|
4908 statistics/distributions/beta_rnd.m, |
|
4909 statistics/distributions/binomial_cdf.m, |
|
4910 statistics/distributions/binomial_inv.m, |
|
4911 statistics/distributions/binomial_pdf.m, |
|
4912 statistics/distributions/binomial_rnd.m, |
|
4913 statistics/distributions/cauchy_cdf.m, |
|
4914 statistics/distributions/cauchy_inv.m, |
|
4915 statistics/distributions/cauchy_pdf.m, |
|
4916 statistics/distributions/cauchy_rnd.m, |
|
4917 statistics/distributions/chisquare_cdf.m, |
|
4918 statistics/distributions/chisquare_inv.m, |
|
4919 statistics/distributions/chisquare_pdf.m, |
|
4920 statistics/distributions/chisquare_rnd.m, |
|
4921 statistics/distributions/gamma_cdf.m, |
|
4922 statistics/distributions/gamma_inv.m, |
|
4923 statistics/distributions/gamma_pdf.m, |
|
4924 statistics/distributions/gamma_rnd.m, |
|
4925 statistics/distributions/normal_cdf.m, |
|
4926 statistics/distributions/normal_inv.m, |
|
4927 statistics/distributions/normal_pdf.m, |
|
4928 statistics/distributions/normal_rnd.m, |
|
4929 statistics/distributions/stdnormal_cdf.m, |
|
4930 statistics/distributions/stdnormal_pdf.m, |
|
4931 statistics/distributions/stdnormal_rnd.m, |
|
4932 statistics/distributions/uniform_cdf.m, |
|
4933 statistics/distributions/uniform_inv.m, |
|
4934 statistics/distributions/uniform_pdf.m, |
|
4935 statistics/distributions/uniform_rnd.m: |
|
4936 Allow the inputs to be N-d arrays. |
|
4937 |
4852
|
4938 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4939 * statistics/base/median.m: Likewise. |
4849
|
4940 |
4844
|
4941 2004-04-02 David Bateman <dbateman@free.fr> |
|
4942 |
|
4943 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4944 * statistics/base/center.m, statistics/base/meansq.m, |
|
4945 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4946 Update for N-d arrays. |
4844
|
4947 * signal/fftshift.m: Fix dimensioning error. |
|
4948 |
|
4949 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4950 N-d arrays. |
4844
|
4951 |
4852
|
4952 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4953 |
|
4954 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4955 |
4852
|
4956 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4957 |
|
4958 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4959 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4960 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4961 |
|
4962 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4963 |
4841
|
4964 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4965 |
|
4966 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4967 default of "" (so it is off unless explicitly set by the user). |
|
4968 |
4836
|
4969 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4970 |
|
4971 * image/imshow.m: Accept "truesize" argument. |
|
4972 Ignore current colormap. New tests and demos. |
|
4973 |
4834
|
4974 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4975 |
|
4976 * signal/sinewave.m: Allow N to default to M. |
|
4977 |
4826
|
4978 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4979 |
|
4980 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4981 |
4818
|
4982 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4983 |
|
4984 * general/deal.m: New function. |
4819
|
4985 Add tests from Paul Kienzle. |
4818
|
4986 |
4811
|
4987 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4988 |
|
4989 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4990 |
5095
|
4991 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4992 |
|
4993 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4994 |
4806
|
4995 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4996 |
|
4997 * miscellaneous/horzcat.m: Delete. |
|
4998 * miscellaneous/vertcat.m: Delete. |
|
4999 |
4790
|
5000 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5001 |
|
5002 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5003 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5004 |
4789
|
5005 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5006 |
|
5007 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5008 doing multiple plots in the same gnuplot frame. |
|
5009 |
4780
|
5010 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5011 |
|
5012 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5013 control/system/cellidx.m, control/system/ss.m, |
|
5014 control/system/tf.m, control/system/zp.m: New functions. |
|
5015 |
4778
|
5016 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5017 |
|
5018 * statistics/distributions/discrete_inv.m: |
|
5019 Reduce memory requirements. |
|
5020 |
4772
|
5021 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5022 |
|
5023 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5024 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5025 |
4771
|
5026 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5027 |
|
5028 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5029 control/base/analdemo.m, control/base/bddemo.m, |
|
5030 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5031 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5032 control/base/rldemo.m, control/base/rlocus.m, |
|
5033 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5034 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5035 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5036 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5037 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5038 control/system/__sysdefioname__.m, |
|
5039 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5040 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5041 control/system/c2d.m, control/system/d2c.m, |
|
5042 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5043 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5044 control/system/jet707.m, control/system/listidx.m, |
|
5045 control/system/moddemo.m, control/system/ord2.m, |
|
5046 control/system/packedform.m, control/system/parallel.m, |
|
5047 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5048 control/system/sys2zp.m, control/system/sysadd.m, |
|
5049 control/system/sysappend.m, control/system/sysconnect.m, |
|
5050 control/system/syscont.m, control/system/sysdimensions.m, |
|
5051 control/system/sysdisc.m, control/system/sysdup.m, |
|
5052 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5053 control/system/sysgroup.m, control/system/sysmin.m, |
|
5054 control/system/sysmult.m, control/system/sysprune.m, |
|
5055 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5056 control/system/syssetsignals.m, control/system/syssub.m, |
|
5057 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5058 control/system/ugain.m, control/system/zp2ss.m, |
|
5059 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5060 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5061 Use cell arrays instead of lists. |
|
5062 |
4723
|
5063 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5064 |
|
5065 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5066 so that bar (1, 1) will work. |
|
5067 |
4710
|
5068 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5069 |
4717
|
5070 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5071 * plot/__errplot__.m: Likewise. |
|
5072 * plot/__plt__.m: Likewise. |
|
5073 * plot/plot_border.m: Likewise. |
|
5074 |
4710
|
5075 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5076 not $(DOCSTRINGS). |
|
5077 |
4706
|
5078 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5079 |
|
5080 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5081 rank ([], tol). |
|
5082 |
4691
|
5083 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5084 |
4692
|
5085 * elfun/acot.m: Return atan (1./z). |
|
5086 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5087 |
4691
|
5088 * miscellaneous/dir.m: New file. |
|
5089 |
|
5090 * general/num2str.m: Use "%d" as format if values are ints with |
|
5091 magnitude less than 1e10. |
|
5092 |
|
5093 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5094 |
|
5095 * general/num2str.m: If single arg is string, return it. |
|
5096 |
|
5097 * miscellaneous/not.m: New file. |
|
5098 |
|
5099 * miscellaneous/unix.m: New file. |
|
5100 |
|
5101 * miscellaneous/isunix.m: New file. |
|
5102 * miscellaneous/ispc.m: New file. |
|
5103 |
|
5104 * miscellaneous/computer.m: New file. |
|
5105 |
|
5106 * miscellaneous/delete.m: New file. |
|
5107 |
4689
|
5108 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5109 |
|
5110 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5111 |
|
5112 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5113 |
|
5114 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5115 Always return substituted version of LOADPATH if nargout != 0. |
|
5116 |
4685
|
5117 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5118 |
|
5119 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5120 before continuing. |
|
5121 |
|
5122 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5123 |
4677
|
5124 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5125 |
|
5126 * general/ind2sub.m: New file. |
|
5127 * general/sub2ind.m: New file. |
|
5128 |
4675
|
5129 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5130 |
|
5131 * control/system/zp2ss.m: Don't save and restore |
|
5132 warn_empty_list_elements. |
|
5133 |
|
5134 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5135 |
6778
|
5136 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5137 |
4673
|
5138 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5139 |
|
5140 * statistics/base/mean.m: Remove special case for row vectors. |
|
5141 |
4637
|
5142 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5143 |
|
5144 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5145 |
4631
|
5146 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5147 |
|
5148 * statistics/base/iqr.m: Handle matrices. |
|
5149 |
4630
|
5150 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5151 |
|
5152 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5153 |
4629
|
5154 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5155 |
|
5156 * miscellaneous/path.m: Fix thinko in previous change. |
|
5157 |
4609
|
5158 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5159 |
4629
|
5160 * control/base/dare.m: Check positive (semi)definiteness and |
|
5161 dimensions of r (and q). |
|
5162 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5163 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5164 near unit circle. |
4611
|
5165 |
|
5166 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5167 Correct the behavior for discrete-time systems. |
|
5168 * control/system/is_stabilizable.m: Likewise. |
|
5169 |
4609
|
5170 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5171 |
|
5172 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5173 |
4610
|
5174 * general/isdefinite.m: New function. |
|
5175 |
4567
|
5176 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5177 |
|
5178 * general/reshape: Delete. |
|
5179 |
4559
|
5180 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5181 |
|
5182 * general/numel.m: Delete. |
|
5183 |
4535
|
5184 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5185 |
4536
|
5186 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5187 |
|
5188 * deprecated/isstr.m: New file. |
4535
|
5189 |
4529
|
5190 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5191 |
|
5192 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5193 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5194 |
4525
|
5195 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5196 |
|
5197 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5198 |
4503
|
5199 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5200 |
|
5201 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5202 |
4492
|
5203 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5204 |
|
5205 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5206 Allow optional length argument. |
|
5207 |
4491
|
5208 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5209 |
|
5210 * polynomial/polyfit.m: Avoid calling flipud. |
|
5211 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5212 Return structure as second output value for improved Matlab |
|
5213 compatibility. |
|
5214 |
4476
|
5215 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5216 |
4478
|
5217 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5218 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5219 with one non-zero dimension. |
|
5220 |
4476
|
5221 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5222 warn_single_quote_string to the list. |
4478
|
5223 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5224 from the list. |
4476
|
5225 |
5095
|
5226 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5227 |
|
5228 * signal/autocov.m: Transpose result of conj because diag returns |
|
5229 a column vector, not a row vector. |
|
5230 |
|
5231 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5232 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5233 with quotes. |
|
5234 |
4466
|
5235 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5236 |
4468
|
5237 * io/printf.m, io/puts.m: Delete. |
|
5238 |
4466
|
5239 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5240 default_return_value from the list. |
|
5241 Add warn_undefined_return_values to the list. |
|
5242 |
|
5243 |
4464
|
5244 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5245 |
|
5246 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5247 and initialize_global_variables from the list. |
|
5248 |
4460
|
5249 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5250 |
4463
|
5251 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5252 |
|
5253 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5254 |
|
5255 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5256 * control/system/sys2fir.m: Likewise. |
|
5257 |
|
5258 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5259 * control/system/__tf2sysl__.m: Likewise. |
|
5260 |
|
5261 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5262 |
|
5263 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5264 and [] concatenation. |
|
5265 * control/system/sys2fir.m: Likewise. |
|
5266 |
|
5267 * control/base/dgram.m, control/base/freqchkw.m, |
|
5268 control/base/gram.m, control/system/__abcddims__.m, |
|
5269 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5270 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5271 control/system/is_siso.m, control/system/sys2fir.m, |
|
5272 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5273 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5274 control/system/ugain.m, control/util/prompt.m, |
|
5275 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5276 control/util/zgshsr.m: |
|
5277 Improve conformance to Octave coding style. |
|
5278 |
4461
|
5279 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5280 the list. |
|
5281 Delete resize_on_range_error from the list. |
|
5282 |
4460
|
5283 * control/base/pzmap.m, control/base/place.m, |
|
5284 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5285 control/system/syscont.m, control/system/sysdisc.m, |
|
5286 control/system/sysgroup.m, control/system/tfout.m, |
|
5287 control/system/zp2ss.m, control/system/zpout.m, |
|
5288 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5289 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5290 empty_list_elements_ok. |
|
5291 |
|
5292 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5293 Delete empty_list_elements_ok from the list. |
|
5294 |
4457
|
5295 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5296 |
|
5297 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5298 list. |
|
5299 Delete treat_neg_dim_as_zero from the list. |
|
5300 |
|
5301 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5302 |
4451
|
5303 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5304 |
4455
|
5305 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5306 was not used in the code in any case). |
|
5307 |
|
5308 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5309 do_fortran_indexing. |
|
5310 |
4452
|
5311 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5312 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5313 |
4451
|
5314 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5315 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5316 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5317 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5318 warn_fortran_indexing in the list. |
|
5319 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5320 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5321 prefer_column_vectors from list. |
4451
|
5322 |
4440
|
5323 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5324 |
|
5325 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5326 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5327 directory. |
|
5328 |
5095
|
5329 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5330 |
|
5331 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5332 |
5095
|
5333 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5334 |
|
5335 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5336 return "." with extension. |
|
5337 |
4422
|
5338 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5339 |
|
5340 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5341 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5342 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5343 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5344 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5345 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5346 |
4413
|
5347 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5348 |
|
5349 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5350 |
5095
|
5351 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5352 |
|
5353 * plot/hist.m: Improve performance by using different algorithms |
|
5354 depending on number of bins. |
|
5355 |
4404
|
5356 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5357 |
|
5358 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5359 adding. |
|
5360 |
5095
|
5361 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5362 |
|
5363 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5364 |
5095
|
5365 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5366 |
|
5367 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5368 the impulse by t_step. |
|
5369 |
4373
|
5370 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5371 |
|
5372 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5373 column vectors. |
|
5374 |
5095
|
5375 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5376 |
|
5377 * linear-algebra/null.m: Handle empty matrix arg. |
|
5378 |
4369
|
5379 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5380 |
|
5381 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5382 |
4358
|
5383 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5384 |
|
5385 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5386 New files. |
|
5387 |
4348
|
5388 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5389 |
|
5390 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5391 function handle to pass to feval. |
|
5392 * statistics/base/qqplot.m: Likewise. |
|
5393 * statistics/base/ppplot.m: Likewise. |
|
5394 * signal/spectral_xdf.m: Likewise. |
|
5395 * signal/spectral_adf.m: Likewise. |
|
5396 |
4340
|
5397 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5398 |
|
5399 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5400 |
4334
|
5401 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5402 |
|
5403 * linear-algebra/logm.m: New file. |
|
5404 |
5095
|
5405 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5406 |
|
5407 * mkpkgadd: Scan C++ files as well |
|
5408 |
5095
|
5409 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5410 |
|
5411 * strings/findstr.m: Return empty set for zero-length target. |
|
5412 |
5095
|
5413 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5414 |
|
5415 * set/union.m: Preserve the orientation of inputs. |
|
5416 |
4305
|
5417 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5418 |
|
5419 * general/int2str.m: Eliminate leading spaces. |
|
5420 |
4303
|
5421 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5422 |
|
5423 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5424 |
5095
|
5425 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5426 |
|
5427 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5428 $(BUILD_LDFLAGS) to compiler. |
|
5429 |
4295
|
5430 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5431 |
|
5432 * general/num2str.m: Don't specify field width for scalars. |
|
5433 |
4292
|
5434 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5435 |
|
5436 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5437 |
4265
|
5438 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5439 |
4279
|
5440 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5441 |
4266
|
5442 * miscellaneous/tempname.m: New file. |
|
5443 |
|
5444 * miscellaneous/tempdir.m: New file. |
|
5445 |
4265
|
5446 * miscellaneous/fullfile.m: New file. |
|
5447 |
4259
|
5448 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5449 |
4264
|
5450 * miscellaneous/fileparts.m: New file. |
|
5451 |
|
5452 * io/beep.m: New file. |
|
5453 |
4260
|
5454 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5455 format only. |
4259
|
5456 |
4257
|
5457 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5458 |
|
5459 * strings/strcmp.m: Handle cell arrays of strings. |
|
5460 |
4229
|
5461 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5462 |
|
5463 * general/int2str.m: Handle matrices. |
|
5464 * general/num2str.m: Likewise. |
|
5465 Also handle optional precision, and format args. |
|
5466 |
4225
|
5467 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5468 |
|
5469 * audio/Makefile.in, control/base/Makefile.in, |
|
5470 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5471 control/system/Makefile.in, elfun/Makefile.in, |
|
5472 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5473 io/Makefile.in, linear-algebra/Makefile.in, |
|
5474 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5475 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5476 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5477 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5478 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5479 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5480 deprecated/Makefile.in: Use new do-script-install and |
|
5481 do-script-uninstall macros. |
|
5482 |
|
5483 * mkpkgadd: New script. |
|
5484 |
|
5485 * plot/close.m: New file. |
|
5486 |
4184
|
5487 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5488 |
|
5489 * image/image.m: Use -raw option for xv. |
|
5490 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5491 |
4172
|
5492 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5493 |
4174
|
5494 * control/base/lsim.m: Use approximate test for step size change. |
|
5495 |
4172
|
5496 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5497 |
5095
|
5498 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5499 |
|
5500 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5501 |
5095
|
5502 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5503 |
|
5504 * control/base/lsim.m: Correct doc string. |
|
5505 |
5095
|
5506 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5507 |
|
5508 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5509 |
4148
|
5510 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5511 |
|
5512 * plot/contour.m: Handle x and y as matrices too. |
|
5513 |
5095
|
5514 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5515 |
|
5516 * plot/contour.m: Fix error and usage messages. |
|
5517 |
4146
|
5518 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5519 |
|
5520 * plot/contour.m: Correct orientation of plot. |
|
5521 |
4139
|
5522 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5523 |
|
5524 * control/base/analdemo.m: Fix typo. |
|
5525 |
5095
|
5526 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5527 |
|
5528 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5529 |
4098
|
5530 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5531 |
|
5532 * mkdoc: Exit immediately on errors. |
|
5533 Exit with error if gethelp does not exist. |
|
5534 |
|
5535 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5536 |
4093
|
5537 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5538 |
|
5539 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5540 |
5095
|
5541 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5542 |
|
5543 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5544 * statistics/distributions/normal_pdf.m: Likewise. |
|
5545 * statistics/distributions/normal_inv.m: Likewise. |
|
5546 |
5095
|
5547 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5548 |
|
5549 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5550 |
5095
|
5551 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5552 |
|
5553 * statistics/base/var.m: Handle complex values. |
|
5554 |
4031
|
5555 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5556 |
|
5557 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5558 list. |
|
5559 * deprecated/Makefile.in: New file. |
|
5560 |
5095
|
5561 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5562 |
|
5563 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5564 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5565 * statistics/distributions/f_cdf.m: Likewise. |
|
5566 * statistics/distributions/t_cdf.m: Likewise. |
|
5567 |
|
5568 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5569 * specfun/beta.m: Likewise. |
|
5570 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5571 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5572 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5573 |
|
5574 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5575 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5576 |
4026
|
5577 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5578 |
4028
|
5579 * deprecated/is_bool.m: New file. |
|
5580 * deprecated/is_complex.m: New file. |
|
5581 * deprecated/is_global.m: New file. |
|
5582 * deprecated/is_list.m: New file. |
|
5583 * deprecated/is_matrix.m: New file. |
|
5584 * deprecated/is_scalar.m: New file. |
|
5585 * deprecated/is_square.m: New file. |
|
5586 * deprecated/is_stream.m: New file. |
|
5587 * deprecated/is_struct.m: New file. |
|
5588 * deprecated/is_symmetric.m: New file. |
|
5589 * deprecated/is_vector.m: New file. |
4030
|
5590 * Change all callers of these functions to use the new names. |
4028
|
5591 |
4029
|
5592 * deprecated: New directory. |
|
5593 * Makefile.in (SUBDIRS): Add it to the list. |
|
5594 |
4026
|
5595 * general/isscalar.m: Rename from is_scalar.m. |
|
5596 * general/issquare.m: Rename from is_square.m. |
|
5597 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5598 * general/isvector.m: Rename from is_vector.m. |
|
5599 |
4022
|
5600 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5601 |
|
5602 * statistics/base/mean.m: Allow empty matrices. |
|
5603 Handle DIM arg. |
|
5604 |
5095
|
5605 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5606 |
|
5607 * plot/__errcomm__.m: If format is not specified, default to error |
|
5608 bar format. |
|
5609 |
4011
|
5610 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5611 |
|
5612 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5613 __F_SETFL__ and __O_NONBLOCK__. |
|
5614 |
|
5615 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5616 * miscellaneous/bug_report.m: Likewise. |
|
5617 |
4007
|
5618 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5619 |
4008
|
5620 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5621 * general/rem.m: Likewise. |
|
5622 |
|
5623 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5624 * plot/semilogxerr.m: Likewise. |
4007
|
5625 * plot/semilogyerr.m: Likewise. |
|
5626 |
5095
|
5627 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5628 |
|
5629 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5630 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5631 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5632 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5633 |
|
5634 * plot/errorbar.m: Use __errcomm__.m. |
|
5635 * plot/__errplot__.m: Minor cleanups. |
|
5636 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5637 * plot/__pltopt1__.m: Likewise. |
|
5638 |
3980
|
5639 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5640 |
3981
|
5641 * general/rem.m: Delete redundant call to usage. |
|
5642 |
3980
|
5643 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5644 |
5095
|
5645 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5646 |
|
5647 * general/mod.m: New function. |
|
5648 |
3979
|
5649 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5650 |
|
5651 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5652 * control/system/sysadd.m: Likewise. |
|
5653 * control/system/sysgroup.m: Likewise. |
|
5654 * control/system/syssub.m: Likewise. |
|
5655 * elfun/gcd.m: Likewise. |
|
5656 * elfun/lcm.m: Likewise. |
|
5657 * general/common_size.m: Likewise. |
|
5658 * io/printf.m: Likewise. |
|
5659 * miscellaneous/menu.m: Likewise. |
|
5660 * miscellaneous/path.m: Likewise. |
|
5661 * plot/__errplot__.m: Likewise. |
|
5662 * plot/__plt__.m: Likewise. |
|
5663 * plot/axis.m: Likewise. |
|
5664 * plot/errorbar.m: Likewise. |
|
5665 * plot/mplot.m: Likewise. |
|
5666 * plot/loglog.m: Likewise. |
|
5667 * plot/plot.m: Likewise. |
|
5668 * plot/plot_border.m: Likewise. |
|
5669 * plot/semilogx.m: Likewise. |
|
5670 * plot/semilogy.m: Likewise. |
|
5671 * plot/xlabel.m: Likewise. |
|
5672 * plot/ylabel.m: Likewise. |
|
5673 * plot/zlabel.m: Likewise. |
|
5674 * statistics/base/ppplot.m: Likewise. |
|
5675 * statistics/base/qqplot.m: Likewise. |
|
5676 * statistics/tests/bartlett_test.m: Likewise. |
|
5677 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5678 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5679 * strings/str2mat.m: Likewise. |
|
5680 * strings/strcat.m: Likewise. |
|
5681 |
5095
|
5682 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5683 |
|
5684 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5685 |
3924
|
5686 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5687 |
|
5688 * skip-autoheader: New file, for autogen.sh. |
3925
|
5689 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5690 |
5095
|
5691 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5692 |
|
5693 * general/repmat.m: New function. |
|
5694 |
5095
|
5695 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5696 |
|
5697 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5698 Use optional parameter to specify the number of bits in the input. |
|
5699 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5700 floats in the range [-1,1], 2x speedup. |
|
5701 |
|
5702 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5703 |
3910
|
5704 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5705 |
|
5706 * linear-algebra/kron.m: Delete. |
|
5707 |
5095
|
5708 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5709 |
|
5710 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5711 returning them. |
|
5712 * signal/freqz_plot.m: New file. |
|
5713 |
5095
|
5714 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5715 |
5378
|
5716 * signal/unwrap.m: New file. |
3906
|
5717 |
5095
|
5718 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5719 |
|
5720 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5721 divide by zero warning. |
|
5722 |
5095
|
5723 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5724 |
3894
|
5725 * strings/deblank.m: Trim \0 as well as blank. |
|
5726 |
5378
|
5727 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5728 expressed in radians or Hz relative to a supplied sample rate. |
|
5729 |
5095
|
5730 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5731 |
|
5732 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5733 |
3891
|
5734 * strings/findstr.m: Vectorize as much as possible. |
|
5735 |
5095
|
5736 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5737 |
|
5738 * special-matrix/invhilb.m: New version that is faster and more |
|
5739 accurate. |
|
5740 |
5095
|
5741 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5742 |
|
5743 * configure.in: Update for autoconf 2.5x. |
|
5744 |
5095
|
5745 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5746 |
|
5747 * special-matrix/vander.m: Code tidy and vectorize. |
|
5748 |
5095
|
5749 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5750 |
3883
|
5751 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5752 to vectors. Issue a warning in the case x matches y' but return a |
|
5753 column vector as Octave currently does. |
|
5754 |
3882
|
5755 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5756 |
|
5757 * control/system/starp.m: Leave more of the documentation |
|
5758 processing to texinfo and less to the @format block. |
|
5759 |
|
5760 * image/imagesc.m: Only display image if no output is requested. |
|
5761 Code tidying. |
|
5762 |
3876
|
5763 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5764 |
|
5765 * statistics/base/center.m: Accept and return empty matrix. |
|
5766 |
3872
|
5767 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5768 |
|
5769 * specfun/erfinv.m: Fix usage message. |
|
5770 |
3869
|
5771 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5772 |
|
5773 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5774 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5775 |
3837
|
5776 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5777 |
|
5778 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5779 capitalized variable names. |
|
5780 |
3836
|
5781 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5782 |
|
5783 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5784 |
5095
|
5785 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5786 |
|
5787 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5788 |
3803
|
5789 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5790 |
3833
|
5791 * general/cart2pol.m: New file. |
|
5792 * general/pol2cart.m: New file. |
|
5793 * general/cart2sph.m: New file. |
|
5794 * general/sph2cart.m: New file. |
|
5795 * image/rgb2hsv.m: New file. |
|
5796 * image/hsv2rgb.m: New file. |
3803
|
5797 |
|
5798 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5799 |
|
5800 * plot/meshgrid.m: Avoid for loops. |
|
5801 * plot/meshdom.m: Likewise. |
|
5802 |
3801
|
5803 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5804 |
|
5805 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5806 |
|
5807 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5808 |
|
5809 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5810 norm. |
|
5811 |
3792
|
5812 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5813 |
|
5814 * statistics/tests/welch_test.m: Fix typo. |
|
5815 |
|
5816 * statistics/distributions/chisquare_cdf.m: |
|
5817 Don't restrict inputs to be only positive integers. |
|
5818 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5819 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5820 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5821 * statistics/distributions/f_cdf.m: Likewise. |
|
5822 * statistics/distributions/f_inv.m: Likewise. |
|
5823 * statistics/distributions/f_pdf.m: Likewise. |
|
5824 * statistics/distributions/f_rnd.m: Likewise. |
|
5825 * statistics/distributions/t_cdf.m: Likewise. |
|
5826 * statistics/distributions/t_inv.m: Likewise. |
|
5827 * statistics/distributions/t_pdf.m: Likewise. |
|
5828 * statistics/distributions/t_rnd.m: Likewise. |
|
5829 |
3790
|
5830 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5831 |
|
5832 * strings/dec2base.m: New file. |
|
5833 * strings/base2dec.m: New file. |
|
5834 * strings/strjust.m: New file. |
|
5835 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5836 * strings/dec2bin.m: Likewise. |
|
5837 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5838 * strings/bin2dec.m: Likewise. |
|
5839 |
5095
|
5840 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5841 |
|
5842 * statistics/base/ppplot.m: Use gset, not set. |
|
5843 * statistics/base/qqplot.m: Likewise. |
|
5844 |
5095
|
5845 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5846 |
|
5847 * control/system/c2d.m: Add missing endif. |
|
5848 |
3759
|
5849 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5850 |
|
5851 * strings/index.m: Return 0 if either string is empty. |
|
5852 |
|
5853 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5854 |
|
5855 * control/system/c2d.m: Allow option of matched pole/zero |
|
5856 equivalent for conversion. |
|
5857 |
|
5858 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5859 |
|
5860 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5861 |
3757
|
5862 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5863 |
|
5864 * saveimage.m: Do create rawbit image for black and white images, |
|
5865 but do it correctly. |
|
5866 |
3754
|
5867 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5868 |
6778
|
5869 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5870 result polynomials. |
3754
|
5871 |
3748
|
5872 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5873 |
|
5874 * image/saveimage.m: Don't try to create rawbit image. |
|
5875 |
3740
|
5876 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5877 |
|
5878 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5879 |
5095
|
5880 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5881 |
|
5882 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5883 |
3727
|
5884 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5885 |
|
5886 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5887 |
3717
|
5888 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5889 |
3718
|
5890 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5891 |
3717
|
5892 * plot/mesh.m: Also set nologscale before plotting. |
|
5893 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5894 xyerrorbars instead of just errorbars. |
|
5895 |
3714
|
5896 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5897 |
|
5898 * image/image.m: Try display (from ImageMagick) first. |
|
5899 |
3709
|
5900 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5901 |
|
5902 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5903 conjugate transpose. |
|
5904 |
3705
|
5905 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5906 |
|
5907 * strings/str2mat.m: Apply setstr to each argument. |
|
5908 |
3696
|
5909 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5910 |
|
5911 * control/base/dkalman.m: New file. |
|
5912 * control/base/dlqe.m: Handle singular A matrix. |
|
5913 * control/base/dlqr.m: Likewise. |
|
5914 |
3695
|
5915 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5916 |
|
5917 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5918 dimensions don't match. |
|
5919 |
3690
|
5920 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5921 |
|
5922 * plot/hist.m: Allow 3 argument form to work. |
|
5923 |
5095
|
5924 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5925 |
|
5926 * plot/plot.m: Add examples in doc string. |
|
5927 |
5095
|
5928 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5929 |
|
5930 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5931 Do the right thing even if automatic_replot is not zero. |
|
5932 Avoid failure if system has pure imaginary poles. |
|
5933 |
3674
|
5934 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5935 |
|
5936 * general/logical.m: Return arg if it is empty. Better error |
|
5937 message for non-numeric types. |
|
5938 |
5095
|
5939 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5940 |
|
5941 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5942 about difference with Matlab dlqe function. |
|
5943 |
|
5944 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5945 |
5095
|
5946 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5947 |
|
5948 * strings/strrep.m: Fix typo. |
|
5949 |
3666
|
5950 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5951 |
|
5952 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5953 |
5095
|
5954 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5955 |
|
5956 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5957 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5958 |
5095
|
5959 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5960 |
|
5961 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5962 guess for iteration. |
|
5963 |
3651
|
5964 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5965 |
|
5966 * image/image.m: Allow image (A) or image (x, y, A). |
|
5967 * image/imagesc.m: Likewise. |
|
5968 |
|
5969 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5970 matrix, autoscale the image. |
|
5971 |
3618
|
5972 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5973 |
3619
|
5974 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5975 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5976 |
3618
|
5977 * image/saveimage.m: Add comment to file saying who created it and |
|
5978 when it was created. Suggested by Stephen Eglen |
|
5979 <stephen@cogsci.ed.ac.uk>. |
|
5980 |
5095
|
5981 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5982 |
|
5983 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5984 non-zero element rather than the last of the first set of zero |
|
5985 elements. |
|
5986 |
|
5987 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5988 |
5095
|
5989 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5990 |
|
5991 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5992 displayed as black and 1 is displayed as white. |
|
5993 Fix indexing bug in ppm case. |
|
5994 |
3604
|
5995 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
5996 |
|
5997 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
5998 between the two distributions (took same approach as ks.test() in R.) |
|
5999 |
3603
|
6000 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6001 |
|
6002 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6003 |
3599
|
6004 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6005 |
3601
|
6006 * Makefile.in (clean): Also remove gethelp. |
|
6007 |
3599
|
6008 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6009 |
5095
|
6010 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6011 |
|
6012 * set/create_set.m: Use find to avoid while loop. |
|
6013 |
5095
|
6014 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6015 |
|
6016 * plot/hist.m: New optional third argument. |
|
6017 |
|
6018 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6019 |
|
6020 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6021 number appended. |
|
6022 |
3575
|
6023 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6024 |
|
6025 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6026 |
3498
|
6027 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6028 |
|
6029 * image/saveimage.m: Delete some debugging code. |
|
6030 |
3486
|
6031 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6032 |
|
6033 * signal/sinc.m: Avoid reshaping. |
|
6034 |
|
6035 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6036 * image/ind2rgb.m: Ditto. |
|
6037 * image/ind2gray.m: Ditto. |
|
6038 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6039 implicit_str_to_num_ok. |
|
6040 |
3483
|
6041 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6042 |
|
6043 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6044 a list of file structures, not a vector of numeric file ids. |
|
6045 |
3474
|
6046 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6047 |
3476
|
6048 * plot/__axis_label__.m: New function. |
|
6049 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6050 * plot/xlabel.m: Use it. |
|
6051 * plot/ylabel.m: Ditto. |
|
6052 * plot/zlabel.m: Ditto. |
|
6053 |
3474
|
6054 * plot/mesh.m: Fix error message to reflect reality. |
|
6055 |
5095
|
6056 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6057 |
|
6058 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6059 |
5095
|
6060 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6061 |
|
6062 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6063 * audio/loadaudio.m: Ditto. |
|
6064 * audio/playaudio.m: Ditto. |
|
6065 |
3456
|
6066 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6067 |
|
6068 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6069 * statistics/distributions/beta_inv.m: Ditto. |
|
6070 * statistics/distributions/beta_pdf.m: Ditto. |
|
6071 * statistics/distributions/beta_rnd.m: Ditto. |
|
6072 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6073 * statistics/distributions/binomial_inv.m: Ditto. |
|
6074 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6075 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6076 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6077 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6078 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6079 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6080 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6081 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6082 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6083 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6084 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6085 * statistics/distributions/discrete_inv.m: Ditto. |
|
6086 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6087 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6088 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6089 * statistics/distributions/empirical_inv.m: Ditto. |
|
6090 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6091 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6092 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6093 * statistics/distributions/exponential_inv.m: Ditto. |
|
6094 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6095 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6096 * statistics/distributions/f_cdf.m: Ditto. |
|
6097 * statistics/distributions/f_inv.m: Ditto. |
|
6098 * statistics/distributions/f_pdf.m: Ditto. |
|
6099 * statistics/distributions/f_rnd.m: Ditto. |
|
6100 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6101 * statistics/distributions/gamma_inv.m: Ditto. |
|
6102 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6103 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6104 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6105 * statistics/distributions/geometric_inv.m: Ditto. |
|
6106 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6107 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6108 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6109 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6110 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6111 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6112 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6113 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6114 * statistics/distributions/laplace_inv.m: Ditto. |
|
6115 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6116 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6117 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6118 * statistics/distributions/logistic_inv.m: Ditto. |
|
6119 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6120 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6121 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6122 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6123 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6124 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6125 * statistics/distributions/normal_cdf.m: Ditto. |
|
6126 * statistics/distributions/normal_inv.m: Ditto. |
|
6127 * statistics/distributions/normal_pdf.m: Ditto. |
|
6128 * statistics/distributions/normal_rnd.m: Ditto. |
|
6129 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6130 * statistics/distributions/pascal_inv.m: Ditto. |
|
6131 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6132 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6133 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6134 * statistics/distributions/poisson_inv.m: Ditto. |
|
6135 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6136 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6137 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6138 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6139 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6140 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6141 * statistics/distributions/t_cdf.m: Ditto. |
|
6142 * statistics/distributions/t_inv.m: Ditto. |
|
6143 * statistics/distributions/t_pdf.m: Ditto. |
|
6144 * statistics/distributions/t_rnd.m: Ditto. |
|
6145 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6146 * statistics/distributions/uniform_inv.m: Ditto. |
|
6147 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6148 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6149 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6150 * statistics/distributions/weibull_inv.m: Ditto. |
|
6151 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6152 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6153 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6154 |
3453
|
6155 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6156 |
|
6157 * statistics/base/values.m: Texinfoize doc string. |
|
6158 * statistics/base/var.m: Ditto. |
|
6159 * statistics/base/table.m: Ditto. |
|
6160 * statistics/base/studentize.m: Ditto. |
|
6161 * statistics/base/statistics.m: Ditto. |
|
6162 * statistics/base/spearman.m: Ditto. |
|
6163 * statistics/base/run_count.m: Ditto. |
|
6164 * statistics/base/ranks.m: Ditto. |
|
6165 * statistics/base/range.m: Ditto. |
|
6166 * statistics/base/qqplot.m: Ditto. |
|
6167 * statistics/base/probit.m: Ditto. |
|
6168 * statistics/base/ppplot.m: Ditto. |
|
6169 * statistics/base/moment.m: Ditto. |
|
6170 * statistics/base/meansq.m: Ditto. |
|
6171 * statistics/base/logit.m: Ditto. |
|
6172 * statistics/base/kendall.m: Ditto. |
|
6173 * statistics/base/iqr.m: Ditto. |
|
6174 * statistics/base/cut.m: Ditto. |
|
6175 * statistics/base/cor.m: Ditto. |
|
6176 * statistics/base/cloglog.m: Ditto. |
|
6177 * statistics/base/center.m: Ditto. |
3454
|
6178 * statistics/models/logistic_regression.m: Ditto. |
|
6179 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6180 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6181 * statistics/tests/anova.m: Ditto. |
|
6182 * statistics/tests/bartlett_test.m: Ditto. |
|
6183 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6184 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6185 * statistics/tests/cor_test.m: Ditto. |
|
6186 * statistics/tests/f_test_regression.m: Ditto. |
|
6187 * statistics/tests/hotelling_test.m: Ditto. |
|
6188 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6189 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6190 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6191 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6192 * statistics/tests/manova.m: Ditto. |
|
6193 * statistics/tests/mcnemar_test.m: Ditto. |
|
6194 * statistics/tests/prop_test_2.m: Ditto. |
|
6195 * statistics/tests/run_test.m: Ditto. |
|
6196 * statistics/tests/sign_test.m: Ditto. |
|
6197 * statistics/tests/t_test.m: Ditto. |
|
6198 * statistics/tests/t_test_2.m: Ditto. |
|
6199 * statistics/tests/t_test_regression.m: Ditto. |
|
6200 * statistics/tests/u_test.m: Ditto. |
|
6201 * statistics/tests/var_test.m: Ditto. |
|
6202 * statistics/tests/welch_test.m: Ditto. |
|
6203 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6204 * statistics/tests/z_test.m: Ditto. |
|
6205 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6206 |
3446
|
6207 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6208 |
|
6209 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6210 * plot/__plr1__.m: Ditto. |
|
6211 * plot/__pltopt__.m: Ditto. |
|
6212 * plot/__plt__.m: Ditto. |
|
6213 * plot/__plt2vv__.m: Ditto. |
|
6214 * plot/__plr2__.m: Ditto. |
|
6215 * plot/__plr__.m: Ditto. |
|
6216 * plot/__plt1__.m: Ditto. |
|
6217 * plot/__plt2__.m: Ditto. |
|
6218 * plot/__plt2mm__.m: Ditto. |
|
6219 * plot/__plt2mv__.m: Ditto. |
|
6220 * plot/__plt2ss__.m: Ditto. |
|
6221 * miscellaneous/paren.m: Ditto. |
|
6222 * miscellaneous/comma.m: Ditto. |
|
6223 * miscellaneous/semicolon.m: Ditto. |
|
6224 * miscellaneous/path.m: Ditto. |
|
6225 * miscellaneous/list_primes.m: Ditto. |
|
6226 * miscellaneous/flops.m: Ditto. |
|
6227 * miscellaneous/dump_prefs.m: Ditto. |
|
6228 * miscellaneous/bug_report.m: Ditto. |
|
6229 * linear-algebra/dot.m: Ditto |
|
6230 * linear-algebra/dmult.m: Ditto. |
|
6231 * general/randperm.m: Ditto. |
|
6232 * general/logical.m: Ditto. |
|
6233 * general/is_duplicate_entry.m: Ditto. |
|
6234 * signal/arch_fit.m: Ditto. |
|
6235 * signal/arch_rnd.m: Ditto. |
|
6236 * signal/arch_test.m: Ditto. |
|
6237 * signal/arma_rnd.m: Ditto. |
|
6238 * signal/autocor.m: Ditto. |
|
6239 * signal/autocov.m: Ditto. |
|
6240 * signal/autoreg_matrix.m: Ditto. |
|
6241 * signal/bartlett.m: Ditto. |
|
6242 * signal/blackman.m: Ditto. |
|
6243 * signal/detrend.m: Ditto. |
|
6244 * signal/diffpara.m: Ditto. |
|
6245 * signal/durbinlevinson.m: Ditto. |
|
6246 * signal/fftconv.m: Ditto. |
|
6247 * signal/fftfilt.m: Ditto. |
|
6248 * signal/fftshift.m: Ditto. |
|
6249 * signal/fractdiff.m: Ditto. |
|
6250 * signal/freqz.m: Ditto. |
|
6251 * signal/hamming.m: Ditto. |
|
6252 * signal/hanning.m: Ditto. |
|
6253 * signal/hurst.m: Ditto. |
|
6254 * signal/periodogram.m: Ditto. |
|
6255 * signal/rectangle_lw.m: Ditto. |
|
6256 * signal/rectangle_sw.m: Ditto. |
|
6257 * signal/sinc.m: Ditto. |
|
6258 * signal/sinetone.m: Ditto. |
|
6259 * signal/sinewave.m: Ditto. |
|
6260 * signal/spectral_adf.m: Ditto. |
|
6261 * signal/spectral_xdf.m: Ditto. |
|
6262 * signal/spencer.m: Ditto. |
|
6263 * signal/stft.m: Ditto. |
|
6264 * signal/synthesis.m: Ditto. |
|
6265 * signal/triangle_lw.m: Ditto. |
|
6266 * signal/triangle_sw.m: Ditto. |
|
6267 * signal/yulewalker.m: Ditto. |
3450
|
6268 * control/util/strappend.m: Ditto. |
3451
|
6269 * control/base/nichols.m: Ditto. |
3452
|
6270 * control/system/is_signal_list.m: Ditto. |
|
6271 * control/system/listidx.m: Ditto. |
|
6272 * control/system/sysgettsam.m: Ditto. |
|
6273 * control/system/sysidx.m: Ditto. |
3446
|
6274 |
3438
|
6275 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6276 |
|
6277 * control/system/__abcddims__.m: Rename from |
|
6278 control/system/abcddims.m, change all callers. |
|
6279 * control/base/__bodquist__.m: Likewise. |
|
6280 * control/base/__freqresp__.m: Likewise. |
|
6281 * control/util/__outlist__.m: Likewise. |
|
6282 * control/base/__stepimp__.m: Likewise. |
|
6283 * control/system/__syschnamesl__.m: Likewise. |
|
6284 * control/system/__syscont_disc__.m: Likewise. |
|
6285 * control/system/__sysdefioname__.m: Likewise. |
|
6286 * control/system/__sysdefstname__.m: Likewise. |
|
6287 * control/system/__sysgroupn__.m: Likewise. |
|
6288 * control/system/__tf2sysl__.m: Likewise. |
|
6289 * control/util/__zgpbal__.m: Likewise. |
|
6290 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6291 |
|
6292 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6293 * quaternion/qconj.m: Ditto. |
|
6294 * quaternion/qcoordinate_plot.m: Ditto. |
|
6295 * quaternion/qderiv.m: Ditto. |
|
6296 * quaternion/qderivmat.m: Ditto. |
|
6297 * quaternion/qinv.m: Ditto. |
|
6298 * quaternion/qmult.m: Ditto. |
|
6299 * quaternion/qtrans.m: Ditto. |
|
6300 * quaternion/qtransv.m: Ditto. |
|
6301 * quaternion/qtransvmat.m: Ditto. |
|
6302 * quaternion/quaternion.m: Ditto. |
3438
|
6303 |
3436
|
6304 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6305 |
|
6306 * control/base/Makefile.in: Ditto. |
|
6307 * control/hinf/Makefile.in: New file. |
|
6308 * control/marsyas/Makefile.in: Ditto. |
|
6309 * control/obsolete/Makefile.in: Ditto. |
|
6310 * control/system/Makefile.in: Ditto. |
|
6311 * control/util/Makefile.in: Ditto. |
|
6312 |
|
6313 * strings/com2str.m: Move here from control directory. |
|
6314 |
|
6315 * control/base: New directory. |
|
6316 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6317 * control/base/analdemo.m: Ditto. |
|
6318 * control/base/are.m: Ditto. |
|
6319 * control/base/bddemo.m: Ditto. |
|
6320 * control/base/bode.m: Ditto. |
|
6321 * control/base/bode_bounds.m: Ditto. |
|
6322 * control/base/bodquist.m: Ditto. |
|
6323 * control/base/controldemo.m: Ditto. |
|
6324 * control/base/ctrb.m: Ditto. |
|
6325 * control/base/damp.m: Ditto. |
|
6326 * control/base/dare.m: Ditto. |
|
6327 * control/base/dcgain.m: Ditto. |
|
6328 * control/base/dgram.m: Ditto. |
|
6329 * control/base/dlqe.m: Ditto. |
|
6330 * control/base/dlqr.m: Ditto. |
|
6331 * control/base/dlyap.m: Ditto. |
|
6332 * control/base/dre.m: Ditto. |
|
6333 * control/base/frdemo.m: Ditto. |
|
6334 * control/base/freqchkw.m: Ditto. |
|
6335 * control/base/freqresp.m: Ditto. |
|
6336 * control/base/gram.m: Ditto. |
|
6337 * control/base/impulse.m: Ditto. |
|
6338 * control/base/lqe.m: Ditto. |
|
6339 * control/base/lqg.m: Ditto. |
|
6340 * control/base/lqr.m: Ditto. |
|
6341 * control/base/lsim.m: Ditto. |
|
6342 * control/base/ltifr.m: Ditto. |
|
6343 * control/base/lyap.m: Ditto. |
|
6344 * control/base/nichols.m: Ditto. |
|
6345 * control/base/nyquist.m: Ditto. |
|
6346 * control/base/obsv.m: Ditto. |
|
6347 * control/base/place.m: Ditto. |
|
6348 * control/base/pzmap.m: Ditto. |
|
6349 * control/base/rldemo.m: Ditto. |
|
6350 * control/base/rlocus.m: Ditto. |
|
6351 * control/base/step.m: Ditto. |
|
6352 * control/base/stepimp.m: Ditto. |
|
6353 * control/base/tzero.m: Ditto. |
|
6354 * control/base/tzero2.m: Ditto. |
|
6355 |
|
6356 * control/hinf: New directory. |
|
6357 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6358 * control/hinf/h2norm.m: Ditto. |
|
6359 * control/hinf/h2syn.m: Ditto. |
|
6360 * control/hinf/hinf_ctr.m: Ditto. |
|
6361 * control/hinf/hinfdemo.m: Ditto. |
|
6362 * control/hinf/hinfnorm.m: Ditto. |
|
6363 * control/hinf/hinfsyn.m: Ditto. |
|
6364 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6365 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6366 * control/hinf/wgt1o.m: Ditto. |
3441
|
6367 * control/hinf/dgkfdemo.m: Ditto. |
|
6368 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6369 |
|
6370 * control/marsyas: New directory. |
|
6371 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6372 * control/marsyas/susball.m: Ditto. |
|
6373 |
|
6374 * control/obsolete/dezero.m: Move here from control directory. |
|
6375 * control/obsolete/rotg.m: Ditto. |
|
6376 |
|
6377 * control/system: New directory. |
|
6378 * control/system/abcddim.m: Move here from control directory. |
|
6379 * control/system/abcddims.m: Ditto. |
|
6380 * control/system/buildssic.m: Ditto. |
|
6381 * control/system/c2d.m: Ditto. |
|
6382 * control/system/d2c.m: Ditto. |
|
6383 * control/system/dmr2d.m: Ditto. |
|
6384 * control/system/fir2sys.m: Ditto. |
|
6385 * control/system/is_abcd.m: Ditto. |
|
6386 * control/system/is_digital.m: Ditto. |
|
6387 * control/system/is_sample.m: Ditto. |
|
6388 * control/system/is_signal_list.m: Ditto. |
|
6389 * control/system/is_siso.m: Ditto. |
3441
|
6390 * control/system/is_controllable.m: Ditto. |
|
6391 * control/system/is_detectable.m: Ditto. |
|
6392 * control/system/is_observable.m: Ditto. |
|
6393 * control/system/is_stabilizable.m: Ditto. |
|
6394 * control/system/is_stable.m: Ditto. |
3436
|
6395 * control/system/jet707.m: Ditto. |
|
6396 * control/system/listidx.m: Ditto. |
|
6397 * control/system/moddemo.m: Ditto. |
|
6398 * control/system/ord2.m: Ditto. |
|
6399 * control/system/packedform.m: Ditto. |
|
6400 * control/system/parallel.m: Ditto. |
|
6401 * control/system/ss2sys.m: Ditto. |
|
6402 * control/system/ss2tf.m: Ditto. |
|
6403 * control/system/ss2zp.m: Ditto. |
|
6404 * control/system/starp.m: Ditto. |
|
6405 * control/system/sys2fir.m: Ditto. |
|
6406 * control/system/sys2ss.m: Ditto. |
|
6407 * control/system/sys2tf.m: Ditto. |
|
6408 * control/system/sys2zp.m: Ditto. |
|
6409 * control/system/sysadd.m: Ditto. |
|
6410 * control/system/sysappend.m: Ditto. |
|
6411 * control/system/syschnamesl.m: Ditto. |
|
6412 * control/system/syschtsam.m: Ditto. |
|
6413 * control/system/sysconnect.m: Ditto. |
|
6414 * control/system/syscont.m: Ditto. |
|
6415 * control/system/syscont_disc.m: Ditto. |
|
6416 * control/system/sysdefioname.m: Ditto. |
|
6417 * control/system/sysdefstname.m: Ditto. |
|
6418 * control/system/sysdimensions.m: Ditto. |
|
6419 * control/system/sysdisc.m: Ditto. |
|
6420 * control/system/sysdup.m: Ditto. |
|
6421 * control/system/sysgetsignals.m: Ditto. |
|
6422 * control/system/sysgettsam.m: Ditto. |
|
6423 * control/system/sysgettype.m: Ditto. |
|
6424 * control/system/sysgroup.m: Ditto. |
|
6425 * control/system/sysgroupn.m: Ditto. |
|
6426 * control/system/sysidx.m: Ditto. |
|
6427 * control/system/sysmin.m: Ditto. |
|
6428 * control/system/sysmult.m: Ditto. |
|
6429 * control/system/sysout.m: Ditto. |
|
6430 * control/system/sysprune.m: Ditto. |
|
6431 * control/system/sysreorder.m: Ditto. |
|
6432 * control/system/sysrepdemo.m: Ditto. |
|
6433 * control/system/sysscale.m: Ditto. |
|
6434 * control/system/syssetsignals.m: Ditto. |
|
6435 * control/system/syssub.m: Ditto. |
|
6436 * control/system/sysupdate.m: Ditto. |
|
6437 * control/system/tf2ss.m: Ditto. |
|
6438 * control/system/tf2sys.m: Ditto. |
|
6439 * control/system/tf2sysl.m: Ditto. |
|
6440 * control/system/tf2zp.m: Ditto. |
|
6441 * control/system/tfout.m: Ditto. |
|
6442 * control/system/ugain.m: Ditto. |
|
6443 * control/system/zp2ss.m: Ditto. |
|
6444 * control/system/zp2ssg2.m: Ditto. |
|
6445 * control/system/zp2sys.m: Ditto. |
|
6446 * control/system/zp2tf.m: Ditto. |
|
6447 * control/system/zpout.m: Ditto. |
|
6448 |
|
6449 * control/util: New directory. |
|
6450 * control/util/axis2dlim.m: Move here from control directory. |
|
6451 * control/util/outlist.m: Ditto. |
|
6452 * control/util/prompt.m: Ditto. |
|
6453 * control/util/run_cmd.m: Ditto. |
|
6454 * control/util/sortcom.m: Ditto. |
|
6455 * control/util/strappend.m: Ditto. |
|
6456 * control/util/swap.m: Ditto. |
|
6457 * control/util/zgfmul.m: Ditto. |
|
6458 * control/util/zgfslv.m: Ditto. |
|
6459 * control/util/zginit.m: Ditto. |
|
6460 * control/util/zgpbal.m: Ditto. |
|
6461 * control/util/zgreduce.m: Ditto. |
|
6462 * control/util/zgrownorm.m: Ditto. |
|
6463 * control/util/zgscal.m: Ditto. |
|
6464 * control/util/zgsgiv.m: Ditto. |
|
6465 * control/util/zgshsr.m: Ditto. |
|
6466 |
3427
|
6467 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6468 |
|
6469 * gethelp.cc (extract_help_text): Discard first space character |
|
6470 after consecutive comment characters. |
|
6471 |
3422
|
6472 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6473 |
|
6474 * control/obsolete: New directory |
|
6475 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6476 * control/obsolete/swapcols.m: Ditto. |
|
6477 * control/obsolete/dlqg.m: Ditto. |
|
6478 * control/obsolete/minfo.m: Ditto. |
|
6479 * control/obsolete/packsys.m: Ditto. |
|
6480 * control/obsolete/qzval.m: Ditto. |
|
6481 * control/obsolete/unpacksys.m: Ditto. |
|
6482 * control/obsolete/series.m: Ditto. |
|
6483 * control/obsolete/syschnames.m: Ditto. |
|
6484 * polynomial/polyout.m: Ditto. |
3422
|
6485 |
3420
|
6486 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6487 |
|
6488 * general/fliplr.m: Eliminate useless copy of arg. |
|
6489 * general/flipud.m: Ditto. |
|
6490 |
3418
|
6491 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6492 |
|
6493 * linear-algebra/cross.m: Only return a row vector if both args |
|
6494 are row vectors. |
|
6495 * polynomial/polyfit.m: Likewise. |
|
6496 |
|
6497 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6498 |
|
6499 * statistics/distributions/discrete_rnd.m: |
|
6500 Always generate a row vector. |
|
6501 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6502 |
5095
|
6503 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6504 |
|
6505 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6506 |
|
6507 * audio/setaudio.m: Texinfoize doc string. |
|
6508 * control/com2str.m: Likewise. |
|
6509 * control/controldemo.m: Likewise. |
|
6510 * control/DEMOcontrol.m: Likewise. |
|
6511 * control/dezero.m: Likewise. |
|
6512 * control/dre.m: Likewise. |
|
6513 * control/hinfsyn_ric.m: Likewise. |
|
6514 |
5095
|
6515 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6516 |
|
6517 * io/printf.m: Add @seealso{...} to doc string. |
|
6518 * io/puts.m: Likewise. |
|
6519 * plot/semilogx.m: Likewise. |
|
6520 * plot/semilogy.m: Likewise. |
|
6521 * plot/__pltopt__.m: Likewise. |
|
6522 * plot/bar.m: Likewise. |
|
6523 * plot/xlabel.m: Likewise. |
|
6524 * plot/grid.m: Likewise. |
|
6525 * plot/shg.m: Likewise. |
|
6526 * plot/title.m: Likewise. |
|
6527 * plot/mesh.m: Likewise. |
|
6528 * plot/__pltopt1__.m: Likewise. |
|
6529 * plot/contour.m: Likewise. |
|
6530 * plot/hist.m: Likewise. |
|
6531 * plot/stairs.m: Likewise. |
|
6532 * plot/meshgrid.m: Likewise. |
|
6533 * plot/polar.m: Likewise. |
|
6534 * plot/loglog.m: Likewise. |
|
6535 * plot/plot.m: Likewise. |
|
6536 * miscellaneous/semicolon.m: Likewise. |
|
6537 * miscellaneous/menu.m: Likewise. |
|
6538 * miscellaneous/etime.m: Likewise. |
|
6539 * miscellaneous/texas_lotto.m: Likewise. |
|
6540 * miscellaneous/comma.m: Likewise. |
|
6541 * audio/lin2mu.m: Likewise. |
|
6542 * audio/playaudio.m: Likewise. |
|
6543 * audio/loadaudio.m: Likewise. |
|
6544 * audio/saveaudio.m: Likewise. |
|
6545 * audio/mu2lin.m: Likewise. |
|
6546 * audio/record.m: Likewise. |
|
6547 * strings/isletter.m: Likewise. |
|
6548 * strings/lower.m: Likewise. |
|
6549 * strings/lower.m: Likewise. |
|
6550 * strings/upper.m: Likewise. |
|
6551 * specfun/erfinv.m: Likewise. |
|
6552 * specfun/gammai.m: Likewise. |
|
6553 * specfun/log2.m: Likewise. |
|
6554 * specfun/pow2.m: Likewise. |
|
6555 * elfun/gcd.m: Likewise. |
|
6556 * elfun/lcm.m: Likewise. |
|
6557 * special-matrix/vander.m: Likewise. |
|
6558 * special-matrix/sylvester_matrix.m: Likewise. |
|
6559 * special-matrix/hilb.m: Likewise. |
|
6560 * special-matrix/hankel.m: Likewise. |
|
6561 * special-matrix/toeplitz.m: Likewise. |
|
6562 * special-matrix/invhilb.m: Likewise. |
|
6563 * statistics/base/std.m: Likewise. |
|
6564 * statistics/base/median.m: Likewise. |
|
6565 * linear-algebra/cond.m: Likewise. |
|
6566 * linear-algebra/norm.m: Likewise. |
|
6567 * finance/nper.m: Likewise. |
|
6568 * finance/pmt.m: Likewise. |
|
6569 * finance/pv.m: Likewise. |
|
6570 * finance/rate.m: Likewise. |
|
6571 * finance/npv.m: Likewise. |
|
6572 * general/fliplr.m: Likewise. |
|
6573 * general/flipud.m: Likewise. |
|
6574 * general/is_scalar.m: Likewise. |
|
6575 * general/rem.m: Likewise. |
|
6576 * general/perror.m: Likewise. |
|
6577 * general/tril.m: Likewise. |
|
6578 * general/rot90.m: Likewise. |
|
6579 * general/num2str.m: Likewise. |
|
6580 * general/int2str.m: Likewise. |
|
6581 * general/reshape.m: Likewise. |
|
6582 * general/logspace.m: Likewise. |
|
6583 * general/is_symmetric.m: Likewise. |
|
6584 * general/is_vector.m: Likewise. |
|
6585 * general/nextpow2.m: Likewise. |
|
6586 * general/columns.m: Likewise. |
|
6587 * general/is_square.m: Likewise. |
|
6588 * general/rows.m: Likewise. |
|
6589 * control/ugain.m: Likewise. |
|
6590 * control/damp.m: Likewise. |
|
6591 * control/dare.m: Likewise. |
|
6592 * control/are.m: Likewise. |
|
6593 * control/sys2fir.m: Likewise. |
|
6594 * control/abcddim.m: Likewise. |
|
6595 * control/is_abcd.m: Likewise. |
|
6596 * control/step.m: Likewise. |
|
6597 * control/is_observable.m: Likewise. |
|
6598 * control/is_controllable.m: Likewise. |
|
6599 * control/jet707.m: Likewise. |
|
6600 * control/polyout.m: Likewise. |
|
6601 * control/impulse.m: Likewise. |
|
6602 * control/lqg.m: Likewise. |
|
6603 * control/is_detectable.m: Likewise. |
|
6604 * control/sysdimensions.m: Likewise. |
|
6605 * control/sysupdate.m: Likewise. |
|
6606 * control/stepimp.m: Likewise. |
|
6607 * control/is_stable.m: Likewise. |
|
6608 * control/tfout.m: Likewise. |
|
6609 * control/zpout.m: Likewise. |
|
6610 |
3405
|
6611 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6612 |
|
6613 * set/complement.m: Add @seealso{} stuff. |
|
6614 * set/create_set.m: Likewise. |
|
6615 * set/intersection.m: Likewise. |
|
6616 * set/union.m: Likewise. |
|
6617 |
3399
|
6618 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6619 |
3400
|
6620 * control/d2c.m: Use double quotes instead of single quotes for |
|
6621 string constants. |
|
6622 * control/dgkfdemo.m: Likewise. |
|
6623 * control/fir2sys.m: Likewise. |
|
6624 * control/frdemo.m: Likewise. |
|
6625 * control/moddemo.m: Likewise. |
|
6626 * control/minfo.m: Likewise. |
|
6627 * control/is_stabilizable.m: Likewise. |
|
6628 * control/is_dgkf.m: Likewise. |
|
6629 * control/polyout.m: Likewise. |
|
6630 * control/sysconnect.m: Likewise. |
|
6631 * control/sysrepdemo.m: Likewise. |
|
6632 * control/tf2sys.m: Likewise. |
|
6633 * control/tfout.m: Likewise. |
|
6634 * control/zp2sys.m: Likewise. |
|
6635 * control/zpout.m: Likewise. |
|
6636 * control/tzero.m: Likewise. |
|
6637 |
|
6638 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6639 |
|
6640 * image/loadimage.m: Use double quotes instead of single quotes |
|
6641 for string constants. Use sprintf instead of square brackets to |
|
6642 construct string. |
|
6643 |
3399
|
6644 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6645 * control/fir2sys.m: Likewise. |
3399
|
6646 |
3390
|
6647 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6648 |
|
6649 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6650 of a line. |
|
6651 |
3383
|
6652 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6653 |
3388
|
6654 * control/bddemo.m: Make it more likely to work with any value of |
|
6655 whitespace_in_literal_matrix. |
3386
|
6656 * control/analdemo.m: Ditto. |
|
6657 * control/dgkfdemo.m: Ditto. |
|
6658 * control/frdemo.m: Ditto. |
|
6659 * control/sysrepdemo.m: Ditto. |
|
6660 * control/moddemo.m: Ditto. |
3388
|
6661 * control/zp2ss.m: Ditto. |
3387
|
6662 * control/zp2tf.m: Ditto. |
3388
|
6663 * control/syssub.m: Ditto. |
|
6664 * finance/npv.m: Ditto. |
|
6665 * statistics/base/studentize.m: Ditto. |
|
6666 * statistics/base/values.m: Ditto. |
|
6667 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6668 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6669 |
3384
|
6670 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6671 instead of multiplying it by 1. |
|
6672 |
3383
|
6673 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6674 * control/zpout.m: Ditto. |
|
6675 * control/tfout.m: Ditto. |
|
6676 * control/tf2sys.m: Ditto. |
|
6677 * control/syssub.m: Ditto. |
|
6678 * control/syssetsignals.m: Ditto. |
|
6679 * control/sysout.m: Ditto. |
|
6680 * control/sysmult.m: Ditto. |
|
6681 * control/sysgroup.m: Ditto. |
|
6682 * control/sysdup.m: Ditto. |
|
6683 * control/sysdisc.m: Ditto. |
|
6684 * control/syscont.m: Ditto. |
|
6685 * control/sysconnect.m: Ditto. |
|
6686 * control/sysappend.m: Ditto. |
|
6687 * control/sysadd.m: Ditto. |
|
6688 * control/ss2sys.m: Ditto. |
|
6689 * control/nyquist.m: Ditto. |
|
6690 * control/lqg.m: Ditto. |
|
6691 * control/fir2sys.m: Ditto. |
|
6692 * control/dmr2d.m: Ditto. |
|
6693 * control/dezero.m: Ditto. |
|
6694 * control/d2c.m: Ditto. |
|
6695 * control/c2d.m: Ditto. |
|
6696 * control/bddemo.m: Ditto. |
|
6697 * control/pzmap.m: Ditto. |
|
6698 |
5095
|
6699 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6700 |
|
6701 * signal/spectral_adf.m: Fix typo. |
|
6702 |
3372
|
6703 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6704 |
|
6705 * linear-algebra/cond.m: Texinfoize doc string. |
|
6706 * linear-algebra/kron.m: Ditto. |
|
6707 * linear-algebra/norm.m: Ditto. |
|
6708 * linear-algebra/null.m: Ditto. |
|
6709 * linear-algebra/orth.m: Ditto. |
|
6710 * linear-algebra/rank.m: Ditto. |
|
6711 * linear-algebra/trace.m: Ditto. |
|
6712 * linear-algebra/qzhess.m: Ditto. |
|
6713 * miscellaneous/menu.m: Ditto. |
3373
|
6714 * general/perror.m: Ditto. |
|
6715 * general/strerror.m: Ditto. |
|
6716 * general/columns.m: Ditto. |
|
6717 * general/rows.m: Ditto. |
|
6718 * image/colormap.m: Ditto. |
|
6719 * image/gray.m: Ditto. |
|
6720 * image/gray2ind.m: Ditto. |
|
6721 * image/image.m: Ditto. |
|
6722 * image/imagesc.m: Ditto. |
|
6723 * image/imshow.m: Ditto. |
|
6724 * image/ind2gray.m: Ditto. |
|
6725 * image/ind2rgb.m: Ditto. |
|
6726 * image/loadimage.m: Ditto. |
|
6727 * image/rgb2ntsc.m: Ditto. |
|
6728 * image/ntsc2rgb.m: Ditto. |
|
6729 * image/ocean.m: Ditto. |
|
6730 * image/rgb2ind.m: Ditto. |
|
6731 * image/saveimage.m: Ditto. |
3372
|
6732 * io/printf.m: Ditto. |
|
6733 * io/puts.m: Ditto. |
|
6734 |
3369
|
6735 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6736 |
|
6737 * special-matrix/hankel.m: Texinfoize doc string. |
|
6738 * special-matrix/hilb.m: Ditto. |
|
6739 * special-matrix/invhilb.m: Ditto. |
|
6740 * special-matrix/sylvester_matrix.m: Ditto. |
|
6741 * special-matrix/toeplitz.m: Ditto. |
|
6742 * special-matrix/vander.m: Ditto. |
|
6743 * linear-algebra/vec.m: Ditto. |
|
6744 * linear-algebra/vech.m: Ditto. |
|
6745 * general/common_size.m: Ditto. |
|
6746 * general/diff.m: Ditto. |
|
6747 * general/fliplr.m: Ditto. |
|
6748 * general/flipud.m: Ditto. |
|
6749 * general/rot90.m: Ditto. |
|
6750 * general/reshape.m: Ditto. |
|
6751 * general/shift.m: Ditto. |
|
6752 * general/tril.m: Ditto. |
|
6753 * general/triu.m: Ditto. |
|
6754 * general/logspace.m: Ditto. |
3371
|
6755 * general/nargchk.m: Ditto. |
3369
|
6756 |
3367
|
6757 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6758 |
|
6759 * statistics/base/mean: Texinfoize doc string. |
|
6760 * statistics/base/median: Ditto. |
|
6761 * statistics/base/std: Ditto. |
|
6762 * statistics/base/cov: Ditto. |
|
6763 * statistics/base/corrcoef: Ditto. |
|
6764 * statistics/base/kurtosis: Ditto. |
|
6765 * statistics/base/mahalanobis: Ditto. |
|
6766 * statistics/base/skewness: Ditto. |
3368
|
6767 * statistics/base/gls.m: Ditto. |
|
6768 * statistics/base/ols.m: Ditto. |
3367
|
6769 * signal/detrend.m: Ditto. |
|
6770 * signal/freqz.m: Ditto. |
|
6771 * signal/sinc.m: Ditto. |
|
6772 * signal/fftconv.m: Ditto. |
|
6773 * signal/fftfilt.m: Ditto. |
3368
|
6774 * set/create_set.m: Ditto. |
|
6775 * set/union.m: Ditto. |
|
6776 * set/intersection.m: Ditto. |
|
6777 * set/complement.m: Ditto. |
|
6778 * poly/compan.m: Ditto. |
|
6779 * poly/conv: Ditto. |
|
6780 * poly/deconv: Ditto. |
|
6781 * poly/poly: Ditto. |
|
6782 * poly/polyderiv: Ditto. |
|
6783 * poly/polyfit: Ditto. |
|
6784 * poly/polyinteg: Ditto. |
|
6785 * poly/polyreduce: Ditto. |
|
6786 * poly/polyval: Ditto. |
|
6787 * poly/polyvalm: Ditto. |
|
6788 * poly/residue: Ditto. |
|
6789 * poly/roots: Ditto. |
|
6790 * plot/top_title.m: Ditto |
|
6791 * plot/subwindow.m: Ditto |
|
6792 * plot/subplot.m: Ditto |
|
6793 * plot/plot_border.m: Ditto |
|
6794 * plot/oneplot.m: Ditto |
|
6795 * plot/multiplot.m: Ditto |
|
6796 * plot/mplot.m: Ditto |
|
6797 * plot/xlabel.m: Ditto |
|
6798 * plot/figure.m: Ditto |
|
6799 * plot/meshdom.m: Ditto |
|
6800 * plot/mesh.m: Ditto |
|
6801 * plot/stairs.m: Ditto |
|
6802 * plot/polar.m: Ditto |
|
6803 * plot/loglog.m: Ditto |
|
6804 * plot/hist.m: Ditto |
|
6805 * plot/contour.m: Ditto |
|
6806 * plot/bar.m: Ditto |
|
6807 * plot/axis.m: Ditto |
|
6808 * plot/plot.m: Ditto. |
3367
|
6809 |
3361
|
6810 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6811 |
3365
|
6812 * control/pinv.m: Delete. |
|
6813 |
3364
|
6814 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6815 |
3361
|
6816 * strings/blanks.m: Texinfoize doc string. |
|
6817 * strings/strcat.m: Ditto. |
|
6818 * strings/str2mat.m: Ditto. |
|
6819 * strings/deblank.m: Ditto. |
|
6820 * strings/findstr.m: Ditto. |
|
6821 * strings/index.m: Ditto. |
|
6822 * strings/rindex.m: Ditto. |
|
6823 * strings/split.m: Ditto. |
|
6824 * strings/strcmp.m: Ditto. |
|
6825 * strings/strrep.m: Ditto. |
|
6826 * strings/substr.m: Ditto. |
|
6827 * general/int2str.m: Ditto. |
|
6828 * general/num2str.m: Ditto. |
|
6829 * strings/dec2bin.m: Ditto. |
|
6830 * strings/bin2dec: Ditto. |
|
6831 * strings/dec2bin: Ditto. |
|
6832 * strings/dec2hex: Ditto. |
|
6833 * strings/hex2dec: Ditto. |
|
6834 * strings/str2num: Ditto. |
|
6835 |
3347
|
6836 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6837 |
|
6838 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6839 |
5095
|
6840 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6841 |
|
6842 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6843 * control/abcddim.m: Ditto. |
|
6844 * control/abcddims.m: Ditto. |
|
6845 * control/analdemo.m: Ditto. |
|
6846 * control/are.m: Ditto. |
|
6847 * control/axis2dlim.m: Ditto. |
|
6848 * control/bddemo.m: Ditto. |
|
6849 * control/bode.m: Ditto. |
|
6850 * control/bode_bounds.m: Ditto. |
|
6851 * control/bodquist.m: Ditto. |
|
6852 * control/buildssic.m: Ditto. |
|
6853 * control/c2d.m: Ditto. |
|
6854 * control/ctrb.m: Ditto. |
|
6855 * control/d2c.m: Ditto. |
|
6856 * control/damp.m: Ditto. |
|
6857 * control/dare.m: Ditto. |
|
6858 * control/dcgain.m: Ditto. |
|
6859 * control/dgkfdemo.m: Ditto. |
|
6860 * control/dgram.m: Ditto. |
|
6861 * control/dlqe.m: Ditto. |
|
6862 * control/dlqr.m: Ditto. |
|
6863 * control/dlyap.m: Ditto. |
|
6864 * control/dmr2d.m: Ditto. |
|
6865 * control/fir2sys.m: Ditto. |
|
6866 * control/frdemo.m: Ditto. |
|
6867 * control/freqchkw.m: Ditto. |
|
6868 * control/freqresp.m: Ditto. |
|
6869 * control/gram.m: Ditto. |
|
6870 * control/h2norm.m: Ditto. |
|
6871 * control/h2syn.m: Ditto. |
|
6872 * control/hinf_ctr.m: Ditto. |
|
6873 * control/hinfdemo.m: Ditto. |
|
6874 * control/hinfnorm.m: Ditto. |
|
6875 * control/hinfsyn.m: Ditto. |
|
6876 * control/hinfsyn_chk.m: Ditto. |
|
6877 * control/impulse.m: Ditto. |
|
6878 * control/is_abcd.m: Ditto. |
|
6879 * control/is_controllable.m: Ditto. |
|
6880 * control/is_detectable.m: Ditto. |
|
6881 * control/is_dgkf.m: Ditto. |
|
6882 * control/is_digital.m: Ditto. |
|
6883 * control/is_observable.m: Ditto. |
|
6884 * control/is_sample.m: Ditto. |
|
6885 * control/is_signal_list.m: Ditto. |
|
6886 * control/is_siso.m: Ditto. |
|
6887 * control/is_stabilizable.m: Ditto. |
|
6888 * control/is_stable.m: Ditto. |
|
6889 * control/jet707.m: Ditto. |
|
6890 * control/lqe.m: Ditto. |
|
6891 * control/lqg.m: Ditto. |
|
6892 * control/lqr.m: Ditto. |
|
6893 * control/lsim.m: Ditto. |
|
6894 * control/ltifr.m: Ditto. |
|
6895 * control/lyap.m: Ditto. |
|
6896 * control/moddemo.m: Ditto. |
|
6897 * control/nyquist.m: Ditto. |
|
6898 * control/obsv.m: Ditto. |
|
6899 * control/ord2.m: Ditto. |
|
6900 * control/outlist.m: Ditto. |
|
6901 * control/pinv.m: Ditto. |
|
6902 * control/place.m: Ditto. |
|
6903 * control/polyout.m: Ditto. |
|
6904 * control/prompt.m: Ditto. |
|
6905 * control/pzmap.m: Ditto. |
|
6906 * control/qzval.m: Ditto. |
|
6907 * control/rldemo.m: Ditto. |
|
6908 * control/rlocus.m: Ditto. |
|
6909 * control/sortcom.m: Ditto. |
|
6910 * control/ss2sys.m: Ditto. |
|
6911 * control/ss2tf.m: Ditto. |
|
6912 * control/ss2zp.m: Ditto. |
|
6913 * control/starp.m: Ditto. |
|
6914 * control/step.m: Ditto. |
|
6915 * control/stepimp.m: Ditto. |
|
6916 * control/susball.m: Ditto. |
|
6917 * control/sys2fir.m: Ditto. |
|
6918 * control/sys2ss.m: Ditto. |
|
6919 * control/sys2tf.m: Ditto. |
|
6920 * control/sys2zp.m: Ditto. |
|
6921 * control/sysadd.m: Ditto. |
|
6922 * control/sysappend.m: Ditto. |
|
6923 * control/syschnames.m: Ditto. |
|
6924 * control/syschnamesl.m: Ditto. |
|
6925 * control/syschtsam.m: Ditto. |
|
6926 * control/sysconnect.m: Ditto. |
|
6927 * control/syscont.m: Ditto. |
|
6928 * control/syscont_disc.m: Ditto. |
|
6929 * control/sysdefioname.m: Ditto. |
|
6930 * control/sysdefstname.m: Ditto. |
|
6931 * control/sysdimensions.m: Ditto. |
|
6932 * control/sysdisc.m: Ditto. |
|
6933 * control/sysdup.m: Ditto. |
|
6934 * control/sysgetsignals.m: Ditto. |
|
6935 * control/sysgettype.m: Ditto. |
|
6936 * control/sysgroup.m: Ditto. |
|
6937 * control/sysgroupn.m: Ditto. |
|
6938 * control/sysmult.m: Ditto. |
|
6939 * control/sysout.m: Ditto. |
|
6940 * control/sysprune.m: Ditto. |
|
6941 * control/sysreorder.m: Ditto. |
|
6942 * control/sysrepdemo.m: Ditto. |
|
6943 * control/sysscale.m: Ditto. |
|
6944 * control/syssetsignals.m: Ditto. |
|
6945 * control/syssub.m: Ditto. |
|
6946 * control/sysupdate.m: Ditto. |
|
6947 * control/tf2ss.m: Ditto. |
|
6948 * control/tf2sys.m: Ditto. |
|
6949 * control/tf2sysl.m: Ditto. |
|
6950 * control/tf2zp.m: Ditto. |
|
6951 * control/tfout.m: Ditto. |
|
6952 * control/tzero.m: Ditto. |
|
6953 * control/tzero2.m: Ditto. |
|
6954 * control/ugain.m: Ditto. |
|
6955 * control/wgt1o.m: Ditto. |
|
6956 * control/zgfmul.m: Ditto. |
|
6957 * control/zgfslv.m: Ditto. |
|
6958 * control/zginit.m: Ditto. |
|
6959 * control/zgpbal.m: Ditto. |
|
6960 * control/zgreduce.m: Ditto. |
|
6961 * control/zgrownorm.m: Ditto. |
|
6962 * control/zgscal.m: Ditto. |
|
6963 * control/zgsgiv.m: Ditto. |
|
6964 * control/zgshsr.m: Ditto. |
|
6965 * control/zp2ss.m: Ditto. |
|
6966 * control/zp2ssg2.m: Ditto. |
|
6967 * control/zp2sys.m: Ditto. |
|
6968 * control/zp2tf.m: Ditto. |
|
6969 * control/zpout.m: Ditto. |
|
6970 |
5095
|
6971 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6972 |
5378
|
6973 * audio/lin2mu.m: Texinfoize doc string. |
|
6974 * audio/loadaudio.m: Ditto. |
|
6975 * audio/mu2lin.m: Ditto. |
|
6976 * audio/playaudio.m: Ditto. |
|
6977 * audio/record.m: Ditto. |
|
6978 * audio/saveaudio.m: Ditto. |
3332
|
6979 |
5095
|
6980 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6981 |
|
6982 * elfun/acot.m: Texinfoize doc string. |
|
6983 * elfun/acsc.m: Ditto. |
|
6984 * elfun/acsch.m: Ditto. |
|
6985 * elfun/asec.m: Ditto. |
|
6986 * elfun/asech.m: Ditto. |
|
6987 * elfun/cot.m: Ditto. |
|
6988 * elfun/coth.m: Ditto. |
|
6989 * elfun/csc.m: Ditto. |
|
6990 * elfun/csch.m: Ditto. |
|
6991 * elfun/gcd.m: Ditto. |
|
6992 * elfun/lcm.m: Ditto. |
|
6993 * elfun/sec.m: Ditto. |
|
6994 * elfun/sech.m: Ditto. |
|
6995 * general/nextpow2.m: Ditto. |
|
6996 * general/rem.m: Ditto. |
|
6997 * linear-algebra/commutation_matrix.m: Ditto. |
|
6998 * linear-algebra/cross.m: Ditto. |
|
6999 * linear-algebra/duplication_matrix.m: Ditto. |
|
7000 * miscellaneous/bincoeff.m: Ditto. |
|
7001 * miscellaneous/xor.m: Ditto. |
|
7002 * specfun/bessel.m: Ditto. |
|
7003 * specfun/beta.m: Ditto. |
|
7004 * specfun/betai.m: Ditto. |
|
7005 * specfun/erfinv.m: Ditto. |
|
7006 * specfun/gammai.m: Ditto. |
|
7007 * specfun/log2.m: Ditto. |
|
7008 * specfun/pow2.m: Ditto. |
|
7009 |
5095
|
7010 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7011 |
|
7012 * general/is_scalar.m: Texinfoize help text. |
|
7013 * general/is_square.m: Ditto. |
|
7014 * general/is_symmetric.m: Ditto. |
|
7015 |
3320
|
7016 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7017 |
|
7018 * strings/split.m: If the string to be split is empty, just return |
|
7019 an empty string. |
|
7020 |
3319
|
7021 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7022 |
|
7023 * Makefile.in (ALL_M_FILES): New macro. |
|
7024 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7025 |
3306
|
7026 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7027 |
|
7028 * control/bode.m: Don't return anything if nargout == 0. |
|
7029 |
|
7030 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7031 |
|
7032 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7033 |
3305
|
7034 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7035 |
|
7036 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7037 gethelp.cc to the list. |
|
7038 |
3296
|
7039 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7040 |
3301
|
7041 * time/asctime.m: Texinfoize help text. |
|
7042 * time/clock.m: Ditto. |
|
7043 * time/date.m: Ditto. |
|
7044 * miscellaneous/cputime.m: Ditto. |
|
7045 * miscellaneous/etime.m: Ditto. |
|
7046 * miscellaneous/is_leap_year.m: Ditto. |
|
7047 * miscellaneous/popen2.m: Ditto. |
|
7048 * miscellaneous/version.m: Ditto. |
|
7049 * miscellaneous/tic.m: Ditto. |
|
7050 * miscellaneous/toc.m: Just refer to tic.m. |
|
7051 |
3297
|
7052 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7053 `cd dir; $(MAKE); cd ..'. |
|
7054 ($(SUBDIRS)): Likewise. |
|
7055 |
|
7056 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7057 |
|
7058 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7059 of `cd dir; $(MAKE)'. |
|
7060 |
3296
|
7061 * gethelp.cc, mkdoc: New files. |
|
7062 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7063 sources. |
|
7064 |
3291
|
7065 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7066 |
|
7067 * linear-algebra/kron.m: Fix typo in previous change |
|
7068 |
3282
|
7069 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7070 |
|
7071 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7072 |
5095
|
7073 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7074 |
|
7075 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7076 rank when V has more columns than rows. |
|
7077 |
|
7078 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7079 |
|
7080 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7081 |
|
7082 * statistics/tests/manova.m: Avoid problems if |
|
7083 whitespace_in_literal_matrix is set to "traditional". |
|
7084 * statistics/tests/t_test_regression.m: Likewise. |
|
7085 * statistics/tests/u_test.m: Likewise. |
|
7086 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7087 * statistics/tests/anova.m: Likewise. |
|
7088 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7089 * statistics/base/statistics.m: Likewise. |
|
7090 * image/saveimage.m: Likewise. |
|
7091 * signal/arch_fit.m: Likewise. |
|
7092 * signal/autoreg_matrix.m: Likewise. |
|
7093 * signal/triangle_lw.m: Likewise. |
|
7094 * strings/dec2hex.m: Likewise. |
|
7095 |
3268
|
7096 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7097 |
|
7098 * image/saveimage.m: Initialize scale. |
|
7099 |
|
7100 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7101 |
|
7102 * general/reshape.m: Allow reshape (a, size (b)). |
|
7103 |
3266
|
7104 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7105 |
|
7106 * specfun/erfinv.m: Improve stopping criterion. |
|
7107 Add iteration count as second return value. |
|
7108 |
3265
|
7109 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7110 |
|
7111 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7112 |
3263
|
7113 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7114 |
|
7115 * miscellaneous/pack.m: New function. |
|
7116 |
|
7117 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7118 |
|
7119 * plot/figure.m: Always return figure number. With no args, |
|
7120 figure now creates a new figure window and returns its number. |
|
7121 Accept figure (property, value) syntax, but do nothing. |
|
7122 |
5095
|
7123 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7124 |
|
7125 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7126 |
3260
|
7127 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7128 |
|
7129 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7130 evenly spaced. |
|
7131 |
3250
|
7132 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7133 |
|
7134 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7135 contain only zeros. |
|
7136 |
5095
|
7137 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7138 |
|
7139 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7140 instead of appending them. |
|
7141 |
|
7142 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7143 |
|
7144 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7145 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7146 Update from A. S. Hodel. |
|
7147 |
3246
|
7148 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7149 |
|
7150 * polynomial/polyfit.m: Correct previous change. |
|
7151 |
3243
|
7152 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7153 |
|
7154 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7155 |
5095
|
7156 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7157 |
|
7158 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7159 version of krylov and krylovb. |
|
7160 |
|
7161 * control/outlist.m, control/sysout.m: Fix typos. |
|
7162 |
|
7163 * control/sysdimensions.m: Add option for total number of states. |
|
7164 |
|
7165 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7166 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7167 arguments. |
|
7168 |
|
7169 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7170 |
|
7171 * strings/index.m: Fail with meaningful error message if either |
|
7172 arg is a string array. |
|
7173 |
3238
|
7174 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7175 |
|
7176 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7177 infinity-norms of complex matrices. From Sven Khatri |
|
7178 <khatri@saturn.vocalpoint.com>. |
|
7179 |
5095
|
7180 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7181 |
|
7182 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7183 |
|
7184 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7185 |
|
7186 * strings/split.m: Avoid problems when splitting strings that have |
|
7187 \ in them. |
|
7188 |
5095
|
7189 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7190 |
|
7191 * image/colormap.m: Do better arg checking, handle string args |
|
7192 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7193 |
5095
|
7194 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7195 |
|
7196 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7197 * linear-algebra/dot.m: Likewise. |
|
7198 * linear-algebra/cross.m: Likewise. |
|
7199 * general/rot90.m: Likewise. |
|
7200 |
5095
|
7201 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7202 |
|
7203 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7204 that the leading column is not all zeros. |
|
7205 |
|
7206 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7207 |
|
7208 * general/shift.m: Fix potential problems with |
|
7209 whitespace_in_literal_matrix. |
|
7210 * signal/arch_rnd.m: Ditto. |
|
7211 * signal/autocov.m: Ditto. |
|
7212 * signal/diffpara.m: Ditto. |
|
7213 * signal/hurst.m: Ditto. |
|
7214 * signal/periodogram.m: Ditto. |
|
7215 * signal/spectral_adf.m: Ditto. |
|
7216 * signal/spectral_xdf.m: Ditto. |
|
7217 * signal/spencer.m: Ditto. |
|
7218 * signal/synthesis.m: Ditto. |
|
7219 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7220 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7221 * statistics/models/logistic_regression.m: Ditto. |
|
7222 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7223 * statistics/tests/run_test.m: Ditto. |
|
7224 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7225 |
5095
|
7226 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7227 |
|
7228 * plot/__plr2__.m: Fix typo. |
|
7229 |
3233
|
7230 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7231 |
|
7232 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7233 |
5095
|
7234 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7235 |
|
7236 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7237 function. |
|
7238 |
5095
|
7239 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7240 |
|
7241 * control/ss2sys.m: Fix typo. |
|
7242 |
|
7243 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7244 |
|
7245 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7246 |
|
7247 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7248 signal names as lists of strings instead of string arrays. |
|
7249 |
3225
|
7250 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7251 |
3233
|
7252 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7253 <a.s.hodel@eng.auburn.edu>. |
|
7254 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7255 * quaternion/Makefile.in: New file. |
|
7256 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7257 |
|
7258 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7259 |
|
7260 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7261 |
|
7262 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7263 since there can be fewer rows than columns. Round values to |
|
7264 nearest position in colormap instead of truncating. Correct usage |
|
7265 message. |
|
7266 |
5095
|
7267 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7268 |
|
7269 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7270 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7271 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7272 Householder matrix structure of H. |
|
7273 |
|
7274 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7275 |
|
7276 * general/logical.m: Just copy input to output if argument is |
|
7277 already a logical object. |
|
7278 |
3215
|
7279 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7280 |
|
7281 * New files from OCST, in control subdiretory: |
|
7282 |
|
7283 DEMOcontrol.m is_siso.m syschnames.m |
|
7284 abcddim.m is_stabilizable.m syschnamesl.m |
|
7285 abcddims.m is_stable.m syschtsam.m |
|
7286 analdemo.m jet707.m sysconnect.m |
|
7287 are.m lqe.m syscont.m |
|
7288 axis2dlim.m lqg.m syscont_disc.m |
|
7289 bddemo.m lqr.m sysdefioname.m |
|
7290 bode.m lsim.m sysdefstname.m |
|
7291 bode_bounds.m ltifr.m sysdimensions.m |
|
7292 bodquist.m lyap.m sysdisc.m |
|
7293 buildssic.m mb.m sysdup.m |
|
7294 c2d.m minfo.m sysgetsignals.m |
6302
|
7295 com2str.m moddemo.m sysgettsam.m |
3215
|
7296 controldemo.m nichols.m sysgettype.m |
|
7297 ctrb.m nyquist.m sysgroup.m |
|
7298 d2c.m obsv.m sysgroupn.m |
|
7299 damp.m ord2.m sysmult.m |
|
7300 dare.m outlist.m sysout.m |
|
7301 dcgain.m packedform.m sysprune.m |
|
7302 demomarsyas.m packsys.m sysreorder.m |
|
7303 dezero.m; parallel.m sysrepdemo.m |
|
7304 dgkfdemo.m place.m sysscale.m |
|
7305 dgram.m polyout.m syssub.m |
|
7306 dhinfdemo.m prompt.m sysupdate.m |
|
7307 dlqe.m pzmap.m tf2ss.m |
|
7308 dlqg.m qzval.m tf2sys.m |
|
7309 dlqr.m rldemo.m tf2sysl.m |
|
7310 dlyap.m rlocus.m tf2zp.m |
|
7311 dmr2d.m rotg.m tfout.m |
|
7312 fir2sys.m run_cmd.m; tzero.m |
|
7313 frdemo.m series.m tzero2.m |
|
7314 freqchkw.m sortcom.m ugain.m |
|
7315 freqresp.m ss2sys.m unpacksys.m |
|
7316 gram.m ss2tf.m wgt1o.m |
|
7317 h2norm.m ss2zp.m zgfmul.m |
|
7318 h2syn.m starp.m zgfslv.m |
|
7319 hinf_ctr.m step.m zginit.m |
|
7320 hinfdemo.m stepimp.m zgpbal.m |
|
7321 hinfnorm.m strappend.m; zgreduce.m |
|
7322 hinfsyn.m susball.m zgrownorm.m |
|
7323 hinfsyn_chk.m swap.m zgscal.m |
|
7324 impulse.m swapcols.m zgsgiv.m |
|
7325 is_abcd.m swaprows.m zgshsr.m |
|
7326 is_controllable.m sys2fir.m zp2ss.m |
|
7327 is_detectable.m sys2ss.m zp2ssg2.m |
|
7328 is_dgkf.m sys2tf.m zp2sys.m |
|
7329 is_digital.m sys2zp.m zp2tf.m |
|
7330 is_observable.m sysadd.m zpout.m |
|
7331 is_sample.m sysappend.m |
|
7332 |
|
7333 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7334 |
|
7335 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7336 |
|
7337 * strings/deblank.m: Make it work for string arrays too. |
|
7338 |
3211
|
7339 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7340 |
|
7341 * linear-algebra/housh.m: New file from the OCST. |
|
7342 * linear-algebra/krygetq.m: Ditto. |
|
7343 * linear-algebra/krylov.m: Ditto. |
|
7344 * linear-algebra/krylovb.m: Ditto. |
|
7345 * linear-algebra/qrhouse.m: Ditto. |
|
7346 * general/is_duplicate_entry.m: Ditto. |
|
7347 |
|
7348 * general/is_symmetric.m: Call is_square instead of doing that |
|
7349 check in line. |
|
7350 |
3196
|
7351 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7352 |
3202
|
7353 * general/is_square.m: |
|
7354 |
|
7355 * general/isempty.m, general/is_matrix.m: Delete. |
|
7356 |
|
7357 * general/is_symmetric: Delete special case for strings. Whether |
|
7358 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7359 |
|
7360 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7361 just return 0. |
|
7362 * general/is_symmetric: Likewise. |
|
7363 * general/is_vector.m: Likewise. |
|
7364 * general/is_scalar.m: Likewise. |
|
7365 |
3196
|
7366 * general/length.m: Delete. |
|
7367 |
3191
|
7368 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7369 |
|
7370 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7371 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7372 and statistics/tests/Makefile to the list of files to create. |
|
7373 |
|
7374 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7375 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7376 statistics/tests/Makefile.in: New files. |
|
7377 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7378 subdirectories. |
|
7379 * Makefile.in (SUBDIRS): Add finance. |
|
7380 |
|
7381 * Move the following files from statistics to statistics/base: |
|
7382 |
|
7383 corrcoef.m |
|
7384 kurtosis.m |
|
7385 mahalanobis.m |
|
7386 median.m |
|
7387 ols.m |
|
7388 skewness.m |
|
7389 std.m |
|
7390 |
|
7391 New files, from Kurt Hornik's octave-ci package: |
|
7392 |
|
7393 * finance (new directory): |
|
7394 |
|
7395 fv.m |
|
7396 fvl.m |
|
7397 irr.m |
|
7398 nper.m |
|
7399 npv.m |
|
7400 pmt.m |
|
7401 pv.m |
|
7402 pvl.m |
|
7403 rate.m |
|
7404 vol.m |
|
7405 |
|
7406 * linear-algebra/dmult.m |
|
7407 |
|
7408 * signal: |
|
7409 |
|
7410 arch_fit.m |
|
7411 arch_rnd.m |
|
7412 arch_test.m |
|
7413 arma_rnd.m |
|
7414 autocor.m |
|
7415 autocov.m |
|
7416 autoreg_matrix.m |
|
7417 bartlett.m |
|
7418 blackman.m |
|
7419 diffpara.m |
|
7420 durbinlevinson.m |
|
7421 fractdiff.m |
|
7422 hamming.m |
|
7423 hanning.m |
|
7424 hurst.m |
|
7425 periodogram.m |
|
7426 rectangle_lw.m |
|
7427 rectangle_sw.m |
|
7428 sinetone.m |
|
7429 sinewave.m |
|
7430 spectral_adf.m |
|
7431 spectral_xdf.m |
|
7432 spencer.m |
|
7433 stft.m |
|
7434 synthesis.m |
|
7435 triangle_lw.m |
|
7436 triangle_sw.m |
|
7437 yulewalker.m |
|
7438 |
|
7439 * statistics/base (new directory): |
|
7440 |
|
7441 center.m |
|
7442 cloglog.m |
|
7443 cor.m |
|
7444 cov.m |
|
7445 cut.m |
|
7446 iqr.m |
|
7447 kendall.m |
|
7448 logit.m |
|
7449 mean.m |
|
7450 meansq.m |
|
7451 moment.m |
|
7452 ppplot.m |
|
7453 probit.m |
|
7454 qqplot.m |
|
7455 range.m |
|
7456 ranks.m |
|
7457 run_count.m |
|
7458 spearman.m |
|
7459 statistics.m |
|
7460 studentize.m |
|
7461 table.m |
|
7462 values.m |
|
7463 var.m |
|
7464 |
|
7465 (Replaces cov.m and mean.m with new versions.) |
|
7466 |
|
7467 * statistics/distributions (new directory): |
|
7468 |
|
7469 beta_cdf.m |
|
7470 beta_inv.m |
|
7471 beta_pdf.m |
|
7472 beta_rnd.m |
|
7473 binomial_cdf.m |
|
7474 binomial_inv.m |
|
7475 binomial_pdf.m |
|
7476 binomial_rnd.m |
|
7477 cauchy_cdf.m |
|
7478 cauchy_inv.m |
|
7479 cauchy_pdf.m |
|
7480 cauchy_rnd.m |
|
7481 chisquare_cdf.m |
|
7482 chisquare_inv.m |
|
7483 chisquare_pdf.m |
|
7484 chisquare_rnd.m |
|
7485 discrete_cdf.m |
|
7486 discrete_inv.m |
|
7487 discrete_pdf.m |
|
7488 discrete_rnd.m |
|
7489 empirical_cdf.m |
|
7490 empirical_inv.m |
|
7491 empirical_pdf.m |
|
7492 empirical_rnd.m |
|
7493 exponential_cdf.m |
|
7494 exponential_inv.m |
|
7495 exponential_pdf.m |
|
7496 exponential_rnd.m |
|
7497 f_cdf.m |
|
7498 f_inv.m |
|
7499 f_pdf.m |
|
7500 f_rnd.m |
|
7501 gamma_cdf.m |
|
7502 gamma_inv.m |
|
7503 gamma_pdf.m |
|
7504 gamma_rnd.m |
|
7505 geometric_cdf.m |
|
7506 geometric_inv.m |
|
7507 geometric_pdf.m |
|
7508 geometric_rnd.m |
|
7509 hypergeometric_cdf.m |
|
7510 hypergeometric_inv.m |
|
7511 hypergeometric_pdf.m |
|
7512 hypergeometric_rnd.m |
|
7513 kolmogorov_smirnov_cdf.m |
|
7514 laplace_cdf.m |
|
7515 laplace_inv.m |
|
7516 laplace_pdf.m |
|
7517 laplace_rnd.m |
|
7518 logistic_cdf.m |
|
7519 logistic_inv.m |
|
7520 logistic_pdf.m |
|
7521 logistic_rnd.m |
|
7522 lognormal_cdf.m |
|
7523 lognormal_inv.m |
|
7524 lognormal_pdf.m |
|
7525 lognormal_rnd.m |
|
7526 normal_cdf.m |
|
7527 normal_inv.m |
|
7528 normal_pdf.m |
|
7529 normal_rnd.m |
|
7530 pascal_cdf.m |
|
7531 pascal_inv.m |
|
7532 pascal_pdf.m |
|
7533 pascal_rnd.m |
|
7534 poisson_cdf.m |
|
7535 poisson_inv.m |
|
7536 poisson_pdf.m |
|
7537 poisson_rnd.m |
|
7538 stdnormal_cdf.m |
|
7539 stdnormal_inv.m |
|
7540 stdnormal_pdf.m |
|
7541 stdnormal_rnd.m |
|
7542 t_cdf.m |
|
7543 t_inv.m |
|
7544 t_pdf.m |
|
7545 t_rnd.m |
|
7546 uniform_cdf.m |
|
7547 uniform_inv.m |
|
7548 uniform_pdf.m |
|
7549 uniform_rnd.m |
|
7550 weibull_cdf.m |
|
7551 weibull_inv.m |
|
7552 weibull_pdf.m |
|
7553 weibull_rnd.m |
|
7554 wiener_rnd.m |
|
7555 |
|
7556 * statistics/models (new directory): |
|
7557 |
|
7558 logistic_regression.m |
|
7559 logistic_regression_derivatives.m |
|
7560 logistic_regression_likelihood.m |
|
7561 |
|
7562 * statistics/tests (new directory): |
|
7563 |
|
7564 anova.m |
|
7565 bartlett_test.m |
|
7566 chisquare_test_homogeneity.m |
|
7567 chisquare_test_independence.m |
|
7568 cor_test.m |
|
7569 f_test_regression.m |
|
7570 hotelling_test.m |
|
7571 hotelling_test_2.m |
|
7572 kolmogorov_smirnov_test.m |
|
7573 kolmogorov_smirnov_test_2.m |
|
7574 kruskal_wallis_test.m |
|
7575 manova.m |
|
7576 mcnemar_test.m |
|
7577 prop_test_2.m |
|
7578 run_test.m |
|
7579 sign_test.m |
|
7580 t_test.m |
|
7581 t_test_2.m |
|
7582 t_test_regression.m |
|
7583 u_test.m |
|
7584 var_test.m |
|
7585 welch_test.m |
|
7586 wilcoxon_test.m |
|
7587 z_test.m |
|
7588 z_test_2.m |
|
7589 |
|
7590 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7591 |
|
7592 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7593 compatibility and to avoid Y2K problems. |
|
7594 |
3190
|
7595 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7596 |
|
7597 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7598 least-squares solution. |
|
7599 |
3180
|
7600 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7601 |
|
7602 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7603 |
|
7604 * strings/strrep.m: Don't convert args to numeric values. |
|
7605 Prevent warnings for empty string args. |
|
7606 From Georg Thimm <thimm@idiap.ch>. |
|
7607 |
|
7608 * strings/strcat.m: Prevent warnings for empty string args. |
|
7609 |
|
7610 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7611 |
|
7612 * miscellaneous/menu.m: Remove special case for empty string |
|
7613 returned from input(). Add second arg to eval() to catch errors. |
|
7614 |
3178
|
7615 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7616 |
|
7617 * plot/__plt__.m: Don't call usleep. |
|
7618 |
3175
|
7619 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7620 |
|
7621 * linear-algebra/dot.m: New function. |
|
7622 |
|
7623 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7624 compatibility. |
|
7625 |
|
7626 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7627 |
|
7628 * plot/hist.m: Also allow just one output argument. |
|
7629 |
|
7630 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7631 |
|
7632 * strings/deblank.m: Make it work if the string is only blanks. |
|
7633 |
|
7634 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7635 |
|
7636 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7637 |
|
7638 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7639 |
|
7640 * plot/oneplot.m: Fix typo. |
|
7641 |
3174
|
7642 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7643 |
|
7644 * miscellaneous/flops.m: Allow a single argument too. |
|
7645 |
|
7646 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7647 |
|
7648 * strings/str2mat.m: Also handle case when there are no empty |
|
7649 strings correctly. |
|
7650 |
|
7651 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7652 |
|
7653 * strings/isletter.m: New function, for Matlab compatibility. |
|
7654 |
3168
|
7655 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7656 |
|
7657 * strings/str2mat.m: Handle string matrices too. |
|
7658 |
3167
|
7659 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7660 |
|
7661 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7662 linear encoding. |
|
7663 |
|
7664 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7665 audio/record.m: Open files in binary mode. |
|
7666 |
3164
|
7667 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7668 |
|
7669 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7670 Move functionality of dump_1_pref here, but use built-in function |
|
7671 type to extract value, and put it inside try/catch block. |
|
7672 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7673 |
3162
|
7674 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7675 |
|
7676 * plot/__pltopt1.m__: New file. |
|
7677 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7678 __pltopt1__ multiple times and returning a string array with rows |
|
7679 corresponding to the rows of opt. |
|
7680 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7681 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7682 array. |
|
7683 |
|
7684 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7685 |
|
7686 * plot/mplot.m: Fix misspellings of global variables. |
|
7687 Don't call clearplot. |
|
7688 |
|
7689 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7690 |
|
7691 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7692 "cle;rep" when going in ot multiplot mode. |
|
7693 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7694 switching out of multiplot mode. |
|
7695 |
3156
|
7696 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7697 |
3156
|
7698 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7699 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7700 |
3141
|
7701 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7702 |
|
7703 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7704 |
|
7705 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7706 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7707 |
|
7708 * Makefile.in (install): Create separate ls-R files for |
|
7709 $(datadir) and $(libexecdir). |
|
7710 (uninstall): Remove both ls-R files. |
|
7711 |
3136
|
7712 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7713 |
|
7714 * signal/fftshift.m: New file. |
|
7715 |
|
7716 * plot/contour.m: Fix for non-square case. |
|
7717 |
|
7718 * general/randperm.m: New file. |
|
7719 |
|
7720 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7721 |
|
7722 * specfun/betai.m: Restore file for compatibility with previous |
|
7723 versions. Call betainc with reordered args. |
|
7724 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7725 |
3131
|
7726 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7727 |
|
7728 * plot/contour.m: Handle discrete contour levels. |
|
7729 |
|
7730 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7731 |
|
7732 * control/lyap.m: For compatibility with Matlab, solve |
|
7733 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7734 |
3124
|
7735 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7736 |
|
7737 * specfun/bessel.m: New file. |
|
7738 |
|
7739 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7740 specfun/gammainc.m: Delete. |
|
7741 |
3106
|
7742 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7743 |
|
7744 * image/colormap.m: Initialize __current_color_map__ in global |
|
7745 statement. |
|
7746 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7747 statement. |
|
7748 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7749 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7750 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7751 |
3103
|
7752 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7753 |
|
7754 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7755 * time/toc.m: Likewise. |
|
7756 |
|
7757 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7758 |
|
7759 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7760 anything special for automatic_replot when in multiplot mode -- |
|
7761 recent 3.6beta releases handle this correctly. |
|
7762 |
|
7763 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7764 setting the terminal type. |
|
7765 |
|
7766 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7767 plot/subwindow.m: Use leading and trailing underscores for |
|
7768 `private' globals. |
|
7769 |
|
7770 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7771 |
3101
|
7772 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7773 |
|
7774 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7775 |
3091
|
7776 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7777 |
3092
|
7778 * specfun/gammai.m: Avoid problems with whitespace when |
|
7779 constructing matrices. |
|
7780 |
3091
|
7781 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7782 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7783 original y vector. |
|
7784 |
3085
|
7785 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7786 |
|
7787 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7788 det three times in a loop. If both args are column (row) vectors, |
|
7789 return a column (row) vector. If they don't match, pay attention |
|
7790 to the value of prefer_column_vectors. |
|
7791 |
5095
|
7792 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7793 |
|
7794 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7795 nonsymmetric matrices. |
|
7796 |
|
7797 * general/tril.m: Fix usage message. |
|
7798 |
|
7799 * polynomial/polyvalm.m: Fix error messages. |
|
7800 * polynomial/polyderiv.m: Likewise. |
|
7801 * polynomial/polyval.m: Likewise. |
|
7802 |
3081
|
7803 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7804 |
|
7805 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7806 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7807 |
3063
|
7808 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7809 |
|
7810 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7811 |
5095
|
7812 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7813 |
|
7814 * plot/__pltopt__.m: Handle key/legend names. |
|
7815 Correctly set colors, line styles, and point styles. |
|
7816 |
3061
|
7817 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7818 |
|
7819 * polynomial/polyfit.m: Return fit y values as second output. |
|
7820 Don't use QR factorization to solve least squares problem. |
|
7821 |
|
7822 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7823 |
|
7824 * control/dlqr.m: Use ao, not a, to compute k. |
|
7825 |
3024
|
7826 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7827 |
|
7828 * miscellaneous/path.m: New file. |
|
7829 |
2993
|
7830 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7831 |
|
7832 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7833 name. |
|
7834 |
2968
|
7835 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7836 |
|
7837 * specfun/erfinv.m: Add missing semicolon. |
|
7838 |
2870
|
7839 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7840 |
|
7841 * miscellaneous/xor.m: Make type of return value logical. |
|
7842 |
2853
|
7843 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7844 |
|
7845 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7846 warn_comma_in_global_decl. |
|
7847 |
2831
|
7848 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7849 |
|
7850 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7851 octave-bug script. |
|
7852 |
2823
|
7853 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7854 |
2824
|
7855 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7856 prefer_zero_one_indexing. |
|
7857 |
2823
|
7858 * general/logical.m: New file. |
|
7859 |
2816
|
7860 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7861 |
|
7862 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7863 and is_vector(). |
|
7864 |
5095
|
7865 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7866 |
|
7867 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7868 Use tolerance of 2 * eps. |
|
7869 |
2811
|
7870 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7871 |
|
7872 * Makefile.in (install-strip): New target. |
|
7873 * audio/Makefile.in: Ditto. |
|
7874 * control/Makefile.in: Ditto. |
|
7875 * elfun/Makefile.in: Ditto. |
|
7876 * general/Makefile.in: Ditto. |
|
7877 * image/Makefile.in: Ditto. |
|
7878 * io/Makefile.in: Ditto. |
|
7879 * linear-algebra/Makefile.in: Ditto. |
|
7880 * miscellaneous/Makefile.in: Ditto. |
|
7881 * plot/Makefile.in: Ditto. |
|
7882 * polynomial/Makefile.in: Ditto. |
|
7883 * set/Makefile.in: Ditto. |
|
7884 * signal/Makefile.in: Ditto. |
|
7885 * specfun/Makefile.in: Ditto. |
|
7886 * special-matrix/Makefile.in: Ditto. |
|
7887 * startup/Makefile.in: Ditto. |
|
7888 * statistics/Makefile.in: Ditto. |
|
7889 * strings/Makefile.in: Ditto. |
|
7890 |
2809
|
7891 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7892 |
|
7893 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7894 |
2798
|
7895 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7896 |
|
7897 * statistics/corrcoef.m: Make it actually work. |
|
7898 |
2795
|
7899 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7900 |
2798
|
7901 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7902 |
2779
|
7903 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7904 |
|
7905 * Version 2.0.5 released. |
|
7906 |
2745
|
7907 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7908 |
2749
|
7909 * Makefile.in (maintainer-clean): Also remove configure. |
|
7910 |
2746
|
7911 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7912 |
2745
|
7913 * general/is_matrix.m: Return zero for empty matrices. |
|
7914 |
|
7915 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7916 |
|
7917 * linear-algebra/vech.m: Size result just once. |
|
7918 |
2726
|
7919 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7920 |
|
7921 * general/is_square.m: Handle empty matrices correctly. |
|
7922 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7923 |
2716
|
7924 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7925 |
|
7926 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7927 * polynomial/deconv.m: Likewise. |
|
7928 * polynomial/polyderiv.m: Likewise. |
|
7929 * polynomial/polyinteg.m: Likewise. |
|
7930 * polynomial/polyreduce.m: Likewise. |
|
7931 * polynomial/polyval.m: Likewise. |
|
7932 * polynomial/polyvalm.m: Likewise. |
|
7933 * general/postpad.m: Likewise. |
|
7934 * general/prepad.m: Likewise. |
|
7935 |
|
7936 * polynomial/compan.m: Check input with is_vector(), not |
|
7937 is_matrix(). Handle scalar case. |
|
7938 |
2711
|
7939 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7940 |
2715
|
7941 * plot/contour.m: Order data so that it is consistent with |
|
7942 meshgrid and mesh. |
|
7943 |
2711
|
7944 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7945 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7946 |
2709
|
7947 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7948 |
|
7949 * Version 2.0.4 released. |
|
7950 |
2706
|
7951 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7952 |
2702
|
7953 * miscellaneous/paren.m: New file. |
|
7954 |
2693
|
7955 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7956 |
|
7957 * Version 2.0.3 released. |
|
7958 |
2676
|
7959 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7960 |
|
7961 * image/saveimage.m: Only clip image data that is actually out of |
|
7962 range. |
|
7963 |
2667
|
7964 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7965 |
|
7966 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7967 also be considered to be matrices. |
|
7968 |
|
7969 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7970 |
|
7971 * general/isempty.m: Use size(), not rows() and columns(). |
|
7972 |
|
7973 * plot/contour.m: Convert set to gset. |
|
7974 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7975 |
2663
|
7976 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7977 |
|
7978 * specfun/erfinv.m: Fix typo in last change. |
|
7979 |
2650
|
7980 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7981 |
|
7982 * image/loadimage.m: Make it possible to load files with image |
|
7983 data named X or img. |
|
7984 |
|
7985 * image/default.img: Change name of image from X to img to match |
|
7986 what saveimage does now. |
|
7987 |
|
7988 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7989 does now. |
|
7990 |
2632
|
7991 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7992 |
2634
|
7993 * Version 2.0.2 released. |
|
7994 |
2632
|
7995 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
7996 weird missing-lines bug without creating extra plots unecessarily. |
|
7997 |
2624
|
7998 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7999 |
|
8000 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8001 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8002 io/Makefile.in, linear-algebra/Makefile.in, |
|
8003 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8004 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8005 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8006 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8007 time/Makefile.in (bin-dist): New target. |
|
8008 |
2621
|
8009 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8010 |
|
8011 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8012 |
|
8013 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8014 |
|
8015 * miscellaneous/xor.m: Make it work. |
|
8016 |
2613
|
8017 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8018 |
|
8019 * plot/sombrero.m: Doc fix. |
|
8020 |
2602
|
8021 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8022 |
|
8023 * Version 2.0.1 released. |
|
8024 |
2601
|
8025 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8026 |
|
8027 * elfun/lcm.m: Replace missing if statement. |
|
8028 |
|
8029 * elfun/gcd.m: Report error if no input args. |
|
8030 * elfun/lcm.m: Likewise. |
|
8031 |
2597
|
8032 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8033 |
|
8034 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8035 Also list contents of $libexecdir/octave in ls-R database. |
|
8036 |
2583
|
8037 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8038 |
|
8039 * Version 2.0 released. |
|
8040 |
2575
|
8041 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8042 |
|
8043 * Version 1.94. |
|
8044 |
2558
|
8045 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8046 |
|
8047 * strings/str2num.m: New file. |
|
8048 |
2554
|
8049 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8050 |
|
8051 * Version 1.93. |
|
8052 |
2540
|
8053 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8054 |
|
8055 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8056 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8057 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8058 |
|
8059 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8060 general/common_size.m: New files from Kurt Hornik. |
|
8061 |
|
8062 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8063 New files from Kurt Hornik. |
|
8064 |
|
8065 * signal/detrend.m: New file from Kurt Hornik. |
|
8066 |
|
8067 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8068 specfun/pow2.m, specfun/log2.m: |
|
8069 New files and updates from Kurt Hornik. |
|
8070 |
2523
|
8071 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8072 |
|
8073 * plot/__plt__.m: Add explicit replot after last command is |
|
8074 issued, to force all lines to be displayed. Hmm. |
|
8075 |
2512
|
8076 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8077 |
2520
|
8078 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8079 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8080 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8081 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8082 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8083 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8084 Uset gset, not set. |
|
8085 |
2512
|
8086 * Version 1.92. |
|
8087 |
2482
|
8088 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8089 |
2486
|
8090 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8091 almighty Creator. Use single call to fprintf instead of looping. |
|
8092 |
|
8093 * image/Makefile.in: Delete references to octtopnm. |
|
8094 |
|
8095 * general/logspace.m: Doc fix. |
|
8096 |
2482
|
8097 * Version 1.91. |
|
8098 |
2458
|
8099 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8100 |
|
8101 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8102 |
|
8103 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8104 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8105 deleted. |
|
8106 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8107 of a system() command to delete the tmp file. |
|
8108 |
2452
|
8109 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8110 |
|
8111 * Version 1.90. |
|
8112 |
|
8113 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8114 |
2360
|
8115 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8116 |
|
8117 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8118 Don't check for string value of automatic_replot. |
|
8119 |
|
8120 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8121 Temporarily set do_fortran_indexing to 1, not "true". |
|
8122 |
|
8123 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8124 not "false". |
|
8125 |
|
8126 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8127 "false". |
|
8128 |
2355
|
8129 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8130 |
|
8131 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8132 |
2330
|
8133 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8134 |
|
8135 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8136 system command. |
|
8137 |
|
8138 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8139 |
|
8140 * __plr1__.m: Renamed from polar_int_1.m. |
|
8141 * __plr2__.m: Renamed from polar_int_2.m. |
|
8142 * __plr__.m: Renamed from polar_int.m. |
|
8143 * __plt1__.m: Renamed from plot_int_1.m. |
|
8144 * __plt2__.m: Renamed from plot_int_2.m. |
|
8145 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8146 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8147 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8148 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8149 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8150 * __plt__.m: Renamed from plot_int.m. |
|
8151 * __pltopt__.m: Renamed from plot_opt.m. |
|
8152 Change all callers. |
|
8153 |
|
8154 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8155 |
|
8156 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8157 comments like those found in Emacs lisp files. |
|
8158 |
|
8159 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8160 |
|
8161 * All .m files: Change comment style. |
|
8162 |
|
8163 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8164 |
|
8165 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8166 subplot.m, subwindow.m, top_title.m: |
|
8167 Print error message if gnuplot_has_multiplot is not true. |
|
8168 |
|
8169 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8170 |
|
8171 * plot/figure.m: New function. |
|
8172 |
|
8173 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8174 |
|
8175 * strings/strrep.m: New function. |
|
8176 |
|
8177 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8178 |
|
8179 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8180 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8181 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8182 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8183 New functions from Kurt Hornik, heavily modified by jwe. |
|
8184 |
|
8185 * general/reshape.m: Allow strings to be reshaped too. |
|
8186 |
|
8187 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8188 Always return a scalar. |
|
8189 |
|
8190 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8191 |
|
8192 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8193 Matlab. |
|
8194 |
|
8195 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8196 |
|
8197 * polynomial/polyfit.m: Add missing close paren. |
|
8198 |
|
8199 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8200 |
|
8201 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8202 |
|
8203 * io/scanf.m: Delete. |
|
8204 |
|
8205 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8206 |
|
8207 * statistics/median.m: Fix typo in usage message. |
|
8208 |
|
8209 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8210 |
|
8211 * miscellaneous/popen2.m: New file. |
|
8212 |
|
8213 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8214 |
|
8215 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8216 |
|
8217 * io: New directory. |
|
8218 * Makefile.in (SUBDIRS): Add it to the list. |
|
8219 |
|
8220 * miscellaneous/flops.m: New file. |
|
8221 |
|
8222 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8223 |
|
8224 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8225 vector, for compatibility with previous versions and with Matlab |
|
8226 (which only returns one scalar value). |
|
8227 |
|
8228 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8229 |
|
8230 * general/triu.m: Compute lower bound on loop index correctly. |
|
8231 * general/tril.m: Likewise, for upper bound. |
|
8232 |
|
8233 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8234 |
|
8235 * image/saveimage.m: For color images, make sure indices into |
|
8236 temporary colormap and result matrix have proper orientation. |
|
8237 Set grey flag correctly. |
|
8238 |
|
8239 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8240 |
|
8241 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8242 jrv@vanzandt.mv.com). |
|
8243 |
|
8244 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8245 |
|
8246 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8247 * mesh.m: Transpose Z if only one arg. |
|
8248 Handle case of all three args being matrices (from Jim Van Zandt |
|
8249 jrv@vanzandt.mv.com). |
|
8250 * meshdom.m: Undo previous change. |
|
8251 |
|
8252 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8253 |
|
8254 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8255 |
|
8256 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8257 |
|
8258 * audio: New directory of files from Kurt Hornik and Andreas |
|
8259 Weingessel. |
|
8260 * audio/Makefile.in: New file. |
|
8261 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8262 |
|
8263 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8264 |
|
8265 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8266 |
|
8267 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8268 |
|
8269 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8270 columns (z), not the other way around. |
|
8271 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8272 |
|
8273 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8274 |
|
8275 * plot/axis.m: Return current axis if nargin == 0. |
|
8276 |
|
8277 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8278 |
|
8279 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8280 |
|
8281 * polynomial/polyder.m: New file. |
|
8282 |
|
8283 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8284 |
|
8285 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8286 |
|
8287 * specfun/betainc.m: New file. |
|
8288 * specfun/gammainc.m: New file. |
|
8289 |
|
8290 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8291 |
|
8292 * general/strerror.m: New file. |
|
8293 * general/perror.m: Implement using strerror(). |
|
8294 |
|
8295 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8296 |
|
8297 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8298 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8299 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8300 |
|
8301 * image/saveimage.m: Round img values first. |
|
8302 |
|
8303 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8304 |
|
8305 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8306 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8307 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8308 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8309 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8310 tuwien/strfun/split.m: Add missing semicolons. |
|
8311 |
|
8312 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8313 |
|
8314 * image/Makefile.in: Don't build or install octtoppm. |
|
8315 |
|
8316 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8317 routines so that people who don't have the pbm stuff installed |
2330
|
8318 can still use this function. |
|
8319 |
|
8320 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8321 |
|
8322 * image/saveimage.m: Better error checking, clean up a bit. |
|
8323 |
|
8324 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8325 |
|
8326 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8327 avoid conflict with new built-in text-style function more. |
|
8328 |
|
8329 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8330 |
|
8331 * startup/Makefile.in (install): Also install octaverc in |
|
8332 $localfcnfiledir/startup/octavrc. |
|
8333 |
|
8334 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8335 |
|
8336 * mkinstalldirs: New file. |
|
8337 * Makefile.in (DISTFILES): Add it to the list. |
|
8338 |
|
8339 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8340 |
|
8341 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8342 |
|
8343 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8344 r(1) != c(nr), not if r(1) != c(1). |
|
8345 |
|
8346 * signal/filter.m: Doc fix. |
|
8347 |
|
8348 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8349 |
|
8350 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8351 ru_ or tv_ prefixes). |
|
8352 |
|
8353 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8354 |
|
8355 * time/ctime.m: Fix doc string and usage message. |
|
8356 |
|
8357 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8358 |
|
8359 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8360 |
|
8361 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8362 |
|
8363 * control/c2d.m: Make function work for any value of |
|
8364 whitespace_in_literal_matrix. |
|
8365 * control/dare.m: Likewise. |
|
8366 * control/tzero.m: Likewise. |
|
8367 * elfun/gcd.m: Likewise. |
|
8368 * elfun/lcm.m: Likewise. |
|
8369 * general/postpad.m: Likewise. |
|
8370 * general/prepad.m: Likewise. |
|
8371 * linear-algebra/kron.m: Likewise. |
|
8372 * miscellaneous/etime.m: Likewise. |
|
8373 * polynomial/conv.m: Likewise. |
|
8374 * polynomial/deconv.m: Likewise. |
|
8375 * polynomial/poly.m: Likewise. |
|
8376 * polynomial/roots.m: Likewise. |
|
8377 * signal/filter.m: Likewise. |
|
8378 * signal/freqz.m: Likewise. |
|
8379 * signal/fftfilt.m: Likewise. |
|
8380 |
|
8381 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8382 |
|
8383 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8384 |
|
8385 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8386 |
|
8387 * plot/polar_int_2.m: Add missing semicolons. |
|
8388 Set theta = theta', not rho'. |
|
8389 |
|
8390 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8391 |
|
8392 * polynomial/roots.m: Make it work for any value of |
|
8393 whitespace_in_literal_matrix. |
|
8394 |
|
8395 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8396 |
|
8397 * configure.in: New file. |
|
8398 |
|
8399 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8400 |
|
8401 * control/lyap.m: Add missing semicolon. |
|
8402 |
|
8403 * miscellaneous/cputime.m: New function file. |
|
8404 |
|
8405 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8406 |
|
8407 * time: New directory. |
|
8408 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8409 New function files. |
|
8410 * time/Makefile.in: New file. |
|
8411 * Makefile.in (SUBDIRS): Add time. |
|
8412 |
|
8413 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8414 |
|
8415 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8416 |
|
8417 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8418 |
|
8419 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8420 |
|
8421 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8422 |
|
8423 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8424 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8425 |
|
8426 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8427 |
|
8428 * Makefile.in (install): Create ls-R database file. |
|
8429 (uninstall): Delete it. |
|
8430 |
|
8431 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8432 |
5378
|
8433 * image/saveimage.m: Fix typo. |
2330
|
8434 |
|
8435 See ChangeLog.1 in the top level directory for earlier changes. |