7376
|
1 2008-01-14 Bill Denney <bill@denney.ws> |
|
2 |
|
3 * plot/axis.m: Correctly handle "tight" and "image" options. |
|
4 |
7375
|
5 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
|
6 |
|
7 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, |
|
8 image/rgb2ntsc.m: Also accept images as input. |
|
9 |
|
10 * image/gray2ind.m: Handle image type other than double. |
|
11 Improve error checking and documentation. |
|
12 |
7371
|
13 2008-01-14 John W. Eaton <jwe@octave.org> |
|
14 |
7372
|
15 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
|
16 instead of calling tolower on first arg. Default font name is |
|
17 Helvetica, not helvetica. Don't downcase user-specified font name. |
|
18 (__maybe_munge_text__): Fix typo. |
|
19 |
7371
|
20 * optimization/sqp.m: Fix function definitions in test code. |
|
21 |
7361
|
22 2008-01-12 John W. Eaton <jwe@octave.org> |
|
23 |
|
24 * plot/gnuplot_binary.in: New file. |
|
25 * plot/gnuplot_binary.m: Delete. |
|
26 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. |
|
27 (SOURCES_IN, GEN_M): New macros. |
|
28 (DISTFILES): Include $(SOURCES_IN) in the list. |
|
29 (FCN_FILES): Include $(GEN_M) in the list. |
|
30 (all): Depend on $(GEN_M). |
|
31 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. |
7362
|
32 (distclean): Also remove $(GEN_M). |
7361
|
33 |
|
34 2008-01-11 John W. Eaton <jwe@octave.org> |
|
35 |
|
36 * optimization/sqp.m: New test from example in doc string. |
|
37 |
7360
|
38 2008-01-10 Ben Abbott <bpabbott@mac.com> |
|
39 |
|
40 * polynomial/mpoles.m: Avoid cases where poles could be assigned |
|
41 to more than one multiplicity group. |
|
42 |
7358
|
43 2008-01-10 John W. Eaton <jwe@octave.org> |
|
44 |
|
45 * plot/gnuplot_binary.m: New file. |
|
46 * plot/Makefile.in (SOURCES): Add it to the list. |
|
47 |
7355
|
48 2008-01-09 John W. Eaton <jwe@octave.org> |
|
49 |
|
50 * plot/drawnow.m: Fail if filename includes a directory part that |
|
51 does not exist. |
|
52 |
7352
|
53 2008-01-07 John W. Eaton <jwe@octave.org> |
|
54 |
|
55 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
56 Error if glob call fails to match any files. |
|
57 |
7346
|
58 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
59 |
|
60 * strings/strtrim.m: Doc fix. |
|
61 |
7345
|
62 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
|
63 |
|
64 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
65 |
7344
|
66 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
|
67 |
|
68 * set/create_set.m, set/union.m: Accept "rows" argument. |
|
69 |
7341
|
70 2008-01-02 John W. Eaton <jwe@octave.org> |
|
71 |
|
72 * plot/print.m: Correctly handle pbm terminal. |
|
73 |
7340
|
74 2007-12-28 John W. Eaton <jwe@octave.org> |
|
75 |
|
76 * miscellaneous/edit.m: Use strcat instead of fullfile to add file |
|
77 extensions. |
|
78 |
7337
|
79 2007-12-28 David Bateman <dbateman@free.fr> |
|
80 |
|
81 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, |
|
82 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. |
|
83 * Makefile.in (SOURCES): Add to the sources. |
|
84 |
|
85 2007-12-28 Kai Habel <kai.habel@gmx.de> |
|
86 |
|
87 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. |
|
88 Remove unnecessary call of size function. |
|
89 |
7334
|
90 2007-12-21 John W. Eaton <jwe@octave.org> |
|
91 |
|
92 Version 3.0.0 released. |
|
93 |
7331
|
94 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
|
95 |
|
96 * image/imshow.m: Accept empty value for display_range. |
|
97 |
7329
|
98 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
|
99 |
|
100 * pkg/pkg.m: Add .lib as architecture-dependent suffix. |
|
101 |
7328
|
102 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
|
103 |
|
104 * image/imshow.m: Store uint8 images as doubles. Handle default |
|
105 display ranges correctly. |
|
106 |
7327
|
107 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
|
108 Peter A. Gustafson <petegus@umich.edu> |
|
109 |
|
110 * scripts/contourc.m: Allow usage of irregular spaced x, y data. |
|
111 |
7325
|
112 2007-12-19 John W. Eaton <jwe@octave.org> |
|
113 |
|
114 * miscellaneous/edit.m: New function. |
|
115 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
116 |
|
117 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
118 |
|
119 * plot/__bar__.m: Handle "basevalue" option. |
|
120 * plot/__bars__.m: New arg, base_value. |
|
121 |
7321
|
122 2007-12-17 David Bateman <dbateman@free.fr> |
|
123 |
|
124 * plot/rose.m, plot/feather.m, plot/compass.m: New functions |
|
125 * plot/Makefiles (SOURCES): Add them to the sources |
|
126 * plot/polar.m: Set the x and y limits to the maximum polar |
|
127 radius. Set the axes to be square. |
|
128 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" |
|
129 and print axis at zero if this is used. |
|
130 |
|
131 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that |
|
132 contours can overlay pcolor plots. Priveldge no hidden line |
|
133 removal when there are multiple objects in the plot. |
|
134 |
7320
|
135 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
|
136 |
|
137 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for |
|
138 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). |
|
139 |
7319
|
140 2007-12-17 Ben Abbott <bpabbott@mac.com> |
|
141 |
|
142 * miscellaneous/run.m: Replace script with f when looking for |
|
143 file to run. |
|
144 |
7316
|
145 2007-12-14 David Bateman <dbateman@free.fr> |
|
146 |
7317
|
147 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
|
148 * plot/contour.m: Doc fix. |
|
149 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. |
|
150 Include linetype in withclause. |
|
151 |
7316
|
152 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
|
153 Use it to determine dimensions. Consolidate all 3-d settings. |
|
154 |
7315
|
155 2007-12-13 John W. Eaton <jwe@octave.org> |
|
156 |
|
157 * image/imshow.m: Turn axis visibility off. |
|
158 Don't scale true color images. |
|
159 * image/image.m: Set axis layer property to "top". |
|
160 |
7307
|
161 2007-12-12 John W. Eaton <jwe@octave.org> |
|
162 |
7313
|
163 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
|
164 |
|
165 * plot/pie.m: Avoid calling "exist". |
|
166 |
7309
|
167 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312
|
168 Condense argument processing logic. Allow 6 arguments. |
|
169 Use issquare. Avoid calling "exist". |
7309
|
170 |
7307
|
171 * plot/__go_draw_axes__.m: Handle the axes layer property. |
|
172 |
7305
|
173 2007-12-12 David Bateman <dbateman@free.fr> |
|
174 |
|
175 * plot/ellipsoid.m: Port from octave-forge, editing for style. |
|
176 * plot/Makefile.in (SOURCES): Add to the sources. |
|
177 |
7290
|
178 2007-12-11 John W. Eaton <jwe@octave.org> |
|
179 |
7298
|
180 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
|
181 * plot/surface.m: Not here. |
|
182 |
7297
|
183 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
|
184 subsequent "unset grid" if there is no grid. |
|
185 |
7296
|
186 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
|
187 |
7293
|
188 * plot/surface.m: Don't set facecolor property in call to |
|
189 __go_surface__. |
|
190 |
7290
|
191 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
|
192 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. |
|
193 |
7292
|
194 2007-12-11 Kai Habel <kai.habel@gmx.de> |
|
195 |
7295
|
196 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
|
197 color string is not taken as z value. |
|
198 |
7292
|
199 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
|
200 zgrid to "on" and box to "off" for used axes. |
|
201 |
|
202 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, |
|
203 plot/slice.m: Use size_equal(var1,var2,...) when possible. |
|
204 |
7286
|
205 2007-12-11 David Bateman <dbateman@free.fr> |
|
206 |
7288
|
207 * miscelleaneous/fullfile.m: Ignore empty arguments. |
|
208 |
7287
|
209 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
|
210 * statistics/base/mode.m: Ditto. |
|
211 |
7286
|
212 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
|
213 object handles are all now non integer. |
|
214 |
7278
|
215 2007-12-10 John W. Eaton <jwe@octave.org> |
|
216 |
7282
|
217 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
|
218 |
7281
|
219 * general/issymmetric.m: Use ' instead of .' for compatibility |
|
220 with previous versions of Octave. |
|
221 * general/ishermitian.m: Delete. |
7285
|
222 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281
|
223 |
7280
|
224 * plot/fplot.m: In N is not specified, increase initial number of |
|
225 points from 3 and 5 to 5 and 8. |
|
226 |
7279
|
227 * signal/detrend.m: Move tests here from test/test_signal.m. |
|
228 Loosen tolerance on first test from 10*eps to 20*eps. |
|
229 |
7278
|
230 * finance/rate.m: Don't request info from fsolve. |
|
231 |
7277
|
232 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
|
233 |
|
234 * plot/__line__.m: Pass initial property/value pairs to __go_line__. |
|
235 * plot/surface.m: Pass initial property/value pairs to __go_surface__. |
|
236 |
7276
|
237 2007-12-10 David Bateman <dbateman@free.fr> |
|
238 |
|
239 * image/image.m: Rewritten to allow trailing properties to be |
|
240 passed to underlying image object. |
|
241 * image/__img__.m: Pass additional arguments to __go_image__. |
|
242 * plot/__patch__.m: Don't set clim, rely on autoscaling. |
|
243 |
7274
|
244 2007-12-10 John W. Eaton <jwe@octave.org> |
|
245 |
|
246 * plot/__go_draw_axes__.m: If we have a grid, send "set grid |
|
247 front" to gnuplot. |
|
248 |
7271
|
249 2007-12-10 David Bateman <dbateman@free.fr> |
|
250 |
7274
|
251 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271
|
252 border front" from images. |
7274
|
253 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
|
254 * plot/pcolor.m: Set axis "box" property. |
|
255 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: |
|
256 Mark as commands. |
7271
|
257 |
7269
|
258 2007-12-07 David Bateman <dbateman@free.fr> |
|
259 |
|
260 * plot/surf.m: Don't set facecolor property. |
|
261 |
7265
|
262 2007-12-06 John W. Eaton <jwe@octave.org> |
|
263 |
7269
|
264 * plot/print.m: Pass mono to drawnow. |
|
265 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. |
|
266 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. |
|
267 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, |
|
268 disable color specifications. |
|
269 |
7265
|
270 * general/issymmetric.m: Move tests here from test/test_number.m |
|
271 |
|
272 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> |
|
273 |
|
274 * general/issymmetric.m: To keep its argument sparse and the |
|
275 function quick, use the infinity norm rather than the 2-norm. |
|
276 Also measure the symmetric part rather than the Hermitian part. |
|
277 * general/ishermitian.m: New file. Measure the Hermitian part. |
|
278 * general/Makefile.in: Add ishermitian.m to SOURCES. |
|
279 |
7248
|
280 2007-12-04 John W. Eaton <jwe@octave.org> |
|
281 |
7257
|
282 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
|
283 text and label commands if font is "*". |
|
284 |
7248
|
285 * linear-algebra/krylov.m: Doc fixes. |
|
286 From Marco Caliari <caliari@sci.univr.it>. |
|
287 |
7250
|
288 2007-12-04 Kai Habel <kai.habel@gmx.de> |
|
289 |
|
290 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. |
|
291 Add "## PKG_ADD: mark_as_command axis" line. |
|
292 |
7245
|
293 2007-12-03 John W. Eaton <jwe@octave.org> |
|
294 |
|
295 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, |
|
296 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, |
|
297 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: |
|
298 Generate demos from examples. |
|
299 |
7240
|
300 2007-12-03 David Bateman <dbateman@free.fr> |
|
301 |
7243
|
302 * testfun/test.m: Disable "testif" test block to avoid spurious |
|
303 skipped test for "make check". Avoid printing variables for |
|
304 skipped tests. |
|
305 |
7242
|
306 * testfun/test.m: Add "testif" type to allow for conditional tests. |
|
307 |
7240
|
308 * plot/plotyy.m: Use activepositionproperty property of axes |
|
309 object. Set second axis color to "none". |
|
310 * plot/__go_draw_axes__.m: Respect the activepositionproperty |
|
311 property of the axis objects. |
|
312 |
7239
|
313 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
314 |
|
315 * linear-algebra/condest.m: Loosen tolerance in test. |
|
316 |
7236
|
317 2007-12-02 John W. Eaton <jwe@octave.org> |
|
318 |
|
319 * plot/__go_draw_axes__.m: Remove unnecessary call to |
|
320 get_data_limits. |
|
321 |
7222
|
322 2007-11-30 John W. Eaton <jwe@octave.org> |
|
323 |
|
324 * plot/__go_draw_axes__.m: Don't compute data or axis limits. |
|
325 (get_data_limits, get_axis_limits): Delete. |
|
326 |
7228
|
327 2007-11-30 David Bateman <dbateman@free.fr> |
|
328 |
7235
|
329 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
|
330 |
7228
|
331 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
|
332 tick labels rather than one by one on the labels themselves. |
|
333 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for |
|
334 95% crossing fixed. |
|
335 |
7217
|
336 2007-11-29 David Bateman <dbateman@free.fr> |
|
337 |
7220
|
338 * plot/pareto.m: New file. |
|
339 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
340 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic |
|
341 marks to avoid gnuplot error about formating. More colorspec to |
|
342 after the tics. |
|
343 * plot/plotyy.m: More generic check for appropriate axis color. |
|
344 |
7217
|
345 * plot/__stem__.m: New file based on old stem.m expanded to treat |
|
346 2- and 3-D. |
|
347 * plot/stem3.m: New function. |
|
348 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
349 * plot/stem.m: Adapt to use __stem__. |
|
350 |
7216
|
351 2007-11-29 John W. Eaton <jwe@octave.org> |
|
352 |
|
353 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, |
|
354 plot/surf.m, plot/surface.m: Don't return handle value unless |
|
355 requested. |
|
356 |
|
357 * plot/patch.m: Omit isnan check on handle returned from |
|
358 __plt_get_axis_arg__. |
|
359 |
|
360 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists |
|
361 but has no axes. |
|
362 |
7215
|
363 2007-11-28 David Bateman <dbateman@free.fr> |
|
364 |
|
365 * __plt_get_axis_handle__.m: Also allow hggroup and return axes |
|
366 ancestor. If leading argument is logical set variable nogca to see |
|
367 if gca() should be called if there is no active handle found. |
|
368 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, |
|
369 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, |
|
370 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, |
|
371 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, |
|
372 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use |
|
373 __plt__get_axis_arg__ to find axis handle. |
|
374 * polar.m: Typo. |
|
375 |
7213
|
376 2007-11-28 John W. Eaton <jwe@octave.org> |
|
377 |
|
378 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. |
|
379 |
7211
|
380 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
381 |
|
382 * plot/drawnow.m: Fix typo. |
|
383 |
7206
|
384 2007-11-27 David Bateman <dbateman@free.fr> |
|
385 |
7207
|
386 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
|
387 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
388 plot/semilogyerr.m: Treat an axis handle as the first argument. |
|
389 |
|
390 * plot/meshz.m: New function. |
|
391 * plot/Makefile.in (SOURCES): Add it to the list. |
|
392 * plot/surface.m: Allow surface to accept an axis handle as the |
|
393 first argument. |
|
394 * plot/meshc.m: Extract z from the the surface object rather than |
|
395 varargin so that we can rely on code in surface to treat leading |
|
396 axis handles. |
|
397 |
7206
|
398 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
|
399 y2tics" in the case of a plotyy plot. |
|
400 * plot/plotyy.m: ensure the position property is set correct for |
|
401 the second axis, by setting it after the plot itself. In the case |
|
402 of a plot that returns multiple handles, base the color selection |
|
403 on the first. |
|
404 |
7204
|
405 2007-11-27 Kai Habel <kai.habel@gmx.de> |
|
406 |
|
407 * plot/__go_draw_axes__.m: Set quadrilateral color according to |
|
408 z-value of vertex 'c3'. |
|
409 |
7203
|
410 2007-11-27 John W. Eaton <jwe@octave.org> |
|
411 |
|
412 * image/image.m: Allow nargin == 0 case to work again. |
|
413 |
7202
|
414 2007-11-27 David Bateman <dbateman@free.fr> |
|
415 |
|
416 * plot/__go_draw_figure__.m: Force a multiplot mode with a |
|
417 colorbar, to ensure that the colorbar is on the canvas for png and |
|
418 postscipt outputs. |
|
419 |
7189
|
420 2007-11-26 David Bateman <dbateman@free.fr> |
|
421 |
7197
|
422 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
|
423 return values. |
|
424 |
7194
|
425 * plot/plotyy.m: New function |
|
426 * plot/Makefile.in (SOURCES): Add it here. |
|
427 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text |
|
428 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
|
429 {x|y}label to respect the axis position. |
|
430 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis |
|
431 handle as the first argument. |
|
432 |
7192
|
433 * pkg/pkg.m (pkg:install): When loading the installed packages |
|
434 index into installed_pkgs_lst and not descriptions.. |
|
435 |
7189
|
436 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
|
437 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
438 * plot/quiver.m: Modify to use __quiver__.m. |
|
439 |
|
440 * plot/hist.m: Avoid saturation when the x values are in an |
|
441 inetger type. |
|
442 |
|
443 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> |
|
444 |
|
445 * linear-algebra/condest.m, linear-algebra/onenormest.m: New |
|
446 functions. |
|
447 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. |
|
448 |
|
449 2007-11-26 David Bateman <dbateman@free.fr> |
|
450 |
|
451 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero |
|
452 extent. |
|
453 |
|
454 * plot/colorbar.m: New function. |
|
455 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
456 * plot/__go_draw_axes__.m: Calculate the colorbar position, |
|
457 precalculate the clim, set pm3d except for mesh. |
|
458 * plot/__contour__.m: Don't scale the contours to clim, but rather |
|
459 save the real values so that colorbar corresponds to the contour |
|
460 levels. |
|
461 |
|
462 * plot/stem.m: Set marker color the same as the line color. Draw |
|
463 a single discontinous line object for the stems. |
|
464 |
|
465 * plot/sphere.m: New function ported from JHandles. |
|
466 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
467 |
|
468 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to |
|
469 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 |
|
470 to get enhanced mode to work correctly for the X11 terminal. |
|
471 |
|
472 * plot/imagesc.m, plot/image.m: Scale colormap to image and not |
|
473 the reverse. Allow an axes handle to be passed and/or returned. |
|
474 * plot/__go_draw_axes__.m: Autoscale colormap for images. |
|
475 |
|
476 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to |
|
477 sort surface patches by their depth and not the order they are |
|
478 rendered in. |
|
479 |
|
480 * plot/__patch__.m: Set clim correctly. |
|
481 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
|
482 the marker color is determined by the cmap. |
|
483 * plot/scatter.m: New function to 2D scatter plots. |
|
484 * plot/scatter3.m: New function to 3D scatter plots. |
|
485 * plot/__scatter__.m: Support function for scatter plots |
|
486 * Makefile.in (SOURCES): Ad dnew functions here. |
|
487 |
|
488 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): |
|
489 Return whether the terminal supports enhanced text or not. |
|
490 (drawnow:enhanced_term): New sub-function to determine if terminal |
|
491 supports enhanced mode. |
|
492 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to |
|
493 __go_draw_axes__. |
|
494 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if |
|
495 needed to support the enhanced mode. |
|
496 * plot/print.m: Remove "enhanced" option as this is now treated in |
|
497 drawnow.m. |
|
498 |
|
499 |
|
500 * plot/caxis.m: New function to control the color axis limits. |
|
501 * plot/Makefile.in (SOURCES): Include it. |
|
502 * plot/axis.m: Allow the first argument to be an axes handle. |
|
503 * plot/__go_draw_axes__.m: Move the setting of the caxis, also |
|
504 autoscale caxis for patches. If any(isinf(clim)) don't set the |
|
505 caxis limits. |
|
506 |
|
507 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. |
|
508 * image/Makefile.in (SOURCES): Include it. |
|
509 * plot/__bar__.h: Allow axis handles to be passed. Set the color |
|
510 of the bars for the colormap. |
|
511 * plot/bar.m, plot/barh.m: Document that axis handles can be |
|
512 passed. |
|
513 * plot/__contour.m: Avoid possible divide by zero error. |
|
514 * plot/contour.m: Missing semicolon. |
|
515 * plot/surface.m: Don't attempt to set additional arguments if |
|
516 there are none. |
|
517 * plot/Makefile.in (SOURCES): Include __bars__.m |
|
518 |
|
519 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
520 |
|
521 * plot/__bar__.m: put bar creation code into separate function |
|
522 to allow easy hook up from other graphic backends |
|
523 |
|
524 * plot/__bars__.m: new function containing bar creation code |
|
525 |
7186
|
526 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
|
527 |
|
528 * general/accumarray.m: Correct dimension check. |
|
529 |
7183
|
530 2007-11-26 John W. Eaton <jwe@octave.org> |
|
531 |
|
532 * polynomial/residue.m: Prepad along second dimension. |
|
533 From Doug Stewart <dastew@sympatico.ca>. |
|
534 |
7181
|
535 2007-11-26 Kai Habel <kai.habel@gmx.de> |
|
536 |
7183
|
537 * plot/cylinder.m, plot/slice.m: New functions. |
|
538 * plot/Makefile.in (SOURCES): Add them to the list. |
7181
|
539 |
7177
|
540 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
|
541 |
|
542 * plot/patch.m: Handle arg may also be hggroup object. |
|
543 Use ancestor to find parent axes object. |
|
544 |
7175
|
545 2007-11-14 David Bateman <dbateman@free.fr> |
|
546 |
|
547 * plot/__contour__.m: Treat unclosed contours by adding NaN to |
|
548 flag to patch that it is not closed. Allow z to take string |
|
549 arguments and use it to flag that the contours are placed at the |
|
550 z level of the contour itself. |
|
551 * plot/__go_draw_axes__.m: Treat hidden line removal in patch |
|
552 objects as well. Let hidden removal take precedence in case of a |
|
553 conflict. |
|
554 * plot/surface.m: Allow surface to treat handles being passed or |
|
555 returned. Any additional arguments arr used to set the surface |
|
556 handle. |
|
557 * plot/contour3.m: New function |
|
558 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
559 |
7173
|
560 2007-11-14 John W. Eaton <jwe@octave.org> |
|
561 |
|
562 * specfun/bessel.m: Update doc string from |
|
563 src/DLD-FUNCTIONS/besselj.cc. |
|
564 |
7170
|
565 2007-11-12 David Bateman <dbateman@free.fr> |
|
566 |
|
567 * plot/contour.m: Allow handles to be passed and returned. Split |
|
568 the countour function itself into __contour__.m to be shared with |
|
569 surfc and meshc. |
|
570 * plot/__contour__.m: New file |
|
571 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
572 * plot/__go_draw_axes.m: For patch objects don't attempt to patch |
|
573 the face or edge if the facecolor or edge color are marked as |
|
574 "none". Allow the edgecolor to be determined by the cdata in the |
|
575 same manner as the facecolor. Fail if facecolor is not "none" and |
|
576 a 3-D plot is desired, rather than ignoring zdata. Make the |
|
577 storage of 3D/4D data consistent between line, surface and patch |
|
578 objects. |
|
579 * plot/meshc.m: Use new __contour__.m to plot the contours. |
|
580 * plot/surfc.m: Use new __contour__.m to plot the contours. |
7168
|
581 |
|
582 * plot/__go_draw_axes__.m (get_fontname_and_size): |
|
583 Handle fontweight and fontangle properties. |
|
584 |
7163
|
585 2007-11-12 Kai Habel <kai.habel@gmx.de> |
|
586 |
|
587 * plot/spinmap.m, plot/ribbon.m: New functions. |
|
588 * plot/Makefile.in (SOURCES): Add them to the list. |
|
589 |
|
590 2007-11-12 John W. Eaton <jwe@octave.org> |
|
591 |
|
592 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. |
|
593 Use it to avoid duplicated code. |
|
594 |
7161
|
595 2007-11-12 David Bateman <dbateman@free.fr> |
|
596 |
7162
|
597 * plot/title.m: Fix return value for nargout > 0. |
|
598 |
|
599 * plot/__go_draw_axes.m: Allow the font and fontsize to be |
|
600 specified for the title, xlabel, ylabel and text objects. |
|
601 |
7161
|
602 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
|
603 4.0 and surface plots. |
|
604 |
7160
|
605 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
|
606 |
|
607 * plot/__patch__.m: Fix computation of faces when patch is defined |
|
608 with X/Y/Z data. |
|
609 |
7146
|
610 2007-11-09 John W. Eaton <jwe@octave.org> |
|
611 |
7152
|
612 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154
|
613 Correct logic in setting palette data. |
7152
|
614 |
7151
|
615 * audio/wavread.m, control/base/__bodquist__.m, |
|
616 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, |
|
617 control/system/c2d.m, control/system/is_detectable.m, |
|
618 control/system/is_signal_list.m, control/system/is_stabilizable.m, |
|
619 control/system/tfout.m, general/isdefinite.m, |
|
620 linear-algebra/krylov.m, miscellaneous/compare_versions.m, |
|
621 optimization/glpk.m, path/savepath.m, plot/findobj.m, |
|
622 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, |
|
623 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, |
|
624 sparse/spstats.m, testfun/assert.m, testfun/fail.m, |
|
625 testfun/test.m: Use specific end keywords. |
|
626 |
7146
|
627 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
|
628 |
|
629 2007-11-09 Kai Habel <kai.habel@gmx.de> |
|
630 |
|
631 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: |
|
632 Don't change view if hold is on. |
|
633 |
7142
|
634 2007-11-09 David Bateman <dbateman@free.fr> |
|
635 |
7149
|
636 * plot/hidden.m: New function. |
|
637 * plot/Makefile.in (SOURCES): Add it here. |
|
638 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden |
|
639 line removal. |
|
640 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line |
|
641 removal and if it is "none" don't do hidden line removal. |
|
642 |
7148
|
643 * plot/legend.m: Also allow labels for surface and patch types. |
|
644 * plot/__bar__.m: Split into separate patch pbjects to allow |
|
645 setting of the legend. |
|
646 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch |
|
647 objects as well. |
|
648 |
7146
|
649 * plot/area.m, plot/__area__.m: New functions |
|
650 * plot/Makefile.in (SOURCES): Add them to the list of files. |
|
651 |
7142
|
652 * plot/patch.m: Correctly handle case of axis handle as first arg. |
|
653 |
7144
|
654 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
|
655 |
|
656 * sparse/spdiags.m: Tweak documentation entries to match other uses. |
|
657 |
7131
|
658 2007-11-08 John W. Eaton <jwe@octave.org> |
|
659 |
7133
|
660 * control/base/dcgain.m, control/base/dre.m, |
|
661 control/base/impulse.m, control/base/step.m, |
|
662 control/system/dmr2d.m, control/system/ord2.m, |
|
663 control/system/sys2ss.m, control/system/sysdimensions.m, |
|
664 control/system/sysgetsignals.m, control/system/sysout.m, |
|
665 control/system/tfout.m, control/system/ugain.m, |
|
666 control/system/zpout.m, control/util/strappend.m: |
|
667 Don't fail with usage message if nargout is too large. |
|
668 |
7131
|
669 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
670 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
671 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, |
7134
|
672 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
|
673 control/obsolete/dlqg.m, control/obsolete/minfo.m, |
|
674 control/obsolete/packsys.m, control/obsolete/qzval.m, |
|
675 control/obsolete/rotg.m, control/obsolete/series.m, |
|
676 control/obsolete/swapcols.m, control/obsolete/swaprows.m, |
|
677 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, |
7136
|
678 control/system/__syschnamesl__.m, |
|
679 control/system/__syscont_disc__.m, |
|
680 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, |
|
681 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, |
|
682 control/system/abcddim.m, control/system/buildssic.m, |
|
683 control/system/c2d.m, control/system/cellidx.m, |
|
684 control/system/d2c.m, control/system/dmr2d.m, |
|
685 control/system/fir2sys.m, control/system/is_abcd.m, |
|
686 control/system/is_controllable.m, control/system/is_detectable.m, |
|
687 control/system/is_digital.m, control/system/is_observable.m, |
|
688 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
689 control/system/jet707.m, control/system/listidx.m, |
|
690 control/system/parallel.m, control/system/ss.m, |
|
691 control/system/ss2sys.m, control/system/ss2zp.m, |
|
692 control/system/starp.m, control/system/sys2ss.m, |
|
693 control/system/sys2tf.m, control/system/sys2zp.m, |
|
694 control/system/sysadd.m, control/system/sysappend.m, |
|
695 control/system/sysconnect.m, control/system/syscont.m, |
|
696 control/system/sysdimensions.m, control/system/sysdisc.m, |
7135
|
697 control/system/sysdup.m, control/system/sysgetsignals.m, |
|
698 control/system/sysgroup.m, control/system/sysmin.m, |
7136
|
699 control/system/sysmult.m, control/system/sysout.m, |
|
700 control/system/sysprune.m, control/system/sysreorder.m, |
7135
|
701 control/system/sysscale.m, control/system/syssetsignals.m, |
7136
|
702 control/system/syssub.m, control/system/sysupdate.m, |
|
703 control/system/tf.m, control/system/tf2ss.m, |
|
704 control/system/tf2sys.m, control/system/tfout.m, |
|
705 control/system/zp.m, control/system/zp2ss.m, |
|
706 control/system/zp2sys.m, control/system/zp2tf.m, |
|
707 control/system/zpout.m, control/util/__outlist__.m, |
|
708 control/util/__zgpbal__.m, control/util/axis2dlim.m, |
|
709 control/util/prompt.m, control/util/sortcom.m, |
|
710 control/util/zgfmul.m, control/util/zgfslv.m, |
|
711 control/util/zginit.m, control/util/zgreduce.m, |
|
712 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. |
7131
|
713 |
7130
|
714 2007-11-08 David Bateman <dbateman@free.fr> |
|
715 |
|
716 * plot/quiver.m: Fix arrowheads. |
|
717 |
7128
|
718 2007-11-07 Ben Abbott <bpabbott@mac.com> |
|
719 |
|
720 * set/ismember.m: Call cell_ismember to handle cellstr args. |
7129
|
721 Handle "rows" argument. New tests. |
7128
|
722 (cell_ismember): New function. |
|
723 |
7127
|
724 2007-11-07 John W. Eaton <jwe@octave.org> |
|
725 |
|
726 * control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
727 control/base/__stepimp__.m, control/base/are.m, |
|
728 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, |
|
729 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, |
|
730 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, |
|
731 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, |
|
732 control/base/ltifr.m, control/base/nichols.m, |
|
733 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, |
|
734 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: |
|
735 Style fixes. |
|
736 |
7125
|
737 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
738 |
|
739 * control/base/bode_bounds.m, control/base/dgram.m, |
|
740 control/base/dlyap.m, control/base/freqchkw.m, |
|
741 control/base/gram.m, control/base/place.m, |
|
742 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, |
|
743 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, |
|
744 control/system/is_signal_list.m, control/system/ss2tf.m, |
|
745 control/system/sys2fir.m, control/system/sysgettsam.m, |
|
746 control/system/sysgettype.m, control/system/sysreorder.m, |
|
747 control/system/tf2sys.m, control/system/zp2tf.m, |
|
748 control/util/axis2dlim.m, control/util/swap.m, |
|
749 control/util/zgfmul.m, control/util/zgfslv.m, |
|
750 control/util/zginit.m, control/util/zgreduce.m, |
|
751 control/util/zgrownorm.m, control/util/zgscal.m, |
|
752 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, |
|
753 geometry/inpolygon.m, linear-algebra/housh.m, |
|
754 miscellaneous/compare_versions.m, miscellaneous/inputname.m, |
|
755 miscellaneous/run.m, quaternion/qconj.m, |
|
756 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, |
|
757 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, |
|
758 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, |
|
759 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, |
|
760 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, |
|
761 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, |
|
762 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, |
|
763 sparse/spones.m, sparse/spy.m, specfun/isprime.m, |
|
764 statistics/distributions/empirical_cdf.m, |
|
765 statistics/distributions/empirical_inv.m, |
|
766 statistics/distributions/empirical_pdf.m, |
|
767 statistics/models/logistic_regression_derivatives.m, |
|
768 statistics/models/logistic_regression_likelihood.m: Check nargin. |
|
769 |
7118
|
770 2007-11-07 David Bateman <dbateman@free.fr> |
|
771 |
7120
|
772 * general/gradient.m: Correctly convert deltax and deltay scalar |
|
773 values are scalars to vectors. |
|
774 |
7119
|
775 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
776 the meshc.m function. |
|
777 * plot/meshc.m: Also use the surface function. |
|
778 |
7120
|
779 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118
|
780 * plot/Makefile.in (SOURCES): Add them to the list. |
|
781 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
782 |
7117
|
783 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
784 |
|
785 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
786 |
7115
|
787 2007-11-07 John W. Eaton <jwe@octave.org> |
|
788 |
|
789 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
790 the data limits are infinite. |
|
791 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
792 (get_axis_limits): Don't do anything if min_val or max_val are |
|
793 infinite. |
|
794 |
7112
|
795 2007-11-06 David Bateman <dbateman@free.fr> |
|
796 |
|
797 * plot/hist.m: Pass any additional arguments to bar for |
|
798 treatment. Create a default x value that is always a vector. |
|
799 |
7111
|
800 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
801 |
|
802 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
803 when calling ./configure and add quotes to preserve spaces. |
7109
|
804 |
|
805 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
806 |
|
807 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
808 New files. |
|
809 * plot/mesh.m: Call surface to do the real work. |
|
810 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
811 properties. |
|
812 |
|
813 * image/colormap.m: Also return current colormap if nargout and |
|
814 nargin are both 0. |
|
815 |
7106
|
816 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
817 |
|
818 * startup/inputrc: Delete key bindings starting with \340 code. |
|
819 |
7112
|
820 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
821 |
|
822 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
823 to avoid issues of over- and underflow. From Rolf Fabian |
|
824 <Rolf.Fabian@gmx.de>. |
|
825 |
7097
|
826 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
827 |
|
828 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
829 help texts. |
|
830 |
7096
|
831 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
832 |
|
833 * plot/bar.m, plot/barh.m: Doc fix. |
|
834 |
7094
|
835 2007-10-31 John W. Eaton <jwe@octave.org> |
|
836 |
|
837 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
838 |
7086
|
839 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
840 |
|
841 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
842 objects and legend objects are implemented with a separate axes |
|
843 object. |
|
844 |
7078
|
845 2007-10-30 David Bateman <dbateman@free.fr> |
|
846 |
7081
|
847 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
848 |
7078
|
849 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
850 Use point type 0 for ".". |
|
851 |
7073
|
852 2007-10-26 John W. Eaton <jwe@octave.org> |
|
853 |
7074
|
854 * image/imshow.m: Improve compatibility. |
|
855 * image/image.m: Return handle if nargou > 0. |
|
856 |
7073
|
857 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
858 |
7069
|
859 2007-10-25 John W. Eaton <jwe@octave.org> |
|
860 |
|
861 * miscellaneous/compare_versions.m: Style fixes. |
|
862 |
7060
|
863 2007-10-24 John W. Eaton <jwe@octave.org> |
|
864 |
7061
|
865 * image/saveimage.m: Use functional form of save instead of eval. |
|
866 Use -text instead of -ascii. |
|
867 |
7060
|
868 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
869 |
7054
|
870 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
871 |
|
872 * plot/legend.m: Also extract location string from varargin (lost |
|
873 when 2007-10-08 patch was applied). |
|
874 |
7049
|
875 2007-10-23 David Bateman <dbateman@free.fr> |
|
876 |
|
877 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
878 miscellaneous/what.m: New functions |
|
879 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
880 functions. |
|
881 |
7045
|
882 2007-10-22 David Bateman <dbateman@free.fr> |
|
883 |
|
884 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
885 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
886 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
887 |
7042
|
888 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
889 |
|
890 * plot/contourf.m: New function. |
|
891 * plot/Makefile.in (SOURCES): Add it to the list. |
|
892 |
7040
|
893 2007-10-19 John W. Eaton <jwe@octave.org> |
|
894 |
|
895 * plot/subplot.m: Doc fix. |
|
896 |
7039
|
897 2007-10-19 David Bateman <dbateman@free.fr> |
|
898 |
7041
|
899 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
900 |
7037
|
901 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
902 |
|
903 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
904 output. |
|
905 |
7031
|
906 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
907 |
|
908 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
909 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
910 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
911 control/system/syssetsignals.m, control/base/lqg.m, |
|
912 strings/str2double.m, control/system/sysscale.m, |
|
913 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
914 Make help text fit on pages when using smallbook. |
|
915 |
7028
|
916 2007-10-15 David Bateman <dbateman@free.fr> |
|
917 |
7032
|
918 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
919 on the screen. |
|
920 |
7028
|
921 * testfun/test.m: In error/warning blocks test for an error before |
|
922 a warning to avoid unexpected failures. |
|
923 |
7027
|
924 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
925 |
|
926 * testfun/assert.m: Correct documentation of absolution versus |
|
927 relative error tolerance and add tests. |
|
928 |
7024
|
929 2007-10-14 David Bateman <dbateman@free.fr> |
|
930 |
|
931 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
932 src directory. |
|
933 * plot/Makefile.in (SOURCES): Add fill.m. |
|
934 |
7020
|
935 2007-10-13 David Bateman <dbateman@free.fr> |
|
936 |
|
937 * plot/__patch__.m: Allow multiple patches to be defined and |
|
938 return a single patch object. Allow Faces/Vertices form of |
|
939 patch. Flag failure so the patch can call print_usage. |
|
940 * plot/patch.m: Update help string for Faces/Vertices |
|
941 call. Respect the fail flag returned by __patch__. Add demo code |
|
942 that tests the functionality of patch. |
|
943 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
944 patch object. |
|
945 * plot/fill.m: New function. |
|
946 |
7016
|
947 2007-10-12 John W. Eaton <jwe@octave.org> |
|
948 |
|
949 * Change copyright notices in all files that are part of Octave to |
|
950 GPLv3 or any later version. |
|
951 |
7012
|
952 2007-10-11 John W. Eaton <jwe@octave.org> |
|
953 |
|
954 * plot/__go_draw_axes__.m (get_axis_limits): |
|
955 Return lim = [] if logscale and no positive values. |
|
956 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
957 Set initial min and min positive values to Inf, max values to -Inf. |
|
958 (get_data_limits): Correctly handle xminp when no positive values |
|
959 are found. |
|
960 |
7011
|
961 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
962 |
|
963 * polynomial/residue.m: New optional input for pole multiplicity. |
|
964 Doc fix. Fix tests. |
|
965 |
7010
|
966 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
967 |
|
968 * toplev.cc (Foctave_config_info): Add field "mac". |
|
969 |
|
970 * miscellaneous/ismac.m: New function. |
|
971 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
972 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
973 |
7009
|
974 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
975 |
|
976 * statistics/distributions/hygernd.m: Allow size to be specified |
|
977 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
978 scalars or matrices of a common size. |
|
979 |
7007
|
980 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
981 |
|
982 * control/csrefcard.lt, control/system/is_detectable.m, |
|
983 control/system/sysgroup.m, geometry/voronoin.m, |
|
984 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
985 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
986 statistics/distributions/binornd.m, |
|
987 statistics/distributions/cauchy_rnd.m, |
|
988 statistics/distributions/chi2rnd.m, |
|
989 statistics/distributions/discrete_rnd.m, |
|
990 statistics/distributions/exprnd.m, |
|
991 statistics/distributions/frnd.m, |
|
992 statistics/distributions/gamrnd.m, |
|
993 statistics/distributions/geornd.m, |
|
994 statistics/distributions/laplace_rnd.m, |
|
995 statistics/distributions/logistic_rnd.m, |
|
996 statistics/distributions/lognrnd.m, |
|
997 statistics/distributions/nbinrnd.m, |
|
998 statistics/distributions/normrnd.m, |
|
999 statistics/distributions/poissrnd.m, |
|
1000 statistics/distributions/stdnormal_rnd.m, |
|
1001 statistics/distributions/trnd.m, |
|
1002 statistics/distributions/unifrnd.m, |
|
1003 statistics/distributions/wblrnd.m: Spelling fixes. |
|
1004 |
7005
|
1005 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1006 |
|
1007 * time/tic.m: New optional output value. |
|
1008 |
|
1009 * general/int2str.m: Doc fix. |
|
1010 |
7002
|
1011 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
1012 |
|
1013 * statistics/distributions/hygecdf.m, |
|
1014 statistics/distributions/hygeinv.m, |
|
1015 statistics/distributions/hygepdf.m, |
|
1016 statistics/distributions/hygernd.m: |
|
1017 Swap order of T and M args for compatibility. |
|
1018 |
7001
|
1019 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
1020 |
|
1021 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
1022 control/system/buildssic.m, control/system/c2d.m, |
|
1023 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
1024 control/system/ss2sys.m, control/system/ss2tf.m, |
|
1025 control/system/syscont.m, control/system/sysdimensions.m, |
|
1026 control/system/sysdisc.m, control/system/sysmult.m, |
|
1027 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
1028 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
1029 general/interp1.m, general/interp2.m, general/interp3.m, |
|
1030 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
1031 general/rat.m, general/structfun.m, general/trapz.m, |
|
1032 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
1033 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
1034 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
1035 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
1036 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
1037 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
1038 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
1039 statistics/base/meansq.m, statistics/base/var.m, |
|
1040 statistics/tests/chisquare_test_independence.m, |
|
1041 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
1042 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
1043 testfun/test.m: Spelling fixes. |
|
1044 |
6998
|
1045 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
1046 |
|
1047 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
1048 |
6997
|
1049 2007-10-10 John W. Eaton <jwe@octave.org> |
|
1050 |
|
1051 * general/num2str.m: Always allow for sign for automatically |
|
1052 computed format widths. |
|
1053 |
6988
|
1054 2007-10-09 David Bateman <dbateman@free.fr> |
|
1055 |
|
1056 * plot/patch.m: Accept a handle as the first argument. |
|
1057 |
6987
|
1058 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
1059 |
7010
|
1060 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
1061 |
6985
|
1062 2007-10-09 John W. Eaton <jwe@octave.org> |
|
1063 |
|
1064 * audio/wavwrite.m: Accept arguments in compatible order. |
|
1065 |
6979
|
1066 2007-10-08 David Bateman <dbateman@free.fr> |
|
1067 |
|
1068 * general/interp2.m: Relax test for values outside the grid to |
|
1069 allow monotonically decreasing abscissa as well. |
|
1070 |
6978
|
1071 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
1072 |
|
1073 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
1074 as output parameter. |
|
1075 |
6977
|
1076 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
1077 |
|
1078 * plot/__go_draw_axes__.m, plot/legend.m: |
|
1079 Handle compatible position specifiers as strings. |
|
1080 |
6975
|
1081 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
1082 |
|
1083 * general/num2str.m: Eliminate extra whitespace in output. |
|
1084 * strings/strtrim.m: New function. |
|
1085 * strings/Makefile.in (SOURCES): Add it to the list. |
|
1086 |
6968
|
1087 2007-10-06 John W. Eaton <jwe@octave.org> |
|
1088 |
|
1089 * polynomial/residue.m: New test from test/test_poly.m. |
|
1090 |
6967
|
1091 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
1092 |
|
1093 * image/saveimage.m: Handle saving color images without a colormap. |
|
1094 * image/__img_via_file__.m: Add missing semicolon. |
|
1095 |
|
1096 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
1097 |
7010
|
1098 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
1099 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
1100 |
6965
|
1101 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
1102 |
|
1103 * plot/print.m: Handle svg output type. Accept new -S option to |
|
1104 specify size for PNG and SVG output types. |
|
1105 |
|
1106 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
1107 |
|
1108 * polynomial/mpoles.m: New function. |
|
1109 * polynomial/residue.m: Modified to behave in reciprocal |
|
1110 manner. No longer compute 4th output, "e". No longer accept |
|
1111 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
1112 Respect maximum relative difference in poles when determining |
|
1113 their multiplicity. Use mpoles to determine the multiplicity of |
|
1114 poles. |
|
1115 |
6963
|
1116 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
1117 |
|
1118 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
1119 for surface plots. |
|
1120 |
6962
|
1121 2007-10-05 John W. Eaton <jwe@octave.org> |
|
1122 |
|
1123 * plot/__next_line_color__.m: Get color_rotation from axes |
|
1124 colororder property. |
|
1125 |
6953
|
1126 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1127 |
6955
|
1128 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
1129 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
1130 |
6953
|
1131 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
1132 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
1133 special for __vnorm__. |
|
1134 |
6951
|
1135 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
1136 |
6952
|
1137 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
1138 |
6950
|
1139 2007-10-03 David Bateman <dbateman@free.fr> |
|
1140 |
|
1141 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
1142 if a file is architecture dependent based on a list of file |
|
1143 extensions. |
|
1144 (configure_make): Simplify the search for architecture dependent |
|
1145 files based on this function. |
|
1146 (load_pakages_and_dependencies): Also look for bin directory in |
|
1147 the architecture dependent directory. |
|
1148 |
6947
|
1149 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1150 |
|
1151 * miscellaneous/dir.m: Create empty struct with field names. |
|
1152 Include datenum in struct. |
|
1153 |
6943
|
1154 2007-10-02 David Bateman <dbateman@free.fr> |
|
1155 |
|
1156 * miscellaneous/ls.m: If nargout return string array of files |
|
1157 returned by ls. |
|
1158 |
6942
|
1159 2007-10-01 John W. Eaton <jwe@octave.org> |
|
1160 |
|
1161 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
1162 range values. |
|
1163 |
6937
|
1164 2007-10-01 David Bateman <dbateman@free.fr> |
|
1165 |
7010
|
1166 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
1167 speed with small vectors. |
6937
|
1168 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
1169 rather than OCTAVE_HOME(). |
|
1170 |
6935
|
1171 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
1172 |
|
1173 * plot/findobj.m: New function. |
|
1174 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
1175 |
6925
|
1176 2007-09-26 David Bateman <dbateman@free.fr> |
|
1177 |
|
1178 * pkg/pkg.m: Add second argument to setting for prefix for |
|
1179 architecture dependent files. Use throughout. |
|
1180 (pkg:issuperuser): New function, use through to check for |
|
1181 root user. |
|
1182 (pkg:getarchprefix): function to give the archiecture dependent |
|
1183 prefix for a package. |
|
1184 (pkg:getarchdir): New function giving location of architetcure |
|
1185 dependent directory. Use through out. |
|
1186 (pkg:install): Treat architecture dependent directory separately |
|
1187 as in might not be a sub-directory of the package directory. |
|
1188 (pkg:uninstall): ditto. |
|
1189 (pkg:create_pkgadddel): Check for global or local install for |
|
1190 architecture dependent directory. |
|
1191 (pkg:finish_installation): ditto. |
|
1192 (pkg:write_INDEX): ditto. |
|
1193 (pkg:load_packages_and_dependencies): ditto. |
|
1194 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
1195 files to a new location if user is root. |
|
1196 (pkg:rm_rf): Check if file or directory exists before removing. |
|
1197 (pkg:dirempty): Check if directory exists before checking. |
|
1198 |
|
1199 * plot/___patch__.m: Allow face colors to be passed as strings |
|
1200 |
|
1201 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
1202 needed for calls to "hold" without an argument. |
|
1203 |
6920
|
1204 2007-09-21 John W. Eaton <jwe@octave.org> |
|
1205 |
6921
|
1206 * optimization/sqp.m: Fix typo. |
|
1207 |
6920
|
1208 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
1209 |
6919
|
1210 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
1211 |
|
1212 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
1213 |
6918
|
1214 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1215 |
|
1216 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
1217 unidpdf.m and unidinv.m |
|
1218 |
6914
|
1219 2007-09-18 John W. Eaton <jwe@octave.org> |
|
1220 |
|
1221 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
1222 (do_tics_1): Set numeric axes formats to "%.15g". |
|
1223 |
6912
|
1224 2007-09-18 David Bateman <dbateman@free.fr> |
|
1225 |
|
1226 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
1227 of %g when writing data. |
|
1228 |
6908
|
1229 2007-09-17 John W. Eaton <jwe@octave.org> |
|
1230 |
|
1231 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
1232 |
6903
|
1233 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
1234 |
|
1235 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
1236 noninteger N with N-K < 1. |
|
1237 |
6901
|
1238 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
1239 |
|
1240 * strings/index.m: Correct for strings differing after the third |
|
1241 position (bug reported by Maude Martin). |
|
1242 |
6895
|
1243 2007-09-13 John W. Eaton <jwe@octave.org> |
|
1244 |
|
1245 * plot/__default_colormap__.m: Delete. |
|
1246 * plot/Makefile (SOURCES): Remove from the list. |
|
1247 |
6898
|
1248 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
1249 |
|
1250 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
1251 |
6885
|
1252 2007-09-10 David Bateman <dbateman@free.fr> |
|
1253 |
|
1254 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
1255 limit the selection of colors in the same way as for lines. |
|
1256 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
1257 column. |
|
1258 * plot/__bar__.m: Adapt to use "patch". |
|
1259 |
6870
|
1260 2007-09-06 John W. Eaton <jwe@octave.org> |
|
1261 |
|
1262 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
1263 (init_plot_stream): Split from open_plot_stream. |
|
1264 * plot/print.m: Accept -debug=FILE argument. |
|
1265 |
6868
|
1266 2007-09-06 David Bateman <dbateman@free.fr> |
|
1267 |
7010
|
1268 * general/celldisp.m: New function. |
|
1269 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
1270 * miscellaneous/swapbytes.m: New function. |
|
1271 * miscellaneous/gzip.m: New function. |
|
1272 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
1273 |
6863
|
1274 2007-09-05 David Bateman <dbateman@free.fr> |
|
1275 |
7010
|
1276 * general/structfun.m: New function. |
|
1277 * general/Makefile.in (SOURCES): Add it to sources. |
|
1278 * miscellaneous/run.m: New function. |
|
1279 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
1280 * statistics/base/mode.m: New function. |
|
1281 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
1282 |
6862
|
1283 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1284 |
|
1285 * miscellaneous/orderfields.m: Use numel instead of length. |
|
1286 |
|
1287 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
1288 |
|
1289 * miscellaneous/orderfields.m: Handle empty structs. |
|
1290 |
6861
|
1291 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1292 |
|
1293 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
1294 DATA_IDX. |
|
1295 |
|
1296 2007-09-04 David Bateman <dbateman@free.fr> |
|
1297 |
|
1298 * general/isdir.m: Return a logical value. |
|
1299 |
6859
|
1300 2007-09-04 David Bateman <dbateman@free.fr> |
|
1301 |
|
1302 * statistics/distributions/chi2pdf.m, |
|
1303 statistics/distributions/chi2cdf.m, |
|
1304 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
1305 distribution functions to account for inverse of scale factor in |
|
1306 gamma functions. |
|
1307 |
6857
|
1308 2007-09-01 John W. Eaton <jwe@octave.org> |
|
1309 |
|
1310 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
1311 |
6853
|
1312 2007-09-01 David Bateman <dbateman@free.fr> |
|
1313 |
|
1314 * polynomial/polyint.m: New function like polyinteg but with |
|
1315 explicit integration constant. |
|
1316 * polynomial/polyinteg.m: Remove. |
|
1317 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
1318 polyinteg.m. |
|
1319 * deprecated/polyinteg.m: Move version here. |
|
1320 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
1321 |
6852
|
1322 * geometry/voronoi.m: Add large box around data to get a good |
|
1323 approximation of the rays to infinity. |
|
1324 |
6851
|
1325 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
1326 |
|
1327 * plot/axes.m: Allow parent to be specified when creating axes |
|
1328 objects. Support non-figure parents. |
|
1329 |
|
1330 2007-08-31 John W. Eaton <jwe@octave.org> |
|
1331 |
|
1332 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
1333 |
6850
|
1334 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
1335 |
7010
|
1336 * polynomial/polygcd.m: Better layout of example. |
|
1337 * polynomial/compan.m: Remove unnecessary check. |
|
1338 * polynomial/roots.m: Added example to help text. |
|
1339 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
1340 * polynomial/poly.m: Added example to help text. |
6850
|
1341 |
6848
|
1342 2007-08-30 John W. Eaton <jwe@octave.org> |
|
1343 |
|
1344 * optimization/qp.m: Increase maxit to 200. |
|
1345 |
6847
|
1346 2007-08-30 David Bateman <dbateman@free.fr> |
|
1347 |
|
1348 * geometry/inpolygon.m: New file. |
|
1349 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
1350 |
6843
|
1351 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
1352 |
|
1353 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
1354 |
6829
|
1355 2007-08-24 David Bateman <dbateman@free.fr> |
|
1356 |
|
1357 * plot/__go_draw_axes__.m: Treat text color property. |
|
1358 |
6828
|
1359 2007-08-24 John W. Eaton <jwe@octave.org> |
|
1360 |
|
1361 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
1362 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
1363 |
|
1364 * miscellaneous/movefile.m: Separate second and third args and |
|
1365 use p1 and p2, not f1 and f2 when constructing arguments for |
|
1366 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
1367 |
6825
|
1368 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
1369 |
|
1370 * set/intersect.m: Make it work with cell arrays of strings. |
|
1371 |
6823
|
1372 2007-08-24 David Bateman <dbateman@free.fr> |
|
1373 |
7010
|
1374 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
1375 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
1376 functions ported from octave-forge. |
7010
|
1377 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
1378 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
1379 geometry/triplot.m, geometry/tsearchn.m: |
|
1380 New functions. |
7010
|
1381 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
1382 * geometry/Makefile.in (SOURCES): Add functions above. |
|
1383 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
1384 |
6820
|
1385 2007-08-23 John W. Eaton <jwe@octave.org> |
|
1386 |
|
1387 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
1388 variable name. |
|
1389 |
|
1390 2007-08-23 David Bateman <dbateman@free.fr> |
|
1391 |
|
1392 * plot/plot.m: Allow first arg to be axes handle. |
|
1393 |
6818
|
1394 2007-08-22 David Bateman <dbateman@free.fr> |
|
1395 |
|
1396 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
1397 outputs are returned only if requested. |
|
1398 |
|
1399 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
1400 |
|
1401 * control/base/nichols.m: Fix typo. |
|
1402 |
6813
|
1403 2007-08-13 John W. Eaton <jwe@octave.org> |
|
1404 |
|
1405 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
1406 |
6809
|
1407 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
1408 |
|
1409 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
1410 use axes position in each appropriate gnuplot set statement. |
|
1411 |
6808
|
1412 2007-08-10 John W. Eaton <jwe@octave.org> |
|
1413 |
|
1414 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
1415 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1416 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1417 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
1418 |
6807
|
1419 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
1420 |
|
1421 * plot/patch.m, plot/__patch__.m: New files. |
|
1422 * plot/Makefile.in (SOURCES): Add them to the list. |
|
1423 |
|
1424 2007-08-07 John W. Eaton <jwe@octave.org> |
|
1425 |
|
1426 * path/savepath.m: Use single quotes for argument to PATH command |
|
1427 that is inserted in file. |
|
1428 |
6805
|
1429 2007-07-27 John W. Eaton <jwe@octave.org> |
|
1430 |
|
1431 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
1432 not set in the environment. |
|
1433 |
6796
|
1434 2007-07-25 David Bateman <dbateman@free.fr> |
|
1435 |
|
1436 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1437 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1438 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1439 control/util/Makefile.in, deprecated/Makefile.in, |
|
1440 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1441 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1442 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
1443 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1444 polynomial/Makefile.in, quaternion/Makefile.in, |
|
1445 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
1446 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1447 startup/Makefile.in, statistics/Makefile.in, |
|
1448 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1449 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1450 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1451 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
1452 |
6795
|
1453 2007-07-25 John W. Eaton <jwe@octave.org> |
|
1454 |
|
1455 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
1456 |
6793
|
1457 2007-07-24 David Bateman <dbateman@free.fr> |
|
1458 |
|
1459 * image/flag.m: New colormap function. |
|
1460 * images/Makefile.in: Include it in SOURCES. |
|
1461 |
|
1462 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1463 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1464 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1465 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
1466 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
1467 number of colormap elements as the other colormap functions. |
|
1468 |
6790
|
1469 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
1470 |
|
1471 * plot/__go_draw_axes__.m: Handle patch. |
|
1472 |
6788
|
1473 2007-07-23 David Bateman <dbateman@free.fr> |
|
1474 |
|
1475 * general/rat.m: New function for ration approximation imported |
|
1476 from octave-forge. |
|
1477 * general/del2.m: New function for discrete laplacian operator. |
|
1478 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
1479 |
|
1480 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1481 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1482 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1483 image/winter.m, image/brighten.m: Port image functions from |
|
1484 octave-forge. |
|
1485 * image/Makefile.in: Add ported functions to SOURCES. |
|
1486 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
1487 compatibility with matlab. |
|
1488 |
|
1489 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
1490 octave-forge |
|
1491 * plot/Makefile.in: Add ported functions to SOURCES. |
|
1492 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
1493 using gnuplot 4.2 or greater. |
|
1494 |
6785
|
1495 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
1496 |
|
1497 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
1498 |
6781
|
1499 2007-07-19 David Bateman <dbateman@free.fr> |
|
1500 |
|
1501 * plot/fplot.m: More compatible version. |
|
1502 |
6780
|
1503 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
1504 |
|
1505 * plot/clf.m: Check for valid handle before deleting. |
|
1506 |
|
1507 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
1508 __go_figure__ instead of using regular "set" call. |
|
1509 |
6779
|
1510 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
1511 |
|
1512 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
1513 type for gnuplot. |
|
1514 |
6778
|
1515 2007-07-18 John W. Eaton <jwe@octave.org> |
|
1516 |
|
1517 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
1518 gnuplot for each set of axes. |
|
1519 |
6777
|
1520 2007-07-18 David Bateman <dbateman@free.fr> |
|
1521 |
6778
|
1522 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
1523 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
1524 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
1525 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
1526 Use standard scale factor rather than one on the scale factor for |
|
1527 compatibility. |
|
1528 |
|
1529 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
1530 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
1531 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
1532 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
1533 Preserve backward compatibility. |
6777
|
1534 |
6776
|
1535 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
1536 |
|
1537 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
1538 to avoid issues with regexp special characters in the path strings. |
|
1539 |
6770
|
1540 2007-07-06 David Bateman <dbateman@free.fr> |
|
1541 |
6778
|
1542 * general/accumarray.m: New function to create an array by |
|
1543 accumulating the elements. |
6770
|
1544 |
6768
|
1545 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
1546 |
|
1547 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
1548 (fdjac): Set nx outside of if block. |
|
1549 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
1550 |
6765
|
1551 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
1552 |
|
1553 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
1554 |
|
1555 * plot/axis.m: Also set "visible" property when setting axes to |
|
1556 on/off. |
|
1557 |
6762
|
1558 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
1559 |
|
1560 * image/colormap.m: Only return colormap if nargout > 0. |
|
1561 Mark as command. |
|
1562 |
6758
|
1563 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1564 |
|
1565 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
1566 strcmp for selected property comparisons. |
|
1567 |
6756
|
1568 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
1569 |
6778
|
1570 * image/imshow.m: Fix check for colormap arguments. |
6756
|
1571 |
6754
|
1572 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
1573 |
|
1574 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
1575 |
6756
|
1576 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
1577 |
6778
|
1578 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
1579 argument, and note that the data should be sorted for the |
|
1580 definition of the median to be correct. |
|
1581 |
6778
|
1582 * statistics/base/std.m: Add missing square to definition of |
6754
|
1583 standard deviation. |
|
1584 |
6778
|
1585 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
1586 |
|
1587 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
1588 statistics/base/std.m: |
|
1589 Note that \bar{x} is the mean value of x in the help text. |
|
1590 |
6778
|
1591 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
1592 coefficient to the help text. |
|
1593 |
6778
|
1594 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
1595 |
|
1596 * statistics/base/var.m: Put N in @math in help text. |
|
1597 |
|
1598 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
1599 statistics/tests/kolmogorov_smirnov_test.m: |
|
1600 Write about possible values of 'dist' in help text. |
|
1601 |
6778
|
1602 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
1603 Add definition of correlation to the help text. |
|
1604 |
6778
|
1605 * statistics/base/logit.m, statistics/base/kendall.m, |
|
1606 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
1607 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
1608 TeXification of help text. |
|
1609 |
|
1610 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
1611 |
|
1612 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
1613 Add missing @var's to help text. |
|
1614 |
|
1615 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
1616 |
|
1617 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
1618 of help text. |
|
1619 |
|
1620 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
1621 help text. |
|
1622 |
|
1623 * statistics/distributions/unidpdf.m, |
|
1624 statistics/distributions/discrete_pdf.m: |
|
1625 Replace 'pDF' with 'PDF' in help text. |
|
1626 |
6753
|
1627 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1628 |
|
1629 * strings/substr.m: Use offset consistently in code and doc string. |
|
1630 From Rafael Laboissiere <rafael@debian.org>. |
|
1631 |
6752
|
1632 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
1633 |
6778
|
1634 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
1635 |
6751
|
1636 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1637 |
|
1638 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
1639 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
1640 <juhani@cs.joensuu.fi>. |
|
1641 |
6748
|
1642 2007-06-20 John W. Eaton <jwe@octave.org> |
|
1643 |
6749
|
1644 * strings/index.m: Allow strings to be empty. |
|
1645 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
1646 |
6748
|
1647 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
1648 |
6747
|
1649 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
1650 |
|
1651 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
1652 separate matrices. |
|
1653 |
6746
|
1654 2007-06-19 David Bateman <dbateman@free.fr> |
|
1655 |
|
1656 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
1657 only ";;" legend syntax. |
|
1658 * polynomial/mkpp.m: ditto. |
|
1659 * polynomial/pchip.m: ditto. |
|
1660 * signal/freqz_plot.m: ditto. |
|
1661 * sparse/gplot.m: ditto. |
|
1662 * sparse/treeplot.m: ditto. |
|
1663 |
6745
|
1664 2007-06-19 John W. Eaton <jwe@octave.org> |
|
1665 |
|
1666 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
1667 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
1668 |
6742
|
1669 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1670 |
6778
|
1671 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
1672 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
1673 to check for NA. |
|
1674 |
6741
|
1675 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1676 |
6778
|
1677 * optimization/glpk.m: TeXified the help text. |
|
1678 * optimization/qp.m: TeXified the help text. |
|
1679 * optimization/sqp.m: TeXified the help text. |
6741
|
1680 |
6740
|
1681 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
1682 |
6778
|
1683 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
1684 |
6738
|
1685 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1686 |
|
1687 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
1688 have_newer_gnuplot is true. |
|
1689 |
6736
|
1690 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
1691 |
6778
|
1692 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
1693 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
1694 to 90, all others 0. |
|
1695 |
6778
|
1696 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
1697 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
1698 get_data_limits. |
6778
|
1699 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
1700 called by __errplot__. |
|
1701 |
6730
|
1702 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1703 |
|
1704 * testfun/test.m: Also return number of expected failures. |
|
1705 |
6724
|
1706 2007-06-14 John W. Eaton <jwe@octave.org> |
|
1707 |
6730
|
1708 * set/ismember.m: Mark two tests known to fail with xtest. |
|
1709 |
6724
|
1710 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
1711 |
6728
|
1712 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
1713 |
|
1714 * testfun/test.m: Add xtest support for tests known to fail. |
|
1715 |
6727
|
1716 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
1717 |
|
1718 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
1719 epslatexstandalone terminals. |
|
1720 |
6721
|
1721 2007-06-14 David Bateman <dbateman@free.fr> |
|
1722 |
|
1723 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
1724 as permutation of results was incorrect. |
|
1725 * general/interp1.m: Add demo on second derivative |
|
1726 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
1727 call. Add 3D demo. Fix typos |
|
1728 * general/interp3.m: Fix typos. Correct permutation for use of |
|
1729 interpn. |
6721
|
1730 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
1731 |
6717
|
1732 2007-06-13 John W. Eaton <jwe@octave.org> |
|
1733 |
|
1734 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
1735 |
6706
|
1736 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
1737 |
|
1738 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
1739 |
6704
|
1740 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
1741 |
|
1742 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
1743 Set have_linestyle to true if two character linestyle is found. |
|
1744 |
6702
|
1745 2007-06-12 David Bateman <dbateman@free.fr> |
|
1746 |
6717
|
1747 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
1748 and interpn.m. |
|
1749 |
|
1750 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
1751 structure before using it. |
|
1752 |
|
1753 2007-06-12 David Bateman <dbateman@free.fr> |
|
1754 |
6704
|
1755 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
1756 * general/__splinen__.m: New support function for N-dimensional |
|
1757 spline interpolation. |
|
1758 * general/bicubic.m: Allow definition of extrapolation |
|
1759 value. Adapt tests to use new graphics interface |
|
1760 * general/interp2.m: Call __splinen__ for 2-D spline |
|
1761 interpolation. Make the lookup table code only be called for |
|
1762 linear and nearest methods. |
|
1763 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
1764 and spline interpolation. |
|
1765 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
1766 and spline interpolation. |
6704
|
1767 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
1768 |
6701
|
1769 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
1770 |
|
1771 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1772 |
6699
|
1773 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1774 |
|
1775 * plot/fplot.m: If function is inline, vectorize it. |
|
1776 |
6698
|
1777 2007-06-10 David Bateman <dbateman@free.fr> |
|
1778 |
|
1779 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1780 directory if need to, so that it fits on a line. |
|
1781 |
6695
|
1782 2007-06-07 David Bateman <dbateman@free.fr> |
|
1783 |
|
1784 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1785 saved file so that dependent packages are loaded first, and if |
|
1786 nargout==0 don't return any arguments. |
|
1787 (pkg:install): Only load packages that are marked autoload after |
|
1788 install. Various fixes. Save in order. |
|
1789 (pkg:uninstall): Save in order |
|
1790 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1791 packages. |
|
1792 (pkg:save_order): New function to sort package list with dependent |
|
1793 packages first. |
|
1794 (pkg:load_packages_and_dependencies): New function to load both a |
|
1795 list of packages and their dependencies. |
|
1796 (pkg:load_package_dirs): New function that returns a vector of the |
|
1797 indexes into the installed package list indicating the packages to |
|
1798 load and the order to load them in to respect the dependencies. |
|
1799 |
6688
|
1800 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1801 |
|
1802 * plot/axes.m: Eliminate redundant else clause. |
|
1803 |
6686
|
1804 2007-06-03 David Bateman <dbateman@free.fr> |
|
1805 |
|
1806 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1807 * pkg/pkg.m: Protect against multiple actions being define. |
|
1808 |
6683
|
1809 2007-06-01 David Bateman <dbateman@free.fr> |
|
1810 |
|
1811 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1812 incorporate into main pkg function. |
|
1813 (pkg:install): Check for existence of files to install before |
|
1814 globbing and warn the user if they don't exist. |
|
1815 |
6675
|
1816 2007-05-31 David Bateman <dbateman@free.fr> |
|
1817 |
6679
|
1818 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1819 directory over several copy command to limit the line length. |
|
1820 * miscellaneous/movefile.m: Ditto. |
|
1821 |
6675
|
1822 * pkg.m: Add build option to allow binary Octave packages to be |
|
1823 built from source packages. Probe absolute path of prefix, global |
|
1824 and local lists. Use strcat, rather that [] for strings. |
|
1825 (pkg:build): New function to binary binary package. |
|
1826 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1827 (pkg:repackage): Package binary Octave package from installation. |
|
1828 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1829 from m-files into main installation directory. |
|
1830 (pkg:shell): Suppress verbose messages from shell and only display |
|
1831 them with the verbose flag. |
|
1832 (pkg:installed_packages): Also include the loaded flag in the |
|
1833 local and global packages. |
|
1834 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1835 flagged as loaded. |
|
1836 |
|
1837 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1838 |
|
1839 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1840 with and without architecture dependent directories. |
|
1841 (pkg:installed_packages): Probe the global_list file even if it is |
|
1842 the same as the local_list. |
|
1843 |
6669
|
1844 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1845 |
|
1846 * sparse/spy.m: Set axis to "ij" mode. |
|
1847 |
6664
|
1848 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1849 |
|
1850 * set/ismember.m: Quote first arg of "fail" tests. |
|
1851 |
6663
|
1852 2007-05-24 David Bateman <dbateman@free.fr> |
|
1853 |
6778
|
1854 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1855 |
6655
|
1856 2007-05-22 David Bateman <dbateman@free.fr> |
|
1857 |
|
1858 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1859 error(lasterr()(8:end)). |
|
1860 (pkg:install): Warning for empty packages being removed. Suppress |
|
1861 spurious output. Warning rather than error for uninstalling a |
|
1862 package that is not installed to avoid RPM issue. |
|
1863 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1864 inst or architecture dependent directory if it exists. |
|
1865 |
6653
|
1866 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1867 |
|
1868 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1869 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1870 signal/freqz.m: Fix typos. |
|
1871 |
6645
|
1872 2007-05-21 David Bateman <dbateman@free.fr> |
|
1873 |
|
1874 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1875 force installation location. |
|
1876 (rebuild): New subfunction to rebuild package database from |
|
1877 installed packages. Also allows changing of autoload status |
|
1878 (install): Warn use if attempting to install from non existent |
|
1879 file. |
|
1880 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1881 "USER", "root"))' for root test. |
|
1882 |
|
1883 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1884 |
|
1885 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1886 and replace "\" characters with "/". |
|
1887 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1888 characters with "/" throughout. |
|
1889 (shell): New subfunction that wraps system and is careful with the |
|
1890 shell on windows platforms. |
|
1891 (configure_make): Explictly pass complier etc to configure |
|
1892 process. |
|
1893 (issuperuser): Force default to global install for Windows machines. |
|
1894 |
6636
|
1895 2007-05-19 Kristan Onu |
|
1896 |
|
1897 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1898 |
6634
|
1899 2007-05-18 David Bateman <dbateman@free.fr> |
|
1900 |
|
1901 * pkg/pkg.m (install): More verbosity. |
|
1902 (configure_make): Ditto. |
|
1903 (create_pkgadddel): Install in architecture dependent directory if |
|
1904 it exists to address issues with autoload/mfilename. |
|
1905 (write_INDEX): Check in archiecture dependent directories as well. |
|
1906 |
6633
|
1907 2007-05-17 David Bateman <dbateman@free.fr> |
|
1908 |
|
1909 * plot/hbar.m: Remove. |
|
1910 * plot/barh.m: and move it here. |
|
1911 |
6631
|
1912 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1913 |
|
1914 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1915 |
6629
|
1916 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1917 |
|
1918 * general/logspace.m: Return second arg if fewer than two values |
|
1919 are requested. |
|
1920 |
6619
|
1921 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1922 |
|
1923 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1924 on a new line. |
|
1925 |
6617
|
1926 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1927 |
|
1928 * statistics/distributions/norminv.m, |
|
1929 statistics/distributions/norminv.m, |
|
1930 statistics/distributions/normpdf.m, |
|
1931 statistics/distributions/normrnd.m: |
|
1932 Use standard deviation, not variance. |
|
1933 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1934 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1935 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1936 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1937 backward compatibility. |
|
1938 |
6616
|
1939 2007-05-14 David Bateman <dbateman@free.fr> |
|
1940 |
|
1941 * pkg/pkg.m: Mark loaded packages with "*". |
|
1942 |
6615
|
1943 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1944 |
|
1945 * miscellaneous/single.m: Doc fix. |
|
1946 Convert to double instead of returning argument unchanged. |
|
1947 |
|
1948 * miscellaneous/doc.m: Doc fix. |
|
1949 |
|
1950 * miscellaneous/ver.m: Doc fix. |
|
1951 Don't display information about Octave Forge. |
|
1952 |
6614
|
1953 2007-05-12 David Bateman <dbateman@free.fr> |
|
1954 |
|
1955 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1956 install to be printed. An error in the on_uninstall script causes |
|
1957 a failure to uninstall. Place oct- and mex-files in an |
|
1958 architecture dependent directory. |
|
1959 |
6611
|
1960 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1961 |
|
1962 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1963 |
6609
|
1964 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1965 |
|
1966 * statistics/distributions/normcdf.m: Use standard deviation |
|
1967 instead of variance for compatibility. |
|
1968 |
|
1969 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1970 |
|
1971 |
|
1972 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1973 |
|
1974 * set/ismember.m: Always return logical values. |
|
1975 |
|
1976 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1977 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1978 |
|
1979 * general/__isequal__.m: Allow numeric values of different classes |
|
1980 to compare equal. |
|
1981 |
6606
|
1982 2007-05-07 David Bateman <dbateman@free.fr> |
|
1983 |
6607
|
1984 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1985 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1986 |
6605
|
1987 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1988 |
|
1989 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1990 |
6604
|
1991 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1992 |
|
1993 * contour.m: Rewrite help string. |
|
1994 |
6599
|
1995 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1996 |
|
1997 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1998 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1999 Special case nargout == 0. |
|
2000 |
6597
|
2001 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
2002 |
|
2003 * general/sub2ind.m: Handle empty input, add tests. |
|
2004 |
6590
|
2005 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
2006 |
|
2007 * plot/contourc.m: Doc fix. |
|
2008 |
6586
|
2009 2007-04-26 David Bateman <dbateman@free.fr> |
|
2010 |
|
2011 * plot/hist.m: Partially remove previous patch. |
|
2012 |
6582
|
2013 2007-04-26 David Bateman <dbateman@free.fr> |
|
2014 |
|
2015 * plot/hist.m: Support returning of handle |
|
2016 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
2017 cells. |
|
2018 |
6575
|
2019 2007-04-25 John W. Eaton <jwe@octave.org> |
|
2020 |
6579
|
2021 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
2022 "title \"\"", not "". |
|
2023 |
6575
|
2024 * plot/legend.m: Initialize WARNED to false. |
|
2025 |
6567
|
2026 2007-04-24 John W. Eaton <jwe@octave.org> |
|
2027 |
|
2028 * io/beep.m: Fix cut and paste error. |
|
2029 From S�ren Hauberg <soren@hauberg.org>. |
|
2030 |
|
2031 2007-04-23 John W. Eaton <jwe@octave.org> |
|
2032 |
|
2033 * plot/box.m: Delete extra endfunction keyword. |
|
2034 |
6560
|
2035 2007-04-23 David Bateman <dbateman@free.fr> |
|
2036 |
|
2037 * plot/plot3.m: Call newplot. |
|
2038 |
6553
|
2039 2007-04-20 John W. Eaton <jwe@octave.org> |
|
2040 |
|
2041 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
2042 |
6546
|
2043 2007-04-19 John W. Eaton <jwe@octave.org> |
|
2044 |
|
2045 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
2046 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2047 |
6544
|
2048 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2049 |
|
2050 * control/util/axis2dlim.m: Delete extraneous line. |
|
2051 |
6542
|
2052 2007-04-18 John W. Eaton <jwe@octave.org> |
|
2053 |
|
2054 * specfun/factorial.m: Increase tolerance in large value test. |
|
2055 |
6540
|
2056 2007-04-18 David Bateman <dbateman@free.fr> |
|
2057 |
|
2058 * __bar__.m: New support function for bar/hbar to support graphic |
|
2059 handles, and additional arguments. |
|
2060 * bar.m: Convert to use __bar__. |
|
2061 * hbar.m: New function |
|
2062 * hist.m: Explicitly set the width of the bar plot. |
|
2063 |
6533
|
2064 2007-04-17 John W. Eaton <jwe@octave.org> |
|
2065 |
6534
|
2066 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
2067 |
6533
|
2068 * set/ismember.m: New tests. |
|
2069 From David Grohmann <grohmann@arlut.utexas.edu> |
|
2070 |
6532
|
2071 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
2072 |
|
2073 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
2074 Add tests. |
|
2075 |
6527
|
2076 2007-04-16 John W. Eaton <jwe@octave.org> |
|
2077 |
6528
|
2078 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
2079 looks_like_copyright in src/help.cc. |
|
2080 From S�ren Hauberg <soren@hauberg.org>. |
|
2081 |
6527
|
2082 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
2083 |
6526
|
2084 2007-04-13 John W. Eaton <jwe@octave.org> |
|
2085 |
6527
|
2086 * optimization/sqp.m: Initialize info to 0. |
|
2087 |
6526
|
2088 * optimization/qp.m: Undo previous change. |
|
2089 |
6524
|
2090 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
2091 |
|
2092 * spdiags.m: Fixed the four-argument case to work for columns of |
|
2093 length one. |
|
2094 |
6523
|
2095 2007-04-12 John W. Eaton <jwe@octave.org> |
|
2096 |
|
2097 * optimization/qp.m: Avoid Octave indexing bug. |
|
2098 |
6521
|
2099 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
2100 |
6522
|
2101 * miscellaneous/menu.m, control/base/bddemo.m, |
|
2102 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
2103 control/system/sysrepdemo.m: |
|
2104 Adapt to page_screen_output as a function. |
6521
|
2105 |
6518
|
2106 2007-04-11 John W. Eaton <jwe@octave.org> |
|
2107 |
|
2108 * miscellaneous/not.m: Delete. |
|
2109 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
2110 |
|
2111 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2112 |
|
2113 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
2114 that are close but not exactly equal. |
|
2115 |
6515
|
2116 2007-04-11 David Bateman <dbateman@free.fr> |
|
2117 |
|
2118 * general/bitcmp.m: Make it work again. |
|
2119 |
6512
|
2120 2007-04-10 John W. Eaton <jwe@octave.org> |
|
2121 |
|
2122 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
2123 that are close but not exactly equal. |
|
2124 |
6511
|
2125 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
2126 |
|
2127 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
2128 in response to a change in x limits for now. |
|
2129 |
6510
|
2130 2007-04-09 John W. Eaton <jwe@octave.org> |
|
2131 |
|
2132 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
2133 (__go_draw_axes__): Use it to write data to plot stream. |
|
2134 |
6509
|
2135 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2136 |
|
2137 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
2138 zeros. Set markerfacecolor property in call to plot. |
|
2139 |
6508
|
2140 2007-04-06 John W. Eaton <jwe@octave.org> |
|
2141 |
|
2142 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
2143 |
|
2144 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2145 |
|
2146 * plot/stem.m: Use plot instead of a series of calls to line. |
|
2147 |
6494
|
2148 2007-04-05 John W. Eaton <jwe@octave.org> |
|
2149 |
6499
|
2150 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
2151 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
2152 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
2153 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
2154 |
6496
|
2155 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
2156 Use strcmpi instead of strcmp+tolower. |
6496
|
2157 Style fixes. |
|
2158 |
6494
|
2159 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
2160 Plotting fixes. Style fixes. |
|
2161 |
|
2162 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
2163 Style fixes. |
|
2164 |
|
2165 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
2166 Style fixes. |
|
2167 |
|
2168 * testfun/demo.m, testfun/example.m: Style fixes. |
|
2169 Use "strcat (...)" instead of "[...]". |
|
2170 Use format specifiers in calls to warning. |
|
2171 |
|
2172 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
2173 Use "strcat (...)" instead of "[...]". |
|
2174 Use "x(end)" instead of "x(length (x))". |
|
2175 Check NA before NaN. |
|
2176 Style fixes. |
|
2177 |
6473
|
2178 2007-03-29 John W. Eaton <jwe@octave.org> |
|
2179 |
6474
|
2180 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
2181 |
6467
|
2182 2007-03-27 John W. Eaton <jwe@octave.org> |
|
2183 |
|
2184 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2185 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2186 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2187 control/util/Makefile.in, deprecated/Makefile.in, |
|
2188 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2189 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2190 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2191 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2192 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2193 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2194 special-matrix/Makefile.in, startup/Makefile.in, |
|
2195 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2196 statistics/distributions/Makefile.in, |
|
2197 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2198 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2199 Use ln instead of $(LN_S) in dist target. |
|
2200 |
6465
|
2201 2007-03-27 David Bateman <dbateman@free.fr> |
|
2202 |
|
2203 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
2204 gnuplot 4.0. |
|
2205 |
6464
|
2206 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2207 |
|
2208 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
2209 |
6461
|
2210 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2211 |
|
2212 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
2213 plot stream and using binary data. |
|
2214 |
6459
|
2215 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2216 |
|
2217 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2218 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2219 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
2220 |
|
2221 2007-03-26 David Bateman <dbateman@free.fr> |
|
2222 |
6461
|
2223 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
2224 |
6459
|
2225 * plot/plot3.m: Handle line properties. |
|
2226 * plot/plot.m: Update docstring. |
|
2227 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
2228 * plot/__plt__.m: Also gather properties. |
|
2229 |
6455
|
2230 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
2231 |
|
2232 * testfun/assert.m: Delete special check for empty objects. |
|
2233 Add test. |
|
2234 |
6453
|
2235 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2236 |
6454
|
2237 * plot/drawnow.m: Exit early if call is recursive. |
|
2238 |
6453
|
2239 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
2240 Check for Inf too. |
|
2241 (__go_draw_axes__): Use get_data_limits. |
|
2242 |
6450
|
2243 2007-03-24 John W. Eaton <jwe@octave.org> |
|
2244 |
6451
|
2245 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
2246 send terminal setting command with title option to plot stream. |
|
2247 |
6450
|
2248 * plot/legend.m: Correctly increment index into list of children.. |
|
2249 |
6434
|
2250 2007-03-23 John W. Eaton <jwe@octave.org> |
|
2251 |
6448
|
2252 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
2253 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
2254 control/base/nyquist.m, control/base/nichols.m, |
|
2255 control/base/frdemo.m, signal/freqz_plot.m, |
|
2256 control/base/__stepimp__.m, control/base/bode.m, |
|
2257 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
2258 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
2259 Update plotting code. |
|
2260 |
|
2261 * control/base/bode.m: Unwrap phase angle. |
|
2262 |
|
2263 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
2264 |
|
2265 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
2266 |
|
2267 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
2268 commands. |
6446
|
2269 |
6442
|
2270 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
2271 Handle numeric color specs. |
6442
|
2272 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
2273 |
6441
|
2274 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
2275 |
6440
|
2276 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2277 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2278 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
2279 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
2280 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
2281 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
2282 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
2283 |
6438
|
2284 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
2285 plot, not just multiplots. |
|
2286 |
6436
|
2287 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
2288 |
6434
|
2289 * plot/contour.m: Don't call drawnow. |
|
2290 |
6431
|
2291 2007-03-22 John W. Eaton <jwe@octave.org> |
|
2292 |
6432
|
2293 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
2294 property of each figure. |
|
2295 |
6431
|
2296 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
2297 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2298 |
|
2299 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2300 |
|
2301 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
2302 less than eps to 0. |
|
2303 |
6429
|
2304 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
2305 |
|
2306 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
2307 * testfun/speed.m: Documentation and example fix. |
|
2308 |
6424
|
2309 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2310 |
|
2311 * plot/subplot.m: If we find an existing subplot region, set |
|
2312 it to be the "currentaxes" property for the current figure. |
6425
|
2313 Delete old axes objects if the new axes object overlaps the old. |
6424
|
2314 |
6422
|
2315 2007-03-20 David Bateman <dbateman@free.fr> |
|
2316 |
|
2317 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
2318 |
|
2319 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
2320 |
|
2321 * general/arrayfun.m: New function. |
|
2322 |
6418
|
2323 2007-03-20 John W. Eaton <jwe@octave.org> |
|
2324 |
6419
|
2325 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
2326 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
2327 |
|
2328 * plot/clf.m: Don't call drawnow. |
|
2329 |
6431
|
2330 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
2331 |
6420
|
2332 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
2333 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
2334 images. |
|
2335 |
6418
|
2336 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
2337 instead of global. Only register __go_close_all__ with atexit if |
|
2338 the plot stream is successfully opened. |
6418
|
2339 |
6413
|
2340 2007-03-15 John W. Eaton <jwe@octave.org> |
|
2341 |
6418
|
2342 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
2343 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2344 |
|
2345 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2346 |
|
2347 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
2348 Use numeric line types. |
6413
|
2349 |
|
2350 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
2351 lines and larger markers. Remove key titles from line type |
|
2352 properties. |
6413
|
2353 |
6405
|
2354 2007-03-14 John W. Eaton <jwe@octave.org> |
|
2355 |
6412
|
2356 * plot/__axis_label__.m: Accept additional property-value pairs |
|
2357 and pass them to __go_text__. Simply return the handle obtained |
|
2358 from __go_text__ instead of calling get on the current axis. |
|
2359 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
2360 Allow for extra property value pairs to be passed along. |
|
2361 * plot/title.m: Implement with __axis_label__ since it does all |
|
2362 that title needs to do. |
|
2363 |
6410
|
2364 * plot/clf.m: Set currentaxes property for current figure to []. |
|
2365 |
6405
|
2366 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
2367 |
|
2368 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
2369 and __plt2__, not just the last. |
|
2370 |
|
2371 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
2372 (SOURCES_IN, GEN_M): Delete. |
|
2373 (FCN_FILES): Don't include $(GEN_M). |
|
2374 (all): Don't depend on $(GEN_M). |
|
2375 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
2376 |
|
2377 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
2378 |
|
2379 * plot/newplot.m: Call __go_axes_init__ instead of |
|
2380 __uiobject_axes_init__. |
|
2381 |
|
2382 * plot/mesh.m: Use __go_surface__ instead of |
|
2383 __uiobject_surface_ctor__. Don't access object fields directly. |
|
2384 |
|
2385 * plot/line.m: Use __line__ to do actual work. |
|
2386 * plot/__line__.m: New function. |
|
2387 |
|
2388 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
2389 Use get and set instead of accessing object fields directly. |
|
2390 |
|
2391 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
2392 handle. |
|
2393 |
|
2394 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
2395 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
2396 __uiobject_draw_figure__. |
|
2397 |
|
2398 * plot/clf.m: Use get instead of accessing object fields |
|
2399 directly. Simply delete children. Don't set currentaxes. |
|
2400 |
|
2401 * plot/close.m (close_all_figures): New subfunction. |
|
2402 Use it instead of getting list of figures to close from |
|
2403 __uiobject_figures__. |
|
2404 |
|
2405 * plot/closereq.m: Simply delete the current figure. Don't set |
|
2406 currentfigure. |
|
2407 |
|
2408 * plot/__errplot__.m: Call __line__ instead of |
|
2409 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
2410 directly. Don't call __uiobject_adopt__. |
|
2411 |
|
2412 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
2413 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
2414 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
2415 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
2416 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
2417 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
2418 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
2419 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
2420 plot/__uiobject_init_root_figure__.in, |
|
2421 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
2422 plot/__uiobject_root_figure_ctor__.m, |
|
2423 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2424 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
2425 plot/set.in: Delete. |
6408
|
2426 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
2427 |
|
2428 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
2429 Pass "hidden" as second arg to close. |
|
2430 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
2431 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
2432 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
2433 |
6405
|
2434 * image/__img__.m: Use __go_image__ to create image graphics |
|
2435 handle. |
|
2436 |
|
2437 * miscellaneous/delete.m: Call __go_delete__, not |
|
2438 __uiobject_delete__. Check that arg is a graphics handle before |
|
2439 calling __go_delete__. |
|
2440 |
6403
|
2441 2007-03-13 John W. Eaton <jwe@octave.org> |
|
2442 |
|
2443 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
2444 arg instead of switch statement. |
6528
|
2445 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
2446 |
|
2447 2007-03-12 John W. Eaton <jwe@octave.org> |
|
2448 |
|
2449 * miscellaneous/cast.m: New function. |
|
2450 |
|
2451 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
2452 |
6398
|
2453 2007-03-08 John W. Eaton <jwe@octave.org> |
|
2454 |
|
2455 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
2456 tilde expansion on target filename before passing it to the shell. |
|
2457 |
|
2458 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
2459 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
2460 |
6396
|
2461 2007-03-08 David Bateman <dbateman@free.fr> |
|
2462 |
|
2463 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
2464 replacing slower version based on dicrete_rnd. |
|
2465 |
6392
|
2466 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2467 |
6395
|
2468 * control/base/rlocus.m: Update for current plotting functions. |
|
2469 |
|
2470 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2471 |
|
2472 * control/base/rlocus.m: Improve display. |
|
2473 |
|
2474 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2475 |
|
2476 * plot/legend.m: Only handle positions -1:4. |
|
2477 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
2478 found in option string |
|
2479 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
2480 |
6394
|
2481 * plot/newplot.m: Always reset next line color. |
|
2482 |
6392
|
2483 * testfun/assert.m: Check that number of dimensions match before |
|
2484 checking dimensions. |
|
2485 |
6391
|
2486 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
2487 |
|
2488 * specfun/perms.m, specfun/factorial.m: Check args. |
|
2489 |
6387
|
2490 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2491 |
6390
|
2492 * plot/mesh.m: Call newplot before doing anything. |
|
2493 |
|
2494 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
2495 just "e". Only flush plot stream once. |
|
2496 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2497 |
6387
|
2498 * strings/blanks.m: Omit first index in assignment. |
|
2499 |
6386
|
2500 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
2501 |
|
2502 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
2503 |
6385
|
2504 2007-03-06 David Bateman <dbateman@free.fr> |
|
2505 John W. Eaton <jwe@octave.org> |
|
2506 |
|
2507 * set/setdiff.m: Ignore "rows" for cell array args. |
|
2508 Handle cellstr args. |
|
2509 |
6382
|
2510 2007-03-05 John W. Eaton <jwe@octave.org> |
|
2511 |
|
2512 * optimization/sqp.m: Defer first call to obj_hess until after |
|
2513 calling obj_fun. |
|
2514 |
6377
|
2515 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
2516 |
|
2517 * specfun/nchoosek.m: Fix nargin check. |
|
2518 |
6376
|
2519 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2520 |
|
2521 * image/__img__.m: Don't set xlim and ylim properties. |
|
2522 |
6374
|
2523 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
2524 |
|
2525 * general/interp1.m: Fix *style cases for decreasing x. |
|
2526 |
6372
|
2527 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
2528 |
|
2529 * polynomial/roots.m: Check nargin before accessing arg. |
|
2530 |
6369
|
2531 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2532 |
|
2533 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
2534 increment data_idx unless using gnuplot for display. |
|
2535 |
6368
|
2536 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2537 |
|
2538 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
2539 plots with images. |
|
2540 * image/image.m, image/imagesc.m, image/imshow.m: |
|
2541 Deprecate zoom argument. |
|
2542 |
6366
|
2543 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2544 |
|
2545 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
2546 temporary file names. Keep image and colormap file ids separate. |
|
2547 |
|
2548 * general/interp1.m: Correctly compute min and max values when |
|
2549 values are decreasing and not evenly spaced. |
|
2550 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
2551 |
6365
|
2552 2007-02-27 John W. Eaton <jwe@octave.org> |
|
2553 |
|
2554 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
2555 returning an empty cell array. |
|
2556 |
6546
|
2557 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
2558 |
|
2559 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
2560 |
6546
|
2561 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
2562 |
|
2563 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2564 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2565 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2566 control/util/Makefile.in, deprecated/Makefile.in, |
|
2567 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2568 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2569 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2570 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2571 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2572 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2573 special-matrix/Makefile.in, startup/Makefile.in, |
|
2574 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2575 statistics/distributions/Makefile.in, |
|
2576 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2577 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2578 Use $(LN_S) instead of ln or ln -s. |
|
2579 |
6356
|
2580 2007-02-24 David Bateman <dbateman@free.fr> |
|
2581 |
|
2582 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
2583 '\n' in FILES file. |
6357
|
2584 (configure_make): Also install any mex files. |
6356
|
2585 |
6353
|
2586 2007-02-24 David Bateman <dbateman@free.fr> |
|
2587 |
|
2588 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
2589 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
2590 |
6351
|
2591 2007-02-23 John W. Eaton <jwe@octave.org> |
|
2592 |
|
2593 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
2594 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
2595 |
|
2596 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
2597 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
2598 |
6349
|
2599 2007-02-23 David Bateman <dbateman@free.fr> |
|
2600 |
|
2601 * statistics/distributions/discrete_rnd.m, |
|
2602 statistics/distributions/geornd.m, |
|
2603 statistics/distributions/lognnd.m, |
|
2604 statistics/distributions/nbinrnd.m, |
|
2605 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
2606 |
|
2607 * statistics/distributions/unidcdf.m, |
|
2608 statistics/distributions/unidinv.m, |
|
2609 statistics/distributions/unidpdf.m, |
|
2610 statistics/distributions/unidrnd.m: New functions based on |
6351
|
2611 discrete_cdf, etc. |
6349
|
2612 |
|
2613 * statistics/distributions/pascal_cdf.m, |
|
2614 statistics/distributions/pascal_inv.m, |
|
2615 statistics/distributions/pascal_pdf.m, |
|
2616 statistics/distributions/pascal_rnd.m: Remove. |
|
2617 * statistics/distributions/nbincdf.m, |
|
2618 statistics/distributions/nbininv.m, |
|
2619 statistics/distributions/nbinpdf.m, |
|
2620 statistics/distributions/nbinrnd.m: Replace with matlab |
|
2621 compatible functions. |
|
2622 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
2623 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
2624 nbincdf, etc functions to implement these. |
|
2625 |
6344
|
2626 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2627 |
|
2628 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
2629 command and data. |
|
2630 |
|
2631 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2632 |
|
2633 * miscellaneous/doc.m: If index search fails, try again without |
|
2634 the index search option. |
|
2635 |
6339
|
2636 2007-02-22 David Bateman <dbateman@free.fr> |
|
2637 |
6341
|
2638 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
2639 |
6340
|
2640 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
2641 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
2642 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
2643 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
2644 and randp to accelerate. |
|
2645 |
6339
|
2646 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
2647 |
6338
|
2648 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2649 |
|
2650 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
2651 cache data and display after xlim and ylim have been determined. |
|
2652 |
6337
|
2653 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2654 |
|
2655 * plot/__uiobject_draw_axes__.m: |
|
2656 Allow multiple images to be displayed with gnuplot. |
|
2657 |
6333
|
2658 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
2659 |
|
2660 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
2661 for versions of GLPK 4.15 and later. |
|
2662 |
6328
|
2663 2007-02-19 John W. Eaton <jwe@octave.org> |
|
2664 |
|
2665 * plot/__uiobject_alloc__.in: If next available element in |
|
2666 __uiobject_list__ is 0, grow list before doing anything else. |
|
2667 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
2668 first call when size of __uiobject_list__ is 0. |
|
2669 |
6323
|
2670 2007-02-16 John W. Eaton <jwe@octave.org> |
|
2671 |
|
2672 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
2673 |
6321
|
2674 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
2675 |
|
2676 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
2677 |
6316
|
2678 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
2679 |
|
2680 * specfun/nchoosek.m: Check nargin. |
|
2681 |
6314
|
2682 2007-02-15 John W. Eaton <jwe@octave.org> |
|
2683 |
6315
|
2684 * path/addpath.m, path/rmpath.m: Delete |
|
2685 * path/Makefile.in (SOURCES): Remove them from the list. |
|
2686 |
6314
|
2687 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
2688 Delete title, xlabel, ylabel, and zlabel properties before |
|
2689 reassigning. |
|
2690 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
2691 Don't init outerposition if "mode" is "replace". |
|
2692 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
2693 If axes nextplot property is replace, pass "replace" as mode arg |
|
2694 to __uiobject_axes_init__. |
|
2695 |
6308
|
2696 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2697 |
6310
|
2698 * image/imshow.m: Don't restore old colormap. |
|
2699 |
6309
|
2700 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
2701 * image/__img__.m: New file containing common parts of image.m and |
|
2702 imshow.m. |
6312
|
2703 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
2704 * image/image.m, image/imshow.m: Call __img__. |
|
2705 * plot/__uiobject_draw_axes__.m: |
|
2706 Handle rgb imaged data stored in 3-d arrays. |
|
2707 |
6308
|
2708 * plot/figure.m: Doc fix. |
|
2709 |
6304
|
2710 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2711 |
|
2712 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
2713 for reading and writing data. New tests. Improve rounding. |
|
2714 |
6302
|
2715 2007-02-13 John W. Eaton <jwe@octave.org> |
|
2716 |
6303
|
2717 * plot/stem.m: New file, adapted from OctPlot. |
|
2718 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2719 |
6302
|
2720 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2721 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2722 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2723 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
2724 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
2725 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2726 plot/semilogyerr.m: Return handles to line objects. |
|
2727 |
6301
|
2728 2007-02-11 John W. Eaton <jwe@octave.org> |
|
2729 |
|
2730 * plot/__uiobject_close_all.m: New file. |
|
2731 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2732 |
6298
|
2733 2007-02-10 John W. Eaton <jwe@octave.org> |
|
2734 |
|
2735 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
2736 * plot/__uiobject_globals__.m: Don't call mlock. |
|
2737 |
|
2738 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
2739 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
2740 before calling pclose. |
|
2741 |
6291
|
2742 2007-02-09 John W. Eaton <jwe@octave.org> |
|
2743 |
6295
|
2744 * plot/subplot.m: Delete spurious call to axes. |
|
2745 |
6293
|
2746 * plot/figure.m: Call drawnow for current figure before creating |
|
2747 or switching to a new figure. |
|
2748 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
2749 nargin == 0 case. |
|
2750 |
6291
|
2751 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
2752 strange values like Inf+NaNi. |
|
2753 |
6283
|
2754 2007-02-08 John W. Eaton <jwe@octave.org> |
|
2755 |
6286
|
2756 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
2757 and check gnuplot_use_title_option instead of just assuming -title |
|
2758 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2759 |
6285
|
2760 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
2761 |
6284
|
2762 * audio/Makefile.in, control/base/Makefile.in, |
|
2763 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2764 control/system/Makefile.in, control/util/Makefile.in, |
|
2765 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2766 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2767 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2768 optimization/Makefile.in, plot/Makefile.in, |
|
2769 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2770 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2771 special-matrix/Makefile.in, startup/Makefile.in, |
|
2772 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2773 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2774 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2775 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2776 |
6283
|
2777 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2778 only given property list. |
|
2779 |
6278
|
2780 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2781 |
6280
|
2782 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2783 properties. |
|
2784 |
6278
|
2785 * plot/sombrero.m: Call box ("off") after mesh. |
|
2786 |
|
2787 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2788 line default" commands with older versions of gnuplot. |
|
2789 |
|
2790 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2791 |
6273
|
2792 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2793 |
|
2794 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2795 * sparse/gplot.m: Use line style - instead of 1. |
|
2796 |
6272
|
2797 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2798 |
|
2799 * plot/print.m: Avoid error message from cellidx. |
|
2800 |
|
2801 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2802 |
|
2803 * plot/legend.m: Fix check for data. |
|
2804 |
6270
|
2805 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2806 |
|
2807 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2808 Always set lt and pt. |
|
2809 |
6269
|
2810 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2811 |
|
2812 * plot/contourc.m: Correctly compute X and Y. |
|
2813 |
6268
|
2814 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2815 |
|
2816 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2817 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2818 |
6264
|
2819 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2820 |
6266
|
2821 * plot/__uiobject_draw_axes__.m: |
|
2822 Don't try to set axis limits unless we have data. |
|
2823 |
6264
|
2824 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2825 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2826 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2827 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2828 instead of of key and fmt strings. |
|
2829 |
|
2830 * plot/__pltopt1__.m: Greatly simplify. |
|
2831 |
|
2832 * plot/__next_line_color__.m: New file. |
|
2833 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2834 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2835 |
|
2836 * plot/__default_plot_options__.m: New file. |
|
2837 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2838 |
|
2839 * plot/__plt3__.m: Delete. |
|
2840 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2841 |
6259
|
2842 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2843 |
6263
|
2844 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2845 linestyle, linewidth, marker, and markersize properties. |
|
2846 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2847 colors and widths, and line styles. |
|
2848 |
|
2849 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2850 |
6261
|
2851 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2852 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2853 |
|
2854 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2855 __gnuplot_save_data__. |
|
2856 |
6259
|
2857 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2858 |
6258
|
2859 2007-01-30 David Bateman <dbateman@free.fr> |
|
2860 |
|
2861 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2862 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2863 -auto to force autoload behavior. |
|
2864 (installed_packages): Make list of installed packages unique. |
|
2865 |
6259
|
2866 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2867 |
|
2868 * Merge of changes from graphics-branch: |
|
2869 |
|
2870 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2871 |
|
2872 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2873 |
|
2874 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2875 property if it exists. |
|
2876 |
6259
|
2877 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2878 |
|
2879 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2880 min values outside of loop over child objects. |
|
2881 |
|
2882 * plot/contour.m, plot/contourc.m: New files. |
|
2883 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2884 |
|
2885 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2886 find a gnuplot version newer than 4.0. |
|
2887 * image/__img_gnuplot__.m: Delete. |
|
2888 * image/image.m: Create image graphics object. |
|
2889 Call newplot to setup and drawnow to finish. |
|
2890 Eliminate ZOOM arg. |
|
2891 |
|
2892 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2893 |
|
2894 * plot/legend.m: Eliminate useless variable "warned". |
|
2895 |
|
2896 * plot/__uiobject_image_ctor__.m: New file. |
|
2897 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2898 |
|
2899 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2900 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2901 |
|
2902 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2903 |
|
2904 * plot/__default_colormap__.m: New file. |
|
2905 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2906 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2907 property. |
|
2908 * image/colormap.m: Use colormap property of current figure |
|
2909 to store colormap instead of using persistent variable. |
|
2910 Call __default_colormap__ to get default map value. |
|
2911 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2912 |
|
2913 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2914 Handle some tick mark options. |
|
2915 |
|
2916 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2917 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2918 set dataaspectratiomode to "manual". |
|
2919 |
|
2920 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2921 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2922 |
|
2923 * plot/axis.m: New file. |
|
2924 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2925 |
|
2926 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2927 set corresponding *limmode to "manual". |
|
2928 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2929 Use it to compute autosclaled limits. |
|
2930 Arg is now handle, not object. Change all callers. |
|
2931 Compute data limits. |
|
2932 |
6259
|
2933 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2934 |
|
2935 * plot/drawnow: Fix visibility check for zero args. |
|
2936 |
|
2937 * plot/text.m: New file. |
|
2938 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2939 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2940 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2941 horizontalalignment properties. |
|
2942 |
|
2943 * plot/figure.m: Set options for f we just constructed or were |
|
2944 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2945 |
|
2946 * plot/drawnow.m: Handle visible field for figure here. |
|
2947 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2948 |
|
2949 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2950 title and axis labels. |
|
2951 |
|
2952 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2953 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2954 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2955 * plot/view.m: New file. |
|
2956 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2957 |
|
2958 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2959 Call __request_drawnow__. |
|
2960 |
|
2961 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2962 |
|
2963 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2964 Call set to set properties. Return handle instead of structure. |
|
2965 Change all callers. |
|
2966 |
|
2967 * plot/__uiobject_axes_setr__.m: New file. |
|
2968 * plot/set.in: Check for __setter__ field. |
|
2969 |
|
2970 * plot/__uiobject_axes_init__.in: |
|
2971 Rename from plot/__uiobject_axes_init__.m. |
|
2972 Include __uiobject_globals__. |
|
2973 Accept handle as arg instead of structure |
|
2974 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2975 from the list. |
|
2976 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2977 |
6259
|
2978 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2979 |
|
2980 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2981 |
|
2982 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2983 initializing each global variable. |
|
2984 |
6259
|
2985 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2986 |
|
2987 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2988 __uiobject_figure_handles_free_list__): New global variables. |
|
2989 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2990 Place unused handles on the free list. |
|
2991 |
|
2992 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2993 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2994 |
|
2995 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2996 handles here. Return figure handle. |
|
2997 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2998 |
6259
|
2999 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
3000 |
|
3001 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
3002 data for gnuplot. |
|
3003 |
|
3004 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
3005 files. |
|
3006 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
3007 (DISTFILES): Include include-globals.awk in the list. |
|
3008 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
3009 ($(GEN_M) : %.m : %.in): New rule. |
|
3010 |
|
3011 * include-globals.awk: New file. |
|
3012 |
|
3013 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
3014 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
3015 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
3016 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
3017 plot/__uiobject_init_root_figure__.in, |
|
3018 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
3019 Rename from corresponding .m files. |
|
3020 |
|
3021 * move-if-change: New file. |
|
3022 |
|
3023 * plot/__uiobject_delete__.m: New file. |
|
3024 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
3025 plot/__uiobject_delete_child__.m: Delete. |
|
3026 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
3027 not a character string. |
|
3028 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
3029 Fix assignment to tmp key value in loop. |
|
3030 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
3031 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
3032 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
3033 Inline code to delete children. |
|
3034 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
3035 __uiobject_list__. |
|
3036 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
3037 and free child. |
|
3038 |
6259
|
3039 2006-12-08 John W. Eaton <jwe@octave.org> |
|
3040 |
|
3041 * plot/gcf.m: Check if the root figure object's currentfigure |
|
3042 handle is empty, not 0. |
|
3043 * plot/__uiobject_root_figure_ctor__.m: |
|
3044 Set currentfigure to [], not 0. |
|
3045 |
|
3046 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
3047 |
|
3048 2006-12-07 John W. Eaton <jwe@octave.org> |
|
3049 |
|
3050 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
3051 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
3052 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
3053 plot/__uiobject_delete_children__.m, |
|
3054 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
3055 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
3056 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
3057 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
3058 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
3059 plot/__uiobject_init_figure__.m, |
|
3060 plot/__uiobject_init_root_figure__.m, |
|
3061 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
3062 plot/__uiobject_remove_child__.m, |
|
3063 plot/__uiobject_root_figure_ctor__.m, |
|
3064 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
3065 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
3066 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
3067 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
3068 plot/set.m: New files. |
|
3069 |
|
3070 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
3071 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
3072 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
3073 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
3074 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
3075 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
3076 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
3077 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
3078 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
3079 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
3080 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
3081 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
3082 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
3083 plot/semilogyerr.m, plot/replot.m: |
|
3084 Adapt to new graphics data structure. |
|
3085 |
|
3086 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
3087 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
3088 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
3089 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
3090 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
3091 plot/plot_border.m, plot/subwindow.m: Delete. |
|
3092 |
|
3093 2007-01-24 David Bateman <dbateman@free.fr> |
|
3094 |
|
3095 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
3096 Delete bare newline in string passed to write_INDEX. |
|
3097 |
|
3098 * sparse/sprandsym.m: Make work for even values of N. |
|
3099 |
|
3100 2007-01-24 John W. Eaton <jwe@octave.org> |
|
3101 |
|
3102 * miscellaneous/news.m: New file. |
|
3103 |
|
3104 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3105 |
|
3106 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
3107 |
|
3108 * strings/strncmp.m: Delete (we now have a built-in version). |
|
3109 |
|
3110 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
3111 |
|
3112 * testfun/test.m: Check for all files in path, use first found. |
|
3113 |
|
3114 2007-01-22 David Bateman <dbateman@free.fr> |
|
3115 |
|
3116 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
3117 |
|
3118 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
3119 |
|
3120 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
3121 file name. |
|
3122 |
|
3123 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
3124 nargout is 1. Handle colormaps that have too few colors. |
|
3125 |
|
3126 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
3127 (configure_make): Use fullfile instead of concatenating with "/". |
|
3128 |
6258
|
3129 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
3130 |
|
3131 * set/ismember.m: Handle N-d arrays. |
|
3132 |
|
3133 2007-01-10 David Bateman <dbateman@free.fr> |
|
3134 |
|
3135 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
3136 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
3137 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
3138 New files. |
|
3139 |
|
3140 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
3141 |
6778
|
3142 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
3143 |
|
3144 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
3145 |
|
3146 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
3147 instead of concatenating with "/". Use mlock to ensure that |
|
3148 persistent variables are not clobbered if user types clear all. |
|
3149 |
|
3150 2007-01-08 John W. Eaton <jwe@octave.org> |
|
3151 |
|
3152 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3153 Improve handling of file names containing globbing characters. |
|
3154 From S�ren Hauberg <hauberg@gmail.com>. |
|
3155 |
|
3156 2007-01-05 John W. Eaton <jwe@octave.org> |
|
3157 |
|
3158 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
3159 New files. |
|
3160 |
|
3161 2006-12-30 John W. Eaton <jwe@octave.org> |
|
3162 |
|
3163 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
3164 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
3165 |
|
3166 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
3167 |
|
3168 * image/imshow.m: Strip NaNs from image. |
|
3169 |
|
3170 2006-12-08 David Bateman <dbateman@free.fr> |
|
3171 |
|
3172 * sparse/normest.m: New file. |
|
3173 |
6286
|
3174 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
3175 |
6210
|
3176 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3177 Work on Windows systems without cp or mv. |
|
3178 |
6209
|
3179 * startup/inputrc: Include sequences for Windows. |
|
3180 |
6203
|
3181 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
3182 |
|
3183 * pkg/pkg.m (unload_packages): New function. |
|
3184 (pkg): Handle unload action. |
|
3185 |
|
3186 * __errplot__.m: Add missing semicolon. |
|
3187 |
6193
|
3188 2006-11-30 John W. Eaton <jwe@octave.org> |
|
3189 |
|
3190 * miscellaneous/mexext.m: New file. |
|
3191 |
6189
|
3192 2006-11-29 David Bateman <dbateman@free.fr> |
|
3193 |
|
3194 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
3195 location of package lists to be probed and set. |
|
3196 |
6179
|
3197 2006-11-17 John W. Eaton <jwe@octave.org> |
|
3198 |
6181
|
3199 * plot/__render_plot1__.m: Reverse y axis for images. |
|
3200 |
6179
|
3201 * plot/__render_plot__.m: New args, terminal and output. |
|
3202 * plot/print.m: Don't set output and term here. Instead, call |
|
3203 __render_plot__ with terminal and output. |
|
3204 |
6178
|
3205 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3206 |
|
3207 * plot/__render_plot1__.m: New file. |
|
3208 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
3209 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
3210 gnuplot. Let __render_plot__ do that. |
|
3211 |
6177
|
3212 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
3213 |
|
3214 * plot/plot.m: Fix doc string. |
|
3215 |
6173
|
3216 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3217 |
|
3218 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
3219 before sending anything to the plotter. |
|
3220 |
6172
|
3221 2006-11-15 John W. Eaton <jwe@octave.org> |
|
3222 |
|
3223 * image/__img_gnuplot__.m: Store more info in global plot |
|
3224 structures and use __render_plot__ to build plot command to |
|
3225 display image. |
|
3226 |
|
3227 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
3228 |
|
3229 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
3230 __plot_command_sep__): Delete. |
|
3231 (__plot_data_type__, __plot_data_parametric__, |
|
3232 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
3233 __plot_usingstr__, __plot_withstr__): New variables. |
|
3234 * plot/__init_plot_vars__.m: Initialize them. |
|
3235 |
|
3236 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
3237 Don't handle sep or cmd. |
|
3238 |
|
3239 * plot/__render_plot__.m: New function. |
|
3240 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
3241 Store more info in global plot structures and use __render_plot__ |
|
3242 to build plot command. |
|
3243 * plot/replot.m: Simply call __render_plot__. |
|
3244 |
|
3245 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
3246 Set __plot_data_parametric__ here. |
|
3247 |
6164
|
3248 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3249 |
6166
|
3250 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
3251 |
6164
|
3252 * image/image_viewer.m: Set default values here. |
|
3253 * image/image.m: Not here. |
|
3254 |
|
3255 * image/image_viewer.m: Always return old values. Check arguments. |
|
3256 * image/__img_gnuplot__.m: Rename from __img__m. |
|
3257 |
|
3258 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
3259 |
|
3260 * image/image_viewer.m: New function. |
|
3261 * image/__img_via_file__.m: New function. |
|
3262 * image/image.m: Use image_viewer to determine which program to |
|
3263 use for image viewing. |
6754
|
3264 * image/__img__.m: Silently accept more than 3 args. |
6164
|
3265 |
6163
|
3266 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3267 |
|
3268 * plot/__do_legend__.m, plot/__errplot__.m, |
|
3269 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
3270 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
3271 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
3272 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
3273 Use __plot_globals__ for multiplot variables. Keep track of |
|
3274 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
3275 |
6157
|
3276 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3277 |
6158
|
3278 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
3279 |
6157
|
3280 * miscellaneous/substruct.m: New function. |
|
3281 |
|
3282 * testfun/assert.m: Force orientation to match when comparing |
|
3283 struct elements. |
|
3284 |
|
3285 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
3286 when comparing structs. |
|
3287 |
|
3288 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
3289 |
6754
|
3290 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
3291 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
3292 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
3293 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
3294 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
3295 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
3296 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
3297 |
6156
|
3298 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3299 |
|
3300 * plot/mesh.m: Use size_equal to compare dimensions. |
|
3301 |
6154
|
3302 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
3303 |
|
3304 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
3305 |
6152
|
3306 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
3307 |
|
3308 * miscellaneous/copyfile.m: Fix docs to match function. |
|
3309 |
6145
|
3310 2006-11-08 John W. Eaton <jwe@octave.org> |
|
3311 |
6146
|
3312 * plot/legend.m: New function, adapted from Octave Forge. |
|
3313 |
|
3314 * plot/__do_legend__.m: New function. |
|
3315 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
3316 plot/replot.m: Call it before plotting. |
|
3317 |
|
3318 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
3319 noparametric" to gnuplot.. |
|
3320 |
|
3321 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
3322 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
3323 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
3324 and return key title separate from line format. Accept format and |
|
3325 key as cellstr. Always return data as cell array. Return format |
|
3326 and key title as cellstr. |
|
3327 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
3328 Handle line format and key titles separately. |
|
3329 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
3330 |
|
3331 * plot/__plot_globals__.m (__plot_line_offset__, |
|
3332 __plot_key_labels__, __plot_key_properties__): New global |
|
3333 variables. Initialize them. |
|
3334 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
3335 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
3336 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
3337 (__plot_line_offset__, __plot_key_labels__, |
|
3338 __plot_key_properties__): Store information about plot key titles. |
|
3339 |
|
3340 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
3341 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
3342 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
3343 respectively. |
|
3344 |
|
3345 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
3346 |
6145
|
3347 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
3348 whle concatenating args. |
|
3349 |
6144
|
3350 2006-11-07 John W. Eaton <jwe@octave.org> |
|
3351 |
|
3352 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
3353 |
6142
|
3354 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
3355 |
6143
|
3356 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
3357 option to regexp. |
|
3358 |
6142
|
3359 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
3360 |
6138
|
3361 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
3362 |
6139
|
3363 * strings/index.m: New arg, direction. Simplify and speed up. |
|
3364 * strings/rindex.m: Implement using index (..., "last"); |
|
3365 |
6754
|
3366 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
3367 |
6130
|
3368 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
3369 |
|
3370 * general/__isequal__.m: Test size and class more consistently. |
|
3371 |
6116
|
3372 2006-10-27 John W. Eaton <jwe@octave.org> |
|
3373 |
6117
|
3374 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
3375 From Michael Goffioul <michael.goffioul@swing.be>. |
|
3376 |
6116
|
3377 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
3378 * miscellaneous/dir.m: Mark as a command. |
|
3379 |
6112
|
3380 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3381 |
|
3382 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
3383 |
6088
|
3384 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3385 |
|
3386 * image/image.m: Set x = y = [] when nargin == 0; |
|
3387 |
|
3388 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
3389 |
|
3390 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
3391 * image/__img__.m: New file, originally from |
|
3392 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
3393 |
6087
|
3394 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3395 |
|
3396 * plot/__gnuplot_version__.m: New function, originally from |
|
3397 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
3398 Quentin Spencer <qspencer@ieee.org>. |
|
3399 |
6085
|
3400 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
3401 |
|
3402 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
3403 |
6081
|
3404 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
3405 |
|
3406 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
3407 miscellaneous/gunzip.m: New files. |
|
3408 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
3409 Call unpack to do the real work. |
|
3410 |
6075
|
3411 2006-10-24 John W. Eaton <jwe@octave.org> |
|
3412 |
6078
|
3413 * plot/plot3.m: If we have a format string, then also pass using |
|
3414 string to __plt3__. |
|
3415 |
6077
|
3416 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
3417 |
6075
|
3418 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
3419 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
3420 |
6069
|
3421 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
3422 |
|
3423 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
3424 Quote filenames in shell commands. |
|
3425 |
6055
|
3426 2006-10-17 David Bateman <dbateman@free.fr> |
|
3427 |
|
3428 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
3429 the package directory is missing. |
|
3430 |
6052
|
3431 2006-10-13 John W. Eaton <jwe@octave.org> |
|
3432 |
|
3433 * plot/box.m: New function. |
|
3434 |
6050
|
3435 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
3436 |
|
3437 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
3438 |
6049
|
3439 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
3440 |
|
3441 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
3442 |
6047
|
3443 2006-10-10 John W. Eaton <jwe@octave.org> |
|
3444 |
|
3445 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
3446 |
6046
|
3447 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
3448 |
|
3449 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3450 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3451 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
3452 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
3453 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
3454 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
3455 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
3456 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
3457 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
3458 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
3459 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
3460 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
3461 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
3462 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
3463 control/system/buildssic.m, control/system/c2d.m, |
|
3464 control/system/cellidx.m, control/system/d2c.m, |
|
3465 control/system/dmr2d.m, control/system/fir2sys.m, |
|
3466 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3467 control/system/is_detectable.m, control/system/is_digital.m, |
|
3468 control/system/is_observable.m, control/system/is_siso.m, |
|
3469 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3470 control/system/jet707.m, control/system/listidx.m, |
|
3471 control/system/ord2.m, control/system/parallel.m, |
|
3472 control/system/ss.m, control/system/ss2zp.m, |
|
3473 control/system/starp.m, control/system/sys2ss.m, |
|
3474 control/system/sys2tf.m, control/system/sys2zp.m, |
|
3475 control/system/sysadd.m, control/system/sysappend.m, |
|
3476 control/system/syschtsam.m, control/system/sysconnect.m, |
|
3477 control/system/syscont.m, control/system/sysdimensions.m, |
|
3478 control/system/sysdisc.m, control/system/sysdup.m, |
|
3479 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
3480 control/system/sysgroup.m, control/system/sysidx.m, |
|
3481 control/system/sysmin.m, control/system/sysmult.m, |
|
3482 control/system/sysout.m, control/system/sysprune.m, |
|
3483 control/system/sysscale.m, control/system/syssetsignals.m, |
|
3484 control/system/syssub.m, control/system/sysupdate.m, |
|
3485 control/system/tf.m, control/system/tfout.m, |
|
3486 control/system/ugain.m, control/system/zp.m, |
|
3487 control/system/zpout.m, control/util/__outlist__.m, |
|
3488 control/util/__zgpbal__.m, control/util/prompt.m, |
|
3489 control/util/sortcom.m, control/util/strappend.m, |
|
3490 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
3491 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
3492 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
3493 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
3494 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3495 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
3496 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
3497 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
3498 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
3499 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
3500 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
3501 general/ind2sub.m, general/int2str.m, |
|
3502 general/is_duplicate_entry.m, general/isdefinite.m, |
|
3503 general/isequal.m, general/isequalwithequalnans.m, |
|
3504 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
3505 general/isvector.m, general/logical.m, general/logspace.m, |
|
3506 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
3507 general/perror.m, general/postpad.m, general/prepad.m, |
|
3508 general/randperm.m, general/rem.m, general/repmat.m, |
|
3509 general/rot90.m, general/rotdim.m, general/shift.m, |
|
3510 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
3511 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
3512 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
3513 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
3514 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
3515 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
3516 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
3517 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
3518 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
3519 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
3520 linear-algebra/logm.m, linear-algebra/norm.m, |
|
3521 linear-algebra/null.m, linear-algebra/orth.m, |
|
3522 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
3523 linear-algebra/trace.m, linear-algebra/vec.m, |
|
3524 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
3525 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
3526 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
3527 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
3528 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
3529 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
3530 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
3531 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
3532 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
3533 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
3534 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
3535 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
3536 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
3537 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
3538 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
3539 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
3540 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
3541 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
3542 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
3543 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3544 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
3545 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
3546 polynomial/polyder.m, polynomial/polyderiv.m, |
|
3547 polynomial/polyfit.m, polynomial/polygcd.m, |
|
3548 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3549 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3550 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
3551 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
3552 set/complement.m, set/create_set.m, set/intersect.m, |
|
3553 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
3554 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
3555 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
3556 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
3557 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
3558 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
3559 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
3560 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
3561 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
3562 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
3563 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
3564 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
3565 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
3566 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
3567 special-matrix/hankel.m, special-matrix/hilb.m, |
|
3568 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
3569 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
3570 statistics/base/center.m, statistics/base/cloglog.m, |
|
3571 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
3572 statistics/base/cov.m, statistics/base/cut.m, |
|
3573 statistics/base/gls.m, statistics/base/iqr.m, |
|
3574 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
3575 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
3576 statistics/base/mean.m, statistics/base/meansq.m, |
|
3577 statistics/base/median.m, statistics/base/moment.m, |
|
3578 statistics/base/ols.m, statistics/base/ppplot.m, |
|
3579 statistics/base/probit.m, statistics/base/qqplot.m, |
|
3580 statistics/base/range.m, statistics/base/ranks.m, |
|
3581 statistics/base/run_count.m, statistics/base/skewness.m, |
|
3582 statistics/base/spearman.m, statistics/base/statistics.m, |
|
3583 statistics/base/std.m, statistics/base/studentize.m, |
|
3584 statistics/base/table.m, statistics/base/values.m, |
|
3585 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
3586 statistics/distributions/betainv.m, |
|
3587 statistics/distributions/betapdf.m, |
|
3588 statistics/distributions/betarnd.m, |
|
3589 statistics/distributions/binocdf.m, |
|
3590 statistics/distributions/binoinv.m, |
|
3591 statistics/distributions/binopdf.m, |
|
3592 statistics/distributions/binornd.m, |
|
3593 statistics/distributions/cauchy_cdf.m, |
|
3594 statistics/distributions/cauchy_inv.m, |
|
3595 statistics/distributions/cauchy_pdf.m, |
|
3596 statistics/distributions/cauchy_rnd.m, |
|
3597 statistics/distributions/chi2cdf.m, |
|
3598 statistics/distributions/chi2inv.m, |
|
3599 statistics/distributions/chi2pdf.m, |
|
3600 statistics/distributions/chi2rnd.m, |
|
3601 statistics/distributions/discrete_cdf.m, |
|
3602 statistics/distributions/discrete_inv.m, |
|
3603 statistics/distributions/discrete_pdf.m, |
|
3604 statistics/distributions/discrete_rnd.m, |
|
3605 statistics/distributions/empirical_rnd.m, |
|
3606 statistics/distributions/expcdf.m, |
|
3607 statistics/distributions/expinv.m, |
|
3608 statistics/distributions/exppdf.m, |
|
3609 statistics/distributions/exprnd.m, |
|
3610 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
3611 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
3612 statistics/distributions/gamcdf.m, |
|
3613 statistics/distributions/gaminv.m, |
|
3614 statistics/distributions/gampdf.m, |
|
3615 statistics/distributions/gamrnd.m, |
|
3616 statistics/distributions/geocdf.m, |
|
3617 statistics/distributions/geoinv.m, |
|
3618 statistics/distributions/geopdf.m, |
|
3619 statistics/distributions/geornd.m, |
|
3620 statistics/distributions/hygecdf.m, |
|
3621 statistics/distributions/hygeinv.m, |
|
3622 statistics/distributions/hygepdf.m, |
|
3623 statistics/distributions/hygernd.m, |
|
3624 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3625 statistics/distributions/laplace_cdf.m, |
|
3626 statistics/distributions/laplace_inv.m, |
|
3627 statistics/distributions/laplace_pdf.m, |
|
3628 statistics/distributions/laplace_rnd.m, |
|
3629 statistics/distributions/logistic_cdf.m, |
|
3630 statistics/distributions/logistic_inv.m, |
|
3631 statistics/distributions/logistic_pdf.m, |
|
3632 statistics/distributions/logistic_rnd.m, |
|
3633 statistics/distributions/logncdf.m, |
|
3634 statistics/distributions/logninv.m, |
|
3635 statistics/distributions/lognpdf.m, |
|
3636 statistics/distributions/lognrnd.m, |
|
3637 statistics/distributions/normcdf.m, |
|
3638 statistics/distributions/norminv.m, |
|
3639 statistics/distributions/normpdf.m, |
|
3640 statistics/distributions/normrnd.m, |
|
3641 statistics/distributions/pascal_cdf.m, |
|
3642 statistics/distributions/pascal_inv.m, |
|
3643 statistics/distributions/pascal_pdf.m, |
|
3644 statistics/distributions/pascal_rnd.m, |
|
3645 statistics/distributions/poisscdf.m, |
|
3646 statistics/distributions/poissinv.m, |
|
3647 statistics/distributions/poisspdf.m, |
|
3648 statistics/distributions/poissrnd.m, |
|
3649 statistics/distributions/stdnormal_cdf.m, |
|
3650 statistics/distributions/stdnormal_inv.m, |
|
3651 statistics/distributions/stdnormal_pdf.m, |
|
3652 statistics/distributions/stdnormal_rnd.m, |
|
3653 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
3654 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
3655 statistics/distributions/unifcdf.m, |
|
3656 statistics/distributions/unifinv.m, |
|
3657 statistics/distributions/unifpdf.m, |
|
3658 statistics/distributions/unifrnd.m, |
|
3659 statistics/distributions/wblcdf.m, |
|
3660 statistics/distributions/wblinv.m, |
|
3661 statistics/distributions/wblpdf.m, |
|
3662 statistics/distributions/wblrnd.m, |
|
3663 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
3664 statistics/tests/bartlett_test.m, |
|
3665 statistics/tests/chisquare_test_homogeneity.m, |
|
3666 statistics/tests/chisquare_test_independence.m, |
|
3667 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
3668 statistics/tests/hotelling_test.m, |
|
3669 statistics/tests/hotelling_test_2.m, |
|
3670 statistics/tests/kolmogorov_smirnov_test.m, |
|
3671 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3672 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
3673 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
3674 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
3675 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3676 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3677 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3678 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3679 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3680 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
3681 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
3682 strings/index.m, strings/isletter.m, strings/lower.m, |
|
3683 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3684 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3685 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
3686 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
3687 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
3688 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
3689 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
3690 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
3691 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3692 time/etime.m, time/is_leap_year.m: |
|
3693 Use print_usage instead of usage. |
|
3694 |
6044
|
3695 2006-10-09 David Bateman <dbateman@free.fr> |
|
3696 |
|
3697 * time/datevec.m: Add additional compatible default parsing strings. |
|
3698 |
6395
|
3699 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
3700 |
6042
|
3701 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
3702 Remove compare_versions subfunction. |
|
3703 |
|
3704 * miscellaneous/compare_versions.m: New function to compare |
|
3705 version numbers as strings with any boolean operators. |
|
3706 |
6041
|
3707 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
3708 file exists. |
|
3709 |
6036
|
3710 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3711 |
|
3712 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
3713 |
6032
|
3714 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
3715 |
6037
|
3716 * pkg/pkg.m: Update docs. Handle prefix option. |
|
3717 Handle dependencies for load option. |
6032
|
3718 |
6029
|
3719 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3720 |
6030
|
3721 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
3722 |
|
3723 * plot/clg.m: Delete. |
|
3724 * plot/__init_plot_vars__.m: New function. |
|
3725 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
3726 |
6025
|
3727 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
3728 |
|
3729 * pkg/pkg.m: Avoid calling addpath with no args. |
|
3730 |
6024
|
3731 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
3732 |
|
3733 * audio/loadaudio.m, control/base/nyquist.m, |
|
3734 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
3735 linear-algebra/krylov.m, statistics/base/center.m, |
|
3736 statistics/base/median.m, statistics/base/std.m, |
|
3737 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
3738 find first or last element matching a condition. |
|
3739 |
6023
|
3740 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
3741 |
|
3742 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
3743 general/__isequal__.m: Minimize looping using cellfun. |
|
3744 |
6020
|
3745 2006-10-02 David Bateman <dbateman@free.fr> |
|
3746 |
|
3747 * pkg/pkg.m (copy_files): always create installation directory. |
|
3748 |
6016
|
3749 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
3750 |
|
3751 * miscellaneous/doc.m: Swap file and directory args to info. |
|
3752 |
|
3753 2006-10-01 Arno Onken <whyly@gmx.net> |
|
3754 |
|
3755 * statistics/distributions/exprnd.m: Fix typo. |
|
3756 |
6014
|
3757 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
3758 |
|
3759 * polynomial/ppval.m: Use .' instead of '. |
|
3760 * polynomial/spline.m: Likewise. New tests. |
|
3761 |
6004
|
3762 2006-09-26 David Bateman <dbateman@free.fr> |
|
3763 |
|
3764 * __plt3__.m: Using global variables __plot_data__, |
|
3765 __plot_data_offset__ and __plot_command__ to store plots and |
|
3766 correctly handle multiplots, and hold state. Only accept a single |
|
3767 data parameter plus, using, format and with strings. Remove |
|
3768 setting of gnuplot parameters. |
|
3769 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
3770 * __setup_plot__.m: Convert to a function and pass the plotting |
|
3771 command to use. |
|
3772 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3773 * contour.m: Use unwind protect on the parametric state of plot |
|
3774 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3775 * mesh.m: ditto. |
|
3776 * plot3.m: Error checking, setting of parametric state and |
|
3777 formation of matrix to plot moved from old __plt3__. |
|
3778 |
5996
|
3779 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3780 |
5997
|
3781 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3782 |
|
3783 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3784 |
|
3785 * signal/filter2.m: Correct texinfo doc. |
|
3786 |
|
3787 2006-09-22 David Bateman <dbateman@free.fr> |
|
3788 |
|
3789 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3790 |
5993
|
3791 2006-09-15 David Bateman <dbateman@free.fr> |
|
3792 |
|
3793 * pkg/pkg.m (prepare_installation): Don't create package |
|
3794 installation directory here. |
|
3795 (copy_files): Create it here instead, to avoid issues with |
|
3796 upgrades. Also install the COPYING file in packinfo. |
|
3797 |
5989
|
3798 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3799 |
|
3800 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3801 |
5987
|
3802 2006-08-30 David Bateman <dbateman@free.fr> |
|
3803 |
|
3804 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3805 error message for archive name not matching package name. |
|
3806 (installed_packages): Size header of printed results to |
|
3807 arguments. Sort the list of installed packages before printing |
|
3808 them. |
|
3809 |
5986
|
3810 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3811 |
|
3812 * signal/freqz.m: Update tests. |
|
3813 |
|
3814 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3815 |
|
3816 * signal/freqz.m: Corretly postpad arrays. |
|
3817 Don't call fliplr on a column vector. |
|
3818 |
5984
|
3819 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3820 |
|
3821 * general/shiftdim.m: Use permute instead of reshape. |
|
3822 |
5981
|
3823 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3824 |
|
3825 * miscellaneous/parseparams.m: New function. |
|
3826 |
5980
|
3827 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3828 |
|
3829 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3830 options for info program invocation. |
|
3831 |
5976
|
3832 2006-08-30 David Bateman <dbateman@free.fr> |
|
3833 |
5987
|
3834 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3835 previous change. |
|
3836 |
5974
|
3837 2006-08-26 David Bateman <dbateman@free.fr> |
|
3838 |
|
3839 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3840 absence of trailing "/" in OCTAVE_HOME. |
|
3841 |
5973
|
3842 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3843 |
|
3844 * time/datenum.m: Allow arg to be character string. |
|
3845 |
5971
|
3846 2006-08-25 David Bateman <dbateman@free.fr> |
|
3847 |
|
3848 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3849 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3850 they are empty. If package directory is empty, remove it to fail |
|
3851 gracefully for system specific packages. |
|
3852 (extract_pkgadd, create_pkgadd): delete. |
|
3853 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3854 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3855 bin/ to the EXEC_PATH when the package is loaded. |
|
3856 |
5962
|
3857 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3858 |
|
3859 * image/saveimage.m: Use logical indexing instead of |
|
3860 indices computed by calling find on the logical index. |
|
3861 |
5961
|
3862 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3863 |
5967
|
3864 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3865 Use logical indexing instead of indices computed by calling find |
|
3866 on the logical index. |
|
3867 |
|
3868 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3869 |
5959
|
3870 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3871 |
|
3872 * control/system/tf2zp.m: Simplify gain calculation. |
|
3873 |
5958
|
3874 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3875 |
|
3876 * plot/__plt__.m: Insert using clauses for all plots. |
|
3877 |
5957
|
3878 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3879 |
|
3880 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3881 args. |
|
3882 |
5955
|
3883 2006-08-22 David Bateman <dbateman@free.fr> |
|
3884 |
|
3885 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3886 Search inst/*.m and src/*.m files in the package for |
|
3887 PKG_ADD directives and append user supplied PKG_ADD. |
|
3888 (pkg): Call create_pkgadd after copying files. |
|
3889 |
5947
|
3890 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3891 |
|
3892 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3893 Insert directory separator between OCTAVE_HOME and rest of package |
|
3894 installation directory. |
|
3895 |
|
3896 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3897 |
|
3898 * general/num2str.m: Early return if arg is empty. |
|
3899 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3900 |
5946
|
3901 2006-08-21 David Bateman <dbateman@free.fr> |
|
3902 |
|
3903 * strings/mat2str.m: Compute NC before using. |
|
3904 |
5937
|
3905 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3906 |
|
3907 * audio/wavread.m: Fix calculation of sample count. |
|
3908 |
5934
|
3909 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3910 |
|
3911 * image/imshow.m: New Matlab-compatible version. |
|
3912 |
5930
|
3913 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3914 |
|
3915 * deprecated/is_global.m: Delete. |
|
3916 |
5928
|
3917 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3918 |
|
3919 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3920 |
5926
|
3921 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3922 |
|
3923 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3924 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3925 |
5928
|
3926 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3927 |
6778
|
3928 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3929 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3930 Handle changes to system function. |
|
3931 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3932 recursive directory removal. |
5922
|
3933 |
5924
|
3934 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3935 |
6778
|
3936 * colormap.m: Change global variable to persistent. |
5923
|
3937 |
5922
|
3938 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3939 |
5920
|
3940 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3941 |
|
3942 * strings/str2double.m: Fix missing semicolon. |
|
3943 |
5910
|
3944 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3945 |
|
3946 * plot/plot3.m: Accept one complex or one real and one complex |
|
3947 argument and plot real and imaginary components for y and z. |
|
3948 |
5908
|
3949 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3950 |
|
3951 * testfun/test.m: Call fflush after each block of calls to |
|
3952 fprintf, fputs, or fdisp. |
|
3953 |
5904
|
3954 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3955 |
|
3956 * miscellaneous/mex.m: New function. |
|
3957 |
5901
|
3958 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3959 |
|
3960 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3961 |
5881
|
3962 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3963 |
|
3964 * miscellaneous/orderfields.m: New file. |
|
3965 |
5873
|
3966 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3967 |
|
3968 * time/datevec.m: Make another attempt to account for precision of |
|
3969 datenum format. |
|
3970 |
5868
|
3971 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3972 |
|
3973 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3974 Use feval instead of "type -q" to get values now that all the |
|
3975 symbols are functions. |
|
3976 |
5860
|
3977 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3978 |
|
3979 * time/datevec.m: Avoid computing log of non-positive values. |
|
3980 |
5859
|
3981 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3982 |
|
3983 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3984 |
5839
|
3985 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3986 |
|
3987 * audio/wavread.m: Fix file range error and add read support for |
|
3988 24-bit WAV files. |
|
3989 |
5837
|
3990 2006-06-01 David Bateman <dbateman@free.fr> |
|
3991 |
|
3992 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3993 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3994 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3995 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3996 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3997 |
5835
|
3998 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3999 |
|
4000 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
4001 * miscellaneous/texas_lotto.m: Fix warning message. |
|
4002 |
5830
|
4003 2006-05-26 John W. Eaton <jwe@octave.org> |
|
4004 |
|
4005 * miscellaneous/doc.m: Also handle nargin == 0. |
|
4006 |
5829
|
4007 2006-05-23 John W. Eaton <jwe@octave.org> |
|
4008 |
|
4009 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
4010 really needed. |
|
4011 |
5827
|
4012 2006-05-22 John W. Eaton <jwe@octave.org> |
|
4013 |
6754
|
4014 * general/lookup.m: New file from Octave Forge. |
5827
|
4015 |
|
4016 2006-05-22 David Bateman <dbateman@free.fr> |
|
4017 |
6754
|
4018 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
4019 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
4020 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
4021 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
4022 special-matrix/magic.m, special-matrix/hadamard.m, |
|
4023 strings/strtok.m: New files from Octave Forge. |
5827
|
4024 |
5824
|
4025 2006-05-19 David Bateman <dbateman@free.fr> |
|
4026 |
|
4027 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
4028 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
4029 |
5821
|
4030 2006-05-17 John W. Eaton <jwe@octave.org> |
|
4031 |
|
4032 * set/intersection.m: Delete |
|
4033 * deprecated/intersection.m: New file. |
|
4034 |
5820
|
4035 2006-05-17 David Bateman <dbateman@free.fr> |
|
4036 |
|
4037 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
4038 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
4039 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
4040 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
4041 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
4042 Forge. |
|
4043 |
5809
|
4044 2006-05-11 John W. Eaton <jwe@octave.org> |
|
4045 |
5815
|
4046 * path/path.m: Delete (now a built-in function). |
|
4047 |
5811
|
4048 * pkg/Makefile.in: New file. |
|
4049 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
4050 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
4051 |
5808
|
4052 2006-05-10 John W. Eaton <jwe@octave.org> |
|
4053 |
|
4054 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
4055 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
4056 |
5807
|
4057 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
4058 |
|
4059 * tar.m, untar.m, unzip.m: New files. |
|
4060 |
5801
|
4061 2006-05-10 John W. Eaton <jwe@octave.org> |
|
4062 |
5804
|
4063 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
4064 * path/setpath.m: Delete. |
|
4065 |
5801
|
4066 * pkg/pkg.m: New file. |
|
4067 |
5798
|
4068 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
4069 |
|
4070 * plot/plot.m: Doc string fix. |
|
4071 |
|
4072 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
4073 |
|
4074 * testfun/speeed.m: Use new interface to unique and assert. |
|
4075 Improve documentation. Approximate time complexity from log-log |
|
4076 plot. Return time complexity and raw times if requested. The |
|
4077 mean ratio is no longer returned. Provide complete control over |
|
4078 which n are computed. |
|
4079 |
|
4080 2006-05-09 John W. Eaton <jwe@octave.org> |
|
4081 |
|
4082 * path/path.m: Move here from miscellaneous. |
|
4083 Adapt to new LOADPATH definition. |
|
4084 |
5789
|
4085 2006-05-03 David Bateman <dbateman@free.fr> |
|
4086 |
|
4087 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
4088 explicit uses of a path seperation character with pathsep(). |
|
4089 |
5786
|
4090 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
4091 |
6778
|
4092 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
4093 |
5781
|
4094 2006-04-29 John W. Eaton <jwe@octave.org> |
|
4095 |
|
4096 * startup/main-rcfile: Disable some warnings. |
|
4097 |
5762
|
4098 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
4099 |
|
4100 * strings/strcmpi.m: Return false instead of error if args are not |
|
4101 char or cellstr. |
|
4102 |
5750
|
4103 2006-04-10 John W. Eaton <jwe@octave.org> |
|
4104 |
|
4105 * miscellaneous/dir.m: Ensure that returned structure array is |
|
4106 Nx1, not 1xN. |
|
4107 |
5746
|
4108 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
4109 |
|
4110 * plot/hist.m: Ignore NaN in inputs. |
|
4111 |
5745
|
4112 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
4113 |
|
4114 * miscellaneous/mkoctfile.m: Doc string fix. |
|
4115 |
5741
|
4116 2006-04-05 John W. Eaton <jwe@octave.org> |
|
4117 |
|
4118 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
4119 are both empty. |
|
4120 * plot/__plt__.m: Ignore empty data and format strings returned |
|
4121 from __plt1__ or __plt2__. |
|
4122 |
5737
|
4123 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
4124 |
6778
|
4125 * set/unique.m: Properly handle single column input when |
5737
|
4126 "rows" is specified. |
|
4127 |
5732
|
4128 2006-04-04 John W. Eaton <jwe@octave.org> |
|
4129 |
5736
|
4130 * path/setpath.m: New file. |
|
4131 * path/savepath.m: Use setpath to set path instead of assigning |
|
4132 directly to LOADPATH. |
|
4133 |
5732
|
4134 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
4135 New files, adapted from Octave Forge by Keith Goodman |
|
4136 <kwgoodman@gmail.com>. |
|
4137 * path: New directory. |
|
4138 * Makefile.in (SUBDIRS): Add it to the list. |
|
4139 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
4140 |
5731
|
4141 2006-04-02 David Bateman <dbateman@free.fr> |
|
4142 |
|
4143 * general/tril.m, general.triu.m: |
|
4144 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
4145 to allow user types to work correctly. |
|
4146 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
4147 |
5727
|
4148 2006-04-03 David Bateman <dbateman@free.fr> |
|
4149 |
|
4150 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
4151 Accept keyword "minor" for minor grid. |
|
4152 |
5721
|
4153 2006-03-28 John W. Eaton <jwe@octave.org> |
|
4154 |
|
4155 * general/isscalar.m: Only require that all dimensions are 1 for |
|
4156 compatiblity. |
|
4157 |
|
4158 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
4159 |
|
4160 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
4161 compatibility. |
|
4162 |
5720
|
4163 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
4164 |
|
4165 * plot/__errplot__.m: Doc string fix. |
|
4166 |
|
4167 * miscellaneous/doc.m: Mark as command. |
|
4168 |
|
4169 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
4170 general/isequalwithequalnans.m, general/blkdiag.m, |
|
4171 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
4172 |
5717
|
4173 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
4174 |
|
4175 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
4176 return 3d matrices. |
|
4177 |
|
4178 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
4179 |
|
4180 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
4181 |
5708
|
4182 2006-03-22 John W. Eaton <jwe@octave.org> |
|
4183 |
|
4184 * plot/print.m: Don't replot after popping terminal setting. |
|
4185 |
5696
|
4186 2006-03-20 John W. Eaton <jwe@octave.org> |
|
4187 |
|
4188 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
4189 mkoctfile. Use fullfile to construct file name. |
|
4190 |
5695
|
4191 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
4192 |
|
4193 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
4194 shell script from Octave prompt. |
|
4195 |
5690
|
4196 2006-03-17 John W. Eaton <jwe@octave.org> |
|
4197 |
5693
|
4198 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
4199 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
4200 |
|
4201 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
4202 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
4203 Call new wbl functions to do the real work. |
|
4204 Swap args and provide default values as necessary to preserve |
|
4205 compatibility with old version of Octave. |
|
4206 |
|
4207 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
4208 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
4209 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
4210 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
4211 Swap scale and shape args for compatibility. |
|
4212 |
5692
|
4213 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
4214 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
4215 Preserve compatibility with old versions of Octave given new |
|
4216 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
4217 |
5692
|
4218 * statistics/distributions/logncdf.m, |
|
4219 statistics/distributions/logninv.m, |
|
4220 statistics/distributions/lognpdf.m, |
|
4221 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
4222 From Ben Barrowes <barrowes@alum.mit.edu> |
|
4223 |
5691
|
4224 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
4225 current 2.1.x version. |
|
4226 |
|
4227 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
4228 |
5690
|
4229 * miscellaneous/dir.m: Use readdir instead of glob. |
|
4230 Special case for "." to avoid globbing. Use list_in_columns. |
|
4231 Eliminate unused variables len and finfo. |
|
4232 |
5689
|
4233 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
4234 |
|
4235 * miscellaneous/dir.m: Improve compatibility. |
|
4236 |
5687
|
4237 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4238 |
|
4239 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
4240 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
4241 |
5686
|
4242 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4243 |
|
4244 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
4245 of looking at sum of max dimensions. |
|
4246 |
5681
|
4247 2006-03-16 David Bateman <dbateman@free.fr> |
|
4248 |
|
4249 * testfun/test.m: Clear last warning before warning test to avoid |
|
4250 issues with previously set warnings. |
|
4251 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
4252 sparse matrices. Force matrix type from spqr solution to be |
|
4253 singular to force QR solvers to be used for assert. |
|
4254 |
5678
|
4255 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4256 |
|
4257 * strings/strfind.m: New file. |
|
4258 |
5677
|
4259 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4260 |
|
4261 * general/rows.m, general/columns.m: Delete. |
|
4262 |
5674
|
4263 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4264 |
|
4265 * strings/strcmpi.m: Simplify. |
|
4266 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
4267 * strings/strtrunc.m: New file. |
5674
|
4268 |
5676
|
4269 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
4270 |
5672
|
4271 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4272 |
|
4273 * miscellaneous/doc.m: New file. |
|
4274 From Soren Hauberg <soren@hauberg.org>. |
|
4275 |
5671
|
4276 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
4277 |
|
4278 * miscellaneous/mkoctfile.m: New file. |
|
4279 |
5670
|
4280 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4281 |
|
4282 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
4283 |
5666
|
4284 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
4285 |
|
4286 * strings/bin2dec.m: Doc fix. |
|
4287 |
5661
|
4288 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
4289 |
|
4290 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
4291 * time/datenum.m: New function to compute day number from time. |
|
4292 |
5659
|
4293 2006-03-09 John W. Eaton <jwe@octave.org> |
|
4294 |
|
4295 * miscellaneous/unix.m, plot/print.m: |
|
4296 Swap order of outputs from system. |
|
4297 |
5642
|
4298 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
4299 |
|
4300 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
4301 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
4302 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
4303 control/base/__stepimp__.m, control/base/are.m, |
|
4304 control/base/controldemo.m, control/base/damp.m, |
|
4305 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
4306 control/base/step.m, control/system/abcddim.m, |
|
4307 control/system/is_abcd.m, control/system/is_controllable.m, |
|
4308 control/system/is_detectable.m, control/system/is_observable.m, |
|
4309 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
4310 control/system/jet707.m, control/system/sys2fir.m, |
|
4311 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
4312 control/system/tfout.m, control/system/ugain.m, |
|
4313 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
4314 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
4315 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
4316 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
4317 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
4318 general/circshift.m, general/columns.m, general/flipdim.m, |
|
4319 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
4320 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
4321 general/isequalwithequalnans.m, general/isscalar.m, |
|
4322 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
4323 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
4324 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
4325 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
4326 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
4327 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
4328 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
4329 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
4330 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
4331 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
4332 miscellaneous/license.m, miscellaneous/menu.m, |
|
4333 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
4334 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
4335 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
4336 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
4337 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
4338 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
4339 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
4340 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
4341 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
4342 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
4343 polynomial/polyinteg.m, polynomial/polyout.m, |
|
4344 polynomial/polyreduce.m, polynomial/polyval.m, |
|
4345 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
4346 set/create_set.m, set/intersection.m, set/ismember.m, |
|
4347 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
4348 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
4349 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
4350 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
4351 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
4352 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
4353 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
4354 special-matrix/vander.m, statistics/base/median.m, |
|
4355 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
4356 statistics/distributions/gaminv.m, |
|
4357 statistics/distributions/gampdf.m, |
|
4358 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
4359 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
4360 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
4361 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
4362 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
4363 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
4364 |
5633
|
4365 2006-02-27 John W. Eaton <jwe@octave.org> |
|
4366 |
|
4367 * time/tic.m: Move here from miscellaneous/tic.m. |
|
4368 * time/toc.m: Move here from miscellaneous/toc.m. |
|
4369 |
|
4370 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
4371 |
|
4372 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
4373 does not assign output of toc to a variable. |
|
4374 |
5627
|
4375 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
4376 |
|
4377 * axis.m: Catch limits that are the same and return an error. |
|
4378 |
5625
|
4379 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4380 |
|
4381 * plot/print.m: Accept emf device option to support Enhanced |
|
4382 Metafile format. |
|
4383 |
|
4384 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
4385 |
|
4386 * control/base/lqe.m: Doc fix. |
|
4387 |
5623
|
4388 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
4389 |
|
4390 * statistics/distributions/gamcdf.m: Doc fix. |
|
4391 * statistics/distributions/gaminv.m: Doc fix. |
|
4392 * statistics/distributions/gampdf.m: Doc fix. |
|
4393 * statistics/distributions/gamrnd.m: Doc fix. |
|
4394 |
5610
|
4395 2006-02-09 David Bateman <dbateman@free.fr> |
|
4396 |
6778
|
4397 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
4398 for arbitrary user type. |
|
4399 * general/tril.m: ditto. |
|
4400 * sparse/sprand.m: Doc fix. |
|
4401 * sparse/sprandn.m: Ditto. |
|
4402 * sparse/sprandsym.m: New function. |
|
4403 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
4404 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
4405 Update for syntax error for latest texinfo.tex file. |
5610
|
4406 |
5605
|
4407 2006-02-02 John W. Eaton <jwe@octave.org> |
|
4408 |
|
4409 * plot/grid.m: Append ";\n" to "set grid" command. |
|
4410 |
|
4411 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
4412 |
|
4413 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
4414 |
5597
|
4415 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4416 |
|
4417 * audio/Makefile.in, control/base/Makefile.in, |
|
4418 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
4419 control/system/Makefile.in, control/util/Makefile.in, |
|
4420 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
4421 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
4422 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
4423 optimization/Makefile.in, plot/Makefile.in, |
|
4424 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
4425 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
4426 special-matrix/Makefile.in, startup/Makefile.in, |
|
4427 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
4428 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
4429 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
4430 (all): Depend on PKG_ADD. |
|
4431 (PKG_ADD): New target. |
|
4432 |
|
4433 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4434 |
|
4435 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
4436 |
5596
|
4437 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4438 |
|
4439 * time/etime.m: Move here from miscellaneous/etime.m. |
|
4440 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
4441 |
5595
|
4442 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4443 |
6778
|
4444 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
4445 * miscellaneous/fullfile.m: Likewise. |
|
4446 |
5592
|
4447 2006-01-12 David Bateman <dbateman@free.fr> |
|
4448 |
|
4449 * general/blkdiag.m: Compatible behavior for empty matrices |
|
4450 * statistics/base/unidrnd.m: Documentation buglet. |
|
4451 |
5583
|
4452 2005-12-14 David Bateman <dbateman@free.fr> |
|
4453 |
5589
|
4454 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
4455 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
4456 |
|
4457 * Makefile.in (SUBDIRS): Include testfun. |
|
4458 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
4459 |
5583
|
4460 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
4461 |
|
4462 * general/__isequal__.m: Remove reference to getfield. |
|
4463 |
|
4464 * plot/hist.m: Update test code for row/column discrepencies. |
|
4465 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
4466 Update the test code for this. |
|
4467 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
4468 |
5579
|
4469 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4470 |
|
4471 * cell/cell2mat.m: New file, from octave-forge. |
|
4472 |
5576
|
4473 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
4474 |
|
4475 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
4476 New graph theory functions. |
|
4477 |
5574
|
4478 2005-12-13 John W. Eaton <jwe@octave.org> |
|
4479 |
|
4480 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
4481 |
|
4482 * control/system/ss.m: Doc fix. |
|
4483 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4484 |
5572
|
4485 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
4486 |
|
4487 * audio/wavread.m, audio/wavwrite.m: |
|
4488 Correct scaling for 8-bit linear pcm samples. |
|
4489 Improve scaling for all other linear pcm resolutions. |
|
4490 |
5568
|
4491 2005-12-07 John W. Eaton <jwe@octave.org> |
|
4492 |
|
4493 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
4494 |
|
4495 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
4496 * strings/strjust.m: Likewise. |
|
4497 |
|
4498 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
4499 * signal/arma_rnd.m: Likewise. |
|
4500 * strings/strcat.m: Likewise. |
|
4501 * control/base/__freqresp__.m: Likewise. |
|
4502 * control/base/place.m: Likewise. |
|
4503 * control/base/pzmap.m: Likewise. |
|
4504 * control/base/pzmap.m: Likewise. |
|
4505 * control/system/sysappend.m: Likewise. |
|
4506 * control/system/syscont.m: Likewise. |
|
4507 * control/system/sysdisc.m: Likewise. |
|
4508 * control/system/sysgroup.m: Likewise. |
|
4509 * control/system/tfout.m: Likewise. |
|
4510 * control/system/zpout.m: Likewise. |
|
4511 * control/util/__outlist__.m: Likewise. |
|
4512 |
5567
|
4513 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4514 |
|
4515 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
4516 Avoid for loop in interleave/deinterleave steps. |
|
4517 |
5565
|
4518 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
4519 |
|
4520 * audio/wavread.m, audio/wavwrite.m: New files. |
|
4521 |
5563
|
4522 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4523 |
|
4524 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
4525 |
5560
|
4526 2005-12-05 John W. Eaton <jwe@octave.org> |
|
4527 |
5561
|
4528 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
4529 |
5558
|
4530 2005-12-02 John W. Eaton <jwe@octave.org> |
|
4531 |
|
4532 * miscellaneous/fileattrib.m: New function. |
|
4533 |
5556
|
4534 2005-12-01 John W. Eaton <jwe@octave.org> |
|
4535 |
|
4536 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
4537 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
4538 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
4539 |
5555
|
4540 2005-11-30 John W. Eaton <jwe@octave.org> |
|
4541 |
|
4542 * linear-algebra/krylov.m: Format doc string. |
|
4543 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4544 |
5551
|
4545 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
4546 |
|
4547 * general/blkdiag.m: Import from octave-forge. |
|
4548 Ignore empty matrices in the input. Add tests. |
5549
|
4549 |
|
4550 * general/isequal.m, general/isequalwithequalnans.m: |
|
4551 New wrapper scripts for general/__isequal__.m. |
|
4552 * general/__isequal__.m: Rename from general/isequal.m. |
|
4553 New arg, nans_compare_equal. |
|
4554 |
5548
|
4555 2005-11-29 John W. Eaton <jwe@octave.org> |
|
4556 |
|
4557 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
4558 calling system. Only append octave_forge_string if |
|
4559 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
4560 Call license instead of hard-coding license info here. |
|
4561 |
|
4562 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
4563 __octave_licenses__. Use puts instead of disp. |
5548
|
4564 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
4565 If nargout = 1, return license info instead of printing usage message. |
|
4566 |
5546
|
4567 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4568 |
|
4569 * miscellaneous/ver.m: New file. |
|
4570 * miscellaneous/license.m: New file. |
|
4571 |
5545
|
4572 2005-11-22 John W. Eaton <jwe@octave.org> |
|
4573 |
|
4574 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
4575 gnuplot set command. |
|
4576 |
5539
|
4577 2005-11-15 John W. Eaton <jwe@octave.org> |
|
4578 |
|
4579 * general/shiftdim.m: Doc fix. |
|
4580 |
5532
|
4581 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
4582 |
|
4583 * set/unique.m: Doc string fix. |
|
4584 |
5527
|
4585 2005-11-01 John W. Eaton <jwe@octave.org> |
|
4586 |
|
4587 * Makefile.in (distclean, maintainer-clean): |
|
4588 Also remove autom4te.cache directory. |
|
4589 From Quentin Spencer <qspencer@ieee.org>. |
|
4590 |
5518
|
4591 2005-10-28 John W. Eaton <jwe@octave.org> |
|
4592 |
|
4593 * general/shiftdim.m: Compatibility fix for row vectors. |
|
4594 Correct check for non-scalar non-integer shift. For positive |
|
4595 N, shift is remainder of N and number of dims. Always return NS. |
|
4596 Simplify. |
|
4597 |
5500
|
4598 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
4599 |
|
4600 * general/randperm.m: Improve compatibility by allowing input |
|
4601 value of zero. |
|
4602 |
5493
|
4603 2005-10-13 John W. Eaton <jwe@octave.org> |
|
4604 |
|
4605 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
4606 If in multiplot mode, clear plot before issuing new plot command. |
|
4607 |
|
4608 * plot/__setup_plot__.m: New function. |
|
4609 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
4610 Handle multiplot data and offsets here. |
|
4611 |
|
4612 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
4613 Move initialization to __setup_plot__.m. |
|
4614 |
|
4615 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
4616 Don't reset gnuplot_command_replot. |
|
4617 |
|
4618 * plot/replot.m: Handle multiplot data and offsets here. |
|
4619 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4620 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
4621 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
4622 |
5489
|
4623 2005-10-12 John W. Eaton <jwe@octave.org> |
|
4624 |
|
4625 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
4626 |
5482
|
4627 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
4628 |
|
4629 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
4630 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
4631 _inv functions. |
|
4632 * chi2pdf.m: Fixed typos in the documentation. |
|
4633 |
5475
|
4634 2005-09-28 John W. Eaton <jwe@octave.org> |
|
4635 |
5476
|
4636 * miscellaneous/single.m: New function. |
|
4637 |
5475
|
4638 * statistics/base/unidrnd.m: New function. |
|
4639 |
5474
|
4640 2005-09-27 John W. Eaton <jwe@octave.org> |
|
4641 |
|
4642 * miscellaneous/dir.m: Filename never includes directory part. |
|
4643 |
5464
|
4644 2005-09-22 John W. Eaton <jwe@octave.org> |
|
4645 |
|
4646 * polynomial/residue.m: Use logical indexing instead of find.. |
|
4647 |
|
4648 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
4649 |
|
4650 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
4651 and zero poles. |
|
4652 |
5462
|
4653 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
4654 |
|
4655 * strings/deblank.m: Handle cell arrays. |
|
4656 * strings/split.m: New argument, N, to limit number of splits. |
|
4657 |
|
4658 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
4659 |
|
4660 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
4661 |
5460
|
4662 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
4663 |
|
4664 * control/base/rlocus.m: Doc fix. |
|
4665 |
5459
|
4666 2005-09-20 John W. Eaton <jwe@octave.org> |
|
4667 |
|
4668 * general/isvector.m: Improve compatibility. |
|
4669 |
|
4670 * general/postpad.m: Allow first argument to be a scalar. |
|
4671 Allow padding to extend dimensionality. |
|
4672 * general/prepad.m: Likewise. |
|
4673 |
5448
|
4674 2005-09-14 Daniel <durbano@shbano.com> |
|
4675 |
|
4676 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
4677 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
4678 /control/base/dgram.m: Doc string fixes. |
5448
|
4679 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4680 |
5446
|
4681 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4682 |
|
4683 * saveimage.m: Do not ignore most significant bit when writing |
|
4684 black and white images to file. |
|
4685 |
5443
|
4686 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
4687 |
|
4688 * audio/playaudio.m, control/base/__bodquist__.m, |
|
4689 control/base/lqg.m, control/obsolete/dezero.m, |
|
4690 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
4691 control/system/c2d.m, control/system/cellidx.m, |
|
4692 control/system/d2c.m, control/system/dmr2d.m, |
|
4693 control/system/is_signal_list.m, control/system/listidx.m, |
|
4694 control/system/ss.m, control/system/sysappend.m, |
|
4695 control/system/sysconnect.m, control/system/sysdup.m, |
|
4696 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
4697 control/system/sysprune.m, control/system/syssetsignals.m, |
|
4698 control/system/tfout.m, control/system/zpout.m, |
|
4699 control/util/prompt.m, control/util/sortcom.m, |
|
4700 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
4701 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
4702 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
4703 general/strerror.m, image/colormap.m, image/imshow.m, |
|
4704 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
4705 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
4706 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
4707 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
4708 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
4709 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
4710 plot/print.m, plot/title.m, plot/top_title.m, |
|
4711 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
4712 statistics/base/mean.m, statistics/base/moment.m, |
|
4713 statistics/tests/cor_test.m, |
|
4714 statistics/tests/kolmogorov_smirnov_test.m, |
|
4715 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
4716 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
4717 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
4718 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
4719 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
4720 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
4721 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
4722 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
4723 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
4724 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
4725 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
4726 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
4727 isvector instead of is_vector. Use isstruct instead of |
|
4728 is_struct. Use char instead of setstr. |
|
4729 |
5435
|
4730 2005-08-31 Daniel <durbano@shbano.com> |
|
4731 |
|
4732 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
4733 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
4734 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4735 |
5431
|
4736 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
4737 |
|
4738 * image/saveimage.m: Open output file in binary mode. |
|
4739 |
|
4740 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
4741 |
5427
|
4742 2005-08-16 John W. Eaton <jwe@octave.org> |
|
4743 |
|
4744 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
4745 outputs. |
|
4746 |
5426
|
4747 2005-08-15 John W. Eaton <jwe@octave.org> |
|
4748 |
|
4749 * strings/strcat.m: Allow single argument. |
|
4750 |
5416
|
4751 2005-07-18 John W. Eaton <jwe@octave.org> |
|
4752 |
|
4753 * strings/strcmp.m: Delete. |
|
4754 |
5413
|
4755 2005-07-13 John W. Eaton <jwe@octave.org> |
|
4756 |
|
4757 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
4758 versions of Octave. |
|
4759 |
|
4760 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
4761 |
|
4762 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
4763 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
4764 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
4765 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
4766 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
4767 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
4768 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
4769 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
4770 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
4771 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4772 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4773 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4774 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4775 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4776 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4777 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4778 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4779 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4780 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4781 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4782 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4783 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4784 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4785 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4786 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4787 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4788 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4789 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4790 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4791 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4792 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4793 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4794 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4795 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4796 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4797 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4798 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4799 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4800 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4801 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4802 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4803 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4804 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4805 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4806 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4807 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4808 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4809 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4810 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4811 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4812 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4813 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4814 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4815 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4816 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4817 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4818 |
|
4819 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4820 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4821 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4822 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4823 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4824 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4825 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4826 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4827 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4828 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4829 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4830 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4831 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4832 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4833 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4834 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4835 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4836 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4837 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4838 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4839 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4840 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4841 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4842 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4843 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4844 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4845 deprecated/wiener_rnd.m: New files. |
|
4846 |
5408
|
4847 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4848 |
|
4849 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4850 * deprecated/weibull_rnd.m: New file. |
|
4851 |
5407
|
4852 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4853 |
|
4854 * strings/dec2base.m: Allow matrix arguments. |
|
4855 |
5406
|
4856 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4857 |
|
4858 * plot/__errplot__.m: Use __plot_globals__. |
|
4859 * plot/__plt__.m: Likewise. |
|
4860 * plot/figure.m: Likewise. |
|
4861 |
|
4862 * plot/hold.m: New file. |
|
4863 * plot/ishold.m: New file. |
|
4864 * plot/__plot_globals__.m: New file. |
|
4865 |
5400
|
4866 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4867 |
|
4868 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4869 |
|
4870 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4871 |
|
4872 * strings/findstr.m: Return [] for no matches. |
|
4873 |
5399
|
4874 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4875 |
|
4876 * miscellaneous/tic.m: Fix doc string. |
|
4877 |
5395
|
4878 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4879 |
|
4880 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4881 |
5393
|
4882 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4883 |
|
4884 * general/isequal.m: Correct nargin check. |
|
4885 |
5388
|
4886 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4887 |
|
4888 * general/isvector.m: Handle N-d arrays. |
|
4889 From Bill Denney <denney@seas.upenn.edu>. |
|
4890 |
5381
|
4891 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4892 |
|
4893 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4894 |
5377
|
4895 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4896 |
|
4897 * signal/freqz.m: Use correct calculations when given a vector of |
|
4898 frequencies. Improve accuracy of returned frequency vector. |
|
4899 Improve speed for medium length filters (at a slight cost for slow |
|
4900 filters). Add test cases. |
|
4901 |
5373
|
4902 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4903 |
|
4904 * plot/loglog.m: Fix set commands. |
|
4905 |
5381
|
4906 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4907 |
|
4908 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4909 |
5371
|
4910 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4911 |
5373
|
4912 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4913 |
5372
|
4914 * strings/strncmp.m: New file, from Tom Holroyd |
|
4915 <tomh@kurage.nimh.nih.gov>. |
|
4916 |
5371
|
4917 * strings/strcmp.m: Return logical values in all cases. |
|
4918 |
5366
|
4919 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4920 |
|
4921 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4922 Texinfoize doc string. |
|
4923 |
|
4924 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4925 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4926 set terminal push/pop and unconditionally set output to screen |
|
4927 when done to avoid requiring gget. Use a cell array for dev_list |
|
4928 and cellidx to search for items in the list. Delete local |
|
4929 variable endl. Don't set and restore automatic_replot. Use {} |
|
4930 instead of nth to index varargin. Delete local variable |
|
4931 va_arg_cnt. |
|
4932 |
5355
|
4933 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4934 |
|
4935 * general/num2str.m: Return early if X is a character string. |
|
4936 |
5347
|
4937 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4938 |
5348
|
4939 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4940 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4941 |
5347
|
4942 * plot/polar.m: Don't call __pltopt__ here. |
|
4943 |
5333
|
4944 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4945 |
|
4946 * mkdoc: Print header message. |
|
4947 |
5319
|
4948 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4949 |
|
4950 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4951 startup/octaverc. |
|
4952 |
5318
|
4953 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4954 |
|
4955 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4956 (__im_numeric_limits__): New internal function. |
|
4957 |
5317
|
4958 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4959 |
|
4960 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4961 data, not mean of group_mean. |
|
4962 |
|
4963 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4964 |
|
4965 * startup/local-rcfile: New file. |
|
4966 * startup/main-rcfile: Rename from startup/octaverc. |
|
4967 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4968 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4969 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4970 |
|
4971 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4972 |
|
4973 * startup/inputrc: New file. |
|
4974 * startup/octaverc: Configure readline using inputrc from |
|
4975 startupfiledir. |
|
4976 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4977 in $(fcnfiledir)/startup. |
|
4978 |
5310
|
4979 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4980 |
|
4981 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4982 |
5289
|
4983 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4984 |
|
4985 * optimization/glpk.m: Handle SENSE argument. |
|
4986 |
|
4987 * optimization/qp.m, optimization/sqp.m: New files. |
|
4988 |
5276
|
4989 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4990 |
|
4991 * Makefile.in (clean, distclean, maintainer-clean): |
|
4992 Avoid duplication in rules. |
|
4993 |
5252
|
4994 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4995 |
|
4996 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4997 setting {no,}parametric. |
|
4998 * plot/figure.m: Likewise, for setting terminal type. |
|
4999 |
|
5000 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
5001 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
5002 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
5003 plot/title.m, plot/top_title.m: Avoid eval. |
|
5004 |
5251
|
5005 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
5006 |
5253
|
5007 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
5008 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
5009 Use __gnuplot_replot__ instead of replot. |
|
5010 |
5252
|
5011 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
5012 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
5013 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
5014 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
5015 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
5016 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
5017 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
5018 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
5019 |
5251
|
5020 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
5021 |
5244
|
5022 2005-03-24 John W. Eaton <jwe@octave.org> |
|
5023 |
|
5024 * optimization/glpkmex.m: Texinfoize Doc string. |
|
5025 * optimization/glpk.m: Likewise. |
|
5026 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
5027 (row vectors are orginary character strings). |
|
5028 * optimization/glpkparam.m: Delete. |
|
5029 |
5243
|
5030 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
5031 |
|
5032 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
5033 of dimensions of X. |
|
5034 |
5237
|
5035 2005-03-23 John W. Eaton <jwe@octave.org> |
|
5036 |
5239
|
5037 * general/tril.m, general/triu.m: Return value of same class as |
|
5038 argument. |
|
5039 |
5237
|
5040 * optimization/glpk.m: Simplify interface. By default, solve |
|
5041 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
5042 * optimization/glpkmex.m: New file. |
|
5043 |
5232
|
5044 2005-03-22 John W. Eaton <jwe@octave.org> |
|
5045 |
5237
|
5046 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
5047 list. |
|
5048 |
5233
|
5049 * optimization/glpk.m: Adapt to Octave coding style. |
|
5050 No need for varargout or varargin. |
|
5051 Print usage message if nargin > 11. |
|
5052 Allow any value of nargout. |
|
5053 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
5054 Avoid looping when checking character classes. |
|
5055 |
5232
|
5056 * optimization: New directory. |
|
5057 * Makefile.in (SUBDIRS): Add it to the list. |
|
5058 * optimization/Makefile.in: New file. |
|
5059 * optimization/glpk.m, optimization/glpkparams.m, |
|
5060 optimization/glpktest1, optimization/glpktest2: New files. |
|
5061 |
5218
|
5062 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
5063 |
|
5064 * strings/split.m: Quick return for empty second arg. |
|
5065 Improve warning for multi-line strings. |
|
5066 Speed up by avoiding sprintf in loop and eval. |
|
5067 |
5217
|
5068 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
5069 |
|
5070 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
5071 * polynomial/polyder.m: Ditto. |
6778
|
5072 * polynomial/polygcd.m: New function. |
5217
|
5073 |
5214
|
5074 2005-03-16 John W. Eaton <jwe@octave.org> |
|
5075 |
5215
|
5076 * control/base/__stepimp__.m, control/base/bode.m, |
|
5077 control/base/frdemo.m, control/base/nichols.m, |
|
5078 control/base/nyquist.m, control/base/pzmap.m, |
|
5079 control/base/rldemo.m, control/base/rlocus.m, |
|
5080 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
5081 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
5082 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
5083 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
5084 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
5085 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
5086 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
5087 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
5088 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
5089 plot/xlabel.m, quaternion/demoquat.m, |
|
5090 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
5091 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
5092 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
5093 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
5094 gsplot from @seealso docs. |
5214
|
5095 |
|
5096 * plot/replot.m: New file. |
|
5097 |
5205
|
5098 2005-03-15 David Bateman <dbateman@free.fr> |
|
5099 |
|
5100 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
5101 |
5196
|
5102 2005-03-09 John W. Eaton <jwe@octave.org> |
|
5103 |
|
5104 * statistics/Makefile.in (bin-dist): Delete target. |
|
5105 (BINDISTSUBDIRS): Delete variable. |
6754
|
5106 * control/Makefile.in: Likewise. |
5196
|
5107 |
5378
|
5108 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
5109 (BINDISTFILES): Delete variable. |
5378
|
5110 * control/base/Makefile.in: Likewise. |
|
5111 * control/hinf/Makefile.in: Likewise. |
|
5112 * control/obsolete/Makefile.in: Likewise. |
|
5113 * control/system/Makefile.in: Likewise. |
|
5114 * control/util/Makefile.in: Likewise. |
|
5115 * deprecated/Makefile.in: Likewise. |
|
5116 * elfun/Makefile.in: Likewise. |
|
5117 * finance/Makefile.in: Likewise. |
|
5118 * general/Makefile.in: Likewise. |
|
5119 * image/Makefile.in: Likewise. |
|
5120 * sparse/Makefile.in: Likewise. |
|
5121 * io/Makefile.in: Likewise. |
|
5122 * plot/Makefile.in: Likewise. |
|
5123 * Makefile.in: Likewise. |
|
5124 * miscellaneous/Makefile.in: Likewise. |
|
5125 * linear-algebra/Makefile.in: Likewise. |
|
5126 * polynomial/Makefile.in: Likewise. |
|
5127 * quaternion/Makefile.in: Likewise. |
|
5128 * set/Makefile.in: Likewise. |
|
5129 * signal/Makefile.in: Likewise. |
|
5130 * specfun/Makefile.in: Likewise. |
|
5131 * special-matrix/Makefile.in: Likewise. |
|
5132 * startup/Makefile.in: Likewise. |
|
5133 * statistics/base/Makefile.in: Likewise. |
|
5134 * statistics/distributions/Makefile.in: Likewise. |
|
5135 * statistics/models/Makefile.in: Likewise. |
|
5136 * statistics/tests/Makefile.in: Likewise. |
|
5137 * strings/Makefile.in: Likewise. |
|
5138 * time/Makefile.in: Likewise. |
5196
|
5139 |
5195
|
5140 2005-03-08 John W. Eaton <jwe@octave.org> |
|
5141 |
|
5142 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
5143 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
5144 |
5192
|
5145 2005-03-04 John W. Eaton <jwe@octave.org> |
|
5146 |
|
5147 * plot/clg.m: New file. |
|
5148 |
5193
|
5149 2005-03-03 John W. Eaton <jwe@octave.org> |
|
5150 |
|
5151 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
5152 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
5153 strings/strcmpi.m: |
|
5154 New files from Octave-forge. Adapt to Octave coding standards. |
|
5155 |
5181
|
5156 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5157 |
|
5158 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
5159 computation range. |
|
5160 |
5164
|
5161 2005-02-25 John W. Eaton <jwe@octave.org> |
|
5162 |
|
5163 Sparse merge. |
|
5164 |
|
5165 2005-01-23 David Bateman <dbateman@free.fr> |
|
5166 |
|
5167 * sparse/randperm.m: Delete duplicate randperm.m. |
|
5168 |
|
5169 2005-01-10 John W. Eaton <jwe@octave.org> |
|
5170 |
|
5171 * sparse/Makefile.in: New file. |
|
5172 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
5173 |
|
5174 2005-01-07 David Bateman <dbateman@free.fr> |
|
5175 |
|
5176 * set/unique.m: import file from octave-forge. |
|
5177 |
|
5178 2005-01-05 David Bateman <dbateman@free.fr> |
|
5179 |
|
5180 * Makefile.in: include sparse directory in SUBDIRS. |
|
5181 |
|
5182 2004-12-30 John W. Eaton <jwe@octave.org> |
|
5183 |
|
5184 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
5185 src/DLD-FUNCTIONS/sparse.cc). |
|
5186 |
|
5187 2004-12-28 John W. Eaton <jwe@octave.org> |
|
5188 |
|
5189 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
5190 Andy Adler <adler@site.uottawa.ca>. |
|
5191 |
|
5192 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
5193 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
5194 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
5195 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
5196 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
5197 |
|
5198 * sparse: New directory. |
|
5199 |
5158
|
5200 2005-02-22 John W. Eaton <jwe@octave.org> |
|
5201 |
|
5202 * polynomial/residue.m: Force prepad to always create row vectors. |
|
5203 |
|
5204 * polynomial/poly.m: Quick return if m is 0. |
|
5205 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
5206 |
5154
|
5207 2005-02-21 David Bateman <dbateman@free.fr> |
|
5208 |
|
5209 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
5210 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
5211 Fix for row vectors with at least one element of lambda not in |
|
5212 (0, Inf). |
|
5213 |
5152
|
5214 2005-02-21 John W. Eaton <jwe@octave.org> |
|
5215 |
5153
|
5216 * statistics/base/qqplot.m: Use feval instead of eval. |
|
5217 |
5152
|
5218 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
5219 plot/__axis_label__.m: Issue replot command. |
|
5220 |
5135
|
5221 2005-02-09 John W. Eaton <jwe@octave.org> |
|
5222 |
|
5223 * polynomial/polyderiv.m: Force P to be a row vector. |
|
5224 |
5133
|
5225 2005-02-08 John W. Eaton <jwe@octave.org> |
|
5226 |
|
5227 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
5228 provided and len <= computed max_len. |
|
5229 |
5125
|
5230 2005-01-27 David Bateman <dbateman@free.fr> |
|
5231 |
|
5232 * strings/dec2base.m: Be even more careful about handling all digits. |
|
5233 |
|
5234 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
5235 |
|
5236 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
5237 |
5123
|
5238 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
5239 |
|
5240 * statistics/base/median.m: Make it work for the scalar case too. |
|
5241 |
6308
|
5242 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
5243 |
|
5244 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
5245 Simplify logic for decoding args. |
5117
|
5246 |
5115
|
5247 2005-01-24 John W. Eaton <jwe@octave.org> |
|
5248 |
5116
|
5249 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
5250 |
|
5251 * plot/__plt__.m: No need to save and reset hold state now. |
|
5252 (first_plot): Delete unused variable. |
|
5253 |
5115
|
5254 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
5255 |
|
5256 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
5257 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
5258 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
5259 plot/__plt2vv__.m: |
|
5260 Return data and gnuplot commands instead of evaluating them. |
|
5261 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
5262 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
5263 |
5108
|
5264 2005-01-18 John W. Eaton <jwe@octave.org> |
|
5265 |
|
5266 * linear-algebra/cross.m: Allocate idx1 before use. |
|
5267 |
5096
|
5268 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
5269 |
|
5270 * statistics/base/range.m: Fix varargin usage. |
|
5271 |
5091
|
5272 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
5273 |
|
5274 * strings/deblank.m: Remove all trailing whitespace (check with |
|
5275 isspace), not just SPC. |
|
5276 |
5090
|
5277 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
5278 |
|
5279 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
5280 |
5073
|
5281 2004-11-09 John W. Eaton <jwe@octave.org> |
|
5282 |
|
5283 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
5284 From Julius Smith <jos@ccrma.stanford.edu>. |
|
5285 |
5072
|
5286 2004-11-08 John W. Eaton <jwe@octave.org> |
|
5287 |
|
5288 * plot/__plt2vm__.m: Delete debugging statement. |
|
5289 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
5290 |
5065
|
5291 2004-11-04 John W. Eaton <jwe@octave.org> |
|
5292 |
|
5293 * plot/hist.m: Always return row vectors for vector args. |
|
5294 |
5031
|
5295 2004-09-23 John W. Eaton <jwe@octave.org> |
|
5296 |
|
5297 * strings/strcmp.m: If args are not strings or cell arrays of |
|
5298 strings, return zero instead of reporting an error. |
|
5299 |
5021
|
5300 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
5301 |
|
5302 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
5303 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
5304 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
5305 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
5306 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
5307 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
5308 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
5309 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
5310 control/system/is_detectable.m, control/system/is_sample.m, |
|
5311 control/system/is_siso.m, control/system/is_stable.m, |
|
5312 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
5313 control/system/sys2tf.m, control/system/sys2zp.m, |
|
5314 control/system/sysappend.m, control/system/sysconnect.m, |
|
5315 control/system/sysdisc.m, control/system/sysdup.m, |
|
5316 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
5317 control/system/syssetsignals.m, control/system/syssub.m, |
|
5318 control/system/tf2sys.m, control/system/ugain.m, |
|
5319 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5320 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
5321 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
5322 |
|
5323 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
5324 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
5325 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
5326 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
5327 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
5328 control/system/sysappend.m, control/system/sysconnect.m, |
|
5329 control/system/sysdup.m, control/system/sysgroup.m, |
|
5330 control/system/sysprune.m, control/system/sysreorder.m, |
|
5331 control/system/sysscale.m, control/system/syssub.m, |
|
5332 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
5333 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
5334 polynomial/polyout.m, specfun/log2.m: |
|
5335 Add output arguments in doc strings. |
|
5336 |
|
5337 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
5338 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
5339 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
5340 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
5341 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
5342 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
5343 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
5344 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
5345 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
5346 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
5347 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
5348 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
5349 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
5350 control/system/c2d.m, control/system/is_abcd.m, |
|
5351 control/system/is_controllable.m, control/system/is_detectable.m, |
|
5352 control/system/is_observable.m, control/system/is_stable.m, |
|
5353 control/system/jet707.m, control/system/ord2.m, |
|
5354 control/system/starp.m, control/system/sys2fir.m, |
|
5355 control/system/sys2ss.m, control/system/sys2tf.m, |
|
5356 control/system/sys2zp.m, control/system/syscont.m, |
|
5357 control/system/sysdisc.m, control/system/sysdup.m, |
|
5358 control/system/sysgettype.m, control/system/sysgroup.m, |
|
5359 control/system/sysmult.m, control/system/sysprune.m, |
|
5360 control/system/sysreorder.m, control/system/sysscale.m, |
|
5361 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
5362 control/system/tf2ss.m, control/system/tf2sys.m, |
|
5363 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5364 control/util/axis2dlim.m, control/util/prompt.m, |
|
5365 control/util/zgfmul.m, control/util/zginit.m, |
|
5366 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
5367 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
5368 in doc strings. |
|
5369 |
|
5370 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
5371 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
5372 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
5373 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5374 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5375 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5376 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5377 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
5378 control/system/c2d.m, control/system/fir2sys.m, |
|
5379 control/system/is_stabilizable.m, control/system/jet707.m, |
|
5380 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
5381 control/util/zgshsr.m, polynomial/polyout.m: |
|
5382 New @tex section(s) in doc strings for better formating of printed |
|
5383 output. |
|
5384 |
|
5385 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
5386 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
5387 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
5388 Use proper double quote marks for TeX. |
|
5389 |
|
5390 * control/base/DEMOcontrol.m: Add missing ; |
|
5391 |
|
5392 * control/base/nichols.m, control/base/rlocus.m, |
|
5393 control/obsolete/minfo.m, control/system/is_digital.m, |
|
5394 control/system/ss2zp.m, control/system/sysmin.m, |
|
5395 control/system/tf2zp.m, control/util/sortcom.m: |
|
5396 Convert documentation to use or more completely use Texinfo. |
|
5397 |
|
5398 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
5399 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
5400 control/system/parallel.m, control/system/ss2tf.m, |
|
5401 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
5402 art splitting over a page boundary. |
|
5403 |
|
5404 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5405 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5406 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5407 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5408 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
5409 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
5410 the TeX documentation. |
|
5411 |
|
5412 * control/system/is_stabilizable.m: |
|
5413 Add Copyright so that help is displayed correctly. |
|
5414 |
|
5415 * special-matrix/vander.m: Octave indexes start at 1. |
|
5416 |
5011
|
5417 2004-09-21 David Bateman <dbateman@free.fr> |
|
5418 |
|
5419 * general/rotdim.m: New function for rotation of an N-d array in an |
|
5420 arbitrary plane. |
|
5421 |
|
5422 * general/flipdim.m: New function to flip an N-d array about an |
|
5423 arbitrary axis. |
|
5424 |
5003
|
5425 2004-09-15 David Bateman <dbateman@free.fr> |
|
5426 |
|
5427 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
5428 |
4992
|
5429 2004-09-15 John W. Eaton <jwe@octave.org> |
|
5430 |
|
5431 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
5432 Use iscellstr to check for cells rather than iscell. |
|
5433 Improve diagnostics for invalid args. |
4992
|
5434 |
4983
|
5435 2004-09-10 David Bateman <dbateman@free.fr> |
|
5436 |
|
5437 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
5438 and p with n > 1, and fix for matrix n and p with n == 1. |
|
5439 |
|
5440 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
5441 due to row vs. column vector operations. |
|
5442 |
4964
|
5443 2004-09-03 David Bateman <dbateman@free.fr> |
|
5444 |
|
5445 * general/repmat.m: Fix to allow logical classes. |
|
5446 |
4950
|
5447 2004-08-31 John W. Eaton <jwe@octave.org> |
|
5448 |
|
5449 * general/isa.m: New function, from Octave-forge. |
|
5450 |
|
5451 2004-08-31 David Bateman <dbateman@free.fr> |
|
5452 |
|
5453 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
5454 limitation on the use of int64 and uint64 types, and the use |
|
5455 of the eval. |
|
5456 |
|
5457 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
5458 in .^ with integer types is fixed. |
|
5459 |
|
5460 * general/repmat.m: Adapt to allow integer types. |
4945
|
5461 |
|
5462 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
5463 |
|
5464 * plot/axis.m: Don't reset axes when querying them. |
|
5465 |
4942
|
5466 2004-08-27 David Bateman <dbateman@free.fr> |
|
5467 |
|
5468 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
5469 Eliminate loop. |
|
5470 |
4918
|
5471 2004-07-27 David Bateman <dbateman@free.fr> |
|
5472 |
|
5473 * general/num2str.m: Also insert spaces in output when precision |
|
5474 argument is supplied. |
|
5475 |
4915
|
5476 2004-07-23 David Bateman <dbateman@free.fr> |
|
5477 |
|
5478 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
5479 |
4911
|
5480 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5481 |
|
5482 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
5483 |
|
5484 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
5485 |
|
5486 * miscellaneous/unix.m: Fix doc string. |
|
5487 |
|
5488 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
5489 |
|
5490 * plot/figure.m: Clarification of documentation. |
|
5491 |
|
5492 * image/imshow.m: Warn for complex images. |
|
5493 Only estimate colourmap for images in [0, 65536]. |
|
5494 |
|
5495 2004-07-22 David Bateman <dbateman@free.fr> |
|
5496 |
|
5497 * general/num2str.m: Fix the case of an all zero input. |
|
5498 |
4906
|
5499 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5500 |
|
5501 * general/ind2sub.m: Doc fix. |
|
5502 |
4900
|
5503 2004-06-08 John W. Eaton <jwe@octave.org> |
|
5504 |
|
5505 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
5506 convert function handle to string for eval. |
|
5507 |
4898
|
5508 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
5509 |
|
5510 * plot/errorbar.m: Remove debugging output. |
|
5511 |
|
5512 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5513 |
|
5514 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
5515 |
4897
|
5516 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5517 |
4898
|
5518 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
5519 |
|
5520 * polynomial/polyout.m: Use parenthesis if necessary around |
|
5521 complex polynomial coefficient. |
|
5522 |
4897
|
5523 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
5524 the bug which causes __errplot__ to ignore the last argument. |
|
5525 |
4894
|
5526 2004-06-03 David Bateman <dbateman@free.fr> |
|
5527 |
|
5528 * general/shiftdim.m: New function based on JWE code snippet. |
|
5529 |
|
5530 * general/circdim.m: New function. |
|
5531 |
4890
|
5532 2004-05-06 David Bateman <dbateman@free.fr> |
|
5533 |
|
5534 * general/issquare.m: Fail if ndim(x) > 2. |
|
5535 |
|
5536 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
5537 |
|
5538 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
5539 N-d array arguments. Add optional dim argument to define |
|
5540 dimension along which to operate. |
|
5541 |
|
5542 * linear-algebra/dmult.m: Allow N-d arrays. |
|
5543 |
|
5544 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
5545 |
4885
|
5546 2004-04-29 David Bateman <dbateman@free.fr> |
|
5547 |
|
5548 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
5549 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
5550 statistics/base/statistics.m, statistics/base/skewness.m |
|
5551 statistics/base/iqr.m: |
|
5552 Make N-d array aware. Allow optional argument to define the |
|
5553 dimension along which to operate. Update the documentation. |
|
5554 |
|
5555 * statistics/base/ranks.m: Change algorithm to use sort, |
|
5556 and adjust for the ties after. |
|
5557 |
|
5558 * statistics/base/run_counts.m: Change algorithm to use |
|
5559 the a combination of diff and find, rather than a for-loop. |
|
5560 |
4881
|
5561 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
5562 |
|
5563 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
5564 |
4878
|
5565 2004-04-23 David Bateman <dbateman@free.fr> |
|
5566 |
|
5567 * general/int2str.m: Treat only real part of argument, and treat |
|
5568 NDArrays by stacking the slices through the matrix vertically. |
|
5569 |
|
5570 * general/num2str.m: Improve format of integer matrices, and the |
|
5571 conversion of complex matrices added. Treat NDArrays by stacking |
|
5572 the slices through the matrix vertically. |
|
5573 |
|
5574 * deprecated/com2str.m: Moved here from general subdirectory. |
|
5575 |
4877
|
5576 2004-04-22 John W. Eaton <jwe@octave.org> |
|
5577 |
|
5578 * quaternion/qtransvmat.m: Use continuation characters to make |
|
5579 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
5580 |
4869
|
5581 2004-04-21 David Bateman <dbateman@free.fr> |
|
5582 |
5378
|
5583 * elfun/lcm.m: Make N-d aware. |
4870
|
5584 |
4869
|
5585 * general/diff.m: Make the code N-d array aware. Allow an |
|
5586 optional argument to define the dimension along which to perform |
|
5587 the differences and allow the order of the differences to be larger |
|
5588 than the dimension itself. |
|
5589 |
|
5590 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
5591 use of these functions to 1- and 2-d arrays. |
|
5592 |
4863
|
5593 2004-04-16 John W. Eaton <jwe@octave.org> |
|
5594 |
|
5595 * elfun/gcd.m: Delete. |
|
5596 |
4862
|
5597 2004-04-15 David Bateman <dbateman@free.fr> |
|
5598 |
|
5599 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
5600 |
|
5601 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
5602 array aware and and optional argument for the dimension along |
|
5603 which to operate. |
|
5604 |
5378
|
5605 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
5606 argument for the dimension to be consistent with other N-d array |
|
5607 functions. |
|
5608 |
4860
|
5609 2004-04-08 David Bateman <dbateman@free.fr> |
|
5610 |
|
5611 * statistics/distributions/discrete_cdf.m, |
|
5612 statistics/distributions/discrete_inv.m, |
|
5613 statistics/distributions/discrete_pdf.m, |
|
5614 statistics/distributions/discrete_rnd.m, |
|
5615 statistics/distributions/exponential_cdf.m, |
|
5616 statistics/distributions/exponential_inv.m, |
|
5617 statistics/distributions/exponential_pdf.m, |
|
5618 statistics/distributions/exponential_rnd.m, |
|
5619 statistics/distributions/f_cdf.m, |
|
5620 statistics/distributions/f_inv.m, |
|
5621 statistics/distributions/f_pdf.m, |
|
5622 statistics/distributions/f_rnd.m, |
|
5623 statistics/distributions/geometric_cdf.m, |
|
5624 statistics/distributions/geometric_inv.m, |
|
5625 statistics/distributions/geometric_pdf.m, |
|
5626 statistics/distributions/geometric_rnd.m, |
|
5627 statistics/distributions/hypergeometric_rnd.m, |
|
5628 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
5629 statistics/distributions/laplace_cdf.m, |
|
5630 statistics/distributions/laplace_inv.m, |
|
5631 statistics/distributions/laplace_pdf.m, |
|
5632 statistics/distributions/laplace_rnd.m, |
|
5633 statistics/distributions/logistic_inv.m, |
|
5634 statistics/distributions/logistic_rnd.m, |
|
5635 statistics/distributions/lognormal_cdf.m, |
|
5636 statistics/distributions/lognormal_inv.m, |
|
5637 statistics/distributions/lognormal_pdf.m, |
|
5638 statistics/distributions/lognormal_rnd.m, |
|
5639 statistics/distributions/pascal_cdf.m, |
|
5640 statistics/distributions/pascal_inv.m, |
|
5641 statistics/distributions/pascal_pdf.m, |
|
5642 statistics/distributions/pascal_rnd.m, |
|
5643 statistics/distributions/poisson_cdf.m, |
|
5644 statistics/distributions/poisson_inv.m, |
|
5645 statistics/distributions/poisson_pdf.m, |
|
5646 statistics/distributions/poisson_rnd.m, |
|
5647 statistics/distributions/t_cdf.m, |
|
5648 statistics/distributions/t_inv.m, |
|
5649 statistics/distributions/t_pdf.m, |
|
5650 statistics/distributions/t_rnd.m, |
|
5651 statistics/distributions/weibull_cdf.m, |
|
5652 statistics/distributions/weibull_inv.m, |
|
5653 statistics/distributions/weibull_pdf.m, |
|
5654 statistics/distributions/weibull_rnd.m: |
|
5655 Allow N-d arrays. |
|
5656 |
|
5657 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
5658 that results in NaN in places where it should not have had. |
|
5659 |
|
5660 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
5661 allow creating arbitrary matrices, compatiable with the other |
5583
|
5662 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
5663 |
|
5664 * statistics/distributions/empirical_rnd.m: New argument formats |
|
5665 to allow creating arbitrary matrices, compatiable with the other |
5583
|
5666 *_rnd.m functions. Maintain compatibility with previous |
4860
|
5667 format. Allow N-d arrays. |
|
5668 |
|
5669 * statistics/distributions/hypergeometric_cdf.m, |
|
5670 statistics/distributions/hypergeometric_inv.m, |
|
5671 statistics/distributions/hypergeometric_pdf.m, |
|
5672 statistics/distributions/wiener_rnd.m: |
|
5673 Error for non-scalar arguments. |
|
5674 |
|
5675 * statistics/distributions/pascal_rnd.m: |
|
5676 Correct for n = 1 bug, where all elements were equal. |
|
5677 |
4849
|
5678 2004-04-06 David Bateman <dbateman@free.fr> |
|
5679 |
4854
|
5680 * general/common_size.m, miscellaneous/bincoeff.m, |
|
5681 statistics/distributions/beta_cdf.m, |
|
5682 statistics/distributions/beta_inv.m, |
|
5683 statistics/distributions/beta_pdf.m, |
|
5684 statistics/distributions/beta_rnd.m, |
|
5685 statistics/distributions/binomial_cdf.m, |
|
5686 statistics/distributions/binomial_inv.m, |
|
5687 statistics/distributions/binomial_pdf.m, |
|
5688 statistics/distributions/binomial_rnd.m, |
|
5689 statistics/distributions/cauchy_cdf.m, |
|
5690 statistics/distributions/cauchy_inv.m, |
|
5691 statistics/distributions/cauchy_pdf.m, |
|
5692 statistics/distributions/cauchy_rnd.m, |
|
5693 statistics/distributions/chisquare_cdf.m, |
|
5694 statistics/distributions/chisquare_inv.m, |
|
5695 statistics/distributions/chisquare_pdf.m, |
|
5696 statistics/distributions/chisquare_rnd.m, |
|
5697 statistics/distributions/gamma_cdf.m, |
|
5698 statistics/distributions/gamma_inv.m, |
|
5699 statistics/distributions/gamma_pdf.m, |
|
5700 statistics/distributions/gamma_rnd.m, |
|
5701 statistics/distributions/normal_cdf.m, |
|
5702 statistics/distributions/normal_inv.m, |
|
5703 statistics/distributions/normal_pdf.m, |
|
5704 statistics/distributions/normal_rnd.m, |
|
5705 statistics/distributions/stdnormal_cdf.m, |
|
5706 statistics/distributions/stdnormal_pdf.m, |
|
5707 statistics/distributions/stdnormal_rnd.m, |
|
5708 statistics/distributions/uniform_cdf.m, |
|
5709 statistics/distributions/uniform_inv.m, |
|
5710 statistics/distributions/uniform_pdf.m, |
|
5711 statistics/distributions/uniform_rnd.m: |
|
5712 Allow the inputs to be N-d arrays. |
|
5713 |
4852
|
5714 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
5715 * statistics/base/median.m: Likewise. |
4849
|
5716 |
4844
|
5717 2004-04-02 David Bateman <dbateman@free.fr> |
|
5718 |
|
5719 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
5720 * statistics/base/center.m, statistics/base/meansq.m, |
|
5721 statistics/base/moment.m, statistics/base/range.m: |
4852
|
5722 Update for N-d arrays. |
4844
|
5723 * signal/fftshift.m: Fix dimensioning error. |
|
5724 |
|
5725 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
5726 N-d arrays. |
4844
|
5727 |
4852
|
5728 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
5729 |
|
5730 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
5731 |
4852
|
5732 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
5733 |
|
5734 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
5735 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
5736 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
5737 |
|
5738 * control/system/sysidx.m: Use cellidx and not listidx. |
|
5739 |
4841
|
5740 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5741 |
|
5742 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
5743 default of "" (so it is off unless explicitly set by the user). |
|
5744 |
4836
|
5745 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
5746 |
|
5747 * image/imshow.m: Accept "truesize" argument. |
|
5748 Ignore current colormap. New tests and demos. |
|
5749 |
4834
|
5750 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
5751 |
|
5752 * signal/sinewave.m: Allow N to default to M. |
|
5753 |
4826
|
5754 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5755 |
|
5756 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
5757 |
4818
|
5758 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5759 |
|
5760 * general/deal.m: New function. |
4819
|
5761 Add tests from Paul Kienzle. |
4818
|
5762 |
4811
|
5763 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5764 |
|
5765 * plot/hist.m: Compute histogram correctly for n>=30. |
|
5766 |
5095
|
5767 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
5768 |
|
5769 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
5770 |
4806
|
5771 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5772 |
|
5773 * miscellaneous/horzcat.m: Delete. |
|
5774 * miscellaneous/vertcat.m: Delete. |
|
5775 |
4790
|
5776 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5777 |
|
5778 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5779 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5780 |
4789
|
5781 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5782 |
|
5783 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5784 doing multiple plots in the same gnuplot frame. |
|
5785 |
4780
|
5786 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5787 |
|
5788 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5789 control/system/cellidx.m, control/system/ss.m, |
|
5790 control/system/tf.m, control/system/zp.m: New functions. |
|
5791 |
4778
|
5792 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5793 |
|
5794 * statistics/distributions/discrete_inv.m: |
|
5795 Reduce memory requirements. |
|
5796 |
4772
|
5797 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5798 |
|
5799 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5800 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5801 |
4771
|
5802 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5803 |
|
5804 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5805 control/base/analdemo.m, control/base/bddemo.m, |
|
5806 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5807 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5808 control/base/rldemo.m, control/base/rlocus.m, |
|
5809 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5810 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5811 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5812 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5813 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5814 control/system/__sysdefioname__.m, |
|
5815 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5816 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5817 control/system/c2d.m, control/system/d2c.m, |
|
5818 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5819 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5820 control/system/jet707.m, control/system/listidx.m, |
|
5821 control/system/moddemo.m, control/system/ord2.m, |
|
5822 control/system/packedform.m, control/system/parallel.m, |
|
5823 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5824 control/system/sys2zp.m, control/system/sysadd.m, |
|
5825 control/system/sysappend.m, control/system/sysconnect.m, |
|
5826 control/system/syscont.m, control/system/sysdimensions.m, |
|
5827 control/system/sysdisc.m, control/system/sysdup.m, |
|
5828 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5829 control/system/sysgroup.m, control/system/sysmin.m, |
|
5830 control/system/sysmult.m, control/system/sysprune.m, |
|
5831 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5832 control/system/syssetsignals.m, control/system/syssub.m, |
|
5833 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5834 control/system/ugain.m, control/system/zp2ss.m, |
|
5835 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5836 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5837 Use cell arrays instead of lists. |
|
5838 |
4723
|
5839 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5840 |
|
5841 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5842 so that bar (1, 1) will work. |
|
5843 |
4710
|
5844 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5845 |
4717
|
5846 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5847 * plot/__errplot__.m: Likewise. |
|
5848 * plot/__plt__.m: Likewise. |
|
5849 * plot/plot_border.m: Likewise. |
|
5850 |
4710
|
5851 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5852 not $(DOCSTRINGS). |
|
5853 |
4706
|
5854 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5855 |
|
5856 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5857 rank ([], tol). |
|
5858 |
4691
|
5859 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5860 |
4692
|
5861 * elfun/acot.m: Return atan (1./z). |
|
5862 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5863 |
4691
|
5864 * miscellaneous/dir.m: New file. |
|
5865 |
|
5866 * general/num2str.m: Use "%d" as format if values are ints with |
|
5867 magnitude less than 1e10. |
|
5868 |
|
5869 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5870 |
|
5871 * general/num2str.m: If single arg is string, return it. |
|
5872 |
|
5873 * miscellaneous/not.m: New file. |
|
5874 |
|
5875 * miscellaneous/unix.m: New file. |
|
5876 |
|
5877 * miscellaneous/isunix.m: New file. |
|
5878 * miscellaneous/ispc.m: New file. |
|
5879 |
|
5880 * miscellaneous/computer.m: New file. |
|
5881 |
|
5882 * miscellaneous/delete.m: New file. |
|
5883 |
4689
|
5884 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5885 |
|
5886 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5887 |
|
5888 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5889 |
|
5890 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5891 Always return substituted version of LOADPATH if nargout != 0. |
|
5892 |
4685
|
5893 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5894 |
|
5895 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5896 before continuing. |
|
5897 |
|
5898 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5899 |
4677
|
5900 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5901 |
|
5902 * general/ind2sub.m: New file. |
|
5903 * general/sub2ind.m: New file. |
|
5904 |
4675
|
5905 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5906 |
|
5907 * control/system/zp2ss.m: Don't save and restore |
|
5908 warn_empty_list_elements. |
|
5909 |
|
5910 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5911 |
6778
|
5912 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5913 |
4673
|
5914 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5915 |
|
5916 * statistics/base/mean.m: Remove special case for row vectors. |
|
5917 |
4637
|
5918 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5919 |
|
5920 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5921 |
4631
|
5922 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5923 |
|
5924 * statistics/base/iqr.m: Handle matrices. |
|
5925 |
4630
|
5926 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5927 |
|
5928 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5929 |
4629
|
5930 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5931 |
|
5932 * miscellaneous/path.m: Fix thinko in previous change. |
|
5933 |
4609
|
5934 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5935 |
4629
|
5936 * control/base/dare.m: Check positive (semi)definiteness and |
|
5937 dimensions of r (and q). |
|
5938 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5939 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5940 near unit circle. |
4611
|
5941 |
|
5942 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5943 Correct the behavior for discrete-time systems. |
|
5944 * control/system/is_stabilizable.m: Likewise. |
|
5945 |
4609
|
5946 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5947 |
|
5948 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5949 |
4610
|
5950 * general/isdefinite.m: New function. |
|
5951 |
4567
|
5952 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5953 |
|
5954 * general/reshape: Delete. |
|
5955 |
4559
|
5956 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5957 |
|
5958 * general/numel.m: Delete. |
|
5959 |
4535
|
5960 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5961 |
4536
|
5962 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5963 |
|
5964 * deprecated/isstr.m: New file. |
4535
|
5965 |
4529
|
5966 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5967 |
|
5968 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5969 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5970 |
4525
|
5971 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5972 |
|
5973 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5974 |
4503
|
5975 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5976 |
|
5977 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5978 |
4492
|
5979 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5980 |
|
5981 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5982 Allow optional length argument. |
|
5983 |
4491
|
5984 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5985 |
|
5986 * polynomial/polyfit.m: Avoid calling flipud. |
|
5987 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5988 Return structure as second output value for improved Matlab |
|
5989 compatibility. |
|
5990 |
4476
|
5991 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5992 |
4478
|
5993 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5994 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5995 with one non-zero dimension. |
|
5996 |
4476
|
5997 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5998 warn_single_quote_string to the list. |
4478
|
5999 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
6000 from the list. |
4476
|
6001 |
5095
|
6002 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
6003 |
|
6004 * signal/autocov.m: Transpose result of conj because diag returns |
|
6005 a column vector, not a row vector. |
|
6006 |
|
6007 * audio/playaudio.m, audio/record.m, image/image.m, |
|
6008 miscellaneous/bug_report.m: Protect spaces in filenames |
|
6009 with quotes. |
|
6010 |
4466
|
6011 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6012 |
4468
|
6013 * io/printf.m, io/puts.m: Delete. |
|
6014 |
4466
|
6015 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
6016 default_return_value from the list. |
|
6017 Add warn_undefined_return_values to the list. |
|
6018 |
|
6019 |
4464
|
6020 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6021 |
|
6022 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
6023 and initialize_global_variables from the list. |
|
6024 |
4460
|
6025 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6026 |
4463
|
6027 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
6028 |
|
6029 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
6030 |
|
6031 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
6032 * control/system/sys2fir.m: Likewise. |
|
6033 |
|
6034 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
6035 * control/system/__tf2sysl__.m: Likewise. |
|
6036 |
|
6037 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
6038 |
|
6039 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
6040 and [] concatenation. |
|
6041 * control/system/sys2fir.m: Likewise. |
|
6042 |
|
6043 * control/base/dgram.m, control/base/freqchkw.m, |
|
6044 control/base/gram.m, control/system/__abcddims__.m, |
|
6045 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
6046 control/system/is_sample.m, control/system/is_signal_list.m, |
|
6047 control/system/is_siso.m, control/system/sys2fir.m, |
|
6048 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
6049 control/system/sysgettype.m, control/system/tf2zp.m, |
|
6050 control/system/ugain.m, control/util/prompt.m, |
|
6051 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
6052 control/util/zgshsr.m: |
|
6053 Improve conformance to Octave coding style. |
|
6054 |
4461
|
6055 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
6056 the list. |
|
6057 Delete resize_on_range_error from the list. |
|
6058 |
4460
|
6059 * control/base/pzmap.m, control/base/place.m, |
|
6060 control/base/__freqresp__.m, control/system/sysappend.m, |
|
6061 control/system/syscont.m, control/system/sysdisc.m, |
|
6062 control/system/sysgroup.m, control/system/tfout.m, |
|
6063 control/system/zp2ss.m, control/system/zpout.m, |
|
6064 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
6065 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
6066 empty_list_elements_ok. |
|
6067 |
|
6068 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
6069 Delete empty_list_elements_ok from the list. |
|
6070 |
4457
|
6071 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6072 |
|
6073 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
6074 list. |
|
6075 Delete treat_neg_dim_as_zero from the list. |
|
6076 |
|
6077 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
6078 |
4451
|
6079 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6080 |
4455
|
6081 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
6082 was not used in the code in any case). |
|
6083 |
|
6084 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
6085 do_fortran_indexing. |
|
6086 |
4452
|
6087 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
6088 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
6089 |
4451
|
6090 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
6091 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
6092 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
6093 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
6094 warn_fortran_indexing in the list. |
|
6095 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
6096 implicit_str_to_num_ok, do_fortran_indexing, and |
|
6097 prefer_column_vectors from list. |
4451
|
6098 |
4440
|
6099 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6100 |
|
6101 * Makefile.in (distclean, maintainer-clean): Also remove |
|
6102 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
6103 directory. |
|
6104 |
5095
|
6105 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
6106 |
|
6107 * plot/hist.m: Don't forget to define n if x is a vector. |
|
6108 |
5095
|
6109 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
6110 |
|
6111 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
6112 return "." with extension. |
|
6113 |
4422
|
6114 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6115 |
|
6116 * control/base/__stepimp__.m, control/base/nichols.m, |
|
6117 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
6118 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
6119 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
6120 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
6121 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
6122 |
4413
|
6123 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6124 |
|
6125 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
6126 |
5095
|
6127 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
6128 |
|
6129 * plot/hist.m: Improve performance by using different algorithms |
|
6130 depending on number of bins. |
|
6131 |
4404
|
6132 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6133 |
|
6134 * control/system/sysadd.m: If systems are not "tf", convert before |
|
6135 adding. |
|
6136 |
5095
|
6137 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
6138 |
|
6139 * image/imagesc.m: Accept data limits parameter for colormap. |
|
6140 |
5095
|
6141 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
6142 |
|
6143 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
6144 the impulse by t_step. |
|
6145 |
4373
|
6146 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6147 |
|
6148 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
6149 column vectors. |
|
6150 |
5095
|
6151 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
6152 |
|
6153 * linear-algebra/null.m: Handle empty matrix arg. |
|
6154 |
4369
|
6155 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6156 |
|
6157 * general/shift.m: Force empty_list_elements_ok to 1. |
|
6158 |
4358
|
6159 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6160 |
|
6161 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
6162 New files. |
|
6163 |
4348
|
6164 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6165 |
|
6166 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
6167 function handle to pass to feval. |
|
6168 * statistics/base/qqplot.m: Likewise. |
|
6169 * statistics/base/ppplot.m: Likewise. |
|
6170 * signal/spectral_xdf.m: Likewise. |
|
6171 * signal/spectral_adf.m: Likewise. |
|
6172 |
4340
|
6173 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6174 |
|
6175 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
6176 |
4334
|
6177 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6178 |
|
6179 * linear-algebra/logm.m: New file. |
|
6180 |
5095
|
6181 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
6182 |
|
6183 * mkpkgadd: Scan C++ files as well |
|
6184 |
5095
|
6185 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
6186 |
|
6187 * strings/findstr.m: Return empty set for zero-length target. |
|
6188 |
5095
|
6189 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
6190 |
|
6191 * set/union.m: Preserve the orientation of inputs. |
|
6192 |
4305
|
6193 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6194 |
|
6195 * general/int2str.m: Eliminate leading spaces. |
|
6196 |
4303
|
6197 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6198 |
|
6199 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
6200 |
5095
|
6201 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
6202 |
|
6203 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
6204 $(BUILD_LDFLAGS) to compiler. |
|
6205 |
4295
|
6206 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6207 |
|
6208 * general/num2str.m: Don't specify field width for scalars. |
|
6209 |
4292
|
6210 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6211 |
|
6212 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
6213 |
4265
|
6214 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6215 |
4279
|
6216 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
6217 |
4266
|
6218 * miscellaneous/tempname.m: New file. |
|
6219 |
|
6220 * miscellaneous/tempdir.m: New file. |
|
6221 |
4265
|
6222 * miscellaneous/fullfile.m: New file. |
|
6223 |
4259
|
6224 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6225 |
4264
|
6226 * miscellaneous/fileparts.m: New file. |
|
6227 |
|
6228 * io/beep.m: New file. |
|
6229 |
4260
|
6230 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
6231 format only. |
4259
|
6232 |
4257
|
6233 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6234 |
|
6235 * strings/strcmp.m: Handle cell arrays of strings. |
|
6236 |
4229
|
6237 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6238 |
|
6239 * general/int2str.m: Handle matrices. |
|
6240 * general/num2str.m: Likewise. |
|
6241 Also handle optional precision, and format args. |
|
6242 |
4225
|
6243 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6244 |
|
6245 * audio/Makefile.in, control/base/Makefile.in, |
|
6246 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
6247 control/system/Makefile.in, elfun/Makefile.in, |
|
6248 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
6249 io/Makefile.in, linear-algebra/Makefile.in, |
|
6250 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
6251 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
6252 specfun/Makefile.in, special-matrix/Makefile.in, |
|
6253 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
6254 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
6255 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
6256 deprecated/Makefile.in: Use new do-script-install and |
|
6257 do-script-uninstall macros. |
|
6258 |
|
6259 * mkpkgadd: New script. |
|
6260 |
|
6261 * plot/close.m: New file. |
|
6262 |
4184
|
6263 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6264 |
|
6265 * image/image.m: Use -raw option for xv. |
|
6266 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
6267 |
4172
|
6268 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6269 |
4174
|
6270 * control/base/lsim.m: Use approximate test for step size change. |
|
6271 |
4172
|
6272 * signal/bartlett.m: Avoid row/column mismatch error. |
|
6273 |
5095
|
6274 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
6275 |
|
6276 * statistics/base/var.m: Use better formula for improved accuracy. |
|
6277 |
5095
|
6278 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
6279 |
|
6280 * control/base/lsim.m: Correct doc string. |
|
6281 |
5095
|
6282 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
6283 |
|
6284 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
6285 |
4148
|
6286 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6287 |
|
6288 * plot/contour.m: Handle x and y as matrices too. |
|
6289 |
5095
|
6290 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
6291 |
|
6292 * plot/contour.m: Fix error and usage messages. |
|
6293 |
4146
|
6294 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6295 |
|
6296 * plot/contour.m: Correct orientation of plot. |
|
6297 |
4139
|
6298 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6299 |
|
6300 * control/base/analdemo.m: Fix typo. |
|
6301 |
5095
|
6302 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
6303 |
|
6304 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
6305 |
4098
|
6306 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6307 |
|
6308 * mkdoc: Exit immediately on errors. |
|
6309 Exit with error if gethelp does not exist. |
|
6310 |
|
6311 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
6312 |
4093
|
6313 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6314 |
|
6315 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
6316 |
5095
|
6317 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
6318 |
|
6319 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
6320 * statistics/distributions/normal_pdf.m: Likewise. |
|
6321 * statistics/distributions/normal_inv.m: Likewise. |
|
6322 |
5095
|
6323 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
6324 |
|
6325 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
6326 |
5095
|
6327 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
6328 |
|
6329 * statistics/base/var.m: Handle complex values. |
|
6330 |
4031
|
6331 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6332 |
|
6333 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
6334 list. |
|
6335 * deprecated/Makefile.in: New file. |
|
6336 |
5095
|
6337 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
6338 |
|
6339 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
6340 * statistics/distributions/binomial_cdf.m: Likewise. |
|
6341 * statistics/distributions/f_cdf.m: Likewise. |
|
6342 * statistics/distributions/t_cdf.m: Likewise. |
|
6343 |
|
6344 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
6345 * specfun/beta.m: Likewise. |
|
6346 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
6347 * statistics/distributions/gamma_pdf.m: Likewise. |
|
6348 * statistics/distributions/poisson_pdf.m: Likewise. |
|
6349 |
|
6350 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
6351 * statistics/distributions/poisson_cdf.m: Likewise. |
|
6352 |
4026
|
6353 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6354 |
4028
|
6355 * deprecated/is_bool.m: New file. |
|
6356 * deprecated/is_complex.m: New file. |
|
6357 * deprecated/is_global.m: New file. |
|
6358 * deprecated/is_list.m: New file. |
|
6359 * deprecated/is_matrix.m: New file. |
|
6360 * deprecated/is_scalar.m: New file. |
|
6361 * deprecated/is_square.m: New file. |
|
6362 * deprecated/is_stream.m: New file. |
|
6363 * deprecated/is_struct.m: New file. |
|
6364 * deprecated/is_symmetric.m: New file. |
|
6365 * deprecated/is_vector.m: New file. |
4030
|
6366 * Change all callers of these functions to use the new names. |
4028
|
6367 |
4029
|
6368 * deprecated: New directory. |
|
6369 * Makefile.in (SUBDIRS): Add it to the list. |
|
6370 |
4026
|
6371 * general/isscalar.m: Rename from is_scalar.m. |
|
6372 * general/issquare.m: Rename from is_square.m. |
|
6373 * general/issymmetric.m: Rename from is_symmetric.m. |
|
6374 * general/isvector.m: Rename from is_vector.m. |
|
6375 |
4022
|
6376 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6377 |
|
6378 * statistics/base/mean.m: Allow empty matrices. |
|
6379 Handle DIM arg. |
|
6380 |
5095
|
6381 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
6382 |
|
6383 * plot/__errcomm__.m: If format is not specified, default to error |
|
6384 bar format. |
|
6385 |
4011
|
6386 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6387 |
|
6388 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
6389 __F_SETFL__ and __O_NONBLOCK__. |
|
6390 |
|
6391 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
6392 * miscellaneous/bug_report.m: Likewise. |
|
6393 |
4007
|
6394 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6395 |
4008
|
6396 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
6397 * general/rem.m: Likewise. |
|
6398 |
|
6399 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
6400 * plot/semilogxerr.m: Likewise. |
4007
|
6401 * plot/semilogyerr.m: Likewise. |
|
6402 |
5095
|
6403 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
6404 |
|
6405 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
6406 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
6407 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
6408 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
6409 |
|
6410 * plot/errorbar.m: Use __errcomm__.m. |
|
6411 * plot/__errplot__.m: Minor cleanups. |
|
6412 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
6413 * plot/__pltopt1__.m: Likewise. |
|
6414 |
3980
|
6415 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6416 |
3981
|
6417 * general/rem.m: Delete redundant call to usage. |
|
6418 |
3980
|
6419 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
6420 |
5095
|
6421 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
6422 |
|
6423 * general/mod.m: New function. |
|
6424 |
3979
|
6425 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6426 |
|
6427 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
6428 * control/system/sysadd.m: Likewise. |
|
6429 * control/system/sysgroup.m: Likewise. |
|
6430 * control/system/syssub.m: Likewise. |
|
6431 * elfun/gcd.m: Likewise. |
|
6432 * elfun/lcm.m: Likewise. |
|
6433 * general/common_size.m: Likewise. |
|
6434 * io/printf.m: Likewise. |
|
6435 * miscellaneous/menu.m: Likewise. |
|
6436 * miscellaneous/path.m: Likewise. |
|
6437 * plot/__errplot__.m: Likewise. |
|
6438 * plot/__plt__.m: Likewise. |
|
6439 * plot/axis.m: Likewise. |
|
6440 * plot/errorbar.m: Likewise. |
|
6441 * plot/mplot.m: Likewise. |
|
6442 * plot/loglog.m: Likewise. |
|
6443 * plot/plot.m: Likewise. |
|
6444 * plot/plot_border.m: Likewise. |
|
6445 * plot/semilogx.m: Likewise. |
|
6446 * plot/semilogy.m: Likewise. |
|
6447 * plot/xlabel.m: Likewise. |
|
6448 * plot/ylabel.m: Likewise. |
|
6449 * plot/zlabel.m: Likewise. |
|
6450 * statistics/base/ppplot.m: Likewise. |
|
6451 * statistics/base/qqplot.m: Likewise. |
|
6452 * statistics/tests/bartlett_test.m: Likewise. |
|
6453 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
6454 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6455 * strings/str2mat.m: Likewise. |
|
6456 * strings/strcat.m: Likewise. |
|
6457 |
5095
|
6458 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
6459 |
|
6460 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
6461 |
3924
|
6462 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6463 |
|
6464 * skip-autoheader: New file, for autogen.sh. |
3925
|
6465 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
6466 |
5095
|
6467 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
6468 |
|
6469 * general/repmat.m: New function. |
|
6470 |
5095
|
6471 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
6472 |
|
6473 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
6474 Use optional parameter to specify the number of bits in the input. |
|
6475 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
6476 floats in the range [-1,1], 2x speedup. |
|
6477 |
|
6478 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
6479 |
3910
|
6480 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6481 |
|
6482 * linear-algebra/kron.m: Delete. |
|
6483 |
5095
|
6484 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
6485 |
|
6486 * signal/freqz.m: If nargout is zero, plot results instead of |
|
6487 returning them. |
|
6488 * signal/freqz_plot.m: New file. |
|
6489 |
5095
|
6490 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
6491 |
5378
|
6492 * signal/unwrap.m: New file. |
3906
|
6493 |
5095
|
6494 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
6495 |
|
6496 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
6497 divide by zero warning. |
|
6498 |
5095
|
6499 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
6500 |
3894
|
6501 * strings/deblank.m: Trim \0 as well as blank. |
|
6502 |
5378
|
6503 * freqz.m: Evaluate a specific range of frequencies |
3893
|
6504 expressed in radians or Hz relative to a supplied sample rate. |
|
6505 |
5095
|
6506 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
6507 |
|
6508 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
6509 |
3891
|
6510 * strings/findstr.m: Vectorize as much as possible. |
|
6511 |
5095
|
6512 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
6513 |
|
6514 * special-matrix/invhilb.m: New version that is faster and more |
|
6515 accurate. |
|
6516 |
5095
|
6517 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
6518 |
|
6519 * configure.in: Update for autoconf 2.5x. |
|
6520 |
5095
|
6521 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
6522 |
|
6523 * special-matrix/vander.m: Code tidy and vectorize. |
|
6524 |
5095
|
6525 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
6526 |
3883
|
6527 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
6528 to vectors. Issue a warning in the case x matches y' but return a |
|
6529 column vector as Octave currently does. |
|
6530 |
3882
|
6531 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
6532 |
|
6533 * control/system/starp.m: Leave more of the documentation |
|
6534 processing to texinfo and less to the @format block. |
|
6535 |
|
6536 * image/imagesc.m: Only display image if no output is requested. |
|
6537 Code tidying. |
|
6538 |
3876
|
6539 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6540 |
|
6541 * statistics/base/center.m: Accept and return empty matrix. |
|
6542 |
3872
|
6543 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6544 |
|
6545 * specfun/erfinv.m: Fix usage message. |
|
6546 |
3869
|
6547 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6548 |
|
6549 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
6550 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
6551 |
3837
|
6552 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6553 |
|
6554 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
6555 capitalized variable names. |
|
6556 |
3836
|
6557 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
6558 |
|
6559 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
6560 |
5095
|
6561 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
6562 |
|
6563 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
6564 |
3803
|
6565 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
6566 |
3833
|
6567 * general/cart2pol.m: New file. |
|
6568 * general/pol2cart.m: New file. |
|
6569 * general/cart2sph.m: New file. |
|
6570 * general/sph2cart.m: New file. |
|
6571 * image/rgb2hsv.m: New file. |
|
6572 * image/hsv2rgb.m: New file. |
3803
|
6573 |
|
6574 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6575 |
|
6576 * plot/meshgrid.m: Avoid for loops. |
|
6577 * plot/meshdom.m: Likewise. |
|
6578 |
3801
|
6579 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6580 |
|
6581 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
6582 |
|
6583 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
6584 |
|
6585 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
6586 norm. |
|
6587 |
3792
|
6588 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
6589 |
|
6590 * statistics/tests/welch_test.m: Fix typo. |
|
6591 |
|
6592 * statistics/distributions/chisquare_cdf.m: |
|
6593 Don't restrict inputs to be only positive integers. |
|
6594 * statistics/distributions/chisquare_inv.m: Likewise. |
|
6595 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
6596 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
6597 * statistics/distributions/f_cdf.m: Likewise. |
|
6598 * statistics/distributions/f_inv.m: Likewise. |
|
6599 * statistics/distributions/f_pdf.m: Likewise. |
|
6600 * statistics/distributions/f_rnd.m: Likewise. |
|
6601 * statistics/distributions/t_cdf.m: Likewise. |
|
6602 * statistics/distributions/t_inv.m: Likewise. |
|
6603 * statistics/distributions/t_pdf.m: Likewise. |
|
6604 * statistics/distributions/t_rnd.m: Likewise. |
|
6605 |
3790
|
6606 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6607 |
|
6608 * strings/dec2base.m: New file. |
|
6609 * strings/base2dec.m: New file. |
|
6610 * strings/strjust.m: New file. |
|
6611 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
6612 * strings/dec2bin.m: Likewise. |
|
6613 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
6614 * strings/bin2dec.m: Likewise. |
|
6615 |
5095
|
6616 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
6617 |
|
6618 * statistics/base/ppplot.m: Use gset, not set. |
|
6619 * statistics/base/qqplot.m: Likewise. |
|
6620 |
5095
|
6621 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
6622 |
|
6623 * control/system/c2d.m: Add missing endif. |
|
6624 |
3759
|
6625 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6626 |
|
6627 * strings/index.m: Return 0 if either string is empty. |
|
6628 |
|
6629 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
6630 |
|
6631 * control/system/c2d.m: Allow option of matched pole/zero |
|
6632 equivalent for conversion. |
|
6633 |
|
6634 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
6635 |
|
6636 * strings/findstr.m: Return empty matrix if search string is empty. |
|
6637 |
3757
|
6638 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
6639 |
|
6640 * saveimage.m: Do create rawbit image for black and white images, |
|
6641 but do it correctly. |
|
6642 |
3754
|
6643 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6644 |
6778
|
6645 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
6646 result polynomials. |
3754
|
6647 |
3748
|
6648 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6649 |
|
6650 * image/saveimage.m: Don't try to create rawbit image. |
|
6651 |
3740
|
6652 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6653 |
|
6654 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
6655 |
5095
|
6656 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
6657 |
|
6658 * plot/contour.m: Reorder args for Matlab compatibility. |
|
6659 |
3727
|
6660 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
6661 |
|
6662 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
6663 |
3717
|
6664 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6665 |
3718
|
6666 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
6667 |
3717
|
6668 * plot/mesh.m: Also set nologscale before plotting. |
|
6669 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
6670 xyerrorbars instead of just errorbars. |
|
6671 |
3714
|
6672 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
6673 |
|
6674 * image/image.m: Try display (from ImageMagick) first. |
|
6675 |
3709
|
6676 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
6677 |
|
6678 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
6679 conjugate transpose. |
|
6680 |
3705
|
6681 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6682 |
|
6683 * strings/str2mat.m: Apply setstr to each argument. |
|
6684 |
3696
|
6685 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
6686 |
|
6687 * control/base/dkalman.m: New file. |
|
6688 * control/base/dlqe.m: Handle singular A matrix. |
|
6689 * control/base/dlqr.m: Likewise. |
|
6690 |
3695
|
6691 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6692 |
|
6693 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
6694 dimensions don't match. |
|
6695 |
3690
|
6696 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
6697 |
|
6698 * plot/hist.m: Allow 3 argument form to work. |
|
6699 |
5095
|
6700 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
6701 |
|
6702 * plot/plot.m: Add examples in doc string. |
|
6703 |
5095
|
6704 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
6705 |
|
6706 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
6707 Do the right thing even if automatic_replot is not zero. |
|
6708 Avoid failure if system has pure imaginary poles. |
|
6709 |
3674
|
6710 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6711 |
|
6712 * general/logical.m: Return arg if it is empty. Better error |
|
6713 message for non-numeric types. |
|
6714 |
5095
|
6715 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
6716 |
|
6717 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
6718 about difference with Matlab dlqe function. |
|
6719 |
|
6720 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
6721 |
5095
|
6722 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
6723 |
|
6724 * strings/strrep.m: Fix typo. |
|
6725 |
3666
|
6726 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6727 |
|
6728 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
6729 |
5095
|
6730 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
6731 |
|
6732 * strings/strrep.m: Avoid for loop for speed. |
3667
|
6733 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
6734 |
5095
|
6735 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
6736 |
|
6737 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
6738 guess for iteration. |
|
6739 |
3651
|
6740 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6741 |
|
6742 * image/image.m: Allow image (A) or image (x, y, A). |
|
6743 * image/imagesc.m: Likewise. |
|
6744 |
|
6745 * image/image.m: If zoom is not supplied, or if it is an empty |
|
6746 matrix, autoscale the image. |
|
6747 |
3618
|
6748 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6749 |
3619
|
6750 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
6751 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6752 |
3618
|
6753 * image/saveimage.m: Add comment to file saying who created it and |
|
6754 when it was created. Suggested by Stephen Eglen |
|
6755 <stephen@cogsci.ed.ac.uk>. |
|
6756 |
5095
|
6757 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
6758 |
|
6759 * polynomial/polyreduce.m: Simplify by looking for the first |
|
6760 non-zero element rather than the last of the first set of zero |
|
6761 elements. |
|
6762 |
|
6763 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
6764 |
5095
|
6765 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
6766 |
|
6767 * image/saveimage.m: Swap black and white colormaps so zero is |
|
6768 displayed as black and 1 is displayed as white. |
|
6769 Fix indexing bug in ppm case. |
|
6770 |
3604
|
6771 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6772 |
|
6773 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6774 between the two distributions (took same approach as ks.test() in R.) |
|
6775 |
3603
|
6776 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6777 |
|
6778 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6779 |
3599
|
6780 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6781 |
3601
|
6782 * Makefile.in (clean): Also remove gethelp. |
|
6783 |
3599
|
6784 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6785 |
5095
|
6786 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6787 |
|
6788 * set/create_set.m: Use find to avoid while loop. |
|
6789 |
5095
|
6790 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6791 |
|
6792 * plot/hist.m: New optional third argument. |
|
6793 |
|
6794 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6795 |
|
6796 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6797 number appended. |
|
6798 |
3575
|
6799 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6800 |
|
6801 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6802 |
3498
|
6803 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6804 |
|
6805 * image/saveimage.m: Delete some debugging code. |
|
6806 |
3486
|
6807 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6808 |
|
6809 * signal/sinc.m: Avoid reshaping. |
|
6810 |
|
6811 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6812 * image/ind2rgb.m: Ditto. |
|
6813 * image/ind2gray.m: Ditto. |
|
6814 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6815 implicit_str_to_num_ok. |
|
6816 |
3483
|
6817 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6818 |
|
6819 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6820 a list of file structures, not a vector of numeric file ids. |
|
6821 |
3474
|
6822 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6823 |
3476
|
6824 * plot/__axis_label__.m: New function. |
|
6825 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6826 * plot/xlabel.m: Use it. |
|
6827 * plot/ylabel.m: Ditto. |
|
6828 * plot/zlabel.m: Ditto. |
|
6829 |
3474
|
6830 * plot/mesh.m: Fix error message to reflect reality. |
|
6831 |
5095
|
6832 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6833 |
|
6834 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6835 |
5095
|
6836 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6837 |
|
6838 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6839 * audio/loadaudio.m: Ditto. |
|
6840 * audio/playaudio.m: Ditto. |
|
6841 |
3456
|
6842 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6843 |
|
6844 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6845 * statistics/distributions/beta_inv.m: Ditto. |
|
6846 * statistics/distributions/beta_pdf.m: Ditto. |
|
6847 * statistics/distributions/beta_rnd.m: Ditto. |
|
6848 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6849 * statistics/distributions/binomial_inv.m: Ditto. |
|
6850 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6851 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6852 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6853 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6854 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6855 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6856 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6857 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6858 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6859 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6860 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6861 * statistics/distributions/discrete_inv.m: Ditto. |
|
6862 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6863 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6864 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6865 * statistics/distributions/empirical_inv.m: Ditto. |
|
6866 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6867 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6868 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6869 * statistics/distributions/exponential_inv.m: Ditto. |
|
6870 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6871 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6872 * statistics/distributions/f_cdf.m: Ditto. |
|
6873 * statistics/distributions/f_inv.m: Ditto. |
|
6874 * statistics/distributions/f_pdf.m: Ditto. |
|
6875 * statistics/distributions/f_rnd.m: Ditto. |
|
6876 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6877 * statistics/distributions/gamma_inv.m: Ditto. |
|
6878 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6879 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6880 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6881 * statistics/distributions/geometric_inv.m: Ditto. |
|
6882 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6883 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6884 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6885 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6886 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6887 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6888 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6889 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6890 * statistics/distributions/laplace_inv.m: Ditto. |
|
6891 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6892 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6893 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6894 * statistics/distributions/logistic_inv.m: Ditto. |
|
6895 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6896 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6897 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6898 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6899 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6900 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6901 * statistics/distributions/normal_cdf.m: Ditto. |
|
6902 * statistics/distributions/normal_inv.m: Ditto. |
|
6903 * statistics/distributions/normal_pdf.m: Ditto. |
|
6904 * statistics/distributions/normal_rnd.m: Ditto. |
|
6905 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6906 * statistics/distributions/pascal_inv.m: Ditto. |
|
6907 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6908 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6909 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6910 * statistics/distributions/poisson_inv.m: Ditto. |
|
6911 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6912 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6913 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6914 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6915 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6916 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6917 * statistics/distributions/t_cdf.m: Ditto. |
|
6918 * statistics/distributions/t_inv.m: Ditto. |
|
6919 * statistics/distributions/t_pdf.m: Ditto. |
|
6920 * statistics/distributions/t_rnd.m: Ditto. |
|
6921 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6922 * statistics/distributions/uniform_inv.m: Ditto. |
|
6923 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6924 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6925 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6926 * statistics/distributions/weibull_inv.m: Ditto. |
|
6927 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6928 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6929 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6930 |
3453
|
6931 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6932 |
|
6933 * statistics/base/values.m: Texinfoize doc string. |
|
6934 * statistics/base/var.m: Ditto. |
|
6935 * statistics/base/table.m: Ditto. |
|
6936 * statistics/base/studentize.m: Ditto. |
|
6937 * statistics/base/statistics.m: Ditto. |
|
6938 * statistics/base/spearman.m: Ditto. |
|
6939 * statistics/base/run_count.m: Ditto. |
|
6940 * statistics/base/ranks.m: Ditto. |
|
6941 * statistics/base/range.m: Ditto. |
|
6942 * statistics/base/qqplot.m: Ditto. |
|
6943 * statistics/base/probit.m: Ditto. |
|
6944 * statistics/base/ppplot.m: Ditto. |
|
6945 * statistics/base/moment.m: Ditto. |
|
6946 * statistics/base/meansq.m: Ditto. |
|
6947 * statistics/base/logit.m: Ditto. |
|
6948 * statistics/base/kendall.m: Ditto. |
|
6949 * statistics/base/iqr.m: Ditto. |
|
6950 * statistics/base/cut.m: Ditto. |
|
6951 * statistics/base/cor.m: Ditto. |
|
6952 * statistics/base/cloglog.m: Ditto. |
|
6953 * statistics/base/center.m: Ditto. |
3454
|
6954 * statistics/models/logistic_regression.m: Ditto. |
|
6955 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6956 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6957 * statistics/tests/anova.m: Ditto. |
|
6958 * statistics/tests/bartlett_test.m: Ditto. |
|
6959 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6960 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6961 * statistics/tests/cor_test.m: Ditto. |
|
6962 * statistics/tests/f_test_regression.m: Ditto. |
|
6963 * statistics/tests/hotelling_test.m: Ditto. |
|
6964 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6965 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6966 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6967 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6968 * statistics/tests/manova.m: Ditto. |
|
6969 * statistics/tests/mcnemar_test.m: Ditto. |
|
6970 * statistics/tests/prop_test_2.m: Ditto. |
|
6971 * statistics/tests/run_test.m: Ditto. |
|
6972 * statistics/tests/sign_test.m: Ditto. |
|
6973 * statistics/tests/t_test.m: Ditto. |
|
6974 * statistics/tests/t_test_2.m: Ditto. |
|
6975 * statistics/tests/t_test_regression.m: Ditto. |
|
6976 * statistics/tests/u_test.m: Ditto. |
|
6977 * statistics/tests/var_test.m: Ditto. |
|
6978 * statistics/tests/welch_test.m: Ditto. |
|
6979 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6980 * statistics/tests/z_test.m: Ditto. |
|
6981 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6982 |
3446
|
6983 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6984 |
|
6985 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6986 * plot/__plr1__.m: Ditto. |
|
6987 * plot/__pltopt__.m: Ditto. |
|
6988 * plot/__plt__.m: Ditto. |
|
6989 * plot/__plt2vv__.m: Ditto. |
|
6990 * plot/__plr2__.m: Ditto. |
|
6991 * plot/__plr__.m: Ditto. |
|
6992 * plot/__plt1__.m: Ditto. |
|
6993 * plot/__plt2__.m: Ditto. |
|
6994 * plot/__plt2mm__.m: Ditto. |
|
6995 * plot/__plt2mv__.m: Ditto. |
|
6996 * plot/__plt2ss__.m: Ditto. |
|
6997 * miscellaneous/paren.m: Ditto. |
|
6998 * miscellaneous/comma.m: Ditto. |
|
6999 * miscellaneous/semicolon.m: Ditto. |
|
7000 * miscellaneous/path.m: Ditto. |
|
7001 * miscellaneous/list_primes.m: Ditto. |
|
7002 * miscellaneous/flops.m: Ditto. |
|
7003 * miscellaneous/dump_prefs.m: Ditto. |
|
7004 * miscellaneous/bug_report.m: Ditto. |
|
7005 * linear-algebra/dot.m: Ditto |
|
7006 * linear-algebra/dmult.m: Ditto. |
|
7007 * general/randperm.m: Ditto. |
|
7008 * general/logical.m: Ditto. |
|
7009 * general/is_duplicate_entry.m: Ditto. |
|
7010 * signal/arch_fit.m: Ditto. |
|
7011 * signal/arch_rnd.m: Ditto. |
|
7012 * signal/arch_test.m: Ditto. |
|
7013 * signal/arma_rnd.m: Ditto. |
|
7014 * signal/autocor.m: Ditto. |
|
7015 * signal/autocov.m: Ditto. |
|
7016 * signal/autoreg_matrix.m: Ditto. |
|
7017 * signal/bartlett.m: Ditto. |
|
7018 * signal/blackman.m: Ditto. |
|
7019 * signal/detrend.m: Ditto. |
|
7020 * signal/diffpara.m: Ditto. |
|
7021 * signal/durbinlevinson.m: Ditto. |
|
7022 * signal/fftconv.m: Ditto. |
|
7023 * signal/fftfilt.m: Ditto. |
|
7024 * signal/fftshift.m: Ditto. |
|
7025 * signal/fractdiff.m: Ditto. |
|
7026 * signal/freqz.m: Ditto. |
|
7027 * signal/hamming.m: Ditto. |
|
7028 * signal/hanning.m: Ditto. |
|
7029 * signal/hurst.m: Ditto. |
|
7030 * signal/periodogram.m: Ditto. |
|
7031 * signal/rectangle_lw.m: Ditto. |
|
7032 * signal/rectangle_sw.m: Ditto. |
|
7033 * signal/sinc.m: Ditto. |
|
7034 * signal/sinetone.m: Ditto. |
|
7035 * signal/sinewave.m: Ditto. |
|
7036 * signal/spectral_adf.m: Ditto. |
|
7037 * signal/spectral_xdf.m: Ditto. |
|
7038 * signal/spencer.m: Ditto. |
|
7039 * signal/stft.m: Ditto. |
|
7040 * signal/synthesis.m: Ditto. |
|
7041 * signal/triangle_lw.m: Ditto. |
|
7042 * signal/triangle_sw.m: Ditto. |
|
7043 * signal/yulewalker.m: Ditto. |
3450
|
7044 * control/util/strappend.m: Ditto. |
3451
|
7045 * control/base/nichols.m: Ditto. |
3452
|
7046 * control/system/is_signal_list.m: Ditto. |
|
7047 * control/system/listidx.m: Ditto. |
|
7048 * control/system/sysgettsam.m: Ditto. |
|
7049 * control/system/sysidx.m: Ditto. |
3446
|
7050 |
3438
|
7051 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7052 |
|
7053 * control/system/__abcddims__.m: Rename from |
|
7054 control/system/abcddims.m, change all callers. |
|
7055 * control/base/__bodquist__.m: Likewise. |
|
7056 * control/base/__freqresp__.m: Likewise. |
|
7057 * control/util/__outlist__.m: Likewise. |
|
7058 * control/base/__stepimp__.m: Likewise. |
|
7059 * control/system/__syschnamesl__.m: Likewise. |
|
7060 * control/system/__syscont_disc__.m: Likewise. |
|
7061 * control/system/__sysdefioname__.m: Likewise. |
|
7062 * control/system/__sysdefstname__.m: Likewise. |
|
7063 * control/system/__sysgroupn__.m: Likewise. |
|
7064 * control/system/__tf2sysl__.m: Likewise. |
|
7065 * control/util/__zgpbal__.m: Likewise. |
|
7066 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
7067 |
|
7068 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
7069 * quaternion/qconj.m: Ditto. |
|
7070 * quaternion/qcoordinate_plot.m: Ditto. |
|
7071 * quaternion/qderiv.m: Ditto. |
|
7072 * quaternion/qderivmat.m: Ditto. |
|
7073 * quaternion/qinv.m: Ditto. |
|
7074 * quaternion/qmult.m: Ditto. |
|
7075 * quaternion/qtrans.m: Ditto. |
|
7076 * quaternion/qtransv.m: Ditto. |
|
7077 * quaternion/qtransvmat.m: Ditto. |
|
7078 * quaternion/quaternion.m: Ditto. |
3438
|
7079 |
3436
|
7080 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7081 |
|
7082 * control/base/Makefile.in: Ditto. |
|
7083 * control/hinf/Makefile.in: New file. |
|
7084 * control/marsyas/Makefile.in: Ditto. |
|
7085 * control/obsolete/Makefile.in: Ditto. |
|
7086 * control/system/Makefile.in: Ditto. |
|
7087 * control/util/Makefile.in: Ditto. |
|
7088 |
|
7089 * strings/com2str.m: Move here from control directory. |
|
7090 |
|
7091 * control/base: New directory. |
|
7092 * control/base/DEMOcontrol.m: Move here from control directory. |
|
7093 * control/base/analdemo.m: Ditto. |
|
7094 * control/base/are.m: Ditto. |
|
7095 * control/base/bddemo.m: Ditto. |
|
7096 * control/base/bode.m: Ditto. |
|
7097 * control/base/bode_bounds.m: Ditto. |
|
7098 * control/base/bodquist.m: Ditto. |
|
7099 * control/base/controldemo.m: Ditto. |
|
7100 * control/base/ctrb.m: Ditto. |
|
7101 * control/base/damp.m: Ditto. |
|
7102 * control/base/dare.m: Ditto. |
|
7103 * control/base/dcgain.m: Ditto. |
|
7104 * control/base/dgram.m: Ditto. |
|
7105 * control/base/dlqe.m: Ditto. |
|
7106 * control/base/dlqr.m: Ditto. |
|
7107 * control/base/dlyap.m: Ditto. |
|
7108 * control/base/dre.m: Ditto. |
|
7109 * control/base/frdemo.m: Ditto. |
|
7110 * control/base/freqchkw.m: Ditto. |
|
7111 * control/base/freqresp.m: Ditto. |
|
7112 * control/base/gram.m: Ditto. |
|
7113 * control/base/impulse.m: Ditto. |
|
7114 * control/base/lqe.m: Ditto. |
|
7115 * control/base/lqg.m: Ditto. |
|
7116 * control/base/lqr.m: Ditto. |
|
7117 * control/base/lsim.m: Ditto. |
|
7118 * control/base/ltifr.m: Ditto. |
|
7119 * control/base/lyap.m: Ditto. |
|
7120 * control/base/nichols.m: Ditto. |
|
7121 * control/base/nyquist.m: Ditto. |
|
7122 * control/base/obsv.m: Ditto. |
|
7123 * control/base/place.m: Ditto. |
|
7124 * control/base/pzmap.m: Ditto. |
|
7125 * control/base/rldemo.m: Ditto. |
|
7126 * control/base/rlocus.m: Ditto. |
|
7127 * control/base/step.m: Ditto. |
|
7128 * control/base/stepimp.m: Ditto. |
|
7129 * control/base/tzero.m: Ditto. |
|
7130 * control/base/tzero2.m: Ditto. |
|
7131 |
|
7132 * control/hinf: New directory. |
|
7133 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
7134 * control/hinf/h2norm.m: Ditto. |
|
7135 * control/hinf/h2syn.m: Ditto. |
|
7136 * control/hinf/hinf_ctr.m: Ditto. |
|
7137 * control/hinf/hinfdemo.m: Ditto. |
|
7138 * control/hinf/hinfnorm.m: Ditto. |
|
7139 * control/hinf/hinfsyn.m: Ditto. |
|
7140 * control/hinf/hinfsyn_chk.m: Ditto. |
|
7141 * control/hinf/hinfsyn_ric.m: Ditto. |
|
7142 * control/hinf/wgt1o.m: Ditto. |
3441
|
7143 * control/hinf/dgkfdemo.m: Ditto. |
|
7144 * control/hinf/is_dgkf.m: Ditto. |
3436
|
7145 |
|
7146 * control/marsyas: New directory. |
|
7147 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
7148 * control/marsyas/susball.m: Ditto. |
|
7149 |
|
7150 * control/obsolete/dezero.m: Move here from control directory. |
|
7151 * control/obsolete/rotg.m: Ditto. |
|
7152 |
|
7153 * control/system: New directory. |
|
7154 * control/system/abcddim.m: Move here from control directory. |
|
7155 * control/system/abcddims.m: Ditto. |
|
7156 * control/system/buildssic.m: Ditto. |
|
7157 * control/system/c2d.m: Ditto. |
|
7158 * control/system/d2c.m: Ditto. |
|
7159 * control/system/dmr2d.m: Ditto. |
|
7160 * control/system/fir2sys.m: Ditto. |
|
7161 * control/system/is_abcd.m: Ditto. |
|
7162 * control/system/is_digital.m: Ditto. |
|
7163 * control/system/is_sample.m: Ditto. |
|
7164 * control/system/is_signal_list.m: Ditto. |
|
7165 * control/system/is_siso.m: Ditto. |
3441
|
7166 * control/system/is_controllable.m: Ditto. |
|
7167 * control/system/is_detectable.m: Ditto. |
|
7168 * control/system/is_observable.m: Ditto. |
|
7169 * control/system/is_stabilizable.m: Ditto. |
|
7170 * control/system/is_stable.m: Ditto. |
3436
|
7171 * control/system/jet707.m: Ditto. |
|
7172 * control/system/listidx.m: Ditto. |
|
7173 * control/system/moddemo.m: Ditto. |
|
7174 * control/system/ord2.m: Ditto. |
|
7175 * control/system/packedform.m: Ditto. |
|
7176 * control/system/parallel.m: Ditto. |
|
7177 * control/system/ss2sys.m: Ditto. |
|
7178 * control/system/ss2tf.m: Ditto. |
|
7179 * control/system/ss2zp.m: Ditto. |
|
7180 * control/system/starp.m: Ditto. |
|
7181 * control/system/sys2fir.m: Ditto. |
|
7182 * control/system/sys2ss.m: Ditto. |
|
7183 * control/system/sys2tf.m: Ditto. |
|
7184 * control/system/sys2zp.m: Ditto. |
|
7185 * control/system/sysadd.m: Ditto. |
|
7186 * control/system/sysappend.m: Ditto. |
|
7187 * control/system/syschnamesl.m: Ditto. |
|
7188 * control/system/syschtsam.m: Ditto. |
|
7189 * control/system/sysconnect.m: Ditto. |
|
7190 * control/system/syscont.m: Ditto. |
|
7191 * control/system/syscont_disc.m: Ditto. |
|
7192 * control/system/sysdefioname.m: Ditto. |
|
7193 * control/system/sysdefstname.m: Ditto. |
|
7194 * control/system/sysdimensions.m: Ditto. |
|
7195 * control/system/sysdisc.m: Ditto. |
|
7196 * control/system/sysdup.m: Ditto. |
|
7197 * control/system/sysgetsignals.m: Ditto. |
|
7198 * control/system/sysgettsam.m: Ditto. |
|
7199 * control/system/sysgettype.m: Ditto. |
|
7200 * control/system/sysgroup.m: Ditto. |
|
7201 * control/system/sysgroupn.m: Ditto. |
|
7202 * control/system/sysidx.m: Ditto. |
|
7203 * control/system/sysmin.m: Ditto. |
|
7204 * control/system/sysmult.m: Ditto. |
|
7205 * control/system/sysout.m: Ditto. |
|
7206 * control/system/sysprune.m: Ditto. |
|
7207 * control/system/sysreorder.m: Ditto. |
|
7208 * control/system/sysrepdemo.m: Ditto. |
|
7209 * control/system/sysscale.m: Ditto. |
|
7210 * control/system/syssetsignals.m: Ditto. |
|
7211 * control/system/syssub.m: Ditto. |
|
7212 * control/system/sysupdate.m: Ditto. |
|
7213 * control/system/tf2ss.m: Ditto. |
|
7214 * control/system/tf2sys.m: Ditto. |
|
7215 * control/system/tf2sysl.m: Ditto. |
|
7216 * control/system/tf2zp.m: Ditto. |
|
7217 * control/system/tfout.m: Ditto. |
|
7218 * control/system/ugain.m: Ditto. |
|
7219 * control/system/zp2ss.m: Ditto. |
|
7220 * control/system/zp2ssg2.m: Ditto. |
|
7221 * control/system/zp2sys.m: Ditto. |
|
7222 * control/system/zp2tf.m: Ditto. |
|
7223 * control/system/zpout.m: Ditto. |
|
7224 |
|
7225 * control/util: New directory. |
|
7226 * control/util/axis2dlim.m: Move here from control directory. |
|
7227 * control/util/outlist.m: Ditto. |
|
7228 * control/util/prompt.m: Ditto. |
|
7229 * control/util/run_cmd.m: Ditto. |
|
7230 * control/util/sortcom.m: Ditto. |
|
7231 * control/util/strappend.m: Ditto. |
|
7232 * control/util/swap.m: Ditto. |
|
7233 * control/util/zgfmul.m: Ditto. |
|
7234 * control/util/zgfslv.m: Ditto. |
|
7235 * control/util/zginit.m: Ditto. |
|
7236 * control/util/zgpbal.m: Ditto. |
|
7237 * control/util/zgreduce.m: Ditto. |
|
7238 * control/util/zgrownorm.m: Ditto. |
|
7239 * control/util/zgscal.m: Ditto. |
|
7240 * control/util/zgsgiv.m: Ditto. |
|
7241 * control/util/zgshsr.m: Ditto. |
|
7242 |
3427
|
7243 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7244 |
|
7245 * gethelp.cc (extract_help_text): Discard first space character |
|
7246 after consecutive comment characters. |
|
7247 |
3422
|
7248 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
7249 |
|
7250 * control/obsolete: New directory |
|
7251 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
7252 * control/obsolete/swapcols.m: Ditto. |
|
7253 * control/obsolete/dlqg.m: Ditto. |
|
7254 * control/obsolete/minfo.m: Ditto. |
|
7255 * control/obsolete/packsys.m: Ditto. |
|
7256 * control/obsolete/qzval.m: Ditto. |
|
7257 * control/obsolete/unpacksys.m: Ditto. |
|
7258 * control/obsolete/series.m: Ditto. |
|
7259 * control/obsolete/syschnames.m: Ditto. |
|
7260 * polynomial/polyout.m: Ditto. |
3422
|
7261 |
3420
|
7262 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7263 |
|
7264 * general/fliplr.m: Eliminate useless copy of arg. |
|
7265 * general/flipud.m: Ditto. |
|
7266 |
3418
|
7267 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7268 |
|
7269 * linear-algebra/cross.m: Only return a row vector if both args |
|
7270 are row vectors. |
|
7271 * polynomial/polyfit.m: Likewise. |
|
7272 |
|
7273 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
7274 |
|
7275 * statistics/distributions/discrete_rnd.m: |
|
7276 Always generate a row vector. |
|
7277 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
7278 |
5095
|
7279 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
7280 |
|
7281 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
7282 |
|
7283 * audio/setaudio.m: Texinfoize doc string. |
|
7284 * control/com2str.m: Likewise. |
|
7285 * control/controldemo.m: Likewise. |
|
7286 * control/DEMOcontrol.m: Likewise. |
|
7287 * control/dezero.m: Likewise. |
|
7288 * control/dre.m: Likewise. |
|
7289 * control/hinfsyn_ric.m: Likewise. |
|
7290 |
5095
|
7291 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
7292 |
|
7293 * io/printf.m: Add @seealso{...} to doc string. |
|
7294 * io/puts.m: Likewise. |
|
7295 * plot/semilogx.m: Likewise. |
|
7296 * plot/semilogy.m: Likewise. |
|
7297 * plot/__pltopt__.m: Likewise. |
|
7298 * plot/bar.m: Likewise. |
|
7299 * plot/xlabel.m: Likewise. |
|
7300 * plot/grid.m: Likewise. |
|
7301 * plot/shg.m: Likewise. |
|
7302 * plot/title.m: Likewise. |
|
7303 * plot/mesh.m: Likewise. |
|
7304 * plot/__pltopt1__.m: Likewise. |
|
7305 * plot/contour.m: Likewise. |
|
7306 * plot/hist.m: Likewise. |
|
7307 * plot/stairs.m: Likewise. |
|
7308 * plot/meshgrid.m: Likewise. |
|
7309 * plot/polar.m: Likewise. |
|
7310 * plot/loglog.m: Likewise. |
|
7311 * plot/plot.m: Likewise. |
|
7312 * miscellaneous/semicolon.m: Likewise. |
|
7313 * miscellaneous/menu.m: Likewise. |
|
7314 * miscellaneous/etime.m: Likewise. |
|
7315 * miscellaneous/texas_lotto.m: Likewise. |
|
7316 * miscellaneous/comma.m: Likewise. |
|
7317 * audio/lin2mu.m: Likewise. |
|
7318 * audio/playaudio.m: Likewise. |
|
7319 * audio/loadaudio.m: Likewise. |
|
7320 * audio/saveaudio.m: Likewise. |
|
7321 * audio/mu2lin.m: Likewise. |
|
7322 * audio/record.m: Likewise. |
|
7323 * strings/isletter.m: Likewise. |
|
7324 * strings/lower.m: Likewise. |
|
7325 * strings/lower.m: Likewise. |
|
7326 * strings/upper.m: Likewise. |
|
7327 * specfun/erfinv.m: Likewise. |
|
7328 * specfun/gammai.m: Likewise. |
|
7329 * specfun/log2.m: Likewise. |
|
7330 * specfun/pow2.m: Likewise. |
|
7331 * elfun/gcd.m: Likewise. |
|
7332 * elfun/lcm.m: Likewise. |
|
7333 * special-matrix/vander.m: Likewise. |
|
7334 * special-matrix/sylvester_matrix.m: Likewise. |
|
7335 * special-matrix/hilb.m: Likewise. |
|
7336 * special-matrix/hankel.m: Likewise. |
|
7337 * special-matrix/toeplitz.m: Likewise. |
|
7338 * special-matrix/invhilb.m: Likewise. |
|
7339 * statistics/base/std.m: Likewise. |
|
7340 * statistics/base/median.m: Likewise. |
|
7341 * linear-algebra/cond.m: Likewise. |
|
7342 * linear-algebra/norm.m: Likewise. |
|
7343 * finance/nper.m: Likewise. |
|
7344 * finance/pmt.m: Likewise. |
|
7345 * finance/pv.m: Likewise. |
|
7346 * finance/rate.m: Likewise. |
|
7347 * finance/npv.m: Likewise. |
|
7348 * general/fliplr.m: Likewise. |
|
7349 * general/flipud.m: Likewise. |
|
7350 * general/is_scalar.m: Likewise. |
|
7351 * general/rem.m: Likewise. |
|
7352 * general/perror.m: Likewise. |
|
7353 * general/tril.m: Likewise. |
|
7354 * general/rot90.m: Likewise. |
|
7355 * general/num2str.m: Likewise. |
|
7356 * general/int2str.m: Likewise. |
|
7357 * general/reshape.m: Likewise. |
|
7358 * general/logspace.m: Likewise. |
|
7359 * general/is_symmetric.m: Likewise. |
|
7360 * general/is_vector.m: Likewise. |
|
7361 * general/nextpow2.m: Likewise. |
|
7362 * general/columns.m: Likewise. |
|
7363 * general/is_square.m: Likewise. |
|
7364 * general/rows.m: Likewise. |
|
7365 * control/ugain.m: Likewise. |
|
7366 * control/damp.m: Likewise. |
|
7367 * control/dare.m: Likewise. |
|
7368 * control/are.m: Likewise. |
|
7369 * control/sys2fir.m: Likewise. |
|
7370 * control/abcddim.m: Likewise. |
|
7371 * control/is_abcd.m: Likewise. |
|
7372 * control/step.m: Likewise. |
|
7373 * control/is_observable.m: Likewise. |
|
7374 * control/is_controllable.m: Likewise. |
|
7375 * control/jet707.m: Likewise. |
|
7376 * control/polyout.m: Likewise. |
|
7377 * control/impulse.m: Likewise. |
|
7378 * control/lqg.m: Likewise. |
|
7379 * control/is_detectable.m: Likewise. |
|
7380 * control/sysdimensions.m: Likewise. |
|
7381 * control/sysupdate.m: Likewise. |
|
7382 * control/stepimp.m: Likewise. |
|
7383 * control/is_stable.m: Likewise. |
|
7384 * control/tfout.m: Likewise. |
|
7385 * control/zpout.m: Likewise. |
|
7386 |
3405
|
7387 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7388 |
|
7389 * set/complement.m: Add @seealso{} stuff. |
|
7390 * set/create_set.m: Likewise. |
|
7391 * set/intersection.m: Likewise. |
|
7392 * set/union.m: Likewise. |
|
7393 |
3399
|
7394 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7395 |
3400
|
7396 * control/d2c.m: Use double quotes instead of single quotes for |
|
7397 string constants. |
|
7398 * control/dgkfdemo.m: Likewise. |
|
7399 * control/fir2sys.m: Likewise. |
|
7400 * control/frdemo.m: Likewise. |
|
7401 * control/moddemo.m: Likewise. |
|
7402 * control/minfo.m: Likewise. |
|
7403 * control/is_stabilizable.m: Likewise. |
|
7404 * control/is_dgkf.m: Likewise. |
|
7405 * control/polyout.m: Likewise. |
|
7406 * control/sysconnect.m: Likewise. |
|
7407 * control/sysrepdemo.m: Likewise. |
|
7408 * control/tf2sys.m: Likewise. |
|
7409 * control/tfout.m: Likewise. |
|
7410 * control/zp2sys.m: Likewise. |
|
7411 * control/zpout.m: Likewise. |
|
7412 * control/tzero.m: Likewise. |
|
7413 |
|
7414 * control/DEMOcontrol.m: Handle moddemo case too. |
|
7415 |
|
7416 * image/loadimage.m: Use double quotes instead of single quotes |
|
7417 for string constants. Use sprintf instead of square brackets to |
|
7418 construct string. |
|
7419 |
3399
|
7420 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
7421 * control/fir2sys.m: Likewise. |
3399
|
7422 |
3390
|
7423 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7424 |
|
7425 * mkdoc: Only delete spaces before @ characters at the beginning |
|
7426 of a line. |
|
7427 |
3383
|
7428 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7429 |
3388
|
7430 * control/bddemo.m: Make it more likely to work with any value of |
|
7431 whitespace_in_literal_matrix. |
3386
|
7432 * control/analdemo.m: Ditto. |
|
7433 * control/dgkfdemo.m: Ditto. |
|
7434 * control/frdemo.m: Ditto. |
|
7435 * control/sysrepdemo.m: Ditto. |
|
7436 * control/moddemo.m: Ditto. |
3388
|
7437 * control/zp2ss.m: Ditto. |
3387
|
7438 * control/zp2tf.m: Ditto. |
3388
|
7439 * control/syssub.m: Ditto. |
|
7440 * finance/npv.m: Ditto. |
|
7441 * statistics/base/studentize.m: Ditto. |
|
7442 * statistics/base/values.m: Ditto. |
|
7443 * statistics/distributions/exponential_cdf.m: Ditto. |
|
7444 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
7445 |
3384
|
7446 * control/dezero.m: Use toascii to convert string to ASCII value |
|
7447 instead of multiplying it by 1. |
|
7448 |
3383
|
7449 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
7450 * control/zpout.m: Ditto. |
|
7451 * control/tfout.m: Ditto. |
|
7452 * control/tf2sys.m: Ditto. |
|
7453 * control/syssub.m: Ditto. |
|
7454 * control/syssetsignals.m: Ditto. |
|
7455 * control/sysout.m: Ditto. |
|
7456 * control/sysmult.m: Ditto. |
|
7457 * control/sysgroup.m: Ditto. |
|
7458 * control/sysdup.m: Ditto. |
|
7459 * control/sysdisc.m: Ditto. |
|
7460 * control/syscont.m: Ditto. |
|
7461 * control/sysconnect.m: Ditto. |
|
7462 * control/sysappend.m: Ditto. |
|
7463 * control/sysadd.m: Ditto. |
|
7464 * control/ss2sys.m: Ditto. |
|
7465 * control/nyquist.m: Ditto. |
|
7466 * control/lqg.m: Ditto. |
|
7467 * control/fir2sys.m: Ditto. |
|
7468 * control/dmr2d.m: Ditto. |
|
7469 * control/dezero.m: Ditto. |
|
7470 * control/d2c.m: Ditto. |
|
7471 * control/c2d.m: Ditto. |
|
7472 * control/bddemo.m: Ditto. |
|
7473 * control/pzmap.m: Ditto. |
|
7474 |
5095
|
7475 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
7476 |
|
7477 * signal/spectral_adf.m: Fix typo. |
|
7478 |
3372
|
7479 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7480 |
|
7481 * linear-algebra/cond.m: Texinfoize doc string. |
|
7482 * linear-algebra/kron.m: Ditto. |
|
7483 * linear-algebra/norm.m: Ditto. |
|
7484 * linear-algebra/null.m: Ditto. |
|
7485 * linear-algebra/orth.m: Ditto. |
|
7486 * linear-algebra/rank.m: Ditto. |
|
7487 * linear-algebra/trace.m: Ditto. |
|
7488 * linear-algebra/qzhess.m: Ditto. |
|
7489 * miscellaneous/menu.m: Ditto. |
3373
|
7490 * general/perror.m: Ditto. |
|
7491 * general/strerror.m: Ditto. |
|
7492 * general/columns.m: Ditto. |
|
7493 * general/rows.m: Ditto. |
|
7494 * image/colormap.m: Ditto. |
|
7495 * image/gray.m: Ditto. |
|
7496 * image/gray2ind.m: Ditto. |
|
7497 * image/image.m: Ditto. |
|
7498 * image/imagesc.m: Ditto. |
|
7499 * image/imshow.m: Ditto. |
|
7500 * image/ind2gray.m: Ditto. |
|
7501 * image/ind2rgb.m: Ditto. |
|
7502 * image/loadimage.m: Ditto. |
|
7503 * image/rgb2ntsc.m: Ditto. |
|
7504 * image/ntsc2rgb.m: Ditto. |
|
7505 * image/ocean.m: Ditto. |
|
7506 * image/rgb2ind.m: Ditto. |
|
7507 * image/saveimage.m: Ditto. |
3372
|
7508 * io/printf.m: Ditto. |
|
7509 * io/puts.m: Ditto. |
|
7510 |
3369
|
7511 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7512 |
|
7513 * special-matrix/hankel.m: Texinfoize doc string. |
|
7514 * special-matrix/hilb.m: Ditto. |
|
7515 * special-matrix/invhilb.m: Ditto. |
|
7516 * special-matrix/sylvester_matrix.m: Ditto. |
|
7517 * special-matrix/toeplitz.m: Ditto. |
|
7518 * special-matrix/vander.m: Ditto. |
|
7519 * linear-algebra/vec.m: Ditto. |
|
7520 * linear-algebra/vech.m: Ditto. |
|
7521 * general/common_size.m: Ditto. |
|
7522 * general/diff.m: Ditto. |
|
7523 * general/fliplr.m: Ditto. |
|
7524 * general/flipud.m: Ditto. |
|
7525 * general/rot90.m: Ditto. |
|
7526 * general/reshape.m: Ditto. |
|
7527 * general/shift.m: Ditto. |
|
7528 * general/tril.m: Ditto. |
|
7529 * general/triu.m: Ditto. |
|
7530 * general/logspace.m: Ditto. |
3371
|
7531 * general/nargchk.m: Ditto. |
3369
|
7532 |
3367
|
7533 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7534 |
|
7535 * statistics/base/mean: Texinfoize doc string. |
|
7536 * statistics/base/median: Ditto. |
|
7537 * statistics/base/std: Ditto. |
|
7538 * statistics/base/cov: Ditto. |
|
7539 * statistics/base/corrcoef: Ditto. |
|
7540 * statistics/base/kurtosis: Ditto. |
|
7541 * statistics/base/mahalanobis: Ditto. |
|
7542 * statistics/base/skewness: Ditto. |
3368
|
7543 * statistics/base/gls.m: Ditto. |
|
7544 * statistics/base/ols.m: Ditto. |
3367
|
7545 * signal/detrend.m: Ditto. |
|
7546 * signal/freqz.m: Ditto. |
|
7547 * signal/sinc.m: Ditto. |
|
7548 * signal/fftconv.m: Ditto. |
|
7549 * signal/fftfilt.m: Ditto. |
3368
|
7550 * set/create_set.m: Ditto. |
|
7551 * set/union.m: Ditto. |
|
7552 * set/intersection.m: Ditto. |
|
7553 * set/complement.m: Ditto. |
|
7554 * poly/compan.m: Ditto. |
|
7555 * poly/conv: Ditto. |
|
7556 * poly/deconv: Ditto. |
|
7557 * poly/poly: Ditto. |
|
7558 * poly/polyderiv: Ditto. |
|
7559 * poly/polyfit: Ditto. |
|
7560 * poly/polyinteg: Ditto. |
|
7561 * poly/polyreduce: Ditto. |
|
7562 * poly/polyval: Ditto. |
|
7563 * poly/polyvalm: Ditto. |
|
7564 * poly/residue: Ditto. |
|
7565 * poly/roots: Ditto. |
|
7566 * plot/top_title.m: Ditto |
|
7567 * plot/subwindow.m: Ditto |
|
7568 * plot/subplot.m: Ditto |
|
7569 * plot/plot_border.m: Ditto |
|
7570 * plot/oneplot.m: Ditto |
|
7571 * plot/multiplot.m: Ditto |
|
7572 * plot/mplot.m: Ditto |
|
7573 * plot/xlabel.m: Ditto |
|
7574 * plot/figure.m: Ditto |
|
7575 * plot/meshdom.m: Ditto |
|
7576 * plot/mesh.m: Ditto |
|
7577 * plot/stairs.m: Ditto |
|
7578 * plot/polar.m: Ditto |
|
7579 * plot/loglog.m: Ditto |
|
7580 * plot/hist.m: Ditto |
|
7581 * plot/contour.m: Ditto |
|
7582 * plot/bar.m: Ditto |
|
7583 * plot/axis.m: Ditto |
|
7584 * plot/plot.m: Ditto. |
3367
|
7585 |
3361
|
7586 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7587 |
3365
|
7588 * control/pinv.m: Delete. |
|
7589 |
3364
|
7590 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
7591 |
3361
|
7592 * strings/blanks.m: Texinfoize doc string. |
|
7593 * strings/strcat.m: Ditto. |
|
7594 * strings/str2mat.m: Ditto. |
|
7595 * strings/deblank.m: Ditto. |
|
7596 * strings/findstr.m: Ditto. |
|
7597 * strings/index.m: Ditto. |
|
7598 * strings/rindex.m: Ditto. |
|
7599 * strings/split.m: Ditto. |
|
7600 * strings/strcmp.m: Ditto. |
|
7601 * strings/strrep.m: Ditto. |
|
7602 * strings/substr.m: Ditto. |
|
7603 * general/int2str.m: Ditto. |
|
7604 * general/num2str.m: Ditto. |
|
7605 * strings/dec2bin.m: Ditto. |
|
7606 * strings/bin2dec: Ditto. |
|
7607 * strings/dec2bin: Ditto. |
|
7608 * strings/dec2hex: Ditto. |
|
7609 * strings/hex2dec: Ditto. |
|
7610 * strings/str2num: Ditto. |
|
7611 |
3347
|
7612 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7613 |
|
7614 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
7615 |
5095
|
7616 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
7617 |
|
7618 * control/DEMOcontrol.m: Texinfoize doc string. |
|
7619 * control/abcddim.m: Ditto. |
|
7620 * control/abcddims.m: Ditto. |
|
7621 * control/analdemo.m: Ditto. |
|
7622 * control/are.m: Ditto. |
|
7623 * control/axis2dlim.m: Ditto. |
|
7624 * control/bddemo.m: Ditto. |
|
7625 * control/bode.m: Ditto. |
|
7626 * control/bode_bounds.m: Ditto. |
|
7627 * control/bodquist.m: Ditto. |
|
7628 * control/buildssic.m: Ditto. |
|
7629 * control/c2d.m: Ditto. |
|
7630 * control/ctrb.m: Ditto. |
|
7631 * control/d2c.m: Ditto. |
|
7632 * control/damp.m: Ditto. |
|
7633 * control/dare.m: Ditto. |
|
7634 * control/dcgain.m: Ditto. |
|
7635 * control/dgkfdemo.m: Ditto. |
|
7636 * control/dgram.m: Ditto. |
|
7637 * control/dlqe.m: Ditto. |
|
7638 * control/dlqr.m: Ditto. |
|
7639 * control/dlyap.m: Ditto. |
|
7640 * control/dmr2d.m: Ditto. |
|
7641 * control/fir2sys.m: Ditto. |
|
7642 * control/frdemo.m: Ditto. |
|
7643 * control/freqchkw.m: Ditto. |
|
7644 * control/freqresp.m: Ditto. |
|
7645 * control/gram.m: Ditto. |
|
7646 * control/h2norm.m: Ditto. |
|
7647 * control/h2syn.m: Ditto. |
|
7648 * control/hinf_ctr.m: Ditto. |
|
7649 * control/hinfdemo.m: Ditto. |
|
7650 * control/hinfnorm.m: Ditto. |
|
7651 * control/hinfsyn.m: Ditto. |
|
7652 * control/hinfsyn_chk.m: Ditto. |
|
7653 * control/impulse.m: Ditto. |
|
7654 * control/is_abcd.m: Ditto. |
|
7655 * control/is_controllable.m: Ditto. |
|
7656 * control/is_detectable.m: Ditto. |
|
7657 * control/is_dgkf.m: Ditto. |
|
7658 * control/is_digital.m: Ditto. |
|
7659 * control/is_observable.m: Ditto. |
|
7660 * control/is_sample.m: Ditto. |
|
7661 * control/is_signal_list.m: Ditto. |
|
7662 * control/is_siso.m: Ditto. |
|
7663 * control/is_stabilizable.m: Ditto. |
|
7664 * control/is_stable.m: Ditto. |
|
7665 * control/jet707.m: Ditto. |
|
7666 * control/lqe.m: Ditto. |
|
7667 * control/lqg.m: Ditto. |
|
7668 * control/lqr.m: Ditto. |
|
7669 * control/lsim.m: Ditto. |
|
7670 * control/ltifr.m: Ditto. |
|
7671 * control/lyap.m: Ditto. |
|
7672 * control/moddemo.m: Ditto. |
|
7673 * control/nyquist.m: Ditto. |
|
7674 * control/obsv.m: Ditto. |
|
7675 * control/ord2.m: Ditto. |
|
7676 * control/outlist.m: Ditto. |
|
7677 * control/pinv.m: Ditto. |
|
7678 * control/place.m: Ditto. |
|
7679 * control/polyout.m: Ditto. |
|
7680 * control/prompt.m: Ditto. |
|
7681 * control/pzmap.m: Ditto. |
|
7682 * control/qzval.m: Ditto. |
|
7683 * control/rldemo.m: Ditto. |
|
7684 * control/rlocus.m: Ditto. |
|
7685 * control/sortcom.m: Ditto. |
|
7686 * control/ss2sys.m: Ditto. |
|
7687 * control/ss2tf.m: Ditto. |
|
7688 * control/ss2zp.m: Ditto. |
|
7689 * control/starp.m: Ditto. |
|
7690 * control/step.m: Ditto. |
|
7691 * control/stepimp.m: Ditto. |
|
7692 * control/susball.m: Ditto. |
|
7693 * control/sys2fir.m: Ditto. |
|
7694 * control/sys2ss.m: Ditto. |
|
7695 * control/sys2tf.m: Ditto. |
|
7696 * control/sys2zp.m: Ditto. |
|
7697 * control/sysadd.m: Ditto. |
|
7698 * control/sysappend.m: Ditto. |
|
7699 * control/syschnames.m: Ditto. |
|
7700 * control/syschnamesl.m: Ditto. |
|
7701 * control/syschtsam.m: Ditto. |
|
7702 * control/sysconnect.m: Ditto. |
|
7703 * control/syscont.m: Ditto. |
|
7704 * control/syscont_disc.m: Ditto. |
|
7705 * control/sysdefioname.m: Ditto. |
|
7706 * control/sysdefstname.m: Ditto. |
|
7707 * control/sysdimensions.m: Ditto. |
|
7708 * control/sysdisc.m: Ditto. |
|
7709 * control/sysdup.m: Ditto. |
|
7710 * control/sysgetsignals.m: Ditto. |
|
7711 * control/sysgettype.m: Ditto. |
|
7712 * control/sysgroup.m: Ditto. |
|
7713 * control/sysgroupn.m: Ditto. |
|
7714 * control/sysmult.m: Ditto. |
|
7715 * control/sysout.m: Ditto. |
|
7716 * control/sysprune.m: Ditto. |
|
7717 * control/sysreorder.m: Ditto. |
|
7718 * control/sysrepdemo.m: Ditto. |
|
7719 * control/sysscale.m: Ditto. |
|
7720 * control/syssetsignals.m: Ditto. |
|
7721 * control/syssub.m: Ditto. |
|
7722 * control/sysupdate.m: Ditto. |
|
7723 * control/tf2ss.m: Ditto. |
|
7724 * control/tf2sys.m: Ditto. |
|
7725 * control/tf2sysl.m: Ditto. |
|
7726 * control/tf2zp.m: Ditto. |
|
7727 * control/tfout.m: Ditto. |
|
7728 * control/tzero.m: Ditto. |
|
7729 * control/tzero2.m: Ditto. |
|
7730 * control/ugain.m: Ditto. |
|
7731 * control/wgt1o.m: Ditto. |
|
7732 * control/zgfmul.m: Ditto. |
|
7733 * control/zgfslv.m: Ditto. |
|
7734 * control/zginit.m: Ditto. |
|
7735 * control/zgpbal.m: Ditto. |
|
7736 * control/zgreduce.m: Ditto. |
|
7737 * control/zgrownorm.m: Ditto. |
|
7738 * control/zgscal.m: Ditto. |
|
7739 * control/zgsgiv.m: Ditto. |
|
7740 * control/zgshsr.m: Ditto. |
|
7741 * control/zp2ss.m: Ditto. |
|
7742 * control/zp2ssg2.m: Ditto. |
|
7743 * control/zp2sys.m: Ditto. |
|
7744 * control/zp2tf.m: Ditto. |
|
7745 * control/zpout.m: Ditto. |
|
7746 |
5095
|
7747 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
7748 |
5378
|
7749 * audio/lin2mu.m: Texinfoize doc string. |
|
7750 * audio/loadaudio.m: Ditto. |
|
7751 * audio/mu2lin.m: Ditto. |
|
7752 * audio/playaudio.m: Ditto. |
|
7753 * audio/record.m: Ditto. |
|
7754 * audio/saveaudio.m: Ditto. |
3332
|
7755 |
5095
|
7756 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7757 |
|
7758 * elfun/acot.m: Texinfoize doc string. |
|
7759 * elfun/acsc.m: Ditto. |
|
7760 * elfun/acsch.m: Ditto. |
|
7761 * elfun/asec.m: Ditto. |
|
7762 * elfun/asech.m: Ditto. |
|
7763 * elfun/cot.m: Ditto. |
|
7764 * elfun/coth.m: Ditto. |
|
7765 * elfun/csc.m: Ditto. |
|
7766 * elfun/csch.m: Ditto. |
|
7767 * elfun/gcd.m: Ditto. |
|
7768 * elfun/lcm.m: Ditto. |
|
7769 * elfun/sec.m: Ditto. |
|
7770 * elfun/sech.m: Ditto. |
|
7771 * general/nextpow2.m: Ditto. |
|
7772 * general/rem.m: Ditto. |
|
7773 * linear-algebra/commutation_matrix.m: Ditto. |
|
7774 * linear-algebra/cross.m: Ditto. |
|
7775 * linear-algebra/duplication_matrix.m: Ditto. |
|
7776 * miscellaneous/bincoeff.m: Ditto. |
|
7777 * miscellaneous/xor.m: Ditto. |
|
7778 * specfun/bessel.m: Ditto. |
|
7779 * specfun/beta.m: Ditto. |
|
7780 * specfun/betai.m: Ditto. |
|
7781 * specfun/erfinv.m: Ditto. |
|
7782 * specfun/gammai.m: Ditto. |
|
7783 * specfun/log2.m: Ditto. |
|
7784 * specfun/pow2.m: Ditto. |
|
7785 |
5095
|
7786 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7787 |
|
7788 * general/is_scalar.m: Texinfoize help text. |
|
7789 * general/is_square.m: Ditto. |
|
7790 * general/is_symmetric.m: Ditto. |
|
7791 |
3320
|
7792 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7793 |
|
7794 * strings/split.m: If the string to be split is empty, just return |
|
7795 an empty string. |
|
7796 |
3319
|
7797 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7798 |
|
7799 * Makefile.in (ALL_M_FILES): New macro. |
|
7800 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7801 |
3306
|
7802 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7803 |
|
7804 * control/bode.m: Don't return anything if nargout == 0. |
|
7805 |
|
7806 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7807 |
|
7808 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7809 |
3305
|
7810 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7811 |
|
7812 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7813 gethelp.cc to the list. |
|
7814 |
3296
|
7815 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7816 |
3301
|
7817 * time/asctime.m: Texinfoize help text. |
|
7818 * time/clock.m: Ditto. |
|
7819 * time/date.m: Ditto. |
|
7820 * miscellaneous/cputime.m: Ditto. |
|
7821 * miscellaneous/etime.m: Ditto. |
|
7822 * miscellaneous/is_leap_year.m: Ditto. |
|
7823 * miscellaneous/popen2.m: Ditto. |
|
7824 * miscellaneous/version.m: Ditto. |
|
7825 * miscellaneous/tic.m: Ditto. |
|
7826 * miscellaneous/toc.m: Just refer to tic.m. |
|
7827 |
3297
|
7828 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7829 `cd dir; $(MAKE); cd ..'. |
|
7830 ($(SUBDIRS)): Likewise. |
|
7831 |
|
7832 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7833 |
|
7834 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7835 of `cd dir; $(MAKE)'. |
|
7836 |
3296
|
7837 * gethelp.cc, mkdoc: New files. |
|
7838 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7839 sources. |
|
7840 |
3291
|
7841 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7842 |
|
7843 * linear-algebra/kron.m: Fix typo in previous change |
|
7844 |
3282
|
7845 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7846 |
|
7847 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7848 |
5095
|
7849 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7850 |
|
7851 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7852 rank when V has more columns than rows. |
|
7853 |
|
7854 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7855 |
|
7856 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7857 |
|
7858 * statistics/tests/manova.m: Avoid problems if |
|
7859 whitespace_in_literal_matrix is set to "traditional". |
|
7860 * statistics/tests/t_test_regression.m: Likewise. |
|
7861 * statistics/tests/u_test.m: Likewise. |
|
7862 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7863 * statistics/tests/anova.m: Likewise. |
|
7864 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7865 * statistics/base/statistics.m: Likewise. |
|
7866 * image/saveimage.m: Likewise. |
|
7867 * signal/arch_fit.m: Likewise. |
|
7868 * signal/autoreg_matrix.m: Likewise. |
|
7869 * signal/triangle_lw.m: Likewise. |
|
7870 * strings/dec2hex.m: Likewise. |
|
7871 |
3268
|
7872 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7873 |
|
7874 * image/saveimage.m: Initialize scale. |
|
7875 |
|
7876 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7877 |
|
7878 * general/reshape.m: Allow reshape (a, size (b)). |
|
7879 |
3266
|
7880 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7881 |
|
7882 * specfun/erfinv.m: Improve stopping criterion. |
|
7883 Add iteration count as second return value. |
|
7884 |
3265
|
7885 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7886 |
|
7887 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7888 |
3263
|
7889 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7890 |
|
7891 * miscellaneous/pack.m: New function. |
|
7892 |
|
7893 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7894 |
|
7895 * plot/figure.m: Always return figure number. With no args, |
|
7896 figure now creates a new figure window and returns its number. |
|
7897 Accept figure (property, value) syntax, but do nothing. |
|
7898 |
5095
|
7899 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7900 |
|
7901 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7902 |
3260
|
7903 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7904 |
|
7905 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7906 evenly spaced. |
|
7907 |
3250
|
7908 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7909 |
|
7910 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7911 contain only zeros. |
|
7912 |
5095
|
7913 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7914 |
|
7915 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7916 instead of appending them. |
|
7917 |
|
7918 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7919 |
|
7920 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7921 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7922 Update from A. S. Hodel. |
|
7923 |
3246
|
7924 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7925 |
|
7926 * polynomial/polyfit.m: Correct previous change. |
|
7927 |
3243
|
7928 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7929 |
|
7930 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7931 |
5095
|
7932 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7933 |
|
7934 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7935 version of krylov and krylovb. |
|
7936 |
|
7937 * control/outlist.m, control/sysout.m: Fix typos. |
|
7938 |
|
7939 * control/sysdimensions.m: Add option for total number of states. |
|
7940 |
|
7941 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7942 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7943 arguments. |
|
7944 |
|
7945 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7946 |
|
7947 * strings/index.m: Fail with meaningful error message if either |
|
7948 arg is a string array. |
|
7949 |
3238
|
7950 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7951 |
|
7952 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7953 infinity-norms of complex matrices. From Sven Khatri |
|
7954 <khatri@saturn.vocalpoint.com>. |
|
7955 |
5095
|
7956 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7957 |
|
7958 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7959 |
|
7960 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7961 |
|
7962 * strings/split.m: Avoid problems when splitting strings that have |
|
7963 \ in them. |
|
7964 |
5095
|
7965 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7966 |
|
7967 * image/colormap.m: Do better arg checking, handle string args |
|
7968 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7969 |
5095
|
7970 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7971 |
|
7972 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7973 * linear-algebra/dot.m: Likewise. |
|
7974 * linear-algebra/cross.m: Likewise. |
|
7975 * general/rot90.m: Likewise. |
|
7976 |
5095
|
7977 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7978 |
|
7979 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7980 that the leading column is not all zeros. |
|
7981 |
|
7982 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7983 |
|
7984 * general/shift.m: Fix potential problems with |
|
7985 whitespace_in_literal_matrix. |
|
7986 * signal/arch_rnd.m: Ditto. |
|
7987 * signal/autocov.m: Ditto. |
|
7988 * signal/diffpara.m: Ditto. |
|
7989 * signal/hurst.m: Ditto. |
|
7990 * signal/periodogram.m: Ditto. |
|
7991 * signal/spectral_adf.m: Ditto. |
|
7992 * signal/spectral_xdf.m: Ditto. |
|
7993 * signal/spencer.m: Ditto. |
|
7994 * signal/synthesis.m: Ditto. |
|
7995 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7996 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7997 * statistics/models/logistic_regression.m: Ditto. |
|
7998 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7999 * statistics/tests/run_test.m: Ditto. |
|
8000 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
8001 |
5095
|
8002 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
8003 |
|
8004 * plot/__plr2__.m: Fix typo. |
|
8005 |
3233
|
8006 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8007 |
|
8008 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
8009 |
5095
|
8010 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
8011 |
|
8012 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
8013 function. |
|
8014 |
5095
|
8015 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
8016 |
|
8017 * control/ss2sys.m: Fix typo. |
|
8018 |
|
8019 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8020 |
|
8021 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
8022 |
|
8023 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
8024 signal names as lists of strings instead of string arrays. |
|
8025 |
3225
|
8026 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8027 |
3233
|
8028 * quaternion: New directory of functions from A. S. Hodel |
3225
|
8029 <a.s.hodel@eng.auburn.edu>. |
|
8030 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
8031 * quaternion/Makefile.in: New file. |
|
8032 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
8033 |
|
8034 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8035 |
|
8036 * image/saveimage.m: Make it work again for black and white colormaps. |
|
8037 |
|
8038 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
8039 since there can be fewer rows than columns. Round values to |
|
8040 nearest position in colormap instead of truncating. Correct usage |
|
8041 message. |
|
8042 |
5095
|
8043 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
8044 |
|
8045 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
8046 zero rows of [A,v] as householder pivots; this avoids spurious |
|
8047 non-zero entries in returned orthogonal matrix U, but destroys the |
|
8048 Householder matrix structure of H. |
|
8049 |
|
8050 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8051 |
|
8052 * general/logical.m: Just copy input to output if argument is |
|
8053 already a logical object. |
|
8054 |
3215
|
8055 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8056 |
|
8057 * New files from OCST, in control subdiretory: |
|
8058 |
|
8059 DEMOcontrol.m is_siso.m syschnames.m |
|
8060 abcddim.m is_stabilizable.m syschnamesl.m |
|
8061 abcddims.m is_stable.m syschtsam.m |
|
8062 analdemo.m jet707.m sysconnect.m |
|
8063 are.m lqe.m syscont.m |
|
8064 axis2dlim.m lqg.m syscont_disc.m |
|
8065 bddemo.m lqr.m sysdefioname.m |
|
8066 bode.m lsim.m sysdefstname.m |
|
8067 bode_bounds.m ltifr.m sysdimensions.m |
|
8068 bodquist.m lyap.m sysdisc.m |
|
8069 buildssic.m mb.m sysdup.m |
|
8070 c2d.m minfo.m sysgetsignals.m |
6302
|
8071 com2str.m moddemo.m sysgettsam.m |
3215
|
8072 controldemo.m nichols.m sysgettype.m |
|
8073 ctrb.m nyquist.m sysgroup.m |
|
8074 d2c.m obsv.m sysgroupn.m |
|
8075 damp.m ord2.m sysmult.m |
|
8076 dare.m outlist.m sysout.m |
|
8077 dcgain.m packedform.m sysprune.m |
|
8078 demomarsyas.m packsys.m sysreorder.m |
|
8079 dezero.m; parallel.m sysrepdemo.m |
|
8080 dgkfdemo.m place.m sysscale.m |
|
8081 dgram.m polyout.m syssub.m |
|
8082 dhinfdemo.m prompt.m sysupdate.m |
|
8083 dlqe.m pzmap.m tf2ss.m |
|
8084 dlqg.m qzval.m tf2sys.m |
|
8085 dlqr.m rldemo.m tf2sysl.m |
|
8086 dlyap.m rlocus.m tf2zp.m |
|
8087 dmr2d.m rotg.m tfout.m |
|
8088 fir2sys.m run_cmd.m; tzero.m |
|
8089 frdemo.m series.m tzero2.m |
|
8090 freqchkw.m sortcom.m ugain.m |
|
8091 freqresp.m ss2sys.m unpacksys.m |
|
8092 gram.m ss2tf.m wgt1o.m |
|
8093 h2norm.m ss2zp.m zgfmul.m |
|
8094 h2syn.m starp.m zgfslv.m |
|
8095 hinf_ctr.m step.m zginit.m |
|
8096 hinfdemo.m stepimp.m zgpbal.m |
|
8097 hinfnorm.m strappend.m; zgreduce.m |
|
8098 hinfsyn.m susball.m zgrownorm.m |
|
8099 hinfsyn_chk.m swap.m zgscal.m |
|
8100 impulse.m swapcols.m zgsgiv.m |
|
8101 is_abcd.m swaprows.m zgshsr.m |
|
8102 is_controllable.m sys2fir.m zp2ss.m |
|
8103 is_detectable.m sys2ss.m zp2ssg2.m |
|
8104 is_dgkf.m sys2tf.m zp2sys.m |
|
8105 is_digital.m sys2zp.m zp2tf.m |
|
8106 is_observable.m sysadd.m zpout.m |
|
8107 is_sample.m sysappend.m |
|
8108 |
|
8109 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8110 |
|
8111 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
8112 |
|
8113 * strings/deblank.m: Make it work for string arrays too. |
|
8114 |
3211
|
8115 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8116 |
|
8117 * linear-algebra/housh.m: New file from the OCST. |
|
8118 * linear-algebra/krygetq.m: Ditto. |
|
8119 * linear-algebra/krylov.m: Ditto. |
|
8120 * linear-algebra/krylovb.m: Ditto. |
|
8121 * linear-algebra/qrhouse.m: Ditto. |
|
8122 * general/is_duplicate_entry.m: Ditto. |
|
8123 |
|
8124 * general/is_symmetric.m: Call is_square instead of doing that |
|
8125 check in line. |
|
8126 |
3196
|
8127 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8128 |
3202
|
8129 * general/is_square.m: |
|
8130 |
|
8131 * general/isempty.m, general/is_matrix.m: Delete. |
|
8132 |
|
8133 * general/is_symmetric: Delete special case for strings. Whether |
|
8134 the conversion is valid should depend on implicit_str_to_num_ok. |
|
8135 |
|
8136 * general/is_square.m: If arg is not a matrix, don't check size, |
|
8137 just return 0. |
|
8138 * general/is_symmetric: Likewise. |
|
8139 * general/is_vector.m: Likewise. |
|
8140 * general/is_scalar.m: Likewise. |
|
8141 |
3196
|
8142 * general/length.m: Delete. |
|
8143 |
3191
|
8144 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8145 |
|
8146 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
8147 statistics/distributions/Makefile, statistics/models/Makefile, |
|
8148 and statistics/tests/Makefile to the list of files to create. |
|
8149 |
|
8150 * finance/Makefile.in, statistics/base/Makefile.in, |
|
8151 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
8152 statistics/tests/Makefile.in: New files. |
|
8153 * statistics/Makefile.in: Delete file lists. Now only handle |
|
8154 subdirectories. |
|
8155 * Makefile.in (SUBDIRS): Add finance. |
|
8156 |
|
8157 * Move the following files from statistics to statistics/base: |
|
8158 |
|
8159 corrcoef.m |
|
8160 kurtosis.m |
|
8161 mahalanobis.m |
|
8162 median.m |
|
8163 ols.m |
|
8164 skewness.m |
|
8165 std.m |
|
8166 |
|
8167 New files, from Kurt Hornik's octave-ci package: |
|
8168 |
|
8169 * finance (new directory): |
|
8170 |
|
8171 fv.m |
|
8172 fvl.m |
|
8173 irr.m |
|
8174 nper.m |
|
8175 npv.m |
|
8176 pmt.m |
|
8177 pv.m |
|
8178 pvl.m |
|
8179 rate.m |
|
8180 vol.m |
|
8181 |
|
8182 * linear-algebra/dmult.m |
|
8183 |
|
8184 * signal: |
|
8185 |
|
8186 arch_fit.m |
|
8187 arch_rnd.m |
|
8188 arch_test.m |
|
8189 arma_rnd.m |
|
8190 autocor.m |
|
8191 autocov.m |
|
8192 autoreg_matrix.m |
|
8193 bartlett.m |
|
8194 blackman.m |
|
8195 diffpara.m |
|
8196 durbinlevinson.m |
|
8197 fractdiff.m |
|
8198 hamming.m |
|
8199 hanning.m |
|
8200 hurst.m |
|
8201 periodogram.m |
|
8202 rectangle_lw.m |
|
8203 rectangle_sw.m |
|
8204 sinetone.m |
|
8205 sinewave.m |
|
8206 spectral_adf.m |
|
8207 spectral_xdf.m |
|
8208 spencer.m |
|
8209 stft.m |
|
8210 synthesis.m |
|
8211 triangle_lw.m |
|
8212 triangle_sw.m |
|
8213 yulewalker.m |
|
8214 |
|
8215 * statistics/base (new directory): |
|
8216 |
|
8217 center.m |
|
8218 cloglog.m |
|
8219 cor.m |
|
8220 cov.m |
|
8221 cut.m |
|
8222 iqr.m |
|
8223 kendall.m |
|
8224 logit.m |
|
8225 mean.m |
|
8226 meansq.m |
|
8227 moment.m |
|
8228 ppplot.m |
|
8229 probit.m |
|
8230 qqplot.m |
|
8231 range.m |
|
8232 ranks.m |
|
8233 run_count.m |
|
8234 spearman.m |
|
8235 statistics.m |
|
8236 studentize.m |
|
8237 table.m |
|
8238 values.m |
|
8239 var.m |
|
8240 |
|
8241 (Replaces cov.m and mean.m with new versions.) |
|
8242 |
|
8243 * statistics/distributions (new directory): |
|
8244 |
|
8245 beta_cdf.m |
|
8246 beta_inv.m |
|
8247 beta_pdf.m |
|
8248 beta_rnd.m |
|
8249 binomial_cdf.m |
|
8250 binomial_inv.m |
|
8251 binomial_pdf.m |
|
8252 binomial_rnd.m |
|
8253 cauchy_cdf.m |
|
8254 cauchy_inv.m |
|
8255 cauchy_pdf.m |
|
8256 cauchy_rnd.m |
|
8257 chisquare_cdf.m |
|
8258 chisquare_inv.m |
|
8259 chisquare_pdf.m |
|
8260 chisquare_rnd.m |
|
8261 discrete_cdf.m |
|
8262 discrete_inv.m |
|
8263 discrete_pdf.m |
|
8264 discrete_rnd.m |
|
8265 empirical_cdf.m |
|
8266 empirical_inv.m |
|
8267 empirical_pdf.m |
|
8268 empirical_rnd.m |
|
8269 exponential_cdf.m |
|
8270 exponential_inv.m |
|
8271 exponential_pdf.m |
|
8272 exponential_rnd.m |
|
8273 f_cdf.m |
|
8274 f_inv.m |
|
8275 f_pdf.m |
|
8276 f_rnd.m |
|
8277 gamma_cdf.m |
|
8278 gamma_inv.m |
|
8279 gamma_pdf.m |
|
8280 gamma_rnd.m |
|
8281 geometric_cdf.m |
|
8282 geometric_inv.m |
|
8283 geometric_pdf.m |
|
8284 geometric_rnd.m |
|
8285 hypergeometric_cdf.m |
|
8286 hypergeometric_inv.m |
|
8287 hypergeometric_pdf.m |
|
8288 hypergeometric_rnd.m |
|
8289 kolmogorov_smirnov_cdf.m |
|
8290 laplace_cdf.m |
|
8291 laplace_inv.m |
|
8292 laplace_pdf.m |
|
8293 laplace_rnd.m |
|
8294 logistic_cdf.m |
|
8295 logistic_inv.m |
|
8296 logistic_pdf.m |
|
8297 logistic_rnd.m |
|
8298 lognormal_cdf.m |
|
8299 lognormal_inv.m |
|
8300 lognormal_pdf.m |
|
8301 lognormal_rnd.m |
|
8302 normal_cdf.m |
|
8303 normal_inv.m |
|
8304 normal_pdf.m |
|
8305 normal_rnd.m |
|
8306 pascal_cdf.m |
|
8307 pascal_inv.m |
|
8308 pascal_pdf.m |
|
8309 pascal_rnd.m |
|
8310 poisson_cdf.m |
|
8311 poisson_inv.m |
|
8312 poisson_pdf.m |
|
8313 poisson_rnd.m |
|
8314 stdnormal_cdf.m |
|
8315 stdnormal_inv.m |
|
8316 stdnormal_pdf.m |
|
8317 stdnormal_rnd.m |
|
8318 t_cdf.m |
|
8319 t_inv.m |
|
8320 t_pdf.m |
|
8321 t_rnd.m |
|
8322 uniform_cdf.m |
|
8323 uniform_inv.m |
|
8324 uniform_pdf.m |
|
8325 uniform_rnd.m |
|
8326 weibull_cdf.m |
|
8327 weibull_inv.m |
|
8328 weibull_pdf.m |
|
8329 weibull_rnd.m |
|
8330 wiener_rnd.m |
|
8331 |
|
8332 * statistics/models (new directory): |
|
8333 |
|
8334 logistic_regression.m |
|
8335 logistic_regression_derivatives.m |
|
8336 logistic_regression_likelihood.m |
|
8337 |
|
8338 * statistics/tests (new directory): |
|
8339 |
|
8340 anova.m |
|
8341 bartlett_test.m |
|
8342 chisquare_test_homogeneity.m |
|
8343 chisquare_test_independence.m |
|
8344 cor_test.m |
|
8345 f_test_regression.m |
|
8346 hotelling_test.m |
|
8347 hotelling_test_2.m |
|
8348 kolmogorov_smirnov_test.m |
|
8349 kolmogorov_smirnov_test_2.m |
|
8350 kruskal_wallis_test.m |
|
8351 manova.m |
|
8352 mcnemar_test.m |
|
8353 prop_test_2.m |
|
8354 run_test.m |
|
8355 sign_test.m |
|
8356 t_test.m |
|
8357 t_test_2.m |
|
8358 t_test_regression.m |
|
8359 u_test.m |
|
8360 var_test.m |
|
8361 welch_test.m |
|
8362 wilcoxon_test.m |
|
8363 z_test.m |
|
8364 z_test_2.m |
|
8365 |
|
8366 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8367 |
|
8368 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
8369 compatibility and to avoid Y2K problems. |
|
8370 |
3190
|
8371 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8372 |
|
8373 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
8374 least-squares solution. |
|
8375 |
3180
|
8376 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8377 |
|
8378 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
8379 |
|
8380 * strings/strrep.m: Don't convert args to numeric values. |
|
8381 Prevent warnings for empty string args. |
|
8382 From Georg Thimm <thimm@idiap.ch>. |
|
8383 |
|
8384 * strings/strcat.m: Prevent warnings for empty string args. |
|
8385 |
|
8386 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8387 |
|
8388 * miscellaneous/menu.m: Remove special case for empty string |
|
8389 returned from input(). Add second arg to eval() to catch errors. |
|
8390 |
3178
|
8391 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8392 |
|
8393 * plot/__plt__.m: Don't call usleep. |
|
8394 |
3175
|
8395 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8396 |
|
8397 * linear-algebra/dot.m: New function. |
|
8398 |
|
8399 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
8400 compatibility. |
|
8401 |
|
8402 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8403 |
|
8404 * plot/hist.m: Also allow just one output argument. |
|
8405 |
|
8406 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8407 |
|
8408 * strings/deblank.m: Make it work if the string is only blanks. |
|
8409 |
|
8410 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8411 |
|
8412 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
8413 |
|
8414 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8415 |
|
8416 * plot/oneplot.m: Fix typo. |
|
8417 |
3174
|
8418 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8419 |
|
8420 * miscellaneous/flops.m: Allow a single argument too. |
|
8421 |
|
8422 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8423 |
|
8424 * strings/str2mat.m: Also handle case when there are no empty |
|
8425 strings correctly. |
|
8426 |
|
8427 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8428 |
|
8429 * strings/isletter.m: New function, for Matlab compatibility. |
|
8430 |
3168
|
8431 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8432 |
|
8433 * strings/str2mat.m: Handle string matrices too. |
|
8434 |
3167
|
8435 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8436 |
|
8437 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
8438 linear encoding. |
|
8439 |
|
8440 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
8441 audio/record.m: Open files in binary mode. |
|
8442 |
3164
|
8443 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8444 |
|
8445 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
8446 Move functionality of dump_1_pref here, but use built-in function |
|
8447 type to extract value, and put it inside try/catch block. |
|
8448 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
8449 |
3162
|
8450 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8451 |
|
8452 * plot/__pltopt1.m__: New file. |
|
8453 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
8454 __pltopt1__ multiple times and returning a string array with rows |
|
8455 corresponding to the rows of opt. |
|
8456 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
8457 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
8458 array. |
|
8459 |
|
8460 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8461 |
|
8462 * plot/mplot.m: Fix misspellings of global variables. |
|
8463 Don't call clearplot. |
|
8464 |
|
8465 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8466 |
|
8467 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
8468 "cle;rep" when going in ot multiplot mode. |
|
8469 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
8470 switching out of multiplot mode. |
|
8471 |
3156
|
8472 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
8473 |
3156
|
8474 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
8475 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
8476 |
3141
|
8477 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8478 |
|
8479 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
8480 |
|
8481 * miscellaneous/bug_report.m: Don't try to get smart with |
|
8482 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
8483 |
|
8484 * Makefile.in (install): Create separate ls-R files for |
|
8485 $(datadir) and $(libexecdir). |
|
8486 (uninstall): Remove both ls-R files. |
|
8487 |
3136
|
8488 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8489 |
|
8490 * signal/fftshift.m: New file. |
|
8491 |
|
8492 * plot/contour.m: Fix for non-square case. |
|
8493 |
|
8494 * general/randperm.m: New file. |
|
8495 |
|
8496 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8497 |
|
8498 * specfun/betai.m: Restore file for compatibility with previous |
|
8499 versions. Call betainc with reordered args. |
|
8500 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
8501 |
3131
|
8502 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8503 |
|
8504 * plot/contour.m: Handle discrete contour levels. |
|
8505 |
|
8506 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8507 |
|
8508 * control/lyap.m: For compatibility with Matlab, solve |
|
8509 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
8510 |
3124
|
8511 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8512 |
|
8513 * specfun/bessel.m: New file. |
|
8514 |
|
8515 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
8516 specfun/gammainc.m: Delete. |
|
8517 |
3106
|
8518 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8519 |
|
8520 * image/colormap.m: Initialize __current_color_map__ in global |
|
8521 statement. |
|
8522 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
8523 statement. |
|
8524 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
8525 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8526 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
8527 |
3103
|
8528 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8529 |
|
8530 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
8531 * time/toc.m: Likewise. |
|
8532 |
|
8533 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
8534 |
|
8535 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
8536 anything special for automatic_replot when in multiplot mode -- |
|
8537 recent 3.6beta releases handle this correctly. |
|
8538 |
|
8539 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
8540 setting the terminal type. |
|
8541 |
|
8542 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8543 plot/subwindow.m: Use leading and trailing underscores for |
|
8544 `private' globals. |
|
8545 |
|
8546 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
8547 |
3101
|
8548 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8549 |
|
8550 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
8551 |
3091
|
8552 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8553 |
3092
|
8554 * specfun/gammai.m: Avoid problems with whitespace when |
|
8555 constructing matrices. |
|
8556 |
3091
|
8557 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
8558 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8559 original y vector. |
|
8560 |
3085
|
8561 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8562 |
|
8563 * linear-algebra/cross.m: Use direct formula instead of calling |
|
8564 det three times in a loop. If both args are column (row) vectors, |
|
8565 return a column (row) vector. If they don't match, pay attention |
|
8566 to the value of prefer_column_vectors. |
|
8567 |
5095
|
8568 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
8569 |
|
8570 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
8571 nonsymmetric matrices. |
|
8572 |
|
8573 * general/tril.m: Fix usage message. |
|
8574 |
|
8575 * polynomial/polyvalm.m: Fix error messages. |
|
8576 * polynomial/polyderiv.m: Likewise. |
|
8577 * polynomial/polyval.m: Likewise. |
|
8578 |
3081
|
8579 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8580 |
|
8581 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
8582 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
8583 |
3063
|
8584 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8585 |
|
8586 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
8587 |
5095
|
8588 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
8589 |
|
8590 * plot/__pltopt__.m: Handle key/legend names. |
|
8591 Correctly set colors, line styles, and point styles. |
|
8592 |
3061
|
8593 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8594 |
|
8595 * polynomial/polyfit.m: Return fit y values as second output. |
|
8596 Don't use QR factorization to solve least squares problem. |
|
8597 |
|
8598 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8599 |
|
8600 * control/dlqr.m: Use ao, not a, to compute k. |
|
8601 |
3024
|
8602 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8603 |
|
8604 * miscellaneous/path.m: New file. |
|
8605 |
2993
|
8606 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8607 |
|
8608 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
8609 name. |
|
8610 |
2968
|
8611 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8612 |
|
8613 * specfun/erfinv.m: Add missing semicolon. |
|
8614 |
2870
|
8615 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8616 |
|
8617 * miscellaneous/xor.m: Make type of return value logical. |
|
8618 |
2853
|
8619 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8620 |
|
8621 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8622 warn_comma_in_global_decl. |
|
8623 |
2831
|
8624 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8625 |
|
8626 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
8627 octave-bug script. |
|
8628 |
2823
|
8629 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8630 |
2824
|
8631 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8632 prefer_zero_one_indexing. |
|
8633 |
2823
|
8634 * general/logical.m: New file. |
|
8635 |
2816
|
8636 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8637 |
|
8638 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
8639 and is_vector(). |
|
8640 |
5095
|
8641 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
8642 |
|
8643 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
8644 Use tolerance of 2 * eps. |
|
8645 |
2811
|
8646 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8647 |
|
8648 * Makefile.in (install-strip): New target. |
|
8649 * audio/Makefile.in: Ditto. |
|
8650 * control/Makefile.in: Ditto. |
|
8651 * elfun/Makefile.in: Ditto. |
|
8652 * general/Makefile.in: Ditto. |
|
8653 * image/Makefile.in: Ditto. |
|
8654 * io/Makefile.in: Ditto. |
|
8655 * linear-algebra/Makefile.in: Ditto. |
|
8656 * miscellaneous/Makefile.in: Ditto. |
|
8657 * plot/Makefile.in: Ditto. |
|
8658 * polynomial/Makefile.in: Ditto. |
|
8659 * set/Makefile.in: Ditto. |
|
8660 * signal/Makefile.in: Ditto. |
|
8661 * specfun/Makefile.in: Ditto. |
|
8662 * special-matrix/Makefile.in: Ditto. |
|
8663 * startup/Makefile.in: Ditto. |
|
8664 * statistics/Makefile.in: Ditto. |
|
8665 * strings/Makefile.in: Ditto. |
|
8666 |
2809
|
8667 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8668 |
|
8669 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
8670 |
2798
|
8671 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8672 |
|
8673 * statistics/corrcoef.m: Make it actually work. |
|
8674 |
2795
|
8675 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8676 |
2798
|
8677 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
8678 |
2779
|
8679 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
8680 |
|
8681 * Version 2.0.5 released. |
|
8682 |
2745
|
8683 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8684 |
2749
|
8685 * Makefile.in (maintainer-clean): Also remove configure. |
|
8686 |
2746
|
8687 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
8688 |
2745
|
8689 * general/is_matrix.m: Return zero for empty matrices. |
|
8690 |
|
8691 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8692 |
|
8693 * linear-algebra/vech.m: Size result just once. |
|
8694 |
2726
|
8695 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8696 |
|
8697 * general/is_square.m: Handle empty matrices correctly. |
|
8698 * general/is_symmetric.m: Handle empty matrices and strings. |
|
8699 |
2716
|
8700 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8701 |
|
8702 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
8703 * polynomial/deconv.m: Likewise. |
|
8704 * polynomial/polyderiv.m: Likewise. |
|
8705 * polynomial/polyinteg.m: Likewise. |
|
8706 * polynomial/polyreduce.m: Likewise. |
|
8707 * polynomial/polyval.m: Likewise. |
|
8708 * polynomial/polyvalm.m: Likewise. |
|
8709 * general/postpad.m: Likewise. |
|
8710 * general/prepad.m: Likewise. |
|
8711 |
|
8712 * polynomial/compan.m: Check input with is_vector(), not |
|
8713 is_matrix(). Handle scalar case. |
|
8714 |
2711
|
8715 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8716 |
2715
|
8717 * plot/contour.m: Order data so that it is consistent with |
|
8718 meshgrid and mesh. |
|
8719 |
2711
|
8720 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
8721 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
8722 |
2709
|
8723 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
8724 |
|
8725 * Version 2.0.4 released. |
|
8726 |
2706
|
8727 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8728 |
2702
|
8729 * miscellaneous/paren.m: New file. |
|
8730 |
2693
|
8731 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
8732 |
|
8733 * Version 2.0.3 released. |
|
8734 |
2676
|
8735 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8736 |
|
8737 * image/saveimage.m: Only clip image data that is actually out of |
|
8738 range. |
|
8739 |
2667
|
8740 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8741 |
|
8742 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
8743 also be considered to be matrices. |
|
8744 |
|
8745 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
8746 |
|
8747 * general/isempty.m: Use size(), not rows() and columns(). |
|
8748 |
|
8749 * plot/contour.m: Convert set to gset. |
|
8750 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
8751 |
2663
|
8752 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8753 |
|
8754 * specfun/erfinv.m: Fix typo in last change. |
|
8755 |
2650
|
8756 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8757 |
|
8758 * image/loadimage.m: Make it possible to load files with image |
|
8759 data named X or img. |
|
8760 |
|
8761 * image/default.img: Change name of image from X to img to match |
|
8762 what saveimage does now. |
|
8763 |
|
8764 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
8765 does now. |
|
8766 |
2632
|
8767 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8768 |
2634
|
8769 * Version 2.0.2 released. |
|
8770 |
2632
|
8771 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8772 weird missing-lines bug without creating extra plots unecessarily. |
|
8773 |
2624
|
8774 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8775 |
|
8776 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8777 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8778 io/Makefile.in, linear-algebra/Makefile.in, |
|
8779 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8780 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8781 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8782 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8783 time/Makefile.in (bin-dist): New target. |
|
8784 |
2621
|
8785 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8786 |
|
8787 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8788 |
|
8789 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8790 |
|
8791 * miscellaneous/xor.m: Make it work. |
|
8792 |
2613
|
8793 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8794 |
|
8795 * plot/sombrero.m: Doc fix. |
|
8796 |
2602
|
8797 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8798 |
|
8799 * Version 2.0.1 released. |
|
8800 |
2601
|
8801 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8802 |
|
8803 * elfun/lcm.m: Replace missing if statement. |
|
8804 |
|
8805 * elfun/gcd.m: Report error if no input args. |
|
8806 * elfun/lcm.m: Likewise. |
|
8807 |
2597
|
8808 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8809 |
|
8810 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8811 Also list contents of $libexecdir/octave in ls-R database. |
|
8812 |
2583
|
8813 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8814 |
|
8815 * Version 2.0 released. |
|
8816 |
2575
|
8817 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8818 |
|
8819 * Version 1.94. |
|
8820 |
2558
|
8821 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8822 |
|
8823 * strings/str2num.m: New file. |
|
8824 |
2554
|
8825 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8826 |
|
8827 * Version 1.93. |
|
8828 |
2540
|
8829 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8830 |
|
8831 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8832 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8833 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8834 |
|
8835 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8836 general/common_size.m: New files from Kurt Hornik. |
|
8837 |
|
8838 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8839 New files from Kurt Hornik. |
|
8840 |
|
8841 * signal/detrend.m: New file from Kurt Hornik. |
|
8842 |
|
8843 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8844 specfun/pow2.m, specfun/log2.m: |
|
8845 New files and updates from Kurt Hornik. |
|
8846 |
2523
|
8847 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8848 |
|
8849 * plot/__plt__.m: Add explicit replot after last command is |
|
8850 issued, to force all lines to be displayed. Hmm. |
|
8851 |
2512
|
8852 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8853 |
2520
|
8854 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8855 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8856 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8857 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8858 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8859 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8860 Uset gset, not set. |
|
8861 |
2512
|
8862 * Version 1.92. |
|
8863 |
2482
|
8864 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8865 |
2486
|
8866 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8867 almighty Creator. Use single call to fprintf instead of looping. |
|
8868 |
|
8869 * image/Makefile.in: Delete references to octtopnm. |
|
8870 |
|
8871 * general/logspace.m: Doc fix. |
|
8872 |
2482
|
8873 * Version 1.91. |
|
8874 |
2458
|
8875 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8876 |
|
8877 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8878 |
|
8879 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8880 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8881 deleted. |
|
8882 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8883 of a system() command to delete the tmp file. |
|
8884 |
2452
|
8885 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8886 |
|
8887 * Version 1.90. |
|
8888 |
|
8889 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8890 |
2360
|
8891 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8892 |
|
8893 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8894 Don't check for string value of automatic_replot. |
|
8895 |
|
8896 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8897 Temporarily set do_fortran_indexing to 1, not "true". |
|
8898 |
|
8899 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8900 not "false". |
|
8901 |
|
8902 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8903 "false". |
|
8904 |
2355
|
8905 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8906 |
|
8907 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8908 |
2330
|
8909 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8910 |
|
8911 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8912 system command. |
|
8913 |
|
8914 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8915 |
|
8916 * __plr1__.m: Renamed from polar_int_1.m. |
|
8917 * __plr2__.m: Renamed from polar_int_2.m. |
|
8918 * __plr__.m: Renamed from polar_int.m. |
|
8919 * __plt1__.m: Renamed from plot_int_1.m. |
|
8920 * __plt2__.m: Renamed from plot_int_2.m. |
|
8921 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8922 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8923 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8924 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8925 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8926 * __plt__.m: Renamed from plot_int.m. |
|
8927 * __pltopt__.m: Renamed from plot_opt.m. |
|
8928 Change all callers. |
|
8929 |
|
8930 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8931 |
|
8932 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8933 comments like those found in Emacs lisp files. |
|
8934 |
|
8935 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8936 |
|
8937 * All .m files: Change comment style. |
|
8938 |
|
8939 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8940 |
|
8941 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8942 subplot.m, subwindow.m, top_title.m: |
|
8943 Print error message if gnuplot_has_multiplot is not true. |
|
8944 |
|
8945 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8946 |
|
8947 * plot/figure.m: New function. |
|
8948 |
|
8949 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8950 |
|
8951 * strings/strrep.m: New function. |
|
8952 |
|
8953 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8954 |
|
8955 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8956 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8957 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8958 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8959 New functions from Kurt Hornik, heavily modified by jwe. |
|
8960 |
|
8961 * general/reshape.m: Allow strings to be reshaped too. |
|
8962 |
|
8963 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8964 Always return a scalar. |
|
8965 |
|
8966 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8967 |
|
8968 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8969 Matlab. |
|
8970 |
|
8971 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8972 |
|
8973 * polynomial/polyfit.m: Add missing close paren. |
|
8974 |
|
8975 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8976 |
|
8977 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8978 |
|
8979 * io/scanf.m: Delete. |
|
8980 |
|
8981 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8982 |
|
8983 * statistics/median.m: Fix typo in usage message. |
|
8984 |
|
8985 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8986 |
|
8987 * miscellaneous/popen2.m: New file. |
|
8988 |
|
8989 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8990 |
|
8991 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8992 |
|
8993 * io: New directory. |
|
8994 * Makefile.in (SUBDIRS): Add it to the list. |
|
8995 |
|
8996 * miscellaneous/flops.m: New file. |
|
8997 |
|
8998 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8999 |
|
9000 * miscellaneous/cputime.m: Return three arguments instead of a |
|
9001 vector, for compatibility with previous versions and with Matlab |
|
9002 (which only returns one scalar value). |
|
9003 |
|
9004 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
9005 |
|
9006 * general/triu.m: Compute lower bound on loop index correctly. |
|
9007 * general/tril.m: Likewise, for upper bound. |
|
9008 |
|
9009 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9010 |
|
9011 * image/saveimage.m: For color images, make sure indices into |
|
9012 temporary colormap and result matrix have proper orientation. |
|
9013 Set grey flag correctly. |
|
9014 |
|
9015 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9016 |
|
9017 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
9018 jrv@vanzandt.mv.com). |
|
9019 |
|
9020 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9021 |
|
9022 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
9023 * mesh.m: Transpose Z if only one arg. |
|
9024 Handle case of all three args being matrices (from Jim Van Zandt |
|
9025 jrv@vanzandt.mv.com). |
|
9026 * meshdom.m: Undo previous change. |
|
9027 |
|
9028 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9029 |
|
9030 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
9031 |
|
9032 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9033 |
|
9034 * audio: New directory of files from Kurt Hornik and Andreas |
|
9035 Weingessel. |
|
9036 * audio/Makefile.in: New file. |
|
9037 * Makefile.in (SUBDIRS): Add audio to the list. |
|
9038 |
|
9039 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9040 |
|
9041 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
9042 |
|
9043 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9044 |
|
9045 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
9046 columns (z), not the other way around. |
|
9047 * plot/meshdom.m: Don't reverse order of elements in y. |
|
9048 |
|
9049 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9050 |
|
9051 * plot/axis.m: Return current axis if nargin == 0. |
|
9052 |
|
9053 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9054 |
|
9055 * polynomial/roots.m: Updates from Kurt Hornik. |
|
9056 |
|
9057 * polynomial/polyder.m: New file. |
|
9058 |
|
9059 * polynomial/polyderiv.m: Give return value and arg different names. |
|
9060 |
|
9061 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9062 |
|
9063 * specfun/betainc.m: New file. |
|
9064 * specfun/gammainc.m: New file. |
|
9065 |
|
9066 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9067 |
|
9068 * general/strerror.m: New file. |
|
9069 * general/perror.m: Implement using strerror(). |
|
9070 |
|
9071 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9072 |
|
9073 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
9074 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
9075 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
9076 |
|
9077 * image/saveimage.m: Round img values first. |
|
9078 |
|
9079 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9080 |
|
9081 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
9082 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
9083 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
9084 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
9085 special-matrix/hankel.m special-matrix/toeplitz.m |
|
9086 tuwien/strfun/split.m: Add missing semicolons. |
|
9087 |
|
9088 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
9089 |
|
9090 * image/Makefile.in: Don't build or install octtoppm. |
|
9091 |
|
9092 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
9093 routines so that people who don't have the pbm stuff installed |
2330
|
9094 can still use this function. |
|
9095 |
|
9096 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9097 |
|
9098 * image/saveimage.m: Better error checking, clean up a bit. |
|
9099 |
|
9100 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9101 |
|
9102 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
9103 avoid conflict with new built-in text-style function more. |
|
9104 |
|
9105 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
9106 |
|
9107 * startup/Makefile.in (install): Also install octaverc in |
|
9108 $localfcnfiledir/startup/octavrc. |
|
9109 |
|
9110 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9111 |
|
9112 * mkinstalldirs: New file. |
|
9113 * Makefile.in (DISTFILES): Add it to the list. |
|
9114 |
|
9115 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
9116 |
|
9117 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9118 |
|
9119 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
9120 r(1) != c(nr), not if r(1) != c(1). |
|
9121 |
|
9122 * signal/filter.m: Doc fix. |
|
9123 |
|
9124 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9125 |
|
9126 * miscellaneous/cputime.m: Use new resource structure names (no |
|
9127 ru_ or tv_ prefixes). |
|
9128 |
|
9129 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9130 |
|
9131 * time/ctime.m: Fix doc string and usage message. |
|
9132 |
|
9133 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9134 |
|
9135 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
9136 |
|
9137 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9138 |
|
9139 * control/c2d.m: Make function work for any value of |
|
9140 whitespace_in_literal_matrix. |
|
9141 * control/dare.m: Likewise. |
|
9142 * control/tzero.m: Likewise. |
|
9143 * elfun/gcd.m: Likewise. |
|
9144 * elfun/lcm.m: Likewise. |
|
9145 * general/postpad.m: Likewise. |
|
9146 * general/prepad.m: Likewise. |
|
9147 * linear-algebra/kron.m: Likewise. |
|
9148 * miscellaneous/etime.m: Likewise. |
|
9149 * polynomial/conv.m: Likewise. |
|
9150 * polynomial/deconv.m: Likewise. |
|
9151 * polynomial/poly.m: Likewise. |
|
9152 * polynomial/roots.m: Likewise. |
|
9153 * signal/filter.m: Likewise. |
|
9154 * signal/freqz.m: Likewise. |
|
9155 * signal/fftfilt.m: Likewise. |
|
9156 |
|
9157 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9158 |
|
9159 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
9160 |
|
9161 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9162 |
|
9163 * plot/polar_int_2.m: Add missing semicolons. |
|
9164 Set theta = theta', not rho'. |
|
9165 |
|
9166 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9167 |
|
9168 * polynomial/roots.m: Make it work for any value of |
|
9169 whitespace_in_literal_matrix. |
|
9170 |
|
9171 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9172 |
|
9173 * configure.in: New file. |
|
9174 |
|
9175 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9176 |
|
9177 * control/lyap.m: Add missing semicolon. |
|
9178 |
|
9179 * miscellaneous/cputime.m: New function file. |
|
9180 |
|
9181 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9182 |
|
9183 * time: New directory. |
|
9184 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
9185 New function files. |
|
9186 * time/Makefile.in: New file. |
|
9187 * Makefile.in (SUBDIRS): Add time. |
|
9188 |
|
9189 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9190 |
|
9191 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
9192 |
|
9193 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9194 |
|
9195 * plot/plot_int_1.m: Transpose data with .', not '. |
|
9196 |
|
9197 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9198 |
|
9199 * Makefile.in (install uninstall clean mostlyclean distclean |
|
9200 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
9201 |
|
9202 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9203 |
|
9204 * Makefile.in (install): Create ls-R database file. |
|
9205 (uninstall): Delete it. |
|
9206 |
|
9207 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9208 |
5378
|
9209 * image/saveimage.m: Fix typo. |
2330
|
9210 |
|
9211 See ChangeLog.1 in the top level directory for earlier changes. |