7382
|
1 2008-01-15 John W. Eaton <jwe@octave.org> |
|
2 |
|
3 * linear-algebra/__norm__.m: Use sum(abs(x),2), not sum(abs(x.')). |
|
4 |
7379
|
5 2008-01-15 Michael Goffioul <michael.goffioul@gmail.com> |
|
6 |
|
7 * plot/drawnow.m, plot/__go_draw_figure__.m, plot/__go_draw_axes__.m: |
|
8 Call __get__ instead of get. |
|
9 |
|
10 2008-01-15 Ben Abbott <bpabbott@mac.com> |
|
11 |
|
12 * linear-algebra/__norm__.m: Avoid divide by zero error for |
|
13 Frobenius norm if matrix is all zeros. Use transpose instead of |
|
14 hermitian operator. |
|
15 |
7376
|
16 2008-01-14 Bill Denney <bill@denney.ws> |
|
17 |
|
18 * plot/axis.m: Correctly handle "tight" and "image" options. |
|
19 |
7375
|
20 2008-01-14 Soren Hauberg <hauberg@gmail.com> |
|
21 |
|
22 * image/hsv2rgb.m, image/ntsc2rgb.m, image/rgb2hsv.m, |
|
23 image/rgb2ntsc.m: Also accept images as input. |
|
24 |
|
25 * image/gray2ind.m: Handle image type other than double. |
|
26 Improve error checking and documentation. |
|
27 |
7371
|
28 2008-01-14 John W. Eaton <jwe@octave.org> |
|
29 |
7372
|
30 * plot/__go_draw_axes__.m (get_fontname_and_size): Use strcmpi |
|
31 instead of calling tolower on first arg. Default font name is |
|
32 Helvetica, not helvetica. Don't downcase user-specified font name. |
|
33 (__maybe_munge_text__): Fix typo. |
|
34 |
7371
|
35 * optimization/sqp.m: Fix function definitions in test code. |
|
36 |
7361
|
37 2008-01-12 John W. Eaton <jwe@octave.org> |
|
38 |
|
39 * plot/gnuplot_binary.in: New file. |
|
40 * plot/gnuplot_binary.m: Delete. |
|
41 * plot/Makefile.in (SOURCES): Remove gnuplot_binary.m from the list. |
|
42 (SOURCES_IN, GEN_M): New macros. |
|
43 (DISTFILES): Include $(SOURCES_IN) in the list. |
|
44 (FCN_FILES): Include $(GEN_M) in the list. |
|
45 (all): Depend on $(GEN_M). |
|
46 ($(GEN_M): %.m : $(TOPDIR)/Makeconf): New pattern rule. |
7362
|
47 (distclean): Also remove $(GEN_M). |
7361
|
48 |
|
49 2008-01-11 John W. Eaton <jwe@octave.org> |
|
50 |
|
51 * optimization/sqp.m: New test from example in doc string. |
|
52 |
7360
|
53 2008-01-10 Ben Abbott <bpabbott@mac.com> |
|
54 |
|
55 * polynomial/mpoles.m: Avoid cases where poles could be assigned |
|
56 to more than one multiplicity group. |
|
57 |
7358
|
58 2008-01-10 John W. Eaton <jwe@octave.org> |
|
59 |
|
60 * plot/gnuplot_binary.m: New file. |
|
61 * plot/Makefile.in (SOURCES): Add it to the list. |
|
62 |
7355
|
63 2008-01-09 John W. Eaton <jwe@octave.org> |
|
64 |
|
65 * plot/drawnow.m: Fail if filename includes a directory part that |
|
66 does not exist. |
|
67 |
7352
|
68 2008-01-07 John W. Eaton <jwe@octave.org> |
|
69 |
|
70 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
71 Error if glob call fails to match any files. |
|
72 |
7346
|
73 2008-01-04 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
74 |
|
75 * strings/strtrim.m: Doc fix. |
|
76 |
7345
|
77 2008-01-04 Muthiah Annamalai <muthuspost@gmail.com> |
|
78 |
|
79 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
80 |
7344
|
81 2008-01-04 Soren Hauberg <hauberg@gmail.com> |
|
82 |
|
83 * set/create_set.m, set/union.m: Accept "rows" argument. |
|
84 |
7341
|
85 2008-01-02 John W. Eaton <jwe@octave.org> |
|
86 |
|
87 * plot/print.m: Correctly handle pbm terminal. |
|
88 |
7340
|
89 2007-12-28 John W. Eaton <jwe@octave.org> |
|
90 |
|
91 * miscellaneous/edit.m: Use strcat instead of fullfile to add file |
|
92 extensions. |
|
93 |
7337
|
94 2007-12-28 David Bateman <dbateman@free.fr> |
|
95 |
|
96 * ezcontourf.m, ezcontour.m, ezmeshc.m, ezmesh.m, ezplot3.m, |
|
97 __ezplot__.m, ezpolar.m, ezsurfc.m, ezsurf.m: New functions. |
|
98 * Makefile.in (SOURCES): Add to the sources. |
|
99 |
|
100 2007-12-28 Kai Habel <kai.habel@gmx.de> |
|
101 |
|
102 * plot/pcolor.m: Swap 1st and 2nd argument in call to meshgrid. |
|
103 Remove unnecessary call of size function. |
|
104 |
7334
|
105 2007-12-21 John W. Eaton <jwe@octave.org> |
|
106 |
|
107 Version 3.0.0 released. |
|
108 |
7331
|
109 2007-12-21 Soren Hauberg <hauberg@gmail.com> |
|
110 |
|
111 * image/imshow.m: Accept empty value for display_range. |
|
112 |
7329
|
113 2007-12-20 Michael Goffioul <michael.goffioul@gmail.com> |
|
114 |
|
115 * pkg/pkg.m: Add .lib as architecture-dependent suffix. |
|
116 |
7328
|
117 2007-12-19 Soren Hauberg <hauberg@gmail.com> |
|
118 |
|
119 * image/imshow.m: Store uint8 images as doubles. Handle default |
|
120 display ranges correctly. |
|
121 |
7327
|
122 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
|
123 Peter A. Gustafson <petegus@umich.edu> |
|
124 |
|
125 * scripts/contourc.m: Allow usage of irregular spaced x, y data. |
|
126 |
7325
|
127 2007-12-19 John W. Eaton <jwe@octave.org> |
|
128 |
|
129 * miscellaneous/edit.m: New function. |
|
130 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
131 |
|
132 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
133 |
|
134 * plot/__bar__.m: Handle "basevalue" option. |
|
135 * plot/__bars__.m: New arg, base_value. |
|
136 |
7321
|
137 2007-12-17 David Bateman <dbateman@free.fr> |
|
138 |
|
139 * plot/rose.m, plot/feather.m, plot/compass.m: New functions |
|
140 * plot/Makefiles (SOURCES): Add them to the sources |
|
141 * plot/polar.m: Set the x and y limits to the maximum polar |
|
142 radius. Set the axes to be square. |
|
143 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" |
|
144 and print axis at zero if this is used. |
|
145 |
|
146 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that |
|
147 contours can overlay pcolor plots. Priveldge no hidden line |
|
148 removal when there are multiple objects in the plot. |
|
149 |
7320
|
150 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
|
151 |
|
152 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for |
|
153 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). |
|
154 |
7319
|
155 2007-12-17 Ben Abbott <bpabbott@mac.com> |
|
156 |
|
157 * miscellaneous/run.m: Replace script with f when looking for |
|
158 file to run. |
|
159 |
7316
|
160 2007-12-14 David Bateman <dbateman@free.fr> |
|
161 |
7317
|
162 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
|
163 * plot/contour.m: Doc fix. |
|
164 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. |
|
165 Include linetype in withclause. |
|
166 |
7316
|
167 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
|
168 Use it to determine dimensions. Consolidate all 3-d settings. |
|
169 |
7315
|
170 2007-12-13 John W. Eaton <jwe@octave.org> |
|
171 |
|
172 * image/imshow.m: Turn axis visibility off. |
|
173 Don't scale true color images. |
|
174 * image/image.m: Set axis layer property to "top". |
|
175 |
7307
|
176 2007-12-12 John W. Eaton <jwe@octave.org> |
|
177 |
7313
|
178 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
|
179 |
|
180 * plot/pie.m: Avoid calling "exist". |
|
181 |
7309
|
182 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312
|
183 Condense argument processing logic. Allow 6 arguments. |
|
184 Use issquare. Avoid calling "exist". |
7309
|
185 |
7307
|
186 * plot/__go_draw_axes__.m: Handle the axes layer property. |
|
187 |
7305
|
188 2007-12-12 David Bateman <dbateman@free.fr> |
|
189 |
|
190 * plot/ellipsoid.m: Port from octave-forge, editing for style. |
|
191 * plot/Makefile.in (SOURCES): Add to the sources. |
|
192 |
7290
|
193 2007-12-11 John W. Eaton <jwe@octave.org> |
|
194 |
7298
|
195 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
|
196 * plot/surface.m: Not here. |
|
197 |
7297
|
198 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
|
199 subsequent "unset grid" if there is no grid. |
|
200 |
7296
|
201 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
|
202 |
7293
|
203 * plot/surface.m: Don't set facecolor property in call to |
|
204 __go_surface__. |
|
205 |
7290
|
206 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
|
207 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. |
|
208 |
7292
|
209 2007-12-11 Kai Habel <kai.habel@gmx.de> |
|
210 |
7295
|
211 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
|
212 color string is not taken as z value. |
|
213 |
7292
|
214 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
|
215 zgrid to "on" and box to "off" for used axes. |
|
216 |
|
217 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, |
|
218 plot/slice.m: Use size_equal(var1,var2,...) when possible. |
|
219 |
7286
|
220 2007-12-11 David Bateman <dbateman@free.fr> |
|
221 |
7288
|
222 * miscelleaneous/fullfile.m: Ignore empty arguments. |
|
223 |
7287
|
224 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
|
225 * statistics/base/mode.m: Ditto. |
|
226 |
7286
|
227 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
|
228 object handles are all now non integer. |
|
229 |
7278
|
230 2007-12-10 John W. Eaton <jwe@octave.org> |
|
231 |
7282
|
232 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
|
233 |
7281
|
234 * general/issymmetric.m: Use ' instead of .' for compatibility |
|
235 with previous versions of Octave. |
|
236 * general/ishermitian.m: Delete. |
7285
|
237 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281
|
238 |
7280
|
239 * plot/fplot.m: In N is not specified, increase initial number of |
|
240 points from 3 and 5 to 5 and 8. |
|
241 |
7279
|
242 * signal/detrend.m: Move tests here from test/test_signal.m. |
|
243 Loosen tolerance on first test from 10*eps to 20*eps. |
|
244 |
7278
|
245 * finance/rate.m: Don't request info from fsolve. |
|
246 |
7277
|
247 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
|
248 |
|
249 * plot/__line__.m: Pass initial property/value pairs to __go_line__. |
|
250 * plot/surface.m: Pass initial property/value pairs to __go_surface__. |
|
251 |
7276
|
252 2007-12-10 David Bateman <dbateman@free.fr> |
|
253 |
|
254 * image/image.m: Rewritten to allow trailing properties to be |
|
255 passed to underlying image object. |
|
256 * image/__img__.m: Pass additional arguments to __go_image__. |
|
257 * plot/__patch__.m: Don't set clim, rely on autoscaling. |
|
258 |
7274
|
259 2007-12-10 John W. Eaton <jwe@octave.org> |
|
260 |
|
261 * plot/__go_draw_axes__.m: If we have a grid, send "set grid |
|
262 front" to gnuplot. |
|
263 |
7271
|
264 2007-12-10 David Bateman <dbateman@free.fr> |
|
265 |
7274
|
266 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271
|
267 border front" from images. |
7274
|
268 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
|
269 * plot/pcolor.m: Set axis "box" property. |
|
270 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: |
|
271 Mark as commands. |
7271
|
272 |
7269
|
273 2007-12-07 David Bateman <dbateman@free.fr> |
|
274 |
|
275 * plot/surf.m: Don't set facecolor property. |
|
276 |
7265
|
277 2007-12-06 John W. Eaton <jwe@octave.org> |
|
278 |
7269
|
279 * plot/print.m: Pass mono to drawnow. |
|
280 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. |
|
281 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. |
|
282 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, |
|
283 disable color specifications. |
|
284 |
7265
|
285 * general/issymmetric.m: Move tests here from test/test_number.m |
|
286 |
|
287 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> |
|
288 |
|
289 * general/issymmetric.m: To keep its argument sparse and the |
|
290 function quick, use the infinity norm rather than the 2-norm. |
|
291 Also measure the symmetric part rather than the Hermitian part. |
|
292 * general/ishermitian.m: New file. Measure the Hermitian part. |
|
293 * general/Makefile.in: Add ishermitian.m to SOURCES. |
|
294 |
7248
|
295 2007-12-04 John W. Eaton <jwe@octave.org> |
|
296 |
7257
|
297 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
|
298 text and label commands if font is "*". |
|
299 |
7248
|
300 * linear-algebra/krylov.m: Doc fixes. |
|
301 From Marco Caliari <caliari@sci.univr.it>. |
|
302 |
7250
|
303 2007-12-04 Kai Habel <kai.habel@gmx.de> |
|
304 |
|
305 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. |
|
306 Add "## PKG_ADD: mark_as_command axis" line. |
|
307 |
7245
|
308 2007-12-03 John W. Eaton <jwe@octave.org> |
|
309 |
|
310 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, |
|
311 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, |
|
312 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: |
|
313 Generate demos from examples. |
|
314 |
7240
|
315 2007-12-03 David Bateman <dbateman@free.fr> |
|
316 |
7243
|
317 * testfun/test.m: Disable "testif" test block to avoid spurious |
|
318 skipped test for "make check". Avoid printing variables for |
|
319 skipped tests. |
|
320 |
7242
|
321 * testfun/test.m: Add "testif" type to allow for conditional tests. |
|
322 |
7240
|
323 * plot/plotyy.m: Use activepositionproperty property of axes |
|
324 object. Set second axis color to "none". |
|
325 * plot/__go_draw_axes__.m: Respect the activepositionproperty |
|
326 property of the axis objects. |
|
327 |
7239
|
328 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
329 |
|
330 * linear-algebra/condest.m: Loosen tolerance in test. |
|
331 |
7236
|
332 2007-12-02 John W. Eaton <jwe@octave.org> |
|
333 |
|
334 * plot/__go_draw_axes__.m: Remove unnecessary call to |
|
335 get_data_limits. |
|
336 |
7222
|
337 2007-11-30 John W. Eaton <jwe@octave.org> |
|
338 |
|
339 * plot/__go_draw_axes__.m: Don't compute data or axis limits. |
|
340 (get_data_limits, get_axis_limits): Delete. |
|
341 |
7228
|
342 2007-11-30 David Bateman <dbateman@free.fr> |
|
343 |
7235
|
344 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
|
345 |
7228
|
346 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
|
347 tick labels rather than one by one on the labels themselves. |
|
348 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for |
|
349 95% crossing fixed. |
|
350 |
7217
|
351 2007-11-29 David Bateman <dbateman@free.fr> |
|
352 |
7220
|
353 * plot/pareto.m: New file. |
|
354 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
355 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic |
|
356 marks to avoid gnuplot error about formating. More colorspec to |
|
357 after the tics. |
|
358 * plot/plotyy.m: More generic check for appropriate axis color. |
|
359 |
7217
|
360 * plot/__stem__.m: New file based on old stem.m expanded to treat |
|
361 2- and 3-D. |
|
362 * plot/stem3.m: New function. |
|
363 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
364 * plot/stem.m: Adapt to use __stem__. |
|
365 |
7216
|
366 2007-11-29 John W. Eaton <jwe@octave.org> |
|
367 |
|
368 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, |
|
369 plot/surf.m, plot/surface.m: Don't return handle value unless |
|
370 requested. |
|
371 |
|
372 * plot/patch.m: Omit isnan check on handle returned from |
|
373 __plt_get_axis_arg__. |
|
374 |
|
375 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists |
|
376 but has no axes. |
|
377 |
7215
|
378 2007-11-28 David Bateman <dbateman@free.fr> |
|
379 |
|
380 * __plt_get_axis_handle__.m: Also allow hggroup and return axes |
|
381 ancestor. If leading argument is logical set variable nogca to see |
|
382 if gca() should be called if there is no active handle found. |
|
383 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, |
|
384 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, |
|
385 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, |
|
386 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, |
|
387 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use |
|
388 __plt__get_axis_arg__ to find axis handle. |
|
389 * polar.m: Typo. |
|
390 |
7213
|
391 2007-11-28 John W. Eaton <jwe@octave.org> |
|
392 |
|
393 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. |
|
394 |
7211
|
395 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
396 |
|
397 * plot/drawnow.m: Fix typo. |
|
398 |
7206
|
399 2007-11-27 David Bateman <dbateman@free.fr> |
|
400 |
7207
|
401 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
|
402 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
403 plot/semilogyerr.m: Treat an axis handle as the first argument. |
|
404 |
|
405 * plot/meshz.m: New function. |
|
406 * plot/Makefile.in (SOURCES): Add it to the list. |
|
407 * plot/surface.m: Allow surface to accept an axis handle as the |
|
408 first argument. |
|
409 * plot/meshc.m: Extract z from the the surface object rather than |
|
410 varargin so that we can rely on code in surface to treat leading |
|
411 axis handles. |
|
412 |
7206
|
413 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
|
414 y2tics" in the case of a plotyy plot. |
|
415 * plot/plotyy.m: ensure the position property is set correct for |
|
416 the second axis, by setting it after the plot itself. In the case |
|
417 of a plot that returns multiple handles, base the color selection |
|
418 on the first. |
|
419 |
7204
|
420 2007-11-27 Kai Habel <kai.habel@gmx.de> |
|
421 |
|
422 * plot/__go_draw_axes__.m: Set quadrilateral color according to |
|
423 z-value of vertex 'c3'. |
|
424 |
7203
|
425 2007-11-27 John W. Eaton <jwe@octave.org> |
|
426 |
|
427 * image/image.m: Allow nargin == 0 case to work again. |
|
428 |
7202
|
429 2007-11-27 David Bateman <dbateman@free.fr> |
|
430 |
|
431 * plot/__go_draw_figure__.m: Force a multiplot mode with a |
|
432 colorbar, to ensure that the colorbar is on the canvas for png and |
|
433 postscipt outputs. |
|
434 |
7189
|
435 2007-11-26 David Bateman <dbateman@free.fr> |
|
436 |
7197
|
437 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
|
438 return values. |
|
439 |
7194
|
440 * plot/plotyy.m: New function |
|
441 * plot/Makefile.in (SOURCES): Add it here. |
|
442 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text |
|
443 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
|
444 {x|y}label to respect the axis position. |
|
445 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis |
|
446 handle as the first argument. |
|
447 |
7192
|
448 * pkg/pkg.m (pkg:install): When loading the installed packages |
|
449 index into installed_pkgs_lst and not descriptions.. |
|
450 |
7189
|
451 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
|
452 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
453 * plot/quiver.m: Modify to use __quiver__.m. |
|
454 |
|
455 * plot/hist.m: Avoid saturation when the x values are in an |
|
456 inetger type. |
|
457 |
|
458 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> |
|
459 |
|
460 * linear-algebra/condest.m, linear-algebra/onenormest.m: New |
|
461 functions. |
|
462 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. |
|
463 |
|
464 2007-11-26 David Bateman <dbateman@free.fr> |
|
465 |
|
466 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero |
|
467 extent. |
|
468 |
|
469 * plot/colorbar.m: New function. |
|
470 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
471 * plot/__go_draw_axes__.m: Calculate the colorbar position, |
|
472 precalculate the clim, set pm3d except for mesh. |
|
473 * plot/__contour__.m: Don't scale the contours to clim, but rather |
|
474 save the real values so that colorbar corresponds to the contour |
|
475 levels. |
|
476 |
|
477 * plot/stem.m: Set marker color the same as the line color. Draw |
|
478 a single discontinous line object for the stems. |
|
479 |
|
480 * plot/sphere.m: New function ported from JHandles. |
|
481 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
482 |
|
483 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to |
|
484 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 |
|
485 to get enhanced mode to work correctly for the X11 terminal. |
|
486 |
|
487 * plot/imagesc.m, plot/image.m: Scale colormap to image and not |
|
488 the reverse. Allow an axes handle to be passed and/or returned. |
|
489 * plot/__go_draw_axes__.m: Autoscale colormap for images. |
|
490 |
|
491 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to |
|
492 sort surface patches by their depth and not the order they are |
|
493 rendered in. |
|
494 |
|
495 * plot/__patch__.m: Set clim correctly. |
|
496 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
|
497 the marker color is determined by the cmap. |
|
498 * plot/scatter.m: New function to 2D scatter plots. |
|
499 * plot/scatter3.m: New function to 3D scatter plots. |
|
500 * plot/__scatter__.m: Support function for scatter plots |
|
501 * Makefile.in (SOURCES): Ad dnew functions here. |
|
502 |
|
503 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): |
|
504 Return whether the terminal supports enhanced text or not. |
|
505 (drawnow:enhanced_term): New sub-function to determine if terminal |
|
506 supports enhanced mode. |
|
507 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to |
|
508 __go_draw_axes__. |
|
509 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if |
|
510 needed to support the enhanced mode. |
|
511 * plot/print.m: Remove "enhanced" option as this is now treated in |
|
512 drawnow.m. |
|
513 |
|
514 |
|
515 * plot/caxis.m: New function to control the color axis limits. |
|
516 * plot/Makefile.in (SOURCES): Include it. |
|
517 * plot/axis.m: Allow the first argument to be an axes handle. |
|
518 * plot/__go_draw_axes__.m: Move the setting of the caxis, also |
|
519 autoscale caxis for patches. If any(isinf(clim)) don't set the |
|
520 caxis limits. |
|
521 |
|
522 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. |
|
523 * image/Makefile.in (SOURCES): Include it. |
|
524 * plot/__bar__.h: Allow axis handles to be passed. Set the color |
|
525 of the bars for the colormap. |
|
526 * plot/bar.m, plot/barh.m: Document that axis handles can be |
|
527 passed. |
|
528 * plot/__contour.m: Avoid possible divide by zero error. |
|
529 * plot/contour.m: Missing semicolon. |
|
530 * plot/surface.m: Don't attempt to set additional arguments if |
|
531 there are none. |
|
532 * plot/Makefile.in (SOURCES): Include __bars__.m |
|
533 |
|
534 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
535 |
|
536 * plot/__bar__.m: put bar creation code into separate function |
|
537 to allow easy hook up from other graphic backends |
|
538 |
|
539 * plot/__bars__.m: new function containing bar creation code |
|
540 |
7186
|
541 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
|
542 |
|
543 * general/accumarray.m: Correct dimension check. |
|
544 |
7183
|
545 2007-11-26 John W. Eaton <jwe@octave.org> |
|
546 |
|
547 * polynomial/residue.m: Prepad along second dimension. |
|
548 From Doug Stewart <dastew@sympatico.ca>. |
|
549 |
7181
|
550 2007-11-26 Kai Habel <kai.habel@gmx.de> |
|
551 |
7183
|
552 * plot/cylinder.m, plot/slice.m: New functions. |
|
553 * plot/Makefile.in (SOURCES): Add them to the list. |
7181
|
554 |
7177
|
555 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
|
556 |
|
557 * plot/patch.m: Handle arg may also be hggroup object. |
|
558 Use ancestor to find parent axes object. |
|
559 |
7175
|
560 2007-11-14 David Bateman <dbateman@free.fr> |
|
561 |
|
562 * plot/__contour__.m: Treat unclosed contours by adding NaN to |
|
563 flag to patch that it is not closed. Allow z to take string |
|
564 arguments and use it to flag that the contours are placed at the |
|
565 z level of the contour itself. |
|
566 * plot/__go_draw_axes__.m: Treat hidden line removal in patch |
|
567 objects as well. Let hidden removal take precedence in case of a |
|
568 conflict. |
|
569 * plot/surface.m: Allow surface to treat handles being passed or |
|
570 returned. Any additional arguments arr used to set the surface |
|
571 handle. |
|
572 * plot/contour3.m: New function |
|
573 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
574 |
7173
|
575 2007-11-14 John W. Eaton <jwe@octave.org> |
|
576 |
|
577 * specfun/bessel.m: Update doc string from |
|
578 src/DLD-FUNCTIONS/besselj.cc. |
|
579 |
7170
|
580 2007-11-12 David Bateman <dbateman@free.fr> |
|
581 |
|
582 * plot/contour.m: Allow handles to be passed and returned. Split |
|
583 the countour function itself into __contour__.m to be shared with |
|
584 surfc and meshc. |
|
585 * plot/__contour__.m: New file |
|
586 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
587 * plot/__go_draw_axes.m: For patch objects don't attempt to patch |
|
588 the face or edge if the facecolor or edge color are marked as |
|
589 "none". Allow the edgecolor to be determined by the cdata in the |
|
590 same manner as the facecolor. Fail if facecolor is not "none" and |
|
591 a 3-D plot is desired, rather than ignoring zdata. Make the |
|
592 storage of 3D/4D data consistent between line, surface and patch |
|
593 objects. |
|
594 * plot/meshc.m: Use new __contour__.m to plot the contours. |
|
595 * plot/surfc.m: Use new __contour__.m to plot the contours. |
7168
|
596 |
|
597 * plot/__go_draw_axes__.m (get_fontname_and_size): |
|
598 Handle fontweight and fontangle properties. |
|
599 |
7163
|
600 2007-11-12 Kai Habel <kai.habel@gmx.de> |
|
601 |
|
602 * plot/spinmap.m, plot/ribbon.m: New functions. |
|
603 * plot/Makefile.in (SOURCES): Add them to the list. |
|
604 |
|
605 2007-11-12 John W. Eaton <jwe@octave.org> |
|
606 |
|
607 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. |
|
608 Use it to avoid duplicated code. |
|
609 |
7161
|
610 2007-11-12 David Bateman <dbateman@free.fr> |
|
611 |
7162
|
612 * plot/title.m: Fix return value for nargout > 0. |
|
613 |
|
614 * plot/__go_draw_axes.m: Allow the font and fontsize to be |
|
615 specified for the title, xlabel, ylabel and text objects. |
|
616 |
7161
|
617 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
|
618 4.0 and surface plots. |
|
619 |
7160
|
620 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
|
621 |
|
622 * plot/__patch__.m: Fix computation of faces when patch is defined |
|
623 with X/Y/Z data. |
|
624 |
7146
|
625 2007-11-09 John W. Eaton <jwe@octave.org> |
|
626 |
7152
|
627 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154
|
628 Correct logic in setting palette data. |
7152
|
629 |
7151
|
630 * audio/wavread.m, control/base/__bodquist__.m, |
|
631 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, |
|
632 control/system/c2d.m, control/system/is_detectable.m, |
|
633 control/system/is_signal_list.m, control/system/is_stabilizable.m, |
|
634 control/system/tfout.m, general/isdefinite.m, |
|
635 linear-algebra/krylov.m, miscellaneous/compare_versions.m, |
|
636 optimization/glpk.m, path/savepath.m, plot/findobj.m, |
|
637 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, |
|
638 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, |
|
639 sparse/spstats.m, testfun/assert.m, testfun/fail.m, |
|
640 testfun/test.m: Use specific end keywords. |
|
641 |
7146
|
642 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
|
643 |
|
644 2007-11-09 Kai Habel <kai.habel@gmx.de> |
|
645 |
|
646 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: |
|
647 Don't change view if hold is on. |
|
648 |
7142
|
649 2007-11-09 David Bateman <dbateman@free.fr> |
|
650 |
7149
|
651 * plot/hidden.m: New function. |
|
652 * plot/Makefile.in (SOURCES): Add it here. |
|
653 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden |
|
654 line removal. |
|
655 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line |
|
656 removal and if it is "none" don't do hidden line removal. |
|
657 |
7148
|
658 * plot/legend.m: Also allow labels for surface and patch types. |
|
659 * plot/__bar__.m: Split into separate patch pbjects to allow |
|
660 setting of the legend. |
|
661 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch |
|
662 objects as well. |
|
663 |
7146
|
664 * plot/area.m, plot/__area__.m: New functions |
|
665 * plot/Makefile.in (SOURCES): Add them to the list of files. |
|
666 |
7142
|
667 * plot/patch.m: Correctly handle case of axis handle as first arg. |
|
668 |
7144
|
669 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
|
670 |
|
671 * sparse/spdiags.m: Tweak documentation entries to match other uses. |
|
672 |
7131
|
673 2007-11-08 John W. Eaton <jwe@octave.org> |
|
674 |
7133
|
675 * control/base/dcgain.m, control/base/dre.m, |
|
676 control/base/impulse.m, control/base/step.m, |
|
677 control/system/dmr2d.m, control/system/ord2.m, |
|
678 control/system/sys2ss.m, control/system/sysdimensions.m, |
|
679 control/system/sysgetsignals.m, control/system/sysout.m, |
|
680 control/system/tfout.m, control/system/ugain.m, |
|
681 control/system/zpout.m, control/util/strappend.m: |
|
682 Don't fail with usage message if nargout is too large. |
|
683 |
7131
|
684 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
685 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
686 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, |
7134
|
687 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
|
688 control/obsolete/dlqg.m, control/obsolete/minfo.m, |
|
689 control/obsolete/packsys.m, control/obsolete/qzval.m, |
|
690 control/obsolete/rotg.m, control/obsolete/series.m, |
|
691 control/obsolete/swapcols.m, control/obsolete/swaprows.m, |
|
692 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, |
7136
|
693 control/system/__syschnamesl__.m, |
|
694 control/system/__syscont_disc__.m, |
|
695 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, |
|
696 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, |
|
697 control/system/abcddim.m, control/system/buildssic.m, |
|
698 control/system/c2d.m, control/system/cellidx.m, |
|
699 control/system/d2c.m, control/system/dmr2d.m, |
|
700 control/system/fir2sys.m, control/system/is_abcd.m, |
|
701 control/system/is_controllable.m, control/system/is_detectable.m, |
|
702 control/system/is_digital.m, control/system/is_observable.m, |
|
703 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
704 control/system/jet707.m, control/system/listidx.m, |
|
705 control/system/parallel.m, control/system/ss.m, |
|
706 control/system/ss2sys.m, control/system/ss2zp.m, |
|
707 control/system/starp.m, control/system/sys2ss.m, |
|
708 control/system/sys2tf.m, control/system/sys2zp.m, |
|
709 control/system/sysadd.m, control/system/sysappend.m, |
|
710 control/system/sysconnect.m, control/system/syscont.m, |
|
711 control/system/sysdimensions.m, control/system/sysdisc.m, |
7135
|
712 control/system/sysdup.m, control/system/sysgetsignals.m, |
|
713 control/system/sysgroup.m, control/system/sysmin.m, |
7136
|
714 control/system/sysmult.m, control/system/sysout.m, |
|
715 control/system/sysprune.m, control/system/sysreorder.m, |
7135
|
716 control/system/sysscale.m, control/system/syssetsignals.m, |
7136
|
717 control/system/syssub.m, control/system/sysupdate.m, |
|
718 control/system/tf.m, control/system/tf2ss.m, |
|
719 control/system/tf2sys.m, control/system/tfout.m, |
|
720 control/system/zp.m, control/system/zp2ss.m, |
|
721 control/system/zp2sys.m, control/system/zp2tf.m, |
|
722 control/system/zpout.m, control/util/__outlist__.m, |
|
723 control/util/__zgpbal__.m, control/util/axis2dlim.m, |
|
724 control/util/prompt.m, control/util/sortcom.m, |
|
725 control/util/zgfmul.m, control/util/zgfslv.m, |
|
726 control/util/zginit.m, control/util/zgreduce.m, |
|
727 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. |
7131
|
728 |
7130
|
729 2007-11-08 David Bateman <dbateman@free.fr> |
|
730 |
|
731 * plot/quiver.m: Fix arrowheads. |
|
732 |
7128
|
733 2007-11-07 Ben Abbott <bpabbott@mac.com> |
|
734 |
|
735 * set/ismember.m: Call cell_ismember to handle cellstr args. |
7129
|
736 Handle "rows" argument. New tests. |
7128
|
737 (cell_ismember): New function. |
|
738 |
7127
|
739 2007-11-07 John W. Eaton <jwe@octave.org> |
|
740 |
|
741 * control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
742 control/base/__stepimp__.m, control/base/are.m, |
|
743 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, |
|
744 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, |
|
745 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, |
|
746 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, |
|
747 control/base/ltifr.m, control/base/nichols.m, |
|
748 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, |
|
749 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: |
|
750 Style fixes. |
|
751 |
7125
|
752 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
753 |
|
754 * control/base/bode_bounds.m, control/base/dgram.m, |
|
755 control/base/dlyap.m, control/base/freqchkw.m, |
|
756 control/base/gram.m, control/base/place.m, |
|
757 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, |
|
758 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, |
|
759 control/system/is_signal_list.m, control/system/ss2tf.m, |
|
760 control/system/sys2fir.m, control/system/sysgettsam.m, |
|
761 control/system/sysgettype.m, control/system/sysreorder.m, |
|
762 control/system/tf2sys.m, control/system/zp2tf.m, |
|
763 control/util/axis2dlim.m, control/util/swap.m, |
|
764 control/util/zgfmul.m, control/util/zgfslv.m, |
|
765 control/util/zginit.m, control/util/zgreduce.m, |
|
766 control/util/zgrownorm.m, control/util/zgscal.m, |
|
767 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, |
|
768 geometry/inpolygon.m, linear-algebra/housh.m, |
|
769 miscellaneous/compare_versions.m, miscellaneous/inputname.m, |
|
770 miscellaneous/run.m, quaternion/qconj.m, |
|
771 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, |
|
772 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, |
|
773 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, |
|
774 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, |
|
775 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, |
|
776 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, |
|
777 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, |
|
778 sparse/spones.m, sparse/spy.m, specfun/isprime.m, |
|
779 statistics/distributions/empirical_cdf.m, |
|
780 statistics/distributions/empirical_inv.m, |
|
781 statistics/distributions/empirical_pdf.m, |
|
782 statistics/models/logistic_regression_derivatives.m, |
|
783 statistics/models/logistic_regression_likelihood.m: Check nargin. |
|
784 |
7118
|
785 2007-11-07 David Bateman <dbateman@free.fr> |
|
786 |
7120
|
787 * general/gradient.m: Correctly convert deltax and deltay scalar |
|
788 values are scalars to vectors. |
|
789 |
7119
|
790 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
791 the meshc.m function. |
|
792 * plot/meshc.m: Also use the surface function. |
|
793 |
7120
|
794 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118
|
795 * plot/Makefile.in (SOURCES): Add them to the list. |
|
796 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
797 |
7117
|
798 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
799 |
|
800 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
801 |
7115
|
802 2007-11-07 John W. Eaton <jwe@octave.org> |
|
803 |
|
804 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
805 the data limits are infinite. |
|
806 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
807 (get_axis_limits): Don't do anything if min_val or max_val are |
|
808 infinite. |
|
809 |
7112
|
810 2007-11-06 David Bateman <dbateman@free.fr> |
|
811 |
|
812 * plot/hist.m: Pass any additional arguments to bar for |
|
813 treatment. Create a default x value that is always a vector. |
|
814 |
7111
|
815 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
816 |
|
817 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
818 when calling ./configure and add quotes to preserve spaces. |
7109
|
819 |
|
820 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
821 |
|
822 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
823 New files. |
|
824 * plot/mesh.m: Call surface to do the real work. |
|
825 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
826 properties. |
|
827 |
|
828 * image/colormap.m: Also return current colormap if nargout and |
|
829 nargin are both 0. |
|
830 |
7106
|
831 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
832 |
|
833 * startup/inputrc: Delete key bindings starting with \340 code. |
|
834 |
7112
|
835 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
836 |
|
837 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
838 to avoid issues of over- and underflow. From Rolf Fabian |
|
839 <Rolf.Fabian@gmx.de>. |
|
840 |
7097
|
841 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
842 |
|
843 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
844 help texts. |
|
845 |
7096
|
846 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
847 |
|
848 * plot/bar.m, plot/barh.m: Doc fix. |
|
849 |
7094
|
850 2007-10-31 John W. Eaton <jwe@octave.org> |
|
851 |
|
852 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
853 |
7086
|
854 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
855 |
|
856 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
857 objects and legend objects are implemented with a separate axes |
|
858 object. |
|
859 |
7078
|
860 2007-10-30 David Bateman <dbateman@free.fr> |
|
861 |
7081
|
862 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
863 |
7078
|
864 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
865 Use point type 0 for ".". |
|
866 |
7073
|
867 2007-10-26 John W. Eaton <jwe@octave.org> |
|
868 |
7074
|
869 * image/imshow.m: Improve compatibility. |
|
870 * image/image.m: Return handle if nargou > 0. |
|
871 |
7073
|
872 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
873 |
7069
|
874 2007-10-25 John W. Eaton <jwe@octave.org> |
|
875 |
|
876 * miscellaneous/compare_versions.m: Style fixes. |
|
877 |
7060
|
878 2007-10-24 John W. Eaton <jwe@octave.org> |
|
879 |
7061
|
880 * image/saveimage.m: Use functional form of save instead of eval. |
|
881 Use -text instead of -ascii. |
|
882 |
7060
|
883 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
884 |
7054
|
885 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
886 |
|
887 * plot/legend.m: Also extract location string from varargin (lost |
|
888 when 2007-10-08 patch was applied). |
|
889 |
7049
|
890 2007-10-23 David Bateman <dbateman@free.fr> |
|
891 |
|
892 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
893 miscellaneous/what.m: New functions |
|
894 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
895 functions. |
|
896 |
7045
|
897 2007-10-22 David Bateman <dbateman@free.fr> |
|
898 |
|
899 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
900 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
901 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
902 |
7042
|
903 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
904 |
|
905 * plot/contourf.m: New function. |
|
906 * plot/Makefile.in (SOURCES): Add it to the list. |
|
907 |
7040
|
908 2007-10-19 John W. Eaton <jwe@octave.org> |
|
909 |
|
910 * plot/subplot.m: Doc fix. |
|
911 |
7039
|
912 2007-10-19 David Bateman <dbateman@free.fr> |
|
913 |
7041
|
914 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
915 |
7037
|
916 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
917 |
|
918 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
919 output. |
|
920 |
7031
|
921 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
922 |
|
923 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
924 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
925 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
926 control/system/syssetsignals.m, control/base/lqg.m, |
|
927 strings/str2double.m, control/system/sysscale.m, |
|
928 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
929 Make help text fit on pages when using smallbook. |
|
930 |
7028
|
931 2007-10-15 David Bateman <dbateman@free.fr> |
|
932 |
7032
|
933 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
934 on the screen. |
|
935 |
7028
|
936 * testfun/test.m: In error/warning blocks test for an error before |
|
937 a warning to avoid unexpected failures. |
|
938 |
7027
|
939 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
940 |
|
941 * testfun/assert.m: Correct documentation of absolution versus |
|
942 relative error tolerance and add tests. |
|
943 |
7024
|
944 2007-10-14 David Bateman <dbateman@free.fr> |
|
945 |
|
946 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
947 src directory. |
|
948 * plot/Makefile.in (SOURCES): Add fill.m. |
|
949 |
7020
|
950 2007-10-13 David Bateman <dbateman@free.fr> |
|
951 |
|
952 * plot/__patch__.m: Allow multiple patches to be defined and |
|
953 return a single patch object. Allow Faces/Vertices form of |
|
954 patch. Flag failure so the patch can call print_usage. |
|
955 * plot/patch.m: Update help string for Faces/Vertices |
|
956 call. Respect the fail flag returned by __patch__. Add demo code |
|
957 that tests the functionality of patch. |
|
958 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
959 patch object. |
|
960 * plot/fill.m: New function. |
|
961 |
7016
|
962 2007-10-12 John W. Eaton <jwe@octave.org> |
|
963 |
|
964 * Change copyright notices in all files that are part of Octave to |
|
965 GPLv3 or any later version. |
|
966 |
7012
|
967 2007-10-11 John W. Eaton <jwe@octave.org> |
|
968 |
|
969 * plot/__go_draw_axes__.m (get_axis_limits): |
|
970 Return lim = [] if logscale and no positive values. |
|
971 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
972 Set initial min and min positive values to Inf, max values to -Inf. |
|
973 (get_data_limits): Correctly handle xminp when no positive values |
|
974 are found. |
|
975 |
7011
|
976 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
977 |
|
978 * polynomial/residue.m: New optional input for pole multiplicity. |
|
979 Doc fix. Fix tests. |
|
980 |
7010
|
981 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
982 |
|
983 * toplev.cc (Foctave_config_info): Add field "mac". |
|
984 |
|
985 * miscellaneous/ismac.m: New function. |
|
986 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
987 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
988 |
7009
|
989 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
990 |
|
991 * statistics/distributions/hygernd.m: Allow size to be specified |
|
992 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
993 scalars or matrices of a common size. |
|
994 |
7007
|
995 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
996 |
|
997 * control/csrefcard.lt, control/system/is_detectable.m, |
|
998 control/system/sysgroup.m, geometry/voronoin.m, |
|
999 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
1000 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
1001 statistics/distributions/binornd.m, |
|
1002 statistics/distributions/cauchy_rnd.m, |
|
1003 statistics/distributions/chi2rnd.m, |
|
1004 statistics/distributions/discrete_rnd.m, |
|
1005 statistics/distributions/exprnd.m, |
|
1006 statistics/distributions/frnd.m, |
|
1007 statistics/distributions/gamrnd.m, |
|
1008 statistics/distributions/geornd.m, |
|
1009 statistics/distributions/laplace_rnd.m, |
|
1010 statistics/distributions/logistic_rnd.m, |
|
1011 statistics/distributions/lognrnd.m, |
|
1012 statistics/distributions/nbinrnd.m, |
|
1013 statistics/distributions/normrnd.m, |
|
1014 statistics/distributions/poissrnd.m, |
|
1015 statistics/distributions/stdnormal_rnd.m, |
|
1016 statistics/distributions/trnd.m, |
|
1017 statistics/distributions/unifrnd.m, |
|
1018 statistics/distributions/wblrnd.m: Spelling fixes. |
|
1019 |
7005
|
1020 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
1021 |
|
1022 * time/tic.m: New optional output value. |
|
1023 |
|
1024 * general/int2str.m: Doc fix. |
|
1025 |
7002
|
1026 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
1027 |
|
1028 * statistics/distributions/hygecdf.m, |
|
1029 statistics/distributions/hygeinv.m, |
|
1030 statistics/distributions/hygepdf.m, |
|
1031 statistics/distributions/hygernd.m: |
|
1032 Swap order of T and M args for compatibility. |
|
1033 |
7001
|
1034 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
1035 |
|
1036 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
1037 control/system/buildssic.m, control/system/c2d.m, |
|
1038 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
1039 control/system/ss2sys.m, control/system/ss2tf.m, |
|
1040 control/system/syscont.m, control/system/sysdimensions.m, |
|
1041 control/system/sysdisc.m, control/system/sysmult.m, |
|
1042 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
1043 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
1044 general/interp1.m, general/interp2.m, general/interp3.m, |
|
1045 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
1046 general/rat.m, general/structfun.m, general/trapz.m, |
|
1047 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
1048 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
1049 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
1050 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
1051 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
1052 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
1053 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
1054 statistics/base/meansq.m, statistics/base/var.m, |
|
1055 statistics/tests/chisquare_test_independence.m, |
|
1056 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
1057 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
1058 testfun/test.m: Spelling fixes. |
|
1059 |
6998
|
1060 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
1061 |
|
1062 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
1063 |
6997
|
1064 2007-10-10 John W. Eaton <jwe@octave.org> |
|
1065 |
|
1066 * general/num2str.m: Always allow for sign for automatically |
|
1067 computed format widths. |
|
1068 |
6988
|
1069 2007-10-09 David Bateman <dbateman@free.fr> |
|
1070 |
|
1071 * plot/patch.m: Accept a handle as the first argument. |
|
1072 |
6987
|
1073 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
1074 |
7010
|
1075 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
1076 |
6985
|
1077 2007-10-09 John W. Eaton <jwe@octave.org> |
|
1078 |
|
1079 * audio/wavwrite.m: Accept arguments in compatible order. |
|
1080 |
6979
|
1081 2007-10-08 David Bateman <dbateman@free.fr> |
|
1082 |
|
1083 * general/interp2.m: Relax test for values outside the grid to |
|
1084 allow monotonically decreasing abscissa as well. |
|
1085 |
6978
|
1086 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
1087 |
|
1088 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
1089 as output parameter. |
|
1090 |
6977
|
1091 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
1092 |
|
1093 * plot/__go_draw_axes__.m, plot/legend.m: |
|
1094 Handle compatible position specifiers as strings. |
|
1095 |
6975
|
1096 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
1097 |
|
1098 * general/num2str.m: Eliminate extra whitespace in output. |
|
1099 * strings/strtrim.m: New function. |
|
1100 * strings/Makefile.in (SOURCES): Add it to the list. |
|
1101 |
6968
|
1102 2007-10-06 John W. Eaton <jwe@octave.org> |
|
1103 |
|
1104 * polynomial/residue.m: New test from test/test_poly.m. |
|
1105 |
6967
|
1106 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
1107 |
|
1108 * image/saveimage.m: Handle saving color images without a colormap. |
|
1109 * image/__img_via_file__.m: Add missing semicolon. |
|
1110 |
|
1111 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
1112 |
7010
|
1113 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
1114 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
1115 |
6965
|
1116 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
1117 |
|
1118 * plot/print.m: Handle svg output type. Accept new -S option to |
|
1119 specify size for PNG and SVG output types. |
|
1120 |
|
1121 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
1122 |
|
1123 * polynomial/mpoles.m: New function. |
|
1124 * polynomial/residue.m: Modified to behave in reciprocal |
|
1125 manner. No longer compute 4th output, "e". No longer accept |
|
1126 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
1127 Respect maximum relative difference in poles when determining |
|
1128 their multiplicity. Use mpoles to determine the multiplicity of |
|
1129 poles. |
|
1130 |
6963
|
1131 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
1132 |
|
1133 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
1134 for surface plots. |
|
1135 |
6962
|
1136 2007-10-05 John W. Eaton <jwe@octave.org> |
|
1137 |
|
1138 * plot/__next_line_color__.m: Get color_rotation from axes |
|
1139 colororder property. |
|
1140 |
6953
|
1141 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1142 |
6955
|
1143 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
1144 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
1145 |
6953
|
1146 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
1147 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
1148 special for __vnorm__. |
|
1149 |
6951
|
1150 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
1151 |
6952
|
1152 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
1153 |
6950
|
1154 2007-10-03 David Bateman <dbateman@free.fr> |
|
1155 |
|
1156 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
1157 if a file is architecture dependent based on a list of file |
|
1158 extensions. |
|
1159 (configure_make): Simplify the search for architecture dependent |
|
1160 files based on this function. |
|
1161 (load_pakages_and_dependencies): Also look for bin directory in |
|
1162 the architecture dependent directory. |
|
1163 |
6947
|
1164 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1165 |
|
1166 * miscellaneous/dir.m: Create empty struct with field names. |
|
1167 Include datenum in struct. |
|
1168 |
6943
|
1169 2007-10-02 David Bateman <dbateman@free.fr> |
|
1170 |
|
1171 * miscellaneous/ls.m: If nargout return string array of files |
|
1172 returned by ls. |
|
1173 |
6942
|
1174 2007-10-01 John W. Eaton <jwe@octave.org> |
|
1175 |
|
1176 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
1177 range values. |
|
1178 |
6937
|
1179 2007-10-01 David Bateman <dbateman@free.fr> |
|
1180 |
7010
|
1181 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
1182 speed with small vectors. |
6937
|
1183 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
1184 rather than OCTAVE_HOME(). |
|
1185 |
6935
|
1186 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
1187 |
|
1188 * plot/findobj.m: New function. |
|
1189 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
1190 |
6925
|
1191 2007-09-26 David Bateman <dbateman@free.fr> |
|
1192 |
|
1193 * pkg/pkg.m: Add second argument to setting for prefix for |
|
1194 architecture dependent files. Use throughout. |
|
1195 (pkg:issuperuser): New function, use through to check for |
|
1196 root user. |
|
1197 (pkg:getarchprefix): function to give the archiecture dependent |
|
1198 prefix for a package. |
|
1199 (pkg:getarchdir): New function giving location of architetcure |
|
1200 dependent directory. Use through out. |
|
1201 (pkg:install): Treat architecture dependent directory separately |
|
1202 as in might not be a sub-directory of the package directory. |
|
1203 (pkg:uninstall): ditto. |
|
1204 (pkg:create_pkgadddel): Check for global or local install for |
|
1205 architecture dependent directory. |
|
1206 (pkg:finish_installation): ditto. |
|
1207 (pkg:write_INDEX): ditto. |
|
1208 (pkg:load_packages_and_dependencies): ditto. |
|
1209 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
1210 files to a new location if user is root. |
|
1211 (pkg:rm_rf): Check if file or directory exists before removing. |
|
1212 (pkg:dirempty): Check if directory exists before checking. |
|
1213 |
|
1214 * plot/___patch__.m: Allow face colors to be passed as strings |
|
1215 |
|
1216 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
1217 needed for calls to "hold" without an argument. |
|
1218 |
6920
|
1219 2007-09-21 John W. Eaton <jwe@octave.org> |
|
1220 |
6921
|
1221 * optimization/sqp.m: Fix typo. |
|
1222 |
6920
|
1223 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
1224 |
6919
|
1225 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
1226 |
|
1227 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
1228 |
6918
|
1229 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1230 |
|
1231 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
1232 unidpdf.m and unidinv.m |
|
1233 |
6914
|
1234 2007-09-18 John W. Eaton <jwe@octave.org> |
|
1235 |
|
1236 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
1237 (do_tics_1): Set numeric axes formats to "%.15g". |
|
1238 |
6912
|
1239 2007-09-18 David Bateman <dbateman@free.fr> |
|
1240 |
|
1241 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
1242 of %g when writing data. |
|
1243 |
6908
|
1244 2007-09-17 John W. Eaton <jwe@octave.org> |
|
1245 |
|
1246 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
1247 |
6903
|
1248 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
1249 |
|
1250 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
1251 noninteger N with N-K < 1. |
|
1252 |
6901
|
1253 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
1254 |
|
1255 * strings/index.m: Correct for strings differing after the third |
|
1256 position (bug reported by Maude Martin). |
|
1257 |
6895
|
1258 2007-09-13 John W. Eaton <jwe@octave.org> |
|
1259 |
|
1260 * plot/__default_colormap__.m: Delete. |
|
1261 * plot/Makefile (SOURCES): Remove from the list. |
|
1262 |
6898
|
1263 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
1264 |
|
1265 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
1266 |
6885
|
1267 2007-09-10 David Bateman <dbateman@free.fr> |
|
1268 |
|
1269 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
1270 limit the selection of colors in the same way as for lines. |
|
1271 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
1272 column. |
|
1273 * plot/__bar__.m: Adapt to use "patch". |
|
1274 |
6870
|
1275 2007-09-06 John W. Eaton <jwe@octave.org> |
|
1276 |
|
1277 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
1278 (init_plot_stream): Split from open_plot_stream. |
|
1279 * plot/print.m: Accept -debug=FILE argument. |
|
1280 |
6868
|
1281 2007-09-06 David Bateman <dbateman@free.fr> |
|
1282 |
7010
|
1283 * general/celldisp.m: New function. |
|
1284 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
1285 * miscellaneous/swapbytes.m: New function. |
|
1286 * miscellaneous/gzip.m: New function. |
|
1287 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
1288 |
6863
|
1289 2007-09-05 David Bateman <dbateman@free.fr> |
|
1290 |
7010
|
1291 * general/structfun.m: New function. |
|
1292 * general/Makefile.in (SOURCES): Add it to sources. |
|
1293 * miscellaneous/run.m: New function. |
|
1294 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
1295 * statistics/base/mode.m: New function. |
|
1296 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
1297 |
6862
|
1298 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1299 |
|
1300 * miscellaneous/orderfields.m: Use numel instead of length. |
|
1301 |
|
1302 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
1303 |
|
1304 * miscellaneous/orderfields.m: Handle empty structs. |
|
1305 |
6861
|
1306 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1307 |
|
1308 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
1309 DATA_IDX. |
|
1310 |
|
1311 2007-09-04 David Bateman <dbateman@free.fr> |
|
1312 |
|
1313 * general/isdir.m: Return a logical value. |
|
1314 |
6859
|
1315 2007-09-04 David Bateman <dbateman@free.fr> |
|
1316 |
|
1317 * statistics/distributions/chi2pdf.m, |
|
1318 statistics/distributions/chi2cdf.m, |
|
1319 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
1320 distribution functions to account for inverse of scale factor in |
|
1321 gamma functions. |
|
1322 |
6857
|
1323 2007-09-01 John W. Eaton <jwe@octave.org> |
|
1324 |
|
1325 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
1326 |
6853
|
1327 2007-09-01 David Bateman <dbateman@free.fr> |
|
1328 |
|
1329 * polynomial/polyint.m: New function like polyinteg but with |
|
1330 explicit integration constant. |
|
1331 * polynomial/polyinteg.m: Remove. |
|
1332 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
1333 polyinteg.m. |
|
1334 * deprecated/polyinteg.m: Move version here. |
|
1335 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
1336 |
6852
|
1337 * geometry/voronoi.m: Add large box around data to get a good |
|
1338 approximation of the rays to infinity. |
|
1339 |
6851
|
1340 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
1341 |
|
1342 * plot/axes.m: Allow parent to be specified when creating axes |
|
1343 objects. Support non-figure parents. |
|
1344 |
|
1345 2007-08-31 John W. Eaton <jwe@octave.org> |
|
1346 |
|
1347 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
1348 |
6850
|
1349 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
1350 |
7010
|
1351 * polynomial/polygcd.m: Better layout of example. |
|
1352 * polynomial/compan.m: Remove unnecessary check. |
|
1353 * polynomial/roots.m: Added example to help text. |
|
1354 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
1355 * polynomial/poly.m: Added example to help text. |
6850
|
1356 |
6848
|
1357 2007-08-30 John W. Eaton <jwe@octave.org> |
|
1358 |
|
1359 * optimization/qp.m: Increase maxit to 200. |
|
1360 |
6847
|
1361 2007-08-30 David Bateman <dbateman@free.fr> |
|
1362 |
|
1363 * geometry/inpolygon.m: New file. |
|
1364 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
1365 |
6843
|
1366 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
1367 |
|
1368 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
1369 |
6829
|
1370 2007-08-24 David Bateman <dbateman@free.fr> |
|
1371 |
|
1372 * plot/__go_draw_axes__.m: Treat text color property. |
|
1373 |
6828
|
1374 2007-08-24 John W. Eaton <jwe@octave.org> |
|
1375 |
|
1376 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
1377 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
1378 |
|
1379 * miscellaneous/movefile.m: Separate second and third args and |
|
1380 use p1 and p2, not f1 and f2 when constructing arguments for |
|
1381 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
1382 |
6825
|
1383 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
1384 |
|
1385 * set/intersect.m: Make it work with cell arrays of strings. |
|
1386 |
6823
|
1387 2007-08-24 David Bateman <dbateman@free.fr> |
|
1388 |
7010
|
1389 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
1390 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
1391 functions ported from octave-forge. |
7010
|
1392 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
1393 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
1394 geometry/triplot.m, geometry/tsearchn.m: |
|
1395 New functions. |
7010
|
1396 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
1397 * geometry/Makefile.in (SOURCES): Add functions above. |
|
1398 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
1399 |
6820
|
1400 2007-08-23 John W. Eaton <jwe@octave.org> |
|
1401 |
|
1402 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
1403 variable name. |
|
1404 |
|
1405 2007-08-23 David Bateman <dbateman@free.fr> |
|
1406 |
|
1407 * plot/plot.m: Allow first arg to be axes handle. |
|
1408 |
6818
|
1409 2007-08-22 David Bateman <dbateman@free.fr> |
|
1410 |
|
1411 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
1412 outputs are returned only if requested. |
|
1413 |
|
1414 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
1415 |
|
1416 * control/base/nichols.m: Fix typo. |
|
1417 |
6813
|
1418 2007-08-13 John W. Eaton <jwe@octave.org> |
|
1419 |
|
1420 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
1421 |
6809
|
1422 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
1423 |
|
1424 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
1425 use axes position in each appropriate gnuplot set statement. |
|
1426 |
6808
|
1427 2007-08-10 John W. Eaton <jwe@octave.org> |
|
1428 |
|
1429 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
1430 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1431 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1432 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
1433 |
6807
|
1434 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
1435 |
|
1436 * plot/patch.m, plot/__patch__.m: New files. |
|
1437 * plot/Makefile.in (SOURCES): Add them to the list. |
|
1438 |
|
1439 2007-08-07 John W. Eaton <jwe@octave.org> |
|
1440 |
|
1441 * path/savepath.m: Use single quotes for argument to PATH command |
|
1442 that is inserted in file. |
|
1443 |
6805
|
1444 2007-07-27 John W. Eaton <jwe@octave.org> |
|
1445 |
|
1446 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
1447 not set in the environment. |
|
1448 |
6796
|
1449 2007-07-25 David Bateman <dbateman@free.fr> |
|
1450 |
|
1451 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1452 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1453 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1454 control/util/Makefile.in, deprecated/Makefile.in, |
|
1455 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1456 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1457 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
1458 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1459 polynomial/Makefile.in, quaternion/Makefile.in, |
|
1460 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
1461 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1462 startup/Makefile.in, statistics/Makefile.in, |
|
1463 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1464 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1465 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1466 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
1467 |
6795
|
1468 2007-07-25 John W. Eaton <jwe@octave.org> |
|
1469 |
|
1470 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
1471 |
6793
|
1472 2007-07-24 David Bateman <dbateman@free.fr> |
|
1473 |
|
1474 * image/flag.m: New colormap function. |
|
1475 * images/Makefile.in: Include it in SOURCES. |
|
1476 |
|
1477 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1478 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1479 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1480 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
1481 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
1482 number of colormap elements as the other colormap functions. |
|
1483 |
6790
|
1484 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
1485 |
|
1486 * plot/__go_draw_axes__.m: Handle patch. |
|
1487 |
6788
|
1488 2007-07-23 David Bateman <dbateman@free.fr> |
|
1489 |
|
1490 * general/rat.m: New function for ration approximation imported |
|
1491 from octave-forge. |
|
1492 * general/del2.m: New function for discrete laplacian operator. |
|
1493 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
1494 |
|
1495 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1496 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1497 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1498 image/winter.m, image/brighten.m: Port image functions from |
|
1499 octave-forge. |
|
1500 * image/Makefile.in: Add ported functions to SOURCES. |
|
1501 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
1502 compatibility with matlab. |
|
1503 |
|
1504 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
1505 octave-forge |
|
1506 * plot/Makefile.in: Add ported functions to SOURCES. |
|
1507 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
1508 using gnuplot 4.2 or greater. |
|
1509 |
6785
|
1510 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
1511 |
|
1512 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
1513 |
6781
|
1514 2007-07-19 David Bateman <dbateman@free.fr> |
|
1515 |
|
1516 * plot/fplot.m: More compatible version. |
|
1517 |
6780
|
1518 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
1519 |
|
1520 * plot/clf.m: Check for valid handle before deleting. |
|
1521 |
|
1522 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
1523 __go_figure__ instead of using regular "set" call. |
|
1524 |
6779
|
1525 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
1526 |
|
1527 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
1528 type for gnuplot. |
|
1529 |
6778
|
1530 2007-07-18 John W. Eaton <jwe@octave.org> |
|
1531 |
|
1532 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
1533 gnuplot for each set of axes. |
|
1534 |
6777
|
1535 2007-07-18 David Bateman <dbateman@free.fr> |
|
1536 |
6778
|
1537 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
1538 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
1539 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
1540 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
1541 Use standard scale factor rather than one on the scale factor for |
|
1542 compatibility. |
|
1543 |
|
1544 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
1545 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
1546 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
1547 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
1548 Preserve backward compatibility. |
6777
|
1549 |
6776
|
1550 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
1551 |
|
1552 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
1553 to avoid issues with regexp special characters in the path strings. |
|
1554 |
6770
|
1555 2007-07-06 David Bateman <dbateman@free.fr> |
|
1556 |
6778
|
1557 * general/accumarray.m: New function to create an array by |
|
1558 accumulating the elements. |
6770
|
1559 |
6768
|
1560 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
1561 |
|
1562 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
1563 (fdjac): Set nx outside of if block. |
|
1564 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
1565 |
6765
|
1566 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
1567 |
|
1568 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
1569 |
|
1570 * plot/axis.m: Also set "visible" property when setting axes to |
|
1571 on/off. |
|
1572 |
6762
|
1573 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
1574 |
|
1575 * image/colormap.m: Only return colormap if nargout > 0. |
|
1576 Mark as command. |
|
1577 |
6758
|
1578 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1579 |
|
1580 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
1581 strcmp for selected property comparisons. |
|
1582 |
6756
|
1583 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
1584 |
6778
|
1585 * image/imshow.m: Fix check for colormap arguments. |
6756
|
1586 |
6754
|
1587 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
1588 |
|
1589 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
1590 |
6756
|
1591 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
1592 |
6778
|
1593 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
1594 argument, and note that the data should be sorted for the |
|
1595 definition of the median to be correct. |
|
1596 |
6778
|
1597 * statistics/base/std.m: Add missing square to definition of |
6754
|
1598 standard deviation. |
|
1599 |
6778
|
1600 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
1601 |
|
1602 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
1603 statistics/base/std.m: |
|
1604 Note that \bar{x} is the mean value of x in the help text. |
|
1605 |
6778
|
1606 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
1607 coefficient to the help text. |
|
1608 |
6778
|
1609 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
1610 |
|
1611 * statistics/base/var.m: Put N in @math in help text. |
|
1612 |
|
1613 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
1614 statistics/tests/kolmogorov_smirnov_test.m: |
|
1615 Write about possible values of 'dist' in help text. |
|
1616 |
6778
|
1617 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
1618 Add definition of correlation to the help text. |
|
1619 |
6778
|
1620 * statistics/base/logit.m, statistics/base/kendall.m, |
|
1621 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
1622 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
1623 TeXification of help text. |
|
1624 |
|
1625 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
1626 |
|
1627 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
1628 Add missing @var's to help text. |
|
1629 |
|
1630 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
1631 |
|
1632 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
1633 of help text. |
|
1634 |
|
1635 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
1636 help text. |
|
1637 |
|
1638 * statistics/distributions/unidpdf.m, |
|
1639 statistics/distributions/discrete_pdf.m: |
|
1640 Replace 'pDF' with 'PDF' in help text. |
|
1641 |
6753
|
1642 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1643 |
|
1644 * strings/substr.m: Use offset consistently in code and doc string. |
|
1645 From Rafael Laboissiere <rafael@debian.org>. |
|
1646 |
6752
|
1647 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
1648 |
6778
|
1649 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
1650 |
6751
|
1651 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1652 |
|
1653 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
1654 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
1655 <juhani@cs.joensuu.fi>. |
|
1656 |
6748
|
1657 2007-06-20 John W. Eaton <jwe@octave.org> |
|
1658 |
6749
|
1659 * strings/index.m: Allow strings to be empty. |
|
1660 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
1661 |
6748
|
1662 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
1663 |
6747
|
1664 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
1665 |
|
1666 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
1667 separate matrices. |
|
1668 |
6746
|
1669 2007-06-19 David Bateman <dbateman@free.fr> |
|
1670 |
|
1671 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
1672 only ";;" legend syntax. |
|
1673 * polynomial/mkpp.m: ditto. |
|
1674 * polynomial/pchip.m: ditto. |
|
1675 * signal/freqz_plot.m: ditto. |
|
1676 * sparse/gplot.m: ditto. |
|
1677 * sparse/treeplot.m: ditto. |
|
1678 |
6745
|
1679 2007-06-19 John W. Eaton <jwe@octave.org> |
|
1680 |
|
1681 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
1682 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
1683 |
6742
|
1684 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1685 |
6778
|
1686 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
1687 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
1688 to check for NA. |
|
1689 |
6741
|
1690 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1691 |
6778
|
1692 * optimization/glpk.m: TeXified the help text. |
|
1693 * optimization/qp.m: TeXified the help text. |
|
1694 * optimization/sqp.m: TeXified the help text. |
6741
|
1695 |
6740
|
1696 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
1697 |
6778
|
1698 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
1699 |
6738
|
1700 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1701 |
|
1702 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
1703 have_newer_gnuplot is true. |
|
1704 |
6736
|
1705 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
1706 |
6778
|
1707 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
1708 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
1709 to 90, all others 0. |
|
1710 |
6778
|
1711 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
1712 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
1713 get_data_limits. |
6778
|
1714 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
1715 called by __errplot__. |
|
1716 |
6730
|
1717 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1718 |
|
1719 * testfun/test.m: Also return number of expected failures. |
|
1720 |
6724
|
1721 2007-06-14 John W. Eaton <jwe@octave.org> |
|
1722 |
6730
|
1723 * set/ismember.m: Mark two tests known to fail with xtest. |
|
1724 |
6724
|
1725 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
1726 |
6728
|
1727 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
1728 |
|
1729 * testfun/test.m: Add xtest support for tests known to fail. |
|
1730 |
6727
|
1731 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
1732 |
|
1733 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
1734 epslatexstandalone terminals. |
|
1735 |
6721
|
1736 2007-06-14 David Bateman <dbateman@free.fr> |
|
1737 |
|
1738 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
1739 as permutation of results was incorrect. |
|
1740 * general/interp1.m: Add demo on second derivative |
|
1741 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
1742 call. Add 3D demo. Fix typos |
|
1743 * general/interp3.m: Fix typos. Correct permutation for use of |
|
1744 interpn. |
6721
|
1745 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
1746 |
6717
|
1747 2007-06-13 John W. Eaton <jwe@octave.org> |
|
1748 |
|
1749 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
1750 |
6706
|
1751 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
1752 |
|
1753 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
1754 |
6704
|
1755 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
1756 |
|
1757 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
1758 Set have_linestyle to true if two character linestyle is found. |
|
1759 |
6702
|
1760 2007-06-12 David Bateman <dbateman@free.fr> |
|
1761 |
6717
|
1762 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
1763 and interpn.m. |
|
1764 |
|
1765 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
1766 structure before using it. |
|
1767 |
|
1768 2007-06-12 David Bateman <dbateman@free.fr> |
|
1769 |
6704
|
1770 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
1771 * general/__splinen__.m: New support function for N-dimensional |
|
1772 spline interpolation. |
|
1773 * general/bicubic.m: Allow definition of extrapolation |
|
1774 value. Adapt tests to use new graphics interface |
|
1775 * general/interp2.m: Call __splinen__ for 2-D spline |
|
1776 interpolation. Make the lookup table code only be called for |
|
1777 linear and nearest methods. |
|
1778 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
1779 and spline interpolation. |
|
1780 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
1781 and spline interpolation. |
6704
|
1782 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
1783 |
6701
|
1784 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
1785 |
|
1786 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1787 |
6699
|
1788 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1789 |
|
1790 * plot/fplot.m: If function is inline, vectorize it. |
|
1791 |
6698
|
1792 2007-06-10 David Bateman <dbateman@free.fr> |
|
1793 |
|
1794 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1795 directory if need to, so that it fits on a line. |
|
1796 |
6695
|
1797 2007-06-07 David Bateman <dbateman@free.fr> |
|
1798 |
|
1799 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1800 saved file so that dependent packages are loaded first, and if |
|
1801 nargout==0 don't return any arguments. |
|
1802 (pkg:install): Only load packages that are marked autoload after |
|
1803 install. Various fixes. Save in order. |
|
1804 (pkg:uninstall): Save in order |
|
1805 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1806 packages. |
|
1807 (pkg:save_order): New function to sort package list with dependent |
|
1808 packages first. |
|
1809 (pkg:load_packages_and_dependencies): New function to load both a |
|
1810 list of packages and their dependencies. |
|
1811 (pkg:load_package_dirs): New function that returns a vector of the |
|
1812 indexes into the installed package list indicating the packages to |
|
1813 load and the order to load them in to respect the dependencies. |
|
1814 |
6688
|
1815 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1816 |
|
1817 * plot/axes.m: Eliminate redundant else clause. |
|
1818 |
6686
|
1819 2007-06-03 David Bateman <dbateman@free.fr> |
|
1820 |
|
1821 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1822 * pkg/pkg.m: Protect against multiple actions being define. |
|
1823 |
6683
|
1824 2007-06-01 David Bateman <dbateman@free.fr> |
|
1825 |
|
1826 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1827 incorporate into main pkg function. |
|
1828 (pkg:install): Check for existence of files to install before |
|
1829 globbing and warn the user if they don't exist. |
|
1830 |
6675
|
1831 2007-05-31 David Bateman <dbateman@free.fr> |
|
1832 |
6679
|
1833 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1834 directory over several copy command to limit the line length. |
|
1835 * miscellaneous/movefile.m: Ditto. |
|
1836 |
6675
|
1837 * pkg.m: Add build option to allow binary Octave packages to be |
|
1838 built from source packages. Probe absolute path of prefix, global |
|
1839 and local lists. Use strcat, rather that [] for strings. |
|
1840 (pkg:build): New function to binary binary package. |
|
1841 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1842 (pkg:repackage): Package binary Octave package from installation. |
|
1843 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1844 from m-files into main installation directory. |
|
1845 (pkg:shell): Suppress verbose messages from shell and only display |
|
1846 them with the verbose flag. |
|
1847 (pkg:installed_packages): Also include the loaded flag in the |
|
1848 local and global packages. |
|
1849 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1850 flagged as loaded. |
|
1851 |
|
1852 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1853 |
|
1854 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1855 with and without architecture dependent directories. |
|
1856 (pkg:installed_packages): Probe the global_list file even if it is |
|
1857 the same as the local_list. |
|
1858 |
6669
|
1859 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1860 |
|
1861 * sparse/spy.m: Set axis to "ij" mode. |
|
1862 |
6664
|
1863 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1864 |
|
1865 * set/ismember.m: Quote first arg of "fail" tests. |
|
1866 |
6663
|
1867 2007-05-24 David Bateman <dbateman@free.fr> |
|
1868 |
6778
|
1869 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1870 |
6655
|
1871 2007-05-22 David Bateman <dbateman@free.fr> |
|
1872 |
|
1873 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1874 error(lasterr()(8:end)). |
|
1875 (pkg:install): Warning for empty packages being removed. Suppress |
|
1876 spurious output. Warning rather than error for uninstalling a |
|
1877 package that is not installed to avoid RPM issue. |
|
1878 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1879 inst or architecture dependent directory if it exists. |
|
1880 |
6653
|
1881 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1882 |
|
1883 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1884 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1885 signal/freqz.m: Fix typos. |
|
1886 |
6645
|
1887 2007-05-21 David Bateman <dbateman@free.fr> |
|
1888 |
|
1889 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1890 force installation location. |
|
1891 (rebuild): New subfunction to rebuild package database from |
|
1892 installed packages. Also allows changing of autoload status |
|
1893 (install): Warn use if attempting to install from non existent |
|
1894 file. |
|
1895 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1896 "USER", "root"))' for root test. |
|
1897 |
|
1898 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1899 |
|
1900 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1901 and replace "\" characters with "/". |
|
1902 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1903 characters with "/" throughout. |
|
1904 (shell): New subfunction that wraps system and is careful with the |
|
1905 shell on windows platforms. |
|
1906 (configure_make): Explictly pass complier etc to configure |
|
1907 process. |
|
1908 (issuperuser): Force default to global install for Windows machines. |
|
1909 |
6636
|
1910 2007-05-19 Kristan Onu |
|
1911 |
|
1912 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1913 |
6634
|
1914 2007-05-18 David Bateman <dbateman@free.fr> |
|
1915 |
|
1916 * pkg/pkg.m (install): More verbosity. |
|
1917 (configure_make): Ditto. |
|
1918 (create_pkgadddel): Install in architecture dependent directory if |
|
1919 it exists to address issues with autoload/mfilename. |
|
1920 (write_INDEX): Check in archiecture dependent directories as well. |
|
1921 |
6633
|
1922 2007-05-17 David Bateman <dbateman@free.fr> |
|
1923 |
|
1924 * plot/hbar.m: Remove. |
|
1925 * plot/barh.m: and move it here. |
|
1926 |
6631
|
1927 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1928 |
|
1929 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1930 |
6629
|
1931 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1932 |
|
1933 * general/logspace.m: Return second arg if fewer than two values |
|
1934 are requested. |
|
1935 |
6619
|
1936 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1937 |
|
1938 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1939 on a new line. |
|
1940 |
6617
|
1941 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1942 |
|
1943 * statistics/distributions/norminv.m, |
|
1944 statistics/distributions/norminv.m, |
|
1945 statistics/distributions/normpdf.m, |
|
1946 statistics/distributions/normrnd.m: |
|
1947 Use standard deviation, not variance. |
|
1948 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1949 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1950 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1951 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1952 backward compatibility. |
|
1953 |
6616
|
1954 2007-05-14 David Bateman <dbateman@free.fr> |
|
1955 |
|
1956 * pkg/pkg.m: Mark loaded packages with "*". |
|
1957 |
6615
|
1958 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1959 |
|
1960 * miscellaneous/single.m: Doc fix. |
|
1961 Convert to double instead of returning argument unchanged. |
|
1962 |
|
1963 * miscellaneous/doc.m: Doc fix. |
|
1964 |
|
1965 * miscellaneous/ver.m: Doc fix. |
|
1966 Don't display information about Octave Forge. |
|
1967 |
6614
|
1968 2007-05-12 David Bateman <dbateman@free.fr> |
|
1969 |
|
1970 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1971 install to be printed. An error in the on_uninstall script causes |
|
1972 a failure to uninstall. Place oct- and mex-files in an |
|
1973 architecture dependent directory. |
|
1974 |
6611
|
1975 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1976 |
|
1977 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1978 |
6609
|
1979 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1980 |
|
1981 * statistics/distributions/normcdf.m: Use standard deviation |
|
1982 instead of variance for compatibility. |
|
1983 |
|
1984 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1985 |
|
1986 |
|
1987 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1988 |
|
1989 * set/ismember.m: Always return logical values. |
|
1990 |
|
1991 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1992 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1993 |
|
1994 * general/__isequal__.m: Allow numeric values of different classes |
|
1995 to compare equal. |
|
1996 |
6606
|
1997 2007-05-07 David Bateman <dbateman@free.fr> |
|
1998 |
6607
|
1999 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
2000 compatiable, accepting LineSpec and markersize arguments. |
6606
|
2001 |
6605
|
2002 2007-05-02 John W. Eaton <jwe@octave.org> |
|
2003 |
|
2004 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
2005 |
6604
|
2006 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
2007 |
|
2008 * contour.m: Rewrite help string. |
|
2009 |
6599
|
2010 2007-04-28 John W. Eaton <jwe@octave.org> |
|
2011 |
|
2012 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
2013 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
2014 Special case nargout == 0. |
|
2015 |
6597
|
2016 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
2017 |
|
2018 * general/sub2ind.m: Handle empty input, add tests. |
|
2019 |
6590
|
2020 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
2021 |
|
2022 * plot/contourc.m: Doc fix. |
|
2023 |
6586
|
2024 2007-04-26 David Bateman <dbateman@free.fr> |
|
2025 |
|
2026 * plot/hist.m: Partially remove previous patch. |
|
2027 |
6582
|
2028 2007-04-26 David Bateman <dbateman@free.fr> |
|
2029 |
|
2030 * plot/hist.m: Support returning of handle |
|
2031 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
2032 cells. |
|
2033 |
6575
|
2034 2007-04-25 John W. Eaton <jwe@octave.org> |
|
2035 |
6579
|
2036 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
2037 "title \"\"", not "". |
|
2038 |
6575
|
2039 * plot/legend.m: Initialize WARNED to false. |
|
2040 |
6567
|
2041 2007-04-24 John W. Eaton <jwe@octave.org> |
|
2042 |
|
2043 * io/beep.m: Fix cut and paste error. |
|
2044 From S�ren Hauberg <soren@hauberg.org>. |
|
2045 |
|
2046 2007-04-23 John W. Eaton <jwe@octave.org> |
|
2047 |
|
2048 * plot/box.m: Delete extra endfunction keyword. |
|
2049 |
6560
|
2050 2007-04-23 David Bateman <dbateman@free.fr> |
|
2051 |
|
2052 * plot/plot3.m: Call newplot. |
|
2053 |
6553
|
2054 2007-04-20 John W. Eaton <jwe@octave.org> |
|
2055 |
|
2056 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
2057 |
6546
|
2058 2007-04-19 John W. Eaton <jwe@octave.org> |
|
2059 |
|
2060 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
2061 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2062 |
6544
|
2063 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2064 |
|
2065 * control/util/axis2dlim.m: Delete extraneous line. |
|
2066 |
6542
|
2067 2007-04-18 John W. Eaton <jwe@octave.org> |
|
2068 |
|
2069 * specfun/factorial.m: Increase tolerance in large value test. |
|
2070 |
6540
|
2071 2007-04-18 David Bateman <dbateman@free.fr> |
|
2072 |
|
2073 * __bar__.m: New support function for bar/hbar to support graphic |
|
2074 handles, and additional arguments. |
|
2075 * bar.m: Convert to use __bar__. |
|
2076 * hbar.m: New function |
|
2077 * hist.m: Explicitly set the width of the bar plot. |
|
2078 |
6533
|
2079 2007-04-17 John W. Eaton <jwe@octave.org> |
|
2080 |
6534
|
2081 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
2082 |
6533
|
2083 * set/ismember.m: New tests. |
|
2084 From David Grohmann <grohmann@arlut.utexas.edu> |
|
2085 |
6532
|
2086 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
2087 |
|
2088 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
2089 Add tests. |
|
2090 |
6527
|
2091 2007-04-16 John W. Eaton <jwe@octave.org> |
|
2092 |
6528
|
2093 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
2094 looks_like_copyright in src/help.cc. |
|
2095 From S�ren Hauberg <soren@hauberg.org>. |
|
2096 |
6527
|
2097 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
2098 |
6526
|
2099 2007-04-13 John W. Eaton <jwe@octave.org> |
|
2100 |
6527
|
2101 * optimization/sqp.m: Initialize info to 0. |
|
2102 |
6526
|
2103 * optimization/qp.m: Undo previous change. |
|
2104 |
6524
|
2105 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
2106 |
|
2107 * spdiags.m: Fixed the four-argument case to work for columns of |
|
2108 length one. |
|
2109 |
6523
|
2110 2007-04-12 John W. Eaton <jwe@octave.org> |
|
2111 |
|
2112 * optimization/qp.m: Avoid Octave indexing bug. |
|
2113 |
6521
|
2114 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
2115 |
6522
|
2116 * miscellaneous/menu.m, control/base/bddemo.m, |
|
2117 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
2118 control/system/sysrepdemo.m: |
|
2119 Adapt to page_screen_output as a function. |
6521
|
2120 |
6518
|
2121 2007-04-11 John W. Eaton <jwe@octave.org> |
|
2122 |
|
2123 * miscellaneous/not.m: Delete. |
|
2124 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
2125 |
|
2126 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2127 |
|
2128 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
2129 that are close but not exactly equal. |
|
2130 |
6515
|
2131 2007-04-11 David Bateman <dbateman@free.fr> |
|
2132 |
|
2133 * general/bitcmp.m: Make it work again. |
|
2134 |
6512
|
2135 2007-04-10 John W. Eaton <jwe@octave.org> |
|
2136 |
|
2137 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
2138 that are close but not exactly equal. |
|
2139 |
6511
|
2140 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
2141 |
|
2142 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
2143 in response to a change in x limits for now. |
|
2144 |
6510
|
2145 2007-04-09 John W. Eaton <jwe@octave.org> |
|
2146 |
|
2147 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
2148 (__go_draw_axes__): Use it to write data to plot stream. |
|
2149 |
6509
|
2150 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2151 |
|
2152 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
2153 zeros. Set markerfacecolor property in call to plot. |
|
2154 |
6508
|
2155 2007-04-06 John W. Eaton <jwe@octave.org> |
|
2156 |
|
2157 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
2158 |
|
2159 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2160 |
|
2161 * plot/stem.m: Use plot instead of a series of calls to line. |
|
2162 |
6494
|
2163 2007-04-05 John W. Eaton <jwe@octave.org> |
|
2164 |
6499
|
2165 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
2166 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
2167 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
2168 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
2169 |
6496
|
2170 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
2171 Use strcmpi instead of strcmp+tolower. |
6496
|
2172 Style fixes. |
|
2173 |
6494
|
2174 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
2175 Plotting fixes. Style fixes. |
|
2176 |
|
2177 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
2178 Style fixes. |
|
2179 |
|
2180 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
2181 Style fixes. |
|
2182 |
|
2183 * testfun/demo.m, testfun/example.m: Style fixes. |
|
2184 Use "strcat (...)" instead of "[...]". |
|
2185 Use format specifiers in calls to warning. |
|
2186 |
|
2187 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
2188 Use "strcat (...)" instead of "[...]". |
|
2189 Use "x(end)" instead of "x(length (x))". |
|
2190 Check NA before NaN. |
|
2191 Style fixes. |
|
2192 |
6473
|
2193 2007-03-29 John W. Eaton <jwe@octave.org> |
|
2194 |
6474
|
2195 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
2196 |
6467
|
2197 2007-03-27 John W. Eaton <jwe@octave.org> |
|
2198 |
|
2199 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2200 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2201 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2202 control/util/Makefile.in, deprecated/Makefile.in, |
|
2203 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2204 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2205 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2206 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2207 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2208 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2209 special-matrix/Makefile.in, startup/Makefile.in, |
|
2210 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2211 statistics/distributions/Makefile.in, |
|
2212 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2213 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2214 Use ln instead of $(LN_S) in dist target. |
|
2215 |
6465
|
2216 2007-03-27 David Bateman <dbateman@free.fr> |
|
2217 |
|
2218 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
2219 gnuplot 4.0. |
|
2220 |
6464
|
2221 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2222 |
|
2223 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
2224 |
6461
|
2225 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2226 |
|
2227 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
2228 plot stream and using binary data. |
|
2229 |
6459
|
2230 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2231 |
|
2232 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2233 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2234 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
2235 |
|
2236 2007-03-26 David Bateman <dbateman@free.fr> |
|
2237 |
6461
|
2238 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
2239 |
6459
|
2240 * plot/plot3.m: Handle line properties. |
|
2241 * plot/plot.m: Update docstring. |
|
2242 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
2243 * plot/__plt__.m: Also gather properties. |
|
2244 |
6455
|
2245 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
2246 |
|
2247 * testfun/assert.m: Delete special check for empty objects. |
|
2248 Add test. |
|
2249 |
6453
|
2250 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2251 |
6454
|
2252 * plot/drawnow.m: Exit early if call is recursive. |
|
2253 |
6453
|
2254 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
2255 Check for Inf too. |
|
2256 (__go_draw_axes__): Use get_data_limits. |
|
2257 |
6450
|
2258 2007-03-24 John W. Eaton <jwe@octave.org> |
|
2259 |
6451
|
2260 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
2261 send terminal setting command with title option to plot stream. |
|
2262 |
6450
|
2263 * plot/legend.m: Correctly increment index into list of children.. |
|
2264 |
6434
|
2265 2007-03-23 John W. Eaton <jwe@octave.org> |
|
2266 |
6448
|
2267 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
2268 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
2269 control/base/nyquist.m, control/base/nichols.m, |
|
2270 control/base/frdemo.m, signal/freqz_plot.m, |
|
2271 control/base/__stepimp__.m, control/base/bode.m, |
|
2272 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
2273 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
2274 Update plotting code. |
|
2275 |
|
2276 * control/base/bode.m: Unwrap phase angle. |
|
2277 |
|
2278 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
2279 |
|
2280 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
2281 |
|
2282 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
2283 commands. |
6446
|
2284 |
6442
|
2285 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
2286 Handle numeric color specs. |
6442
|
2287 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
2288 |
6441
|
2289 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
2290 |
6440
|
2291 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2292 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2293 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
2294 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
2295 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
2296 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
2297 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
2298 |
6438
|
2299 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
2300 plot, not just multiplots. |
|
2301 |
6436
|
2302 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
2303 |
6434
|
2304 * plot/contour.m: Don't call drawnow. |
|
2305 |
6431
|
2306 2007-03-22 John W. Eaton <jwe@octave.org> |
|
2307 |
6432
|
2308 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
2309 property of each figure. |
|
2310 |
6431
|
2311 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
2312 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2313 |
|
2314 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2315 |
|
2316 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
2317 less than eps to 0. |
|
2318 |
6429
|
2319 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
2320 |
|
2321 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
2322 * testfun/speed.m: Documentation and example fix. |
|
2323 |
6424
|
2324 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2325 |
|
2326 * plot/subplot.m: If we find an existing subplot region, set |
|
2327 it to be the "currentaxes" property for the current figure. |
6425
|
2328 Delete old axes objects if the new axes object overlaps the old. |
6424
|
2329 |
6422
|
2330 2007-03-20 David Bateman <dbateman@free.fr> |
|
2331 |
|
2332 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
2333 |
|
2334 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
2335 |
|
2336 * general/arrayfun.m: New function. |
|
2337 |
6418
|
2338 2007-03-20 John W. Eaton <jwe@octave.org> |
|
2339 |
6419
|
2340 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
2341 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
2342 |
|
2343 * plot/clf.m: Don't call drawnow. |
|
2344 |
6431
|
2345 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
2346 |
6420
|
2347 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
2348 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
2349 images. |
|
2350 |
6418
|
2351 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
2352 instead of global. Only register __go_close_all__ with atexit if |
|
2353 the plot stream is successfully opened. |
6418
|
2354 |
6413
|
2355 2007-03-15 John W. Eaton <jwe@octave.org> |
|
2356 |
6418
|
2357 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
2358 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2359 |
|
2360 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2361 |
|
2362 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
2363 Use numeric line types. |
6413
|
2364 |
|
2365 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
2366 lines and larger markers. Remove key titles from line type |
|
2367 properties. |
6413
|
2368 |
6405
|
2369 2007-03-14 John W. Eaton <jwe@octave.org> |
|
2370 |
6412
|
2371 * plot/__axis_label__.m: Accept additional property-value pairs |
|
2372 and pass them to __go_text__. Simply return the handle obtained |
|
2373 from __go_text__ instead of calling get on the current axis. |
|
2374 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
2375 Allow for extra property value pairs to be passed along. |
|
2376 * plot/title.m: Implement with __axis_label__ since it does all |
|
2377 that title needs to do. |
|
2378 |
6410
|
2379 * plot/clf.m: Set currentaxes property for current figure to []. |
|
2380 |
6405
|
2381 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
2382 |
|
2383 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
2384 and __plt2__, not just the last. |
|
2385 |
|
2386 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
2387 (SOURCES_IN, GEN_M): Delete. |
|
2388 (FCN_FILES): Don't include $(GEN_M). |
|
2389 (all): Don't depend on $(GEN_M). |
|
2390 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
2391 |
|
2392 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
2393 |
|
2394 * plot/newplot.m: Call __go_axes_init__ instead of |
|
2395 __uiobject_axes_init__. |
|
2396 |
|
2397 * plot/mesh.m: Use __go_surface__ instead of |
|
2398 __uiobject_surface_ctor__. Don't access object fields directly. |
|
2399 |
|
2400 * plot/line.m: Use __line__ to do actual work. |
|
2401 * plot/__line__.m: New function. |
|
2402 |
|
2403 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
2404 Use get and set instead of accessing object fields directly. |
|
2405 |
|
2406 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
2407 handle. |
|
2408 |
|
2409 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
2410 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
2411 __uiobject_draw_figure__. |
|
2412 |
|
2413 * plot/clf.m: Use get instead of accessing object fields |
|
2414 directly. Simply delete children. Don't set currentaxes. |
|
2415 |
|
2416 * plot/close.m (close_all_figures): New subfunction. |
|
2417 Use it instead of getting list of figures to close from |
|
2418 __uiobject_figures__. |
|
2419 |
|
2420 * plot/closereq.m: Simply delete the current figure. Don't set |
|
2421 currentfigure. |
|
2422 |
|
2423 * plot/__errplot__.m: Call __line__ instead of |
|
2424 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
2425 directly. Don't call __uiobject_adopt__. |
|
2426 |
|
2427 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
2428 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
2429 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
2430 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
2431 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
2432 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
2433 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
2434 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
2435 plot/__uiobject_init_root_figure__.in, |
|
2436 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
2437 plot/__uiobject_root_figure_ctor__.m, |
|
2438 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2439 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
2440 plot/set.in: Delete. |
6408
|
2441 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
2442 |
|
2443 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
2444 Pass "hidden" as second arg to close. |
|
2445 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
2446 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
2447 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
2448 |
6405
|
2449 * image/__img__.m: Use __go_image__ to create image graphics |
|
2450 handle. |
|
2451 |
|
2452 * miscellaneous/delete.m: Call __go_delete__, not |
|
2453 __uiobject_delete__. Check that arg is a graphics handle before |
|
2454 calling __go_delete__. |
|
2455 |
6403
|
2456 2007-03-13 John W. Eaton <jwe@octave.org> |
|
2457 |
|
2458 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
2459 arg instead of switch statement. |
6528
|
2460 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
2461 |
|
2462 2007-03-12 John W. Eaton <jwe@octave.org> |
|
2463 |
|
2464 * miscellaneous/cast.m: New function. |
|
2465 |
|
2466 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
2467 |
6398
|
2468 2007-03-08 John W. Eaton <jwe@octave.org> |
|
2469 |
|
2470 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
2471 tilde expansion on target filename before passing it to the shell. |
|
2472 |
|
2473 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
2474 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
2475 |
6396
|
2476 2007-03-08 David Bateman <dbateman@free.fr> |
|
2477 |
|
2478 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
2479 replacing slower version based on dicrete_rnd. |
|
2480 |
6392
|
2481 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2482 |
6395
|
2483 * control/base/rlocus.m: Update for current plotting functions. |
|
2484 |
|
2485 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2486 |
|
2487 * control/base/rlocus.m: Improve display. |
|
2488 |
|
2489 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2490 |
|
2491 * plot/legend.m: Only handle positions -1:4. |
|
2492 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
2493 found in option string |
|
2494 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
2495 |
6394
|
2496 * plot/newplot.m: Always reset next line color. |
|
2497 |
6392
|
2498 * testfun/assert.m: Check that number of dimensions match before |
|
2499 checking dimensions. |
|
2500 |
6391
|
2501 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
2502 |
|
2503 * specfun/perms.m, specfun/factorial.m: Check args. |
|
2504 |
6387
|
2505 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2506 |
6390
|
2507 * plot/mesh.m: Call newplot before doing anything. |
|
2508 |
|
2509 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
2510 just "e". Only flush plot stream once. |
|
2511 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2512 |
6387
|
2513 * strings/blanks.m: Omit first index in assignment. |
|
2514 |
6386
|
2515 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
2516 |
|
2517 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
2518 |
6385
|
2519 2007-03-06 David Bateman <dbateman@free.fr> |
|
2520 John W. Eaton <jwe@octave.org> |
|
2521 |
|
2522 * set/setdiff.m: Ignore "rows" for cell array args. |
|
2523 Handle cellstr args. |
|
2524 |
6382
|
2525 2007-03-05 John W. Eaton <jwe@octave.org> |
|
2526 |
|
2527 * optimization/sqp.m: Defer first call to obj_hess until after |
|
2528 calling obj_fun. |
|
2529 |
6377
|
2530 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
2531 |
|
2532 * specfun/nchoosek.m: Fix nargin check. |
|
2533 |
6376
|
2534 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2535 |
|
2536 * image/__img__.m: Don't set xlim and ylim properties. |
|
2537 |
6374
|
2538 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
2539 |
|
2540 * general/interp1.m: Fix *style cases for decreasing x. |
|
2541 |
6372
|
2542 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
2543 |
|
2544 * polynomial/roots.m: Check nargin before accessing arg. |
|
2545 |
6369
|
2546 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2547 |
|
2548 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
2549 increment data_idx unless using gnuplot for display. |
|
2550 |
6368
|
2551 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2552 |
|
2553 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
2554 plots with images. |
|
2555 * image/image.m, image/imagesc.m, image/imshow.m: |
|
2556 Deprecate zoom argument. |
|
2557 |
6366
|
2558 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2559 |
|
2560 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
2561 temporary file names. Keep image and colormap file ids separate. |
|
2562 |
|
2563 * general/interp1.m: Correctly compute min and max values when |
|
2564 values are decreasing and not evenly spaced. |
|
2565 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
2566 |
6365
|
2567 2007-02-27 John W. Eaton <jwe@octave.org> |
|
2568 |
|
2569 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
2570 returning an empty cell array. |
|
2571 |
6546
|
2572 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
2573 |
|
2574 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
2575 |
6546
|
2576 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
2577 |
|
2578 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2579 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2580 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2581 control/util/Makefile.in, deprecated/Makefile.in, |
|
2582 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2583 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2584 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2585 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2586 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2587 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2588 special-matrix/Makefile.in, startup/Makefile.in, |
|
2589 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2590 statistics/distributions/Makefile.in, |
|
2591 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2592 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2593 Use $(LN_S) instead of ln or ln -s. |
|
2594 |
6356
|
2595 2007-02-24 David Bateman <dbateman@free.fr> |
|
2596 |
|
2597 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
2598 '\n' in FILES file. |
6357
|
2599 (configure_make): Also install any mex files. |
6356
|
2600 |
6353
|
2601 2007-02-24 David Bateman <dbateman@free.fr> |
|
2602 |
|
2603 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
2604 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
2605 |
6351
|
2606 2007-02-23 John W. Eaton <jwe@octave.org> |
|
2607 |
|
2608 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
2609 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
2610 |
|
2611 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
2612 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
2613 |
6349
|
2614 2007-02-23 David Bateman <dbateman@free.fr> |
|
2615 |
|
2616 * statistics/distributions/discrete_rnd.m, |
|
2617 statistics/distributions/geornd.m, |
|
2618 statistics/distributions/lognnd.m, |
|
2619 statistics/distributions/nbinrnd.m, |
|
2620 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
2621 |
|
2622 * statistics/distributions/unidcdf.m, |
|
2623 statistics/distributions/unidinv.m, |
|
2624 statistics/distributions/unidpdf.m, |
|
2625 statistics/distributions/unidrnd.m: New functions based on |
6351
|
2626 discrete_cdf, etc. |
6349
|
2627 |
|
2628 * statistics/distributions/pascal_cdf.m, |
|
2629 statistics/distributions/pascal_inv.m, |
|
2630 statistics/distributions/pascal_pdf.m, |
|
2631 statistics/distributions/pascal_rnd.m: Remove. |
|
2632 * statistics/distributions/nbincdf.m, |
|
2633 statistics/distributions/nbininv.m, |
|
2634 statistics/distributions/nbinpdf.m, |
|
2635 statistics/distributions/nbinrnd.m: Replace with matlab |
|
2636 compatible functions. |
|
2637 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
2638 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
2639 nbincdf, etc functions to implement these. |
|
2640 |
6344
|
2641 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2642 |
|
2643 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
2644 command and data. |
|
2645 |
|
2646 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2647 |
|
2648 * miscellaneous/doc.m: If index search fails, try again without |
|
2649 the index search option. |
|
2650 |
6339
|
2651 2007-02-22 David Bateman <dbateman@free.fr> |
|
2652 |
6341
|
2653 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
2654 |
6340
|
2655 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
2656 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
2657 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
2658 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
2659 and randp to accelerate. |
|
2660 |
6339
|
2661 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
2662 |
6338
|
2663 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2664 |
|
2665 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
2666 cache data and display after xlim and ylim have been determined. |
|
2667 |
6337
|
2668 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2669 |
|
2670 * plot/__uiobject_draw_axes__.m: |
|
2671 Allow multiple images to be displayed with gnuplot. |
|
2672 |
6333
|
2673 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
2674 |
|
2675 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
2676 for versions of GLPK 4.15 and later. |
|
2677 |
6328
|
2678 2007-02-19 John W. Eaton <jwe@octave.org> |
|
2679 |
|
2680 * plot/__uiobject_alloc__.in: If next available element in |
|
2681 __uiobject_list__ is 0, grow list before doing anything else. |
|
2682 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
2683 first call when size of __uiobject_list__ is 0. |
|
2684 |
6323
|
2685 2007-02-16 John W. Eaton <jwe@octave.org> |
|
2686 |
|
2687 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
2688 |
6321
|
2689 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
2690 |
|
2691 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
2692 |
6316
|
2693 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
2694 |
|
2695 * specfun/nchoosek.m: Check nargin. |
|
2696 |
6314
|
2697 2007-02-15 John W. Eaton <jwe@octave.org> |
|
2698 |
6315
|
2699 * path/addpath.m, path/rmpath.m: Delete |
|
2700 * path/Makefile.in (SOURCES): Remove them from the list. |
|
2701 |
6314
|
2702 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
2703 Delete title, xlabel, ylabel, and zlabel properties before |
|
2704 reassigning. |
|
2705 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
2706 Don't init outerposition if "mode" is "replace". |
|
2707 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
2708 If axes nextplot property is replace, pass "replace" as mode arg |
|
2709 to __uiobject_axes_init__. |
|
2710 |
6308
|
2711 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2712 |
6310
|
2713 * image/imshow.m: Don't restore old colormap. |
|
2714 |
6309
|
2715 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
2716 * image/__img__.m: New file containing common parts of image.m and |
|
2717 imshow.m. |
6312
|
2718 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
2719 * image/image.m, image/imshow.m: Call __img__. |
|
2720 * plot/__uiobject_draw_axes__.m: |
|
2721 Handle rgb imaged data stored in 3-d arrays. |
|
2722 |
6308
|
2723 * plot/figure.m: Doc fix. |
|
2724 |
6304
|
2725 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2726 |
|
2727 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
2728 for reading and writing data. New tests. Improve rounding. |
|
2729 |
6302
|
2730 2007-02-13 John W. Eaton <jwe@octave.org> |
|
2731 |
6303
|
2732 * plot/stem.m: New file, adapted from OctPlot. |
|
2733 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2734 |
6302
|
2735 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2736 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2737 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2738 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
2739 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
2740 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2741 plot/semilogyerr.m: Return handles to line objects. |
|
2742 |
6301
|
2743 2007-02-11 John W. Eaton <jwe@octave.org> |
|
2744 |
|
2745 * plot/__uiobject_close_all.m: New file. |
|
2746 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2747 |
6298
|
2748 2007-02-10 John W. Eaton <jwe@octave.org> |
|
2749 |
|
2750 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
2751 * plot/__uiobject_globals__.m: Don't call mlock. |
|
2752 |
|
2753 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
2754 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
2755 before calling pclose. |
|
2756 |
6291
|
2757 2007-02-09 John W. Eaton <jwe@octave.org> |
|
2758 |
6295
|
2759 * plot/subplot.m: Delete spurious call to axes. |
|
2760 |
6293
|
2761 * plot/figure.m: Call drawnow for current figure before creating |
|
2762 or switching to a new figure. |
|
2763 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
2764 nargin == 0 case. |
|
2765 |
6291
|
2766 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
2767 strange values like Inf+NaNi. |
|
2768 |
6283
|
2769 2007-02-08 John W. Eaton <jwe@octave.org> |
|
2770 |
6286
|
2771 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
2772 and check gnuplot_use_title_option instead of just assuming -title |
|
2773 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2774 |
6285
|
2775 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
2776 |
6284
|
2777 * audio/Makefile.in, control/base/Makefile.in, |
|
2778 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2779 control/system/Makefile.in, control/util/Makefile.in, |
|
2780 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2781 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2782 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2783 optimization/Makefile.in, plot/Makefile.in, |
|
2784 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2785 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2786 special-matrix/Makefile.in, startup/Makefile.in, |
|
2787 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2788 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2789 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2790 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2791 |
6283
|
2792 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2793 only given property list. |
|
2794 |
6278
|
2795 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2796 |
6280
|
2797 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2798 properties. |
|
2799 |
6278
|
2800 * plot/sombrero.m: Call box ("off") after mesh. |
|
2801 |
|
2802 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2803 line default" commands with older versions of gnuplot. |
|
2804 |
|
2805 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2806 |
6273
|
2807 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2808 |
|
2809 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2810 * sparse/gplot.m: Use line style - instead of 1. |
|
2811 |
6272
|
2812 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2813 |
|
2814 * plot/print.m: Avoid error message from cellidx. |
|
2815 |
|
2816 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2817 |
|
2818 * plot/legend.m: Fix check for data. |
|
2819 |
6270
|
2820 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2821 |
|
2822 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2823 Always set lt and pt. |
|
2824 |
6269
|
2825 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2826 |
|
2827 * plot/contourc.m: Correctly compute X and Y. |
|
2828 |
6268
|
2829 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2830 |
|
2831 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2832 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2833 |
6264
|
2834 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2835 |
6266
|
2836 * plot/__uiobject_draw_axes__.m: |
|
2837 Don't try to set axis limits unless we have data. |
|
2838 |
6264
|
2839 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2840 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2841 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2842 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2843 instead of of key and fmt strings. |
|
2844 |
|
2845 * plot/__pltopt1__.m: Greatly simplify. |
|
2846 |
|
2847 * plot/__next_line_color__.m: New file. |
|
2848 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2849 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2850 |
|
2851 * plot/__default_plot_options__.m: New file. |
|
2852 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2853 |
|
2854 * plot/__plt3__.m: Delete. |
|
2855 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2856 |
6259
|
2857 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2858 |
6263
|
2859 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2860 linestyle, linewidth, marker, and markersize properties. |
|
2861 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2862 colors and widths, and line styles. |
|
2863 |
|
2864 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2865 |
6261
|
2866 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2867 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2868 |
|
2869 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2870 __gnuplot_save_data__. |
|
2871 |
6259
|
2872 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2873 |
6258
|
2874 2007-01-30 David Bateman <dbateman@free.fr> |
|
2875 |
|
2876 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2877 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2878 -auto to force autoload behavior. |
|
2879 (installed_packages): Make list of installed packages unique. |
|
2880 |
6259
|
2881 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2882 |
|
2883 * Merge of changes from graphics-branch: |
|
2884 |
|
2885 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2886 |
|
2887 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2888 |
|
2889 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2890 property if it exists. |
|
2891 |
6259
|
2892 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2893 |
|
2894 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2895 min values outside of loop over child objects. |
|
2896 |
|
2897 * plot/contour.m, plot/contourc.m: New files. |
|
2898 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2899 |
|
2900 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2901 find a gnuplot version newer than 4.0. |
|
2902 * image/__img_gnuplot__.m: Delete. |
|
2903 * image/image.m: Create image graphics object. |
|
2904 Call newplot to setup and drawnow to finish. |
|
2905 Eliminate ZOOM arg. |
|
2906 |
|
2907 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2908 |
|
2909 * plot/legend.m: Eliminate useless variable "warned". |
|
2910 |
|
2911 * plot/__uiobject_image_ctor__.m: New file. |
|
2912 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2913 |
|
2914 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2915 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2916 |
|
2917 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2918 |
|
2919 * plot/__default_colormap__.m: New file. |
|
2920 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2921 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2922 property. |
|
2923 * image/colormap.m: Use colormap property of current figure |
|
2924 to store colormap instead of using persistent variable. |
|
2925 Call __default_colormap__ to get default map value. |
|
2926 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2927 |
|
2928 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2929 Handle some tick mark options. |
|
2930 |
|
2931 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2932 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2933 set dataaspectratiomode to "manual". |
|
2934 |
|
2935 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2936 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2937 |
|
2938 * plot/axis.m: New file. |
|
2939 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2940 |
|
2941 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2942 set corresponding *limmode to "manual". |
|
2943 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2944 Use it to compute autosclaled limits. |
|
2945 Arg is now handle, not object. Change all callers. |
|
2946 Compute data limits. |
|
2947 |
6259
|
2948 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2949 |
|
2950 * plot/drawnow: Fix visibility check for zero args. |
|
2951 |
|
2952 * plot/text.m: New file. |
|
2953 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2954 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2955 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2956 horizontalalignment properties. |
|
2957 |
|
2958 * plot/figure.m: Set options for f we just constructed or were |
|
2959 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2960 |
|
2961 * plot/drawnow.m: Handle visible field for figure here. |
|
2962 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2963 |
|
2964 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2965 title and axis labels. |
|
2966 |
|
2967 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2968 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2969 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2970 * plot/view.m: New file. |
|
2971 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2972 |
|
2973 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2974 Call __request_drawnow__. |
|
2975 |
|
2976 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2977 |
|
2978 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2979 Call set to set properties. Return handle instead of structure. |
|
2980 Change all callers. |
|
2981 |
|
2982 * plot/__uiobject_axes_setr__.m: New file. |
|
2983 * plot/set.in: Check for __setter__ field. |
|
2984 |
|
2985 * plot/__uiobject_axes_init__.in: |
|
2986 Rename from plot/__uiobject_axes_init__.m. |
|
2987 Include __uiobject_globals__. |
|
2988 Accept handle as arg instead of structure |
|
2989 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2990 from the list. |
|
2991 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2992 |
6259
|
2993 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2994 |
|
2995 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2996 |
|
2997 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2998 initializing each global variable. |
|
2999 |
6259
|
3000 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
3001 |
|
3002 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
3003 __uiobject_figure_handles_free_list__): New global variables. |
|
3004 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
3005 Place unused handles on the free list. |
|
3006 |
|
3007 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
3008 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
3009 |
|
3010 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
3011 handles here. Return figure handle. |
|
3012 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
3013 |
6259
|
3014 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
3015 |
|
3016 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
3017 data for gnuplot. |
|
3018 |
|
3019 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
3020 files. |
|
3021 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
3022 (DISTFILES): Include include-globals.awk in the list. |
|
3023 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
3024 ($(GEN_M) : %.m : %.in): New rule. |
|
3025 |
|
3026 * include-globals.awk: New file. |
|
3027 |
|
3028 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
3029 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
3030 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
3031 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
3032 plot/__uiobject_init_root_figure__.in, |
|
3033 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
3034 Rename from corresponding .m files. |
|
3035 |
|
3036 * move-if-change: New file. |
|
3037 |
|
3038 * plot/__uiobject_delete__.m: New file. |
|
3039 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
3040 plot/__uiobject_delete_child__.m: Delete. |
|
3041 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
3042 not a character string. |
|
3043 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
3044 Fix assignment to tmp key value in loop. |
|
3045 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
3046 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
3047 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
3048 Inline code to delete children. |
|
3049 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
3050 __uiobject_list__. |
|
3051 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
3052 and free child. |
|
3053 |
6259
|
3054 2006-12-08 John W. Eaton <jwe@octave.org> |
|
3055 |
|
3056 * plot/gcf.m: Check if the root figure object's currentfigure |
|
3057 handle is empty, not 0. |
|
3058 * plot/__uiobject_root_figure_ctor__.m: |
|
3059 Set currentfigure to [], not 0. |
|
3060 |
|
3061 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
3062 |
|
3063 2006-12-07 John W. Eaton <jwe@octave.org> |
|
3064 |
|
3065 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
3066 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
3067 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
3068 plot/__uiobject_delete_children__.m, |
|
3069 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
3070 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
3071 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
3072 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
3073 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
3074 plot/__uiobject_init_figure__.m, |
|
3075 plot/__uiobject_init_root_figure__.m, |
|
3076 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
3077 plot/__uiobject_remove_child__.m, |
|
3078 plot/__uiobject_root_figure_ctor__.m, |
|
3079 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
3080 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
3081 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
3082 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
3083 plot/set.m: New files. |
|
3084 |
|
3085 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
3086 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
3087 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
3088 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
3089 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
3090 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
3091 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
3092 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
3093 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
3094 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
3095 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
3096 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
3097 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
3098 plot/semilogyerr.m, plot/replot.m: |
|
3099 Adapt to new graphics data structure. |
|
3100 |
|
3101 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
3102 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
3103 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
3104 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
3105 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
3106 plot/plot_border.m, plot/subwindow.m: Delete. |
|
3107 |
|
3108 2007-01-24 David Bateman <dbateman@free.fr> |
|
3109 |
|
3110 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
3111 Delete bare newline in string passed to write_INDEX. |
|
3112 |
|
3113 * sparse/sprandsym.m: Make work for even values of N. |
|
3114 |
|
3115 2007-01-24 John W. Eaton <jwe@octave.org> |
|
3116 |
|
3117 * miscellaneous/news.m: New file. |
|
3118 |
|
3119 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3120 |
|
3121 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
3122 |
|
3123 * strings/strncmp.m: Delete (we now have a built-in version). |
|
3124 |
|
3125 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
3126 |
|
3127 * testfun/test.m: Check for all files in path, use first found. |
|
3128 |
|
3129 2007-01-22 David Bateman <dbateman@free.fr> |
|
3130 |
|
3131 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
3132 |
|
3133 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
3134 |
|
3135 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
3136 file name. |
|
3137 |
|
3138 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
3139 nargout is 1. Handle colormaps that have too few colors. |
|
3140 |
|
3141 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
3142 (configure_make): Use fullfile instead of concatenating with "/". |
|
3143 |
6258
|
3144 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
3145 |
|
3146 * set/ismember.m: Handle N-d arrays. |
|
3147 |
|
3148 2007-01-10 David Bateman <dbateman@free.fr> |
|
3149 |
|
3150 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
3151 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
3152 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
3153 New files. |
|
3154 |
|
3155 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
3156 |
6778
|
3157 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
3158 |
|
3159 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
3160 |
|
3161 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
3162 instead of concatenating with "/". Use mlock to ensure that |
|
3163 persistent variables are not clobbered if user types clear all. |
|
3164 |
|
3165 2007-01-08 John W. Eaton <jwe@octave.org> |
|
3166 |
|
3167 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3168 Improve handling of file names containing globbing characters. |
|
3169 From S�ren Hauberg <hauberg@gmail.com>. |
|
3170 |
|
3171 2007-01-05 John W. Eaton <jwe@octave.org> |
|
3172 |
|
3173 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
3174 New files. |
|
3175 |
|
3176 2006-12-30 John W. Eaton <jwe@octave.org> |
|
3177 |
|
3178 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
3179 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
3180 |
|
3181 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
3182 |
|
3183 * image/imshow.m: Strip NaNs from image. |
|
3184 |
|
3185 2006-12-08 David Bateman <dbateman@free.fr> |
|
3186 |
|
3187 * sparse/normest.m: New file. |
|
3188 |
6286
|
3189 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
3190 |
6210
|
3191 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3192 Work on Windows systems without cp or mv. |
|
3193 |
6209
|
3194 * startup/inputrc: Include sequences for Windows. |
|
3195 |
6203
|
3196 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
3197 |
|
3198 * pkg/pkg.m (unload_packages): New function. |
|
3199 (pkg): Handle unload action. |
|
3200 |
|
3201 * __errplot__.m: Add missing semicolon. |
|
3202 |
6193
|
3203 2006-11-30 John W. Eaton <jwe@octave.org> |
|
3204 |
|
3205 * miscellaneous/mexext.m: New file. |
|
3206 |
6189
|
3207 2006-11-29 David Bateman <dbateman@free.fr> |
|
3208 |
|
3209 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
3210 location of package lists to be probed and set. |
|
3211 |
6179
|
3212 2006-11-17 John W. Eaton <jwe@octave.org> |
|
3213 |
6181
|
3214 * plot/__render_plot1__.m: Reverse y axis for images. |
|
3215 |
6179
|
3216 * plot/__render_plot__.m: New args, terminal and output. |
|
3217 * plot/print.m: Don't set output and term here. Instead, call |
|
3218 __render_plot__ with terminal and output. |
|
3219 |
6178
|
3220 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3221 |
|
3222 * plot/__render_plot1__.m: New file. |
|
3223 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
3224 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
3225 gnuplot. Let __render_plot__ do that. |
|
3226 |
6177
|
3227 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
3228 |
|
3229 * plot/plot.m: Fix doc string. |
|
3230 |
6173
|
3231 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3232 |
|
3233 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
3234 before sending anything to the plotter. |
|
3235 |
6172
|
3236 2006-11-15 John W. Eaton <jwe@octave.org> |
|
3237 |
|
3238 * image/__img_gnuplot__.m: Store more info in global plot |
|
3239 structures and use __render_plot__ to build plot command to |
|
3240 display image. |
|
3241 |
|
3242 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
3243 |
|
3244 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
3245 __plot_command_sep__): Delete. |
|
3246 (__plot_data_type__, __plot_data_parametric__, |
|
3247 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
3248 __plot_usingstr__, __plot_withstr__): New variables. |
|
3249 * plot/__init_plot_vars__.m: Initialize them. |
|
3250 |
|
3251 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
3252 Don't handle sep or cmd. |
|
3253 |
|
3254 * plot/__render_plot__.m: New function. |
|
3255 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
3256 Store more info in global plot structures and use __render_plot__ |
|
3257 to build plot command. |
|
3258 * plot/replot.m: Simply call __render_plot__. |
|
3259 |
|
3260 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
3261 Set __plot_data_parametric__ here. |
|
3262 |
6164
|
3263 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3264 |
6166
|
3265 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
3266 |
6164
|
3267 * image/image_viewer.m: Set default values here. |
|
3268 * image/image.m: Not here. |
|
3269 |
|
3270 * image/image_viewer.m: Always return old values. Check arguments. |
|
3271 * image/__img_gnuplot__.m: Rename from __img__m. |
|
3272 |
|
3273 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
3274 |
|
3275 * image/image_viewer.m: New function. |
|
3276 * image/__img_via_file__.m: New function. |
|
3277 * image/image.m: Use image_viewer to determine which program to |
|
3278 use for image viewing. |
6754
|
3279 * image/__img__.m: Silently accept more than 3 args. |
6164
|
3280 |
6163
|
3281 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3282 |
|
3283 * plot/__do_legend__.m, plot/__errplot__.m, |
|
3284 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
3285 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
3286 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
3287 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
3288 Use __plot_globals__ for multiplot variables. Keep track of |
|
3289 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
3290 |
6157
|
3291 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3292 |
6158
|
3293 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
3294 |
6157
|
3295 * miscellaneous/substruct.m: New function. |
|
3296 |
|
3297 * testfun/assert.m: Force orientation to match when comparing |
|
3298 struct elements. |
|
3299 |
|
3300 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
3301 when comparing structs. |
|
3302 |
|
3303 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
3304 |
6754
|
3305 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
3306 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
3307 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
3308 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
3309 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
3310 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
3311 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
3312 |
6156
|
3313 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3314 |
|
3315 * plot/mesh.m: Use size_equal to compare dimensions. |
|
3316 |
6154
|
3317 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
3318 |
|
3319 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
3320 |
6152
|
3321 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
3322 |
|
3323 * miscellaneous/copyfile.m: Fix docs to match function. |
|
3324 |
6145
|
3325 2006-11-08 John W. Eaton <jwe@octave.org> |
|
3326 |
6146
|
3327 * plot/legend.m: New function, adapted from Octave Forge. |
|
3328 |
|
3329 * plot/__do_legend__.m: New function. |
|
3330 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
3331 plot/replot.m: Call it before plotting. |
|
3332 |
|
3333 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
3334 noparametric" to gnuplot.. |
|
3335 |
|
3336 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
3337 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
3338 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
3339 and return key title separate from line format. Accept format and |
|
3340 key as cellstr. Always return data as cell array. Return format |
|
3341 and key title as cellstr. |
|
3342 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
3343 Handle line format and key titles separately. |
|
3344 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
3345 |
|
3346 * plot/__plot_globals__.m (__plot_line_offset__, |
|
3347 __plot_key_labels__, __plot_key_properties__): New global |
|
3348 variables. Initialize them. |
|
3349 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
3350 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
3351 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
3352 (__plot_line_offset__, __plot_key_labels__, |
|
3353 __plot_key_properties__): Store information about plot key titles. |
|
3354 |
|
3355 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
3356 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
3357 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
3358 respectively. |
|
3359 |
|
3360 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
3361 |
6145
|
3362 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
3363 whle concatenating args. |
|
3364 |
6144
|
3365 2006-11-07 John W. Eaton <jwe@octave.org> |
|
3366 |
|
3367 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
3368 |
6142
|
3369 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
3370 |
6143
|
3371 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
3372 option to regexp. |
|
3373 |
6142
|
3374 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
3375 |
6138
|
3376 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
3377 |
6139
|
3378 * strings/index.m: New arg, direction. Simplify and speed up. |
|
3379 * strings/rindex.m: Implement using index (..., "last"); |
|
3380 |
6754
|
3381 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
3382 |
6130
|
3383 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
3384 |
|
3385 * general/__isequal__.m: Test size and class more consistently. |
|
3386 |
6116
|
3387 2006-10-27 John W. Eaton <jwe@octave.org> |
|
3388 |
6117
|
3389 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
3390 From Michael Goffioul <michael.goffioul@swing.be>. |
|
3391 |
6116
|
3392 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
3393 * miscellaneous/dir.m: Mark as a command. |
|
3394 |
6112
|
3395 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3396 |
|
3397 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
3398 |
6088
|
3399 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3400 |
|
3401 * image/image.m: Set x = y = [] when nargin == 0; |
|
3402 |
|
3403 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
3404 |
|
3405 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
3406 * image/__img__.m: New file, originally from |
|
3407 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
3408 |
6087
|
3409 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3410 |
|
3411 * plot/__gnuplot_version__.m: New function, originally from |
|
3412 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
3413 Quentin Spencer <qspencer@ieee.org>. |
|
3414 |
6085
|
3415 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
3416 |
|
3417 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
3418 |
6081
|
3419 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
3420 |
|
3421 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
3422 miscellaneous/gunzip.m: New files. |
|
3423 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
3424 Call unpack to do the real work. |
|
3425 |
6075
|
3426 2006-10-24 John W. Eaton <jwe@octave.org> |
|
3427 |
6078
|
3428 * plot/plot3.m: If we have a format string, then also pass using |
|
3429 string to __plt3__. |
|
3430 |
6077
|
3431 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
3432 |
6075
|
3433 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
3434 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
3435 |
6069
|
3436 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
3437 |
|
3438 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
3439 Quote filenames in shell commands. |
|
3440 |
6055
|
3441 2006-10-17 David Bateman <dbateman@free.fr> |
|
3442 |
|
3443 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
3444 the package directory is missing. |
|
3445 |
6052
|
3446 2006-10-13 John W. Eaton <jwe@octave.org> |
|
3447 |
|
3448 * plot/box.m: New function. |
|
3449 |
6050
|
3450 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
3451 |
|
3452 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
3453 |
6049
|
3454 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
3455 |
|
3456 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
3457 |
6047
|
3458 2006-10-10 John W. Eaton <jwe@octave.org> |
|
3459 |
|
3460 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
3461 |
6046
|
3462 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
3463 |
|
3464 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3465 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3466 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
3467 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
3468 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
3469 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
3470 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
3471 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
3472 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
3473 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
3474 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
3475 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
3476 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
3477 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
3478 control/system/buildssic.m, control/system/c2d.m, |
|
3479 control/system/cellidx.m, control/system/d2c.m, |
|
3480 control/system/dmr2d.m, control/system/fir2sys.m, |
|
3481 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3482 control/system/is_detectable.m, control/system/is_digital.m, |
|
3483 control/system/is_observable.m, control/system/is_siso.m, |
|
3484 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3485 control/system/jet707.m, control/system/listidx.m, |
|
3486 control/system/ord2.m, control/system/parallel.m, |
|
3487 control/system/ss.m, control/system/ss2zp.m, |
|
3488 control/system/starp.m, control/system/sys2ss.m, |
|
3489 control/system/sys2tf.m, control/system/sys2zp.m, |
|
3490 control/system/sysadd.m, control/system/sysappend.m, |
|
3491 control/system/syschtsam.m, control/system/sysconnect.m, |
|
3492 control/system/syscont.m, control/system/sysdimensions.m, |
|
3493 control/system/sysdisc.m, control/system/sysdup.m, |
|
3494 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
3495 control/system/sysgroup.m, control/system/sysidx.m, |
|
3496 control/system/sysmin.m, control/system/sysmult.m, |
|
3497 control/system/sysout.m, control/system/sysprune.m, |
|
3498 control/system/sysscale.m, control/system/syssetsignals.m, |
|
3499 control/system/syssub.m, control/system/sysupdate.m, |
|
3500 control/system/tf.m, control/system/tfout.m, |
|
3501 control/system/ugain.m, control/system/zp.m, |
|
3502 control/system/zpout.m, control/util/__outlist__.m, |
|
3503 control/util/__zgpbal__.m, control/util/prompt.m, |
|
3504 control/util/sortcom.m, control/util/strappend.m, |
|
3505 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
3506 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
3507 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
3508 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
3509 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3510 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
3511 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
3512 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
3513 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
3514 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
3515 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
3516 general/ind2sub.m, general/int2str.m, |
|
3517 general/is_duplicate_entry.m, general/isdefinite.m, |
|
3518 general/isequal.m, general/isequalwithequalnans.m, |
|
3519 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
3520 general/isvector.m, general/logical.m, general/logspace.m, |
|
3521 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
3522 general/perror.m, general/postpad.m, general/prepad.m, |
|
3523 general/randperm.m, general/rem.m, general/repmat.m, |
|
3524 general/rot90.m, general/rotdim.m, general/shift.m, |
|
3525 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
3526 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
3527 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
3528 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
3529 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
3530 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
3531 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
3532 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
3533 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
3534 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
3535 linear-algebra/logm.m, linear-algebra/norm.m, |
|
3536 linear-algebra/null.m, linear-algebra/orth.m, |
|
3537 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
3538 linear-algebra/trace.m, linear-algebra/vec.m, |
|
3539 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
3540 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
3541 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
3542 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
3543 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
3544 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
3545 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
3546 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
3547 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
3548 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
3549 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
3550 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
3551 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
3552 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
3553 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
3554 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
3555 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
3556 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
3557 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
3558 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3559 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
3560 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
3561 polynomial/polyder.m, polynomial/polyderiv.m, |
|
3562 polynomial/polyfit.m, polynomial/polygcd.m, |
|
3563 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3564 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3565 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
3566 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
3567 set/complement.m, set/create_set.m, set/intersect.m, |
|
3568 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
3569 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
3570 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
3571 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
3572 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
3573 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
3574 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
3575 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
3576 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
3577 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
3578 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
3579 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
3580 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
3581 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
3582 special-matrix/hankel.m, special-matrix/hilb.m, |
|
3583 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
3584 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
3585 statistics/base/center.m, statistics/base/cloglog.m, |
|
3586 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
3587 statistics/base/cov.m, statistics/base/cut.m, |
|
3588 statistics/base/gls.m, statistics/base/iqr.m, |
|
3589 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
3590 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
3591 statistics/base/mean.m, statistics/base/meansq.m, |
|
3592 statistics/base/median.m, statistics/base/moment.m, |
|
3593 statistics/base/ols.m, statistics/base/ppplot.m, |
|
3594 statistics/base/probit.m, statistics/base/qqplot.m, |
|
3595 statistics/base/range.m, statistics/base/ranks.m, |
|
3596 statistics/base/run_count.m, statistics/base/skewness.m, |
|
3597 statistics/base/spearman.m, statistics/base/statistics.m, |
|
3598 statistics/base/std.m, statistics/base/studentize.m, |
|
3599 statistics/base/table.m, statistics/base/values.m, |
|
3600 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
3601 statistics/distributions/betainv.m, |
|
3602 statistics/distributions/betapdf.m, |
|
3603 statistics/distributions/betarnd.m, |
|
3604 statistics/distributions/binocdf.m, |
|
3605 statistics/distributions/binoinv.m, |
|
3606 statistics/distributions/binopdf.m, |
|
3607 statistics/distributions/binornd.m, |
|
3608 statistics/distributions/cauchy_cdf.m, |
|
3609 statistics/distributions/cauchy_inv.m, |
|
3610 statistics/distributions/cauchy_pdf.m, |
|
3611 statistics/distributions/cauchy_rnd.m, |
|
3612 statistics/distributions/chi2cdf.m, |
|
3613 statistics/distributions/chi2inv.m, |
|
3614 statistics/distributions/chi2pdf.m, |
|
3615 statistics/distributions/chi2rnd.m, |
|
3616 statistics/distributions/discrete_cdf.m, |
|
3617 statistics/distributions/discrete_inv.m, |
|
3618 statistics/distributions/discrete_pdf.m, |
|
3619 statistics/distributions/discrete_rnd.m, |
|
3620 statistics/distributions/empirical_rnd.m, |
|
3621 statistics/distributions/expcdf.m, |
|
3622 statistics/distributions/expinv.m, |
|
3623 statistics/distributions/exppdf.m, |
|
3624 statistics/distributions/exprnd.m, |
|
3625 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
3626 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
3627 statistics/distributions/gamcdf.m, |
|
3628 statistics/distributions/gaminv.m, |
|
3629 statistics/distributions/gampdf.m, |
|
3630 statistics/distributions/gamrnd.m, |
|
3631 statistics/distributions/geocdf.m, |
|
3632 statistics/distributions/geoinv.m, |
|
3633 statistics/distributions/geopdf.m, |
|
3634 statistics/distributions/geornd.m, |
|
3635 statistics/distributions/hygecdf.m, |
|
3636 statistics/distributions/hygeinv.m, |
|
3637 statistics/distributions/hygepdf.m, |
|
3638 statistics/distributions/hygernd.m, |
|
3639 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3640 statistics/distributions/laplace_cdf.m, |
|
3641 statistics/distributions/laplace_inv.m, |
|
3642 statistics/distributions/laplace_pdf.m, |
|
3643 statistics/distributions/laplace_rnd.m, |
|
3644 statistics/distributions/logistic_cdf.m, |
|
3645 statistics/distributions/logistic_inv.m, |
|
3646 statistics/distributions/logistic_pdf.m, |
|
3647 statistics/distributions/logistic_rnd.m, |
|
3648 statistics/distributions/logncdf.m, |
|
3649 statistics/distributions/logninv.m, |
|
3650 statistics/distributions/lognpdf.m, |
|
3651 statistics/distributions/lognrnd.m, |
|
3652 statistics/distributions/normcdf.m, |
|
3653 statistics/distributions/norminv.m, |
|
3654 statistics/distributions/normpdf.m, |
|
3655 statistics/distributions/normrnd.m, |
|
3656 statistics/distributions/pascal_cdf.m, |
|
3657 statistics/distributions/pascal_inv.m, |
|
3658 statistics/distributions/pascal_pdf.m, |
|
3659 statistics/distributions/pascal_rnd.m, |
|
3660 statistics/distributions/poisscdf.m, |
|
3661 statistics/distributions/poissinv.m, |
|
3662 statistics/distributions/poisspdf.m, |
|
3663 statistics/distributions/poissrnd.m, |
|
3664 statistics/distributions/stdnormal_cdf.m, |
|
3665 statistics/distributions/stdnormal_inv.m, |
|
3666 statistics/distributions/stdnormal_pdf.m, |
|
3667 statistics/distributions/stdnormal_rnd.m, |
|
3668 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
3669 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
3670 statistics/distributions/unifcdf.m, |
|
3671 statistics/distributions/unifinv.m, |
|
3672 statistics/distributions/unifpdf.m, |
|
3673 statistics/distributions/unifrnd.m, |
|
3674 statistics/distributions/wblcdf.m, |
|
3675 statistics/distributions/wblinv.m, |
|
3676 statistics/distributions/wblpdf.m, |
|
3677 statistics/distributions/wblrnd.m, |
|
3678 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
3679 statistics/tests/bartlett_test.m, |
|
3680 statistics/tests/chisquare_test_homogeneity.m, |
|
3681 statistics/tests/chisquare_test_independence.m, |
|
3682 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
3683 statistics/tests/hotelling_test.m, |
|
3684 statistics/tests/hotelling_test_2.m, |
|
3685 statistics/tests/kolmogorov_smirnov_test.m, |
|
3686 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3687 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
3688 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
3689 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
3690 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3691 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3692 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3693 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3694 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3695 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
3696 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
3697 strings/index.m, strings/isletter.m, strings/lower.m, |
|
3698 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3699 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3700 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
3701 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
3702 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
3703 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
3704 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
3705 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
3706 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3707 time/etime.m, time/is_leap_year.m: |
|
3708 Use print_usage instead of usage. |
|
3709 |
6044
|
3710 2006-10-09 David Bateman <dbateman@free.fr> |
|
3711 |
|
3712 * time/datevec.m: Add additional compatible default parsing strings. |
|
3713 |
6395
|
3714 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
3715 |
6042
|
3716 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
3717 Remove compare_versions subfunction. |
|
3718 |
|
3719 * miscellaneous/compare_versions.m: New function to compare |
|
3720 version numbers as strings with any boolean operators. |
|
3721 |
6041
|
3722 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
3723 file exists. |
|
3724 |
6036
|
3725 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3726 |
|
3727 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
3728 |
6032
|
3729 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
3730 |
6037
|
3731 * pkg/pkg.m: Update docs. Handle prefix option. |
|
3732 Handle dependencies for load option. |
6032
|
3733 |
6029
|
3734 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3735 |
6030
|
3736 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
3737 |
|
3738 * plot/clg.m: Delete. |
|
3739 * plot/__init_plot_vars__.m: New function. |
|
3740 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
3741 |
6025
|
3742 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
3743 |
|
3744 * pkg/pkg.m: Avoid calling addpath with no args. |
|
3745 |
6024
|
3746 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
3747 |
|
3748 * audio/loadaudio.m, control/base/nyquist.m, |
|
3749 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
3750 linear-algebra/krylov.m, statistics/base/center.m, |
|
3751 statistics/base/median.m, statistics/base/std.m, |
|
3752 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
3753 find first or last element matching a condition. |
|
3754 |
6023
|
3755 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
3756 |
|
3757 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
3758 general/__isequal__.m: Minimize looping using cellfun. |
|
3759 |
6020
|
3760 2006-10-02 David Bateman <dbateman@free.fr> |
|
3761 |
|
3762 * pkg/pkg.m (copy_files): always create installation directory. |
|
3763 |
6016
|
3764 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
3765 |
|
3766 * miscellaneous/doc.m: Swap file and directory args to info. |
|
3767 |
|
3768 2006-10-01 Arno Onken <whyly@gmx.net> |
|
3769 |
|
3770 * statistics/distributions/exprnd.m: Fix typo. |
|
3771 |
6014
|
3772 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
3773 |
|
3774 * polynomial/ppval.m: Use .' instead of '. |
|
3775 * polynomial/spline.m: Likewise. New tests. |
|
3776 |
6004
|
3777 2006-09-26 David Bateman <dbateman@free.fr> |
|
3778 |
|
3779 * __plt3__.m: Using global variables __plot_data__, |
|
3780 __plot_data_offset__ and __plot_command__ to store plots and |
|
3781 correctly handle multiplots, and hold state. Only accept a single |
|
3782 data parameter plus, using, format and with strings. Remove |
|
3783 setting of gnuplot parameters. |
|
3784 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
3785 * __setup_plot__.m: Convert to a function and pass the plotting |
|
3786 command to use. |
|
3787 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3788 * contour.m: Use unwind protect on the parametric state of plot |
|
3789 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3790 * mesh.m: ditto. |
|
3791 * plot3.m: Error checking, setting of parametric state and |
|
3792 formation of matrix to plot moved from old __plt3__. |
|
3793 |
5996
|
3794 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3795 |
5997
|
3796 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3797 |
|
3798 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3799 |
|
3800 * signal/filter2.m: Correct texinfo doc. |
|
3801 |
|
3802 2006-09-22 David Bateman <dbateman@free.fr> |
|
3803 |
|
3804 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3805 |
5993
|
3806 2006-09-15 David Bateman <dbateman@free.fr> |
|
3807 |
|
3808 * pkg/pkg.m (prepare_installation): Don't create package |
|
3809 installation directory here. |
|
3810 (copy_files): Create it here instead, to avoid issues with |
|
3811 upgrades. Also install the COPYING file in packinfo. |
|
3812 |
5989
|
3813 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3814 |
|
3815 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3816 |
5987
|
3817 2006-08-30 David Bateman <dbateman@free.fr> |
|
3818 |
|
3819 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3820 error message for archive name not matching package name. |
|
3821 (installed_packages): Size header of printed results to |
|
3822 arguments. Sort the list of installed packages before printing |
|
3823 them. |
|
3824 |
5986
|
3825 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3826 |
|
3827 * signal/freqz.m: Update tests. |
|
3828 |
|
3829 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3830 |
|
3831 * signal/freqz.m: Corretly postpad arrays. |
|
3832 Don't call fliplr on a column vector. |
|
3833 |
5984
|
3834 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3835 |
|
3836 * general/shiftdim.m: Use permute instead of reshape. |
|
3837 |
5981
|
3838 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3839 |
|
3840 * miscellaneous/parseparams.m: New function. |
|
3841 |
5980
|
3842 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3843 |
|
3844 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3845 options for info program invocation. |
|
3846 |
5976
|
3847 2006-08-30 David Bateman <dbateman@free.fr> |
|
3848 |
5987
|
3849 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3850 previous change. |
|
3851 |
5974
|
3852 2006-08-26 David Bateman <dbateman@free.fr> |
|
3853 |
|
3854 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3855 absence of trailing "/" in OCTAVE_HOME. |
|
3856 |
5973
|
3857 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3858 |
|
3859 * time/datenum.m: Allow arg to be character string. |
|
3860 |
5971
|
3861 2006-08-25 David Bateman <dbateman@free.fr> |
|
3862 |
|
3863 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3864 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3865 they are empty. If package directory is empty, remove it to fail |
|
3866 gracefully for system specific packages. |
|
3867 (extract_pkgadd, create_pkgadd): delete. |
|
3868 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3869 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3870 bin/ to the EXEC_PATH when the package is loaded. |
|
3871 |
5962
|
3872 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3873 |
|
3874 * image/saveimage.m: Use logical indexing instead of |
|
3875 indices computed by calling find on the logical index. |
|
3876 |
5961
|
3877 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3878 |
5967
|
3879 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3880 Use logical indexing instead of indices computed by calling find |
|
3881 on the logical index. |
|
3882 |
|
3883 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3884 |
5959
|
3885 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3886 |
|
3887 * control/system/tf2zp.m: Simplify gain calculation. |
|
3888 |
5958
|
3889 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3890 |
|
3891 * plot/__plt__.m: Insert using clauses for all plots. |
|
3892 |
5957
|
3893 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3894 |
|
3895 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3896 args. |
|
3897 |
5955
|
3898 2006-08-22 David Bateman <dbateman@free.fr> |
|
3899 |
|
3900 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3901 Search inst/*.m and src/*.m files in the package for |
|
3902 PKG_ADD directives and append user supplied PKG_ADD. |
|
3903 (pkg): Call create_pkgadd after copying files. |
|
3904 |
5947
|
3905 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3906 |
|
3907 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3908 Insert directory separator between OCTAVE_HOME and rest of package |
|
3909 installation directory. |
|
3910 |
|
3911 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3912 |
|
3913 * general/num2str.m: Early return if arg is empty. |
|
3914 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3915 |
5946
|
3916 2006-08-21 David Bateman <dbateman@free.fr> |
|
3917 |
|
3918 * strings/mat2str.m: Compute NC before using. |
|
3919 |
5937
|
3920 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3921 |
|
3922 * audio/wavread.m: Fix calculation of sample count. |
|
3923 |
5934
|
3924 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3925 |
|
3926 * image/imshow.m: New Matlab-compatible version. |
|
3927 |
5930
|
3928 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3929 |
|
3930 * deprecated/is_global.m: Delete. |
|
3931 |
5928
|
3932 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3933 |
|
3934 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3935 |
5926
|
3936 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3937 |
|
3938 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3939 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3940 |
5928
|
3941 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3942 |
6778
|
3943 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3944 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3945 Handle changes to system function. |
|
3946 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3947 recursive directory removal. |
5922
|
3948 |
5924
|
3949 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3950 |
6778
|
3951 * colormap.m: Change global variable to persistent. |
5923
|
3952 |
5922
|
3953 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3954 |
5920
|
3955 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3956 |
|
3957 * strings/str2double.m: Fix missing semicolon. |
|
3958 |
5910
|
3959 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3960 |
|
3961 * plot/plot3.m: Accept one complex or one real and one complex |
|
3962 argument and plot real and imaginary components for y and z. |
|
3963 |
5908
|
3964 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3965 |
|
3966 * testfun/test.m: Call fflush after each block of calls to |
|
3967 fprintf, fputs, or fdisp. |
|
3968 |
5904
|
3969 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3970 |
|
3971 * miscellaneous/mex.m: New function. |
|
3972 |
5901
|
3973 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3974 |
|
3975 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3976 |
5881
|
3977 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3978 |
|
3979 * miscellaneous/orderfields.m: New file. |
|
3980 |
5873
|
3981 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3982 |
|
3983 * time/datevec.m: Make another attempt to account for precision of |
|
3984 datenum format. |
|
3985 |
5868
|
3986 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3987 |
|
3988 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3989 Use feval instead of "type -q" to get values now that all the |
|
3990 symbols are functions. |
|
3991 |
5860
|
3992 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3993 |
|
3994 * time/datevec.m: Avoid computing log of non-positive values. |
|
3995 |
5859
|
3996 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3997 |
|
3998 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3999 |
5839
|
4000 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
4001 |
|
4002 * audio/wavread.m: Fix file range error and add read support for |
|
4003 24-bit WAV files. |
|
4004 |
5837
|
4005 2006-06-01 David Bateman <dbateman@free.fr> |
|
4006 |
|
4007 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
4008 general/interp1.m, general/gradient.m, general/interp2.m, |
|
4009 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
4010 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
4011 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
4012 |
5835
|
4013 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
4014 |
|
4015 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
4016 * miscellaneous/texas_lotto.m: Fix warning message. |
|
4017 |
5830
|
4018 2006-05-26 John W. Eaton <jwe@octave.org> |
|
4019 |
|
4020 * miscellaneous/doc.m: Also handle nargin == 0. |
|
4021 |
5829
|
4022 2006-05-23 John W. Eaton <jwe@octave.org> |
|
4023 |
|
4024 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
4025 really needed. |
|
4026 |
5827
|
4027 2006-05-22 John W. Eaton <jwe@octave.org> |
|
4028 |
6754
|
4029 * general/lookup.m: New file from Octave Forge. |
5827
|
4030 |
|
4031 2006-05-22 David Bateman <dbateman@free.fr> |
|
4032 |
6754
|
4033 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
4034 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
4035 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
4036 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
4037 special-matrix/magic.m, special-matrix/hadamard.m, |
|
4038 strings/strtok.m: New files from Octave Forge. |
5827
|
4039 |
5824
|
4040 2006-05-19 David Bateman <dbateman@free.fr> |
|
4041 |
|
4042 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
4043 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
4044 |
5821
|
4045 2006-05-17 John W. Eaton <jwe@octave.org> |
|
4046 |
|
4047 * set/intersection.m: Delete |
|
4048 * deprecated/intersection.m: New file. |
|
4049 |
5820
|
4050 2006-05-17 David Bateman <dbateman@free.fr> |
|
4051 |
|
4052 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
4053 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
4054 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
4055 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
4056 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
4057 Forge. |
|
4058 |
5809
|
4059 2006-05-11 John W. Eaton <jwe@octave.org> |
|
4060 |
5815
|
4061 * path/path.m: Delete (now a built-in function). |
|
4062 |
5811
|
4063 * pkg/Makefile.in: New file. |
|
4064 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
4065 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
4066 |
5808
|
4067 2006-05-10 John W. Eaton <jwe@octave.org> |
|
4068 |
|
4069 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
4070 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
4071 |
5807
|
4072 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
4073 |
|
4074 * tar.m, untar.m, unzip.m: New files. |
|
4075 |
5801
|
4076 2006-05-10 John W. Eaton <jwe@octave.org> |
|
4077 |
5804
|
4078 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
4079 * path/setpath.m: Delete. |
|
4080 |
5801
|
4081 * pkg/pkg.m: New file. |
|
4082 |
5798
|
4083 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
4084 |
|
4085 * plot/plot.m: Doc string fix. |
|
4086 |
|
4087 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
4088 |
|
4089 * testfun/speeed.m: Use new interface to unique and assert. |
|
4090 Improve documentation. Approximate time complexity from log-log |
|
4091 plot. Return time complexity and raw times if requested. The |
|
4092 mean ratio is no longer returned. Provide complete control over |
|
4093 which n are computed. |
|
4094 |
|
4095 2006-05-09 John W. Eaton <jwe@octave.org> |
|
4096 |
|
4097 * path/path.m: Move here from miscellaneous. |
|
4098 Adapt to new LOADPATH definition. |
|
4099 |
5789
|
4100 2006-05-03 David Bateman <dbateman@free.fr> |
|
4101 |
|
4102 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
4103 explicit uses of a path seperation character with pathsep(). |
|
4104 |
5786
|
4105 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
4106 |
6778
|
4107 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
4108 |
5781
|
4109 2006-04-29 John W. Eaton <jwe@octave.org> |
|
4110 |
|
4111 * startup/main-rcfile: Disable some warnings. |
|
4112 |
5762
|
4113 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
4114 |
|
4115 * strings/strcmpi.m: Return false instead of error if args are not |
|
4116 char or cellstr. |
|
4117 |
5750
|
4118 2006-04-10 John W. Eaton <jwe@octave.org> |
|
4119 |
|
4120 * miscellaneous/dir.m: Ensure that returned structure array is |
|
4121 Nx1, not 1xN. |
|
4122 |
5746
|
4123 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
4124 |
|
4125 * plot/hist.m: Ignore NaN in inputs. |
|
4126 |
5745
|
4127 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
4128 |
|
4129 * miscellaneous/mkoctfile.m: Doc string fix. |
|
4130 |
5741
|
4131 2006-04-05 John W. Eaton <jwe@octave.org> |
|
4132 |
|
4133 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
4134 are both empty. |
|
4135 * plot/__plt__.m: Ignore empty data and format strings returned |
|
4136 from __plt1__ or __plt2__. |
|
4137 |
5737
|
4138 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
4139 |
6778
|
4140 * set/unique.m: Properly handle single column input when |
5737
|
4141 "rows" is specified. |
|
4142 |
5732
|
4143 2006-04-04 John W. Eaton <jwe@octave.org> |
|
4144 |
5736
|
4145 * path/setpath.m: New file. |
|
4146 * path/savepath.m: Use setpath to set path instead of assigning |
|
4147 directly to LOADPATH. |
|
4148 |
5732
|
4149 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
4150 New files, adapted from Octave Forge by Keith Goodman |
|
4151 <kwgoodman@gmail.com>. |
|
4152 * path: New directory. |
|
4153 * Makefile.in (SUBDIRS): Add it to the list. |
|
4154 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
4155 |
5731
|
4156 2006-04-02 David Bateman <dbateman@free.fr> |
|
4157 |
|
4158 * general/tril.m, general.triu.m: |
|
4159 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
4160 to allow user types to work correctly. |
|
4161 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
4162 |
5727
|
4163 2006-04-03 David Bateman <dbateman@free.fr> |
|
4164 |
|
4165 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
4166 Accept keyword "minor" for minor grid. |
|
4167 |
5721
|
4168 2006-03-28 John W. Eaton <jwe@octave.org> |
|
4169 |
|
4170 * general/isscalar.m: Only require that all dimensions are 1 for |
|
4171 compatiblity. |
|
4172 |
|
4173 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
4174 |
|
4175 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
4176 compatibility. |
|
4177 |
5720
|
4178 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
4179 |
|
4180 * plot/__errplot__.m: Doc string fix. |
|
4181 |
|
4182 * miscellaneous/doc.m: Mark as command. |
|
4183 |
|
4184 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
4185 general/isequalwithequalnans.m, general/blkdiag.m, |
|
4186 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
4187 |
5717
|
4188 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
4189 |
|
4190 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
4191 return 3d matrices. |
|
4192 |
|
4193 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
4194 |
|
4195 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
4196 |
5708
|
4197 2006-03-22 John W. Eaton <jwe@octave.org> |
|
4198 |
|
4199 * plot/print.m: Don't replot after popping terminal setting. |
|
4200 |
5696
|
4201 2006-03-20 John W. Eaton <jwe@octave.org> |
|
4202 |
|
4203 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
4204 mkoctfile. Use fullfile to construct file name. |
|
4205 |
5695
|
4206 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
4207 |
|
4208 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
4209 shell script from Octave prompt. |
|
4210 |
5690
|
4211 2006-03-17 John W. Eaton <jwe@octave.org> |
|
4212 |
5693
|
4213 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
4214 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
4215 |
|
4216 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
4217 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
4218 Call new wbl functions to do the real work. |
|
4219 Swap args and provide default values as necessary to preserve |
|
4220 compatibility with old version of Octave. |
|
4221 |
|
4222 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
4223 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
4224 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
4225 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
4226 Swap scale and shape args for compatibility. |
|
4227 |
5692
|
4228 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
4229 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
4230 Preserve compatibility with old versions of Octave given new |
|
4231 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
4232 |
5692
|
4233 * statistics/distributions/logncdf.m, |
|
4234 statistics/distributions/logninv.m, |
|
4235 statistics/distributions/lognpdf.m, |
|
4236 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
4237 From Ben Barrowes <barrowes@alum.mit.edu> |
|
4238 |
5691
|
4239 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
4240 current 2.1.x version. |
|
4241 |
|
4242 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
4243 |
5690
|
4244 * miscellaneous/dir.m: Use readdir instead of glob. |
|
4245 Special case for "." to avoid globbing. Use list_in_columns. |
|
4246 Eliminate unused variables len and finfo. |
|
4247 |
5689
|
4248 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
4249 |
|
4250 * miscellaneous/dir.m: Improve compatibility. |
|
4251 |
5687
|
4252 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4253 |
|
4254 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
4255 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
4256 |
5686
|
4257 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4258 |
|
4259 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
4260 of looking at sum of max dimensions. |
|
4261 |
5681
|
4262 2006-03-16 David Bateman <dbateman@free.fr> |
|
4263 |
|
4264 * testfun/test.m: Clear last warning before warning test to avoid |
|
4265 issues with previously set warnings. |
|
4266 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
4267 sparse matrices. Force matrix type from spqr solution to be |
|
4268 singular to force QR solvers to be used for assert. |
|
4269 |
5678
|
4270 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4271 |
|
4272 * strings/strfind.m: New file. |
|
4273 |
5677
|
4274 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4275 |
|
4276 * general/rows.m, general/columns.m: Delete. |
|
4277 |
5674
|
4278 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4279 |
|
4280 * strings/strcmpi.m: Simplify. |
|
4281 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
4282 * strings/strtrunc.m: New file. |
5674
|
4283 |
5676
|
4284 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
4285 |
5672
|
4286 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4287 |
|
4288 * miscellaneous/doc.m: New file. |
|
4289 From Soren Hauberg <soren@hauberg.org>. |
|
4290 |
5671
|
4291 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
4292 |
|
4293 * miscellaneous/mkoctfile.m: New file. |
|
4294 |
5670
|
4295 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4296 |
|
4297 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
4298 |
5666
|
4299 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
4300 |
|
4301 * strings/bin2dec.m: Doc fix. |
|
4302 |
5661
|
4303 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
4304 |
|
4305 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
4306 * time/datenum.m: New function to compute day number from time. |
|
4307 |
5659
|
4308 2006-03-09 John W. Eaton <jwe@octave.org> |
|
4309 |
|
4310 * miscellaneous/unix.m, plot/print.m: |
|
4311 Swap order of outputs from system. |
|
4312 |
5642
|
4313 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
4314 |
|
4315 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
4316 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
4317 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
4318 control/base/__stepimp__.m, control/base/are.m, |
|
4319 control/base/controldemo.m, control/base/damp.m, |
|
4320 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
4321 control/base/step.m, control/system/abcddim.m, |
|
4322 control/system/is_abcd.m, control/system/is_controllable.m, |
|
4323 control/system/is_detectable.m, control/system/is_observable.m, |
|
4324 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
4325 control/system/jet707.m, control/system/sys2fir.m, |
|
4326 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
4327 control/system/tfout.m, control/system/ugain.m, |
|
4328 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
4329 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
4330 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
4331 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
4332 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
4333 general/circshift.m, general/columns.m, general/flipdim.m, |
|
4334 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
4335 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
4336 general/isequalwithequalnans.m, general/isscalar.m, |
|
4337 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
4338 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
4339 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
4340 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
4341 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
4342 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
4343 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
4344 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
4345 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
4346 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
4347 miscellaneous/license.m, miscellaneous/menu.m, |
|
4348 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
4349 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
4350 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
4351 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
4352 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
4353 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
4354 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
4355 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
4356 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
4357 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
4358 polynomial/polyinteg.m, polynomial/polyout.m, |
|
4359 polynomial/polyreduce.m, polynomial/polyval.m, |
|
4360 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
4361 set/create_set.m, set/intersection.m, set/ismember.m, |
|
4362 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
4363 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
4364 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
4365 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
4366 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
4367 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
4368 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
4369 special-matrix/vander.m, statistics/base/median.m, |
|
4370 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
4371 statistics/distributions/gaminv.m, |
|
4372 statistics/distributions/gampdf.m, |
|
4373 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
4374 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
4375 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
4376 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
4377 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
4378 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
4379 |
5633
|
4380 2006-02-27 John W. Eaton <jwe@octave.org> |
|
4381 |
|
4382 * time/tic.m: Move here from miscellaneous/tic.m. |
|
4383 * time/toc.m: Move here from miscellaneous/toc.m. |
|
4384 |
|
4385 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
4386 |
|
4387 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
4388 does not assign output of toc to a variable. |
|
4389 |
5627
|
4390 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
4391 |
|
4392 * axis.m: Catch limits that are the same and return an error. |
|
4393 |
5625
|
4394 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4395 |
|
4396 * plot/print.m: Accept emf device option to support Enhanced |
|
4397 Metafile format. |
|
4398 |
|
4399 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
4400 |
|
4401 * control/base/lqe.m: Doc fix. |
|
4402 |
5623
|
4403 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
4404 |
|
4405 * statistics/distributions/gamcdf.m: Doc fix. |
|
4406 * statistics/distributions/gaminv.m: Doc fix. |
|
4407 * statistics/distributions/gampdf.m: Doc fix. |
|
4408 * statistics/distributions/gamrnd.m: Doc fix. |
|
4409 |
5610
|
4410 2006-02-09 David Bateman <dbateman@free.fr> |
|
4411 |
6778
|
4412 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
4413 for arbitrary user type. |
|
4414 * general/tril.m: ditto. |
|
4415 * sparse/sprand.m: Doc fix. |
|
4416 * sparse/sprandn.m: Ditto. |
|
4417 * sparse/sprandsym.m: New function. |
|
4418 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
4419 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
4420 Update for syntax error for latest texinfo.tex file. |
5610
|
4421 |
5605
|
4422 2006-02-02 John W. Eaton <jwe@octave.org> |
|
4423 |
|
4424 * plot/grid.m: Append ";\n" to "set grid" command. |
|
4425 |
|
4426 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
4427 |
|
4428 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
4429 |
5597
|
4430 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4431 |
|
4432 * audio/Makefile.in, control/base/Makefile.in, |
|
4433 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
4434 control/system/Makefile.in, control/util/Makefile.in, |
|
4435 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
4436 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
4437 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
4438 optimization/Makefile.in, plot/Makefile.in, |
|
4439 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
4440 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
4441 special-matrix/Makefile.in, startup/Makefile.in, |
|
4442 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
4443 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
4444 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
4445 (all): Depend on PKG_ADD. |
|
4446 (PKG_ADD): New target. |
|
4447 |
|
4448 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4449 |
|
4450 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
4451 |
5596
|
4452 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4453 |
|
4454 * time/etime.m: Move here from miscellaneous/etime.m. |
|
4455 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
4456 |
5595
|
4457 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4458 |
6778
|
4459 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
4460 * miscellaneous/fullfile.m: Likewise. |
|
4461 |
5592
|
4462 2006-01-12 David Bateman <dbateman@free.fr> |
|
4463 |
|
4464 * general/blkdiag.m: Compatible behavior for empty matrices |
|
4465 * statistics/base/unidrnd.m: Documentation buglet. |
|
4466 |
5583
|
4467 2005-12-14 David Bateman <dbateman@free.fr> |
|
4468 |
5589
|
4469 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
4470 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
4471 |
|
4472 * Makefile.in (SUBDIRS): Include testfun. |
|
4473 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
4474 |
5583
|
4475 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
4476 |
|
4477 * general/__isequal__.m: Remove reference to getfield. |
|
4478 |
|
4479 * plot/hist.m: Update test code for row/column discrepencies. |
|
4480 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
4481 Update the test code for this. |
|
4482 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
4483 |
5579
|
4484 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4485 |
|
4486 * cell/cell2mat.m: New file, from octave-forge. |
|
4487 |
5576
|
4488 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
4489 |
|
4490 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
4491 New graph theory functions. |
|
4492 |
5574
|
4493 2005-12-13 John W. Eaton <jwe@octave.org> |
|
4494 |
|
4495 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
4496 |
|
4497 * control/system/ss.m: Doc fix. |
|
4498 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4499 |
5572
|
4500 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
4501 |
|
4502 * audio/wavread.m, audio/wavwrite.m: |
|
4503 Correct scaling for 8-bit linear pcm samples. |
|
4504 Improve scaling for all other linear pcm resolutions. |
|
4505 |
5568
|
4506 2005-12-07 John W. Eaton <jwe@octave.org> |
|
4507 |
|
4508 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
4509 |
|
4510 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
4511 * strings/strjust.m: Likewise. |
|
4512 |
|
4513 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
4514 * signal/arma_rnd.m: Likewise. |
|
4515 * strings/strcat.m: Likewise. |
|
4516 * control/base/__freqresp__.m: Likewise. |
|
4517 * control/base/place.m: Likewise. |
|
4518 * control/base/pzmap.m: Likewise. |
|
4519 * control/base/pzmap.m: Likewise. |
|
4520 * control/system/sysappend.m: Likewise. |
|
4521 * control/system/syscont.m: Likewise. |
|
4522 * control/system/sysdisc.m: Likewise. |
|
4523 * control/system/sysgroup.m: Likewise. |
|
4524 * control/system/tfout.m: Likewise. |
|
4525 * control/system/zpout.m: Likewise. |
|
4526 * control/util/__outlist__.m: Likewise. |
|
4527 |
5567
|
4528 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4529 |
|
4530 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
4531 Avoid for loop in interleave/deinterleave steps. |
|
4532 |
5565
|
4533 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
4534 |
|
4535 * audio/wavread.m, audio/wavwrite.m: New files. |
|
4536 |
5563
|
4537 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4538 |
|
4539 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
4540 |
5560
|
4541 2005-12-05 John W. Eaton <jwe@octave.org> |
|
4542 |
5561
|
4543 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
4544 |
5558
|
4545 2005-12-02 John W. Eaton <jwe@octave.org> |
|
4546 |
|
4547 * miscellaneous/fileattrib.m: New function. |
|
4548 |
5556
|
4549 2005-12-01 John W. Eaton <jwe@octave.org> |
|
4550 |
|
4551 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
4552 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
4553 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
4554 |
5555
|
4555 2005-11-30 John W. Eaton <jwe@octave.org> |
|
4556 |
|
4557 * linear-algebra/krylov.m: Format doc string. |
|
4558 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4559 |
5551
|
4560 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
4561 |
|
4562 * general/blkdiag.m: Import from octave-forge. |
|
4563 Ignore empty matrices in the input. Add tests. |
5549
|
4564 |
|
4565 * general/isequal.m, general/isequalwithequalnans.m: |
|
4566 New wrapper scripts for general/__isequal__.m. |
|
4567 * general/__isequal__.m: Rename from general/isequal.m. |
|
4568 New arg, nans_compare_equal. |
|
4569 |
5548
|
4570 2005-11-29 John W. Eaton <jwe@octave.org> |
|
4571 |
|
4572 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
4573 calling system. Only append octave_forge_string if |
|
4574 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
4575 Call license instead of hard-coding license info here. |
|
4576 |
|
4577 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
4578 __octave_licenses__. Use puts instead of disp. |
5548
|
4579 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
4580 If nargout = 1, return license info instead of printing usage message. |
|
4581 |
5546
|
4582 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4583 |
|
4584 * miscellaneous/ver.m: New file. |
|
4585 * miscellaneous/license.m: New file. |
|
4586 |
5545
|
4587 2005-11-22 John W. Eaton <jwe@octave.org> |
|
4588 |
|
4589 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
4590 gnuplot set command. |
|
4591 |
5539
|
4592 2005-11-15 John W. Eaton <jwe@octave.org> |
|
4593 |
|
4594 * general/shiftdim.m: Doc fix. |
|
4595 |
5532
|
4596 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
4597 |
|
4598 * set/unique.m: Doc string fix. |
|
4599 |
5527
|
4600 2005-11-01 John W. Eaton <jwe@octave.org> |
|
4601 |
|
4602 * Makefile.in (distclean, maintainer-clean): |
|
4603 Also remove autom4te.cache directory. |
|
4604 From Quentin Spencer <qspencer@ieee.org>. |
|
4605 |
5518
|
4606 2005-10-28 John W. Eaton <jwe@octave.org> |
|
4607 |
|
4608 * general/shiftdim.m: Compatibility fix for row vectors. |
|
4609 Correct check for non-scalar non-integer shift. For positive |
|
4610 N, shift is remainder of N and number of dims. Always return NS. |
|
4611 Simplify. |
|
4612 |
5500
|
4613 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
4614 |
|
4615 * general/randperm.m: Improve compatibility by allowing input |
|
4616 value of zero. |
|
4617 |
5493
|
4618 2005-10-13 John W. Eaton <jwe@octave.org> |
|
4619 |
|
4620 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
4621 If in multiplot mode, clear plot before issuing new plot command. |
|
4622 |
|
4623 * plot/__setup_plot__.m: New function. |
|
4624 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
4625 Handle multiplot data and offsets here. |
|
4626 |
|
4627 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
4628 Move initialization to __setup_plot__.m. |
|
4629 |
|
4630 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
4631 Don't reset gnuplot_command_replot. |
|
4632 |
|
4633 * plot/replot.m: Handle multiplot data and offsets here. |
|
4634 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4635 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
4636 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
4637 |
5489
|
4638 2005-10-12 John W. Eaton <jwe@octave.org> |
|
4639 |
|
4640 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
4641 |
5482
|
4642 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
4643 |
|
4644 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
4645 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
4646 _inv functions. |
|
4647 * chi2pdf.m: Fixed typos in the documentation. |
|
4648 |
5475
|
4649 2005-09-28 John W. Eaton <jwe@octave.org> |
|
4650 |
5476
|
4651 * miscellaneous/single.m: New function. |
|
4652 |
5475
|
4653 * statistics/base/unidrnd.m: New function. |
|
4654 |
5474
|
4655 2005-09-27 John W. Eaton <jwe@octave.org> |
|
4656 |
|
4657 * miscellaneous/dir.m: Filename never includes directory part. |
|
4658 |
5464
|
4659 2005-09-22 John W. Eaton <jwe@octave.org> |
|
4660 |
|
4661 * polynomial/residue.m: Use logical indexing instead of find.. |
|
4662 |
|
4663 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
4664 |
|
4665 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
4666 and zero poles. |
|
4667 |
5462
|
4668 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
4669 |
|
4670 * strings/deblank.m: Handle cell arrays. |
|
4671 * strings/split.m: New argument, N, to limit number of splits. |
|
4672 |
|
4673 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
4674 |
|
4675 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
4676 |
5460
|
4677 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
4678 |
|
4679 * control/base/rlocus.m: Doc fix. |
|
4680 |
5459
|
4681 2005-09-20 John W. Eaton <jwe@octave.org> |
|
4682 |
|
4683 * general/isvector.m: Improve compatibility. |
|
4684 |
|
4685 * general/postpad.m: Allow first argument to be a scalar. |
|
4686 Allow padding to extend dimensionality. |
|
4687 * general/prepad.m: Likewise. |
|
4688 |
5448
|
4689 2005-09-14 Daniel <durbano@shbano.com> |
|
4690 |
|
4691 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
4692 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
4693 /control/base/dgram.m: Doc string fixes. |
5448
|
4694 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4695 |
5446
|
4696 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4697 |
|
4698 * saveimage.m: Do not ignore most significant bit when writing |
|
4699 black and white images to file. |
|
4700 |
5443
|
4701 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
4702 |
|
4703 * audio/playaudio.m, control/base/__bodquist__.m, |
|
4704 control/base/lqg.m, control/obsolete/dezero.m, |
|
4705 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
4706 control/system/c2d.m, control/system/cellidx.m, |
|
4707 control/system/d2c.m, control/system/dmr2d.m, |
|
4708 control/system/is_signal_list.m, control/system/listidx.m, |
|
4709 control/system/ss.m, control/system/sysappend.m, |
|
4710 control/system/sysconnect.m, control/system/sysdup.m, |
|
4711 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
4712 control/system/sysprune.m, control/system/syssetsignals.m, |
|
4713 control/system/tfout.m, control/system/zpout.m, |
|
4714 control/util/prompt.m, control/util/sortcom.m, |
|
4715 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
4716 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
4717 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
4718 general/strerror.m, image/colormap.m, image/imshow.m, |
|
4719 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
4720 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
4721 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
4722 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
4723 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
4724 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
4725 plot/print.m, plot/title.m, plot/top_title.m, |
|
4726 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
4727 statistics/base/mean.m, statistics/base/moment.m, |
|
4728 statistics/tests/cor_test.m, |
|
4729 statistics/tests/kolmogorov_smirnov_test.m, |
|
4730 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
4731 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
4732 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
4733 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
4734 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
4735 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
4736 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
4737 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
4738 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
4739 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
4740 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
4741 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
4742 isvector instead of is_vector. Use isstruct instead of |
|
4743 is_struct. Use char instead of setstr. |
|
4744 |
5435
|
4745 2005-08-31 Daniel <durbano@shbano.com> |
|
4746 |
|
4747 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
4748 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
4749 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4750 |
5431
|
4751 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
4752 |
|
4753 * image/saveimage.m: Open output file in binary mode. |
|
4754 |
|
4755 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
4756 |
5427
|
4757 2005-08-16 John W. Eaton <jwe@octave.org> |
|
4758 |
|
4759 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
4760 outputs. |
|
4761 |
5426
|
4762 2005-08-15 John W. Eaton <jwe@octave.org> |
|
4763 |
|
4764 * strings/strcat.m: Allow single argument. |
|
4765 |
5416
|
4766 2005-07-18 John W. Eaton <jwe@octave.org> |
|
4767 |
|
4768 * strings/strcmp.m: Delete. |
|
4769 |
5413
|
4770 2005-07-13 John W. Eaton <jwe@octave.org> |
|
4771 |
|
4772 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
4773 versions of Octave. |
|
4774 |
|
4775 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
4776 |
|
4777 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
4778 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
4779 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
4780 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
4781 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
4782 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
4783 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
4784 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
4785 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
4786 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4787 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4788 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4789 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4790 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4791 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4792 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4793 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4794 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4795 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4796 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4797 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4798 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4799 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4800 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4801 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4802 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4803 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4804 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4805 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4806 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4807 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4808 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4809 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4810 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4811 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4812 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4813 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4814 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4815 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4816 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4817 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4818 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4819 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4820 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4821 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4822 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4823 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4824 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4825 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4826 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4827 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4828 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4829 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4830 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4831 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4832 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4833 |
|
4834 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4835 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4836 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4837 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4838 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4839 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4840 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4841 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4842 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4843 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4844 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4845 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4846 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4847 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4848 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4849 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4850 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4851 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4852 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4853 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4854 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4855 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4856 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4857 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4858 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4859 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4860 deprecated/wiener_rnd.m: New files. |
|
4861 |
5408
|
4862 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4863 |
|
4864 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4865 * deprecated/weibull_rnd.m: New file. |
|
4866 |
5407
|
4867 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4868 |
|
4869 * strings/dec2base.m: Allow matrix arguments. |
|
4870 |
5406
|
4871 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4872 |
|
4873 * plot/__errplot__.m: Use __plot_globals__. |
|
4874 * plot/__plt__.m: Likewise. |
|
4875 * plot/figure.m: Likewise. |
|
4876 |
|
4877 * plot/hold.m: New file. |
|
4878 * plot/ishold.m: New file. |
|
4879 * plot/__plot_globals__.m: New file. |
|
4880 |
5400
|
4881 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4882 |
|
4883 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4884 |
|
4885 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4886 |
|
4887 * strings/findstr.m: Return [] for no matches. |
|
4888 |
5399
|
4889 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4890 |
|
4891 * miscellaneous/tic.m: Fix doc string. |
|
4892 |
5395
|
4893 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4894 |
|
4895 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4896 |
5393
|
4897 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4898 |
|
4899 * general/isequal.m: Correct nargin check. |
|
4900 |
5388
|
4901 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4902 |
|
4903 * general/isvector.m: Handle N-d arrays. |
|
4904 From Bill Denney <denney@seas.upenn.edu>. |
|
4905 |
5381
|
4906 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4907 |
|
4908 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4909 |
5377
|
4910 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4911 |
|
4912 * signal/freqz.m: Use correct calculations when given a vector of |
|
4913 frequencies. Improve accuracy of returned frequency vector. |
|
4914 Improve speed for medium length filters (at a slight cost for slow |
|
4915 filters). Add test cases. |
|
4916 |
5373
|
4917 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4918 |
|
4919 * plot/loglog.m: Fix set commands. |
|
4920 |
5381
|
4921 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4922 |
|
4923 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4924 |
5371
|
4925 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4926 |
5373
|
4927 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4928 |
5372
|
4929 * strings/strncmp.m: New file, from Tom Holroyd |
|
4930 <tomh@kurage.nimh.nih.gov>. |
|
4931 |
5371
|
4932 * strings/strcmp.m: Return logical values in all cases. |
|
4933 |
5366
|
4934 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4935 |
|
4936 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4937 Texinfoize doc string. |
|
4938 |
|
4939 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4940 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4941 set terminal push/pop and unconditionally set output to screen |
|
4942 when done to avoid requiring gget. Use a cell array for dev_list |
|
4943 and cellidx to search for items in the list. Delete local |
|
4944 variable endl. Don't set and restore automatic_replot. Use {} |
|
4945 instead of nth to index varargin. Delete local variable |
|
4946 va_arg_cnt. |
|
4947 |
5355
|
4948 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4949 |
|
4950 * general/num2str.m: Return early if X is a character string. |
|
4951 |
5347
|
4952 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4953 |
5348
|
4954 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4955 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4956 |
5347
|
4957 * plot/polar.m: Don't call __pltopt__ here. |
|
4958 |
5333
|
4959 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4960 |
|
4961 * mkdoc: Print header message. |
|
4962 |
5319
|
4963 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4964 |
|
4965 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4966 startup/octaverc. |
|
4967 |
5318
|
4968 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4969 |
|
4970 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4971 (__im_numeric_limits__): New internal function. |
|
4972 |
5317
|
4973 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4974 |
|
4975 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4976 data, not mean of group_mean. |
|
4977 |
|
4978 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4979 |
|
4980 * startup/local-rcfile: New file. |
|
4981 * startup/main-rcfile: Rename from startup/octaverc. |
|
4982 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4983 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4984 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4985 |
|
4986 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4987 |
|
4988 * startup/inputrc: New file. |
|
4989 * startup/octaverc: Configure readline using inputrc from |
|
4990 startupfiledir. |
|
4991 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4992 in $(fcnfiledir)/startup. |
|
4993 |
5310
|
4994 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4995 |
|
4996 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4997 |
5289
|
4998 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4999 |
|
5000 * optimization/glpk.m: Handle SENSE argument. |
|
5001 |
|
5002 * optimization/qp.m, optimization/sqp.m: New files. |
|
5003 |
5276
|
5004 2005-04-08 John W. Eaton <jwe@octave.org> |
|
5005 |
|
5006 * Makefile.in (clean, distclean, maintainer-clean): |
|
5007 Avoid duplication in rules. |
|
5008 |
5252
|
5009 2005-03-28 John W. Eaton <jwe@octave.org> |
|
5010 |
|
5011 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
5012 setting {no,}parametric. |
|
5013 * plot/figure.m: Likewise, for setting terminal type. |
|
5014 |
|
5015 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
5016 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
5017 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
5018 plot/title.m, plot/top_title.m: Avoid eval. |
|
5019 |
5251
|
5020 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
5021 |
5253
|
5022 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
5023 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
5024 Use __gnuplot_replot__ instead of replot. |
|
5025 |
5252
|
5026 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
5027 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
5028 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
5029 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
5030 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
5031 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
5032 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
5033 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
5034 |
5251
|
5035 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
5036 |
5244
|
5037 2005-03-24 John W. Eaton <jwe@octave.org> |
|
5038 |
|
5039 * optimization/glpkmex.m: Texinfoize Doc string. |
|
5040 * optimization/glpk.m: Likewise. |
|
5041 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
5042 (row vectors are orginary character strings). |
|
5043 * optimization/glpkparam.m: Delete. |
|
5044 |
5243
|
5045 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
5046 |
|
5047 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
5048 of dimensions of X. |
|
5049 |
5237
|
5050 2005-03-23 John W. Eaton <jwe@octave.org> |
|
5051 |
5239
|
5052 * general/tril.m, general/triu.m: Return value of same class as |
|
5053 argument. |
|
5054 |
5237
|
5055 * optimization/glpk.m: Simplify interface. By default, solve |
|
5056 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
5057 * optimization/glpkmex.m: New file. |
|
5058 |
5232
|
5059 2005-03-22 John W. Eaton <jwe@octave.org> |
|
5060 |
5237
|
5061 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
5062 list. |
|
5063 |
5233
|
5064 * optimization/glpk.m: Adapt to Octave coding style. |
|
5065 No need for varargout or varargin. |
|
5066 Print usage message if nargin > 11. |
|
5067 Allow any value of nargout. |
|
5068 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
5069 Avoid looping when checking character classes. |
|
5070 |
5232
|
5071 * optimization: New directory. |
|
5072 * Makefile.in (SUBDIRS): Add it to the list. |
|
5073 * optimization/Makefile.in: New file. |
|
5074 * optimization/glpk.m, optimization/glpkparams.m, |
|
5075 optimization/glpktest1, optimization/glpktest2: New files. |
|
5076 |
5218
|
5077 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
5078 |
|
5079 * strings/split.m: Quick return for empty second arg. |
|
5080 Improve warning for multi-line strings. |
|
5081 Speed up by avoiding sprintf in loop and eval. |
|
5082 |
5217
|
5083 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
5084 |
|
5085 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
5086 * polynomial/polyder.m: Ditto. |
6778
|
5087 * polynomial/polygcd.m: New function. |
5217
|
5088 |
5214
|
5089 2005-03-16 John W. Eaton <jwe@octave.org> |
|
5090 |
5215
|
5091 * control/base/__stepimp__.m, control/base/bode.m, |
|
5092 control/base/frdemo.m, control/base/nichols.m, |
|
5093 control/base/nyquist.m, control/base/pzmap.m, |
|
5094 control/base/rldemo.m, control/base/rlocus.m, |
|
5095 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
5096 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
5097 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
5098 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
5099 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
5100 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
5101 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
5102 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
5103 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
5104 plot/xlabel.m, quaternion/demoquat.m, |
|
5105 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
5106 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
5107 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
5108 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
5109 gsplot from @seealso docs. |
5214
|
5110 |
|
5111 * plot/replot.m: New file. |
|
5112 |
5205
|
5113 2005-03-15 David Bateman <dbateman@free.fr> |
|
5114 |
|
5115 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
5116 |
5196
|
5117 2005-03-09 John W. Eaton <jwe@octave.org> |
|
5118 |
|
5119 * statistics/Makefile.in (bin-dist): Delete target. |
|
5120 (BINDISTSUBDIRS): Delete variable. |
6754
|
5121 * control/Makefile.in: Likewise. |
5196
|
5122 |
5378
|
5123 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
5124 (BINDISTFILES): Delete variable. |
5378
|
5125 * control/base/Makefile.in: Likewise. |
|
5126 * control/hinf/Makefile.in: Likewise. |
|
5127 * control/obsolete/Makefile.in: Likewise. |
|
5128 * control/system/Makefile.in: Likewise. |
|
5129 * control/util/Makefile.in: Likewise. |
|
5130 * deprecated/Makefile.in: Likewise. |
|
5131 * elfun/Makefile.in: Likewise. |
|
5132 * finance/Makefile.in: Likewise. |
|
5133 * general/Makefile.in: Likewise. |
|
5134 * image/Makefile.in: Likewise. |
|
5135 * sparse/Makefile.in: Likewise. |
|
5136 * io/Makefile.in: Likewise. |
|
5137 * plot/Makefile.in: Likewise. |
|
5138 * Makefile.in: Likewise. |
|
5139 * miscellaneous/Makefile.in: Likewise. |
|
5140 * linear-algebra/Makefile.in: Likewise. |
|
5141 * polynomial/Makefile.in: Likewise. |
|
5142 * quaternion/Makefile.in: Likewise. |
|
5143 * set/Makefile.in: Likewise. |
|
5144 * signal/Makefile.in: Likewise. |
|
5145 * specfun/Makefile.in: Likewise. |
|
5146 * special-matrix/Makefile.in: Likewise. |
|
5147 * startup/Makefile.in: Likewise. |
|
5148 * statistics/base/Makefile.in: Likewise. |
|
5149 * statistics/distributions/Makefile.in: Likewise. |
|
5150 * statistics/models/Makefile.in: Likewise. |
|
5151 * statistics/tests/Makefile.in: Likewise. |
|
5152 * strings/Makefile.in: Likewise. |
|
5153 * time/Makefile.in: Likewise. |
5196
|
5154 |
5195
|
5155 2005-03-08 John W. Eaton <jwe@octave.org> |
|
5156 |
|
5157 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
5158 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
5159 |
5192
|
5160 2005-03-04 John W. Eaton <jwe@octave.org> |
|
5161 |
|
5162 * plot/clg.m: New file. |
|
5163 |
5193
|
5164 2005-03-03 John W. Eaton <jwe@octave.org> |
|
5165 |
|
5166 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
5167 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
5168 strings/strcmpi.m: |
|
5169 New files from Octave-forge. Adapt to Octave coding standards. |
|
5170 |
5181
|
5171 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5172 |
|
5173 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
5174 computation range. |
|
5175 |
5164
|
5176 2005-02-25 John W. Eaton <jwe@octave.org> |
|
5177 |
|
5178 Sparse merge. |
|
5179 |
|
5180 2005-01-23 David Bateman <dbateman@free.fr> |
|
5181 |
|
5182 * sparse/randperm.m: Delete duplicate randperm.m. |
|
5183 |
|
5184 2005-01-10 John W. Eaton <jwe@octave.org> |
|
5185 |
|
5186 * sparse/Makefile.in: New file. |
|
5187 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
5188 |
|
5189 2005-01-07 David Bateman <dbateman@free.fr> |
|
5190 |
|
5191 * set/unique.m: import file from octave-forge. |
|
5192 |
|
5193 2005-01-05 David Bateman <dbateman@free.fr> |
|
5194 |
|
5195 * Makefile.in: include sparse directory in SUBDIRS. |
|
5196 |
|
5197 2004-12-30 John W. Eaton <jwe@octave.org> |
|
5198 |
|
5199 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
5200 src/DLD-FUNCTIONS/sparse.cc). |
|
5201 |
|
5202 2004-12-28 John W. Eaton <jwe@octave.org> |
|
5203 |
|
5204 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
5205 Andy Adler <adler@site.uottawa.ca>. |
|
5206 |
|
5207 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
5208 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
5209 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
5210 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
5211 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
5212 |
|
5213 * sparse: New directory. |
|
5214 |
5158
|
5215 2005-02-22 John W. Eaton <jwe@octave.org> |
|
5216 |
|
5217 * polynomial/residue.m: Force prepad to always create row vectors. |
|
5218 |
|
5219 * polynomial/poly.m: Quick return if m is 0. |
|
5220 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
5221 |
5154
|
5222 2005-02-21 David Bateman <dbateman@free.fr> |
|
5223 |
|
5224 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
5225 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
5226 Fix for row vectors with at least one element of lambda not in |
|
5227 (0, Inf). |
|
5228 |
5152
|
5229 2005-02-21 John W. Eaton <jwe@octave.org> |
|
5230 |
5153
|
5231 * statistics/base/qqplot.m: Use feval instead of eval. |
|
5232 |
5152
|
5233 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
5234 plot/__axis_label__.m: Issue replot command. |
|
5235 |
5135
|
5236 2005-02-09 John W. Eaton <jwe@octave.org> |
|
5237 |
|
5238 * polynomial/polyderiv.m: Force P to be a row vector. |
|
5239 |
5133
|
5240 2005-02-08 John W. Eaton <jwe@octave.org> |
|
5241 |
|
5242 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
5243 provided and len <= computed max_len. |
|
5244 |
5125
|
5245 2005-01-27 David Bateman <dbateman@free.fr> |
|
5246 |
|
5247 * strings/dec2base.m: Be even more careful about handling all digits. |
|
5248 |
|
5249 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
5250 |
|
5251 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
5252 |
5123
|
5253 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
5254 |
|
5255 * statistics/base/median.m: Make it work for the scalar case too. |
|
5256 |
6308
|
5257 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
5258 |
|
5259 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
5260 Simplify logic for decoding args. |
5117
|
5261 |
5115
|
5262 2005-01-24 John W. Eaton <jwe@octave.org> |
|
5263 |
5116
|
5264 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
5265 |
|
5266 * plot/__plt__.m: No need to save and reset hold state now. |
|
5267 (first_plot): Delete unused variable. |
|
5268 |
5115
|
5269 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
5270 |
|
5271 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
5272 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
5273 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
5274 plot/__plt2vv__.m: |
|
5275 Return data and gnuplot commands instead of evaluating them. |
|
5276 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
5277 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
5278 |
5108
|
5279 2005-01-18 John W. Eaton <jwe@octave.org> |
|
5280 |
|
5281 * linear-algebra/cross.m: Allocate idx1 before use. |
|
5282 |
5096
|
5283 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
5284 |
|
5285 * statistics/base/range.m: Fix varargin usage. |
|
5286 |
5091
|
5287 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
5288 |
|
5289 * strings/deblank.m: Remove all trailing whitespace (check with |
|
5290 isspace), not just SPC. |
|
5291 |
5090
|
5292 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
5293 |
|
5294 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
5295 |
5073
|
5296 2004-11-09 John W. Eaton <jwe@octave.org> |
|
5297 |
|
5298 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
5299 From Julius Smith <jos@ccrma.stanford.edu>. |
|
5300 |
5072
|
5301 2004-11-08 John W. Eaton <jwe@octave.org> |
|
5302 |
|
5303 * plot/__plt2vm__.m: Delete debugging statement. |
|
5304 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
5305 |
5065
|
5306 2004-11-04 John W. Eaton <jwe@octave.org> |
|
5307 |
|
5308 * plot/hist.m: Always return row vectors for vector args. |
|
5309 |
5031
|
5310 2004-09-23 John W. Eaton <jwe@octave.org> |
|
5311 |
|
5312 * strings/strcmp.m: If args are not strings or cell arrays of |
|
5313 strings, return zero instead of reporting an error. |
|
5314 |
5021
|
5315 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
5316 |
|
5317 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
5318 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
5319 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
5320 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
5321 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
5322 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
5323 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
5324 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
5325 control/system/is_detectable.m, control/system/is_sample.m, |
|
5326 control/system/is_siso.m, control/system/is_stable.m, |
|
5327 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
5328 control/system/sys2tf.m, control/system/sys2zp.m, |
|
5329 control/system/sysappend.m, control/system/sysconnect.m, |
|
5330 control/system/sysdisc.m, control/system/sysdup.m, |
|
5331 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
5332 control/system/syssetsignals.m, control/system/syssub.m, |
|
5333 control/system/tf2sys.m, control/system/ugain.m, |
|
5334 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5335 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
5336 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
5337 |
|
5338 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
5339 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
5340 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
5341 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
5342 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
5343 control/system/sysappend.m, control/system/sysconnect.m, |
|
5344 control/system/sysdup.m, control/system/sysgroup.m, |
|
5345 control/system/sysprune.m, control/system/sysreorder.m, |
|
5346 control/system/sysscale.m, control/system/syssub.m, |
|
5347 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
5348 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
5349 polynomial/polyout.m, specfun/log2.m: |
|
5350 Add output arguments in doc strings. |
|
5351 |
|
5352 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
5353 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
5354 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
5355 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
5356 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
5357 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
5358 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
5359 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
5360 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
5361 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
5362 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
5363 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
5364 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
5365 control/system/c2d.m, control/system/is_abcd.m, |
|
5366 control/system/is_controllable.m, control/system/is_detectable.m, |
|
5367 control/system/is_observable.m, control/system/is_stable.m, |
|
5368 control/system/jet707.m, control/system/ord2.m, |
|
5369 control/system/starp.m, control/system/sys2fir.m, |
|
5370 control/system/sys2ss.m, control/system/sys2tf.m, |
|
5371 control/system/sys2zp.m, control/system/syscont.m, |
|
5372 control/system/sysdisc.m, control/system/sysdup.m, |
|
5373 control/system/sysgettype.m, control/system/sysgroup.m, |
|
5374 control/system/sysmult.m, control/system/sysprune.m, |
|
5375 control/system/sysreorder.m, control/system/sysscale.m, |
|
5376 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
5377 control/system/tf2ss.m, control/system/tf2sys.m, |
|
5378 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5379 control/util/axis2dlim.m, control/util/prompt.m, |
|
5380 control/util/zgfmul.m, control/util/zginit.m, |
|
5381 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
5382 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
5383 in doc strings. |
|
5384 |
|
5385 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
5386 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
5387 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
5388 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5389 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5390 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5391 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5392 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
5393 control/system/c2d.m, control/system/fir2sys.m, |
|
5394 control/system/is_stabilizable.m, control/system/jet707.m, |
|
5395 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
5396 control/util/zgshsr.m, polynomial/polyout.m: |
|
5397 New @tex section(s) in doc strings for better formating of printed |
|
5398 output. |
|
5399 |
|
5400 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
5401 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
5402 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
5403 Use proper double quote marks for TeX. |
|
5404 |
|
5405 * control/base/DEMOcontrol.m: Add missing ; |
|
5406 |
|
5407 * control/base/nichols.m, control/base/rlocus.m, |
|
5408 control/obsolete/minfo.m, control/system/is_digital.m, |
|
5409 control/system/ss2zp.m, control/system/sysmin.m, |
|
5410 control/system/tf2zp.m, control/util/sortcom.m: |
|
5411 Convert documentation to use or more completely use Texinfo. |
|
5412 |
|
5413 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
5414 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
5415 control/system/parallel.m, control/system/ss2tf.m, |
|
5416 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
5417 art splitting over a page boundary. |
|
5418 |
|
5419 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5420 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5421 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5422 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5423 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
5424 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
5425 the TeX documentation. |
|
5426 |
|
5427 * control/system/is_stabilizable.m: |
|
5428 Add Copyright so that help is displayed correctly. |
|
5429 |
|
5430 * special-matrix/vander.m: Octave indexes start at 1. |
|
5431 |
5011
|
5432 2004-09-21 David Bateman <dbateman@free.fr> |
|
5433 |
|
5434 * general/rotdim.m: New function for rotation of an N-d array in an |
|
5435 arbitrary plane. |
|
5436 |
|
5437 * general/flipdim.m: New function to flip an N-d array about an |
|
5438 arbitrary axis. |
|
5439 |
5003
|
5440 2004-09-15 David Bateman <dbateman@free.fr> |
|
5441 |
|
5442 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
5443 |
4992
|
5444 2004-09-15 John W. Eaton <jwe@octave.org> |
|
5445 |
|
5446 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
5447 Use iscellstr to check for cells rather than iscell. |
|
5448 Improve diagnostics for invalid args. |
4992
|
5449 |
4983
|
5450 2004-09-10 David Bateman <dbateman@free.fr> |
|
5451 |
|
5452 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
5453 and p with n > 1, and fix for matrix n and p with n == 1. |
|
5454 |
|
5455 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
5456 due to row vs. column vector operations. |
|
5457 |
4964
|
5458 2004-09-03 David Bateman <dbateman@free.fr> |
|
5459 |
|
5460 * general/repmat.m: Fix to allow logical classes. |
|
5461 |
4950
|
5462 2004-08-31 John W. Eaton <jwe@octave.org> |
|
5463 |
|
5464 * general/isa.m: New function, from Octave-forge. |
|
5465 |
|
5466 2004-08-31 David Bateman <dbateman@free.fr> |
|
5467 |
|
5468 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
5469 limitation on the use of int64 and uint64 types, and the use |
|
5470 of the eval. |
|
5471 |
|
5472 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
5473 in .^ with integer types is fixed. |
|
5474 |
|
5475 * general/repmat.m: Adapt to allow integer types. |
4945
|
5476 |
|
5477 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
5478 |
|
5479 * plot/axis.m: Don't reset axes when querying them. |
|
5480 |
4942
|
5481 2004-08-27 David Bateman <dbateman@free.fr> |
|
5482 |
|
5483 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
5484 Eliminate loop. |
|
5485 |
4918
|
5486 2004-07-27 David Bateman <dbateman@free.fr> |
|
5487 |
|
5488 * general/num2str.m: Also insert spaces in output when precision |
|
5489 argument is supplied. |
|
5490 |
4915
|
5491 2004-07-23 David Bateman <dbateman@free.fr> |
|
5492 |
|
5493 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
5494 |
4911
|
5495 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5496 |
|
5497 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
5498 |
|
5499 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
5500 |
|
5501 * miscellaneous/unix.m: Fix doc string. |
|
5502 |
|
5503 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
5504 |
|
5505 * plot/figure.m: Clarification of documentation. |
|
5506 |
|
5507 * image/imshow.m: Warn for complex images. |
|
5508 Only estimate colourmap for images in [0, 65536]. |
|
5509 |
|
5510 2004-07-22 David Bateman <dbateman@free.fr> |
|
5511 |
|
5512 * general/num2str.m: Fix the case of an all zero input. |
|
5513 |
4906
|
5514 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5515 |
|
5516 * general/ind2sub.m: Doc fix. |
|
5517 |
4900
|
5518 2004-06-08 John W. Eaton <jwe@octave.org> |
|
5519 |
|
5520 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
5521 convert function handle to string for eval. |
|
5522 |
4898
|
5523 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
5524 |
|
5525 * plot/errorbar.m: Remove debugging output. |
|
5526 |
|
5527 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5528 |
|
5529 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
5530 |
4897
|
5531 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5532 |
4898
|
5533 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
5534 |
|
5535 * polynomial/polyout.m: Use parenthesis if necessary around |
|
5536 complex polynomial coefficient. |
|
5537 |
4897
|
5538 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
5539 the bug which causes __errplot__ to ignore the last argument. |
|
5540 |
4894
|
5541 2004-06-03 David Bateman <dbateman@free.fr> |
|
5542 |
|
5543 * general/shiftdim.m: New function based on JWE code snippet. |
|
5544 |
|
5545 * general/circdim.m: New function. |
|
5546 |
4890
|
5547 2004-05-06 David Bateman <dbateman@free.fr> |
|
5548 |
|
5549 * general/issquare.m: Fail if ndim(x) > 2. |
|
5550 |
|
5551 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
5552 |
|
5553 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
5554 N-d array arguments. Add optional dim argument to define |
|
5555 dimension along which to operate. |
|
5556 |
|
5557 * linear-algebra/dmult.m: Allow N-d arrays. |
|
5558 |
|
5559 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
5560 |
4885
|
5561 2004-04-29 David Bateman <dbateman@free.fr> |
|
5562 |
|
5563 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
5564 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
5565 statistics/base/statistics.m, statistics/base/skewness.m |
|
5566 statistics/base/iqr.m: |
|
5567 Make N-d array aware. Allow optional argument to define the |
|
5568 dimension along which to operate. Update the documentation. |
|
5569 |
|
5570 * statistics/base/ranks.m: Change algorithm to use sort, |
|
5571 and adjust for the ties after. |
|
5572 |
|
5573 * statistics/base/run_counts.m: Change algorithm to use |
|
5574 the a combination of diff and find, rather than a for-loop. |
|
5575 |
4881
|
5576 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
5577 |
|
5578 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
5579 |
4878
|
5580 2004-04-23 David Bateman <dbateman@free.fr> |
|
5581 |
|
5582 * general/int2str.m: Treat only real part of argument, and treat |
|
5583 NDArrays by stacking the slices through the matrix vertically. |
|
5584 |
|
5585 * general/num2str.m: Improve format of integer matrices, and the |
|
5586 conversion of complex matrices added. Treat NDArrays by stacking |
|
5587 the slices through the matrix vertically. |
|
5588 |
|
5589 * deprecated/com2str.m: Moved here from general subdirectory. |
|
5590 |
4877
|
5591 2004-04-22 John W. Eaton <jwe@octave.org> |
|
5592 |
|
5593 * quaternion/qtransvmat.m: Use continuation characters to make |
|
5594 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
5595 |
4869
|
5596 2004-04-21 David Bateman <dbateman@free.fr> |
|
5597 |
5378
|
5598 * elfun/lcm.m: Make N-d aware. |
4870
|
5599 |
4869
|
5600 * general/diff.m: Make the code N-d array aware. Allow an |
|
5601 optional argument to define the dimension along which to perform |
|
5602 the differences and allow the order of the differences to be larger |
|
5603 than the dimension itself. |
|
5604 |
|
5605 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
5606 use of these functions to 1- and 2-d arrays. |
|
5607 |
4863
|
5608 2004-04-16 John W. Eaton <jwe@octave.org> |
|
5609 |
|
5610 * elfun/gcd.m: Delete. |
|
5611 |
4862
|
5612 2004-04-15 David Bateman <dbateman@free.fr> |
|
5613 |
|
5614 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
5615 |
|
5616 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
5617 array aware and and optional argument for the dimension along |
|
5618 which to operate. |
|
5619 |
5378
|
5620 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
5621 argument for the dimension to be consistent with other N-d array |
|
5622 functions. |
|
5623 |
4860
|
5624 2004-04-08 David Bateman <dbateman@free.fr> |
|
5625 |
|
5626 * statistics/distributions/discrete_cdf.m, |
|
5627 statistics/distributions/discrete_inv.m, |
|
5628 statistics/distributions/discrete_pdf.m, |
|
5629 statistics/distributions/discrete_rnd.m, |
|
5630 statistics/distributions/exponential_cdf.m, |
|
5631 statistics/distributions/exponential_inv.m, |
|
5632 statistics/distributions/exponential_pdf.m, |
|
5633 statistics/distributions/exponential_rnd.m, |
|
5634 statistics/distributions/f_cdf.m, |
|
5635 statistics/distributions/f_inv.m, |
|
5636 statistics/distributions/f_pdf.m, |
|
5637 statistics/distributions/f_rnd.m, |
|
5638 statistics/distributions/geometric_cdf.m, |
|
5639 statistics/distributions/geometric_inv.m, |
|
5640 statistics/distributions/geometric_pdf.m, |
|
5641 statistics/distributions/geometric_rnd.m, |
|
5642 statistics/distributions/hypergeometric_rnd.m, |
|
5643 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
5644 statistics/distributions/laplace_cdf.m, |
|
5645 statistics/distributions/laplace_inv.m, |
|
5646 statistics/distributions/laplace_pdf.m, |
|
5647 statistics/distributions/laplace_rnd.m, |
|
5648 statistics/distributions/logistic_inv.m, |
|
5649 statistics/distributions/logistic_rnd.m, |
|
5650 statistics/distributions/lognormal_cdf.m, |
|
5651 statistics/distributions/lognormal_inv.m, |
|
5652 statistics/distributions/lognormal_pdf.m, |
|
5653 statistics/distributions/lognormal_rnd.m, |
|
5654 statistics/distributions/pascal_cdf.m, |
|
5655 statistics/distributions/pascal_inv.m, |
|
5656 statistics/distributions/pascal_pdf.m, |
|
5657 statistics/distributions/pascal_rnd.m, |
|
5658 statistics/distributions/poisson_cdf.m, |
|
5659 statistics/distributions/poisson_inv.m, |
|
5660 statistics/distributions/poisson_pdf.m, |
|
5661 statistics/distributions/poisson_rnd.m, |
|
5662 statistics/distributions/t_cdf.m, |
|
5663 statistics/distributions/t_inv.m, |
|
5664 statistics/distributions/t_pdf.m, |
|
5665 statistics/distributions/t_rnd.m, |
|
5666 statistics/distributions/weibull_cdf.m, |
|
5667 statistics/distributions/weibull_inv.m, |
|
5668 statistics/distributions/weibull_pdf.m, |
|
5669 statistics/distributions/weibull_rnd.m: |
|
5670 Allow N-d arrays. |
|
5671 |
|
5672 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
5673 that results in NaN in places where it should not have had. |
|
5674 |
|
5675 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
5676 allow creating arbitrary matrices, compatiable with the other |
5583
|
5677 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
5678 |
|
5679 * statistics/distributions/empirical_rnd.m: New argument formats |
|
5680 to allow creating arbitrary matrices, compatiable with the other |
5583
|
5681 *_rnd.m functions. Maintain compatibility with previous |
4860
|
5682 format. Allow N-d arrays. |
|
5683 |
|
5684 * statistics/distributions/hypergeometric_cdf.m, |
|
5685 statistics/distributions/hypergeometric_inv.m, |
|
5686 statistics/distributions/hypergeometric_pdf.m, |
|
5687 statistics/distributions/wiener_rnd.m: |
|
5688 Error for non-scalar arguments. |
|
5689 |
|
5690 * statistics/distributions/pascal_rnd.m: |
|
5691 Correct for n = 1 bug, where all elements were equal. |
|
5692 |
4849
|
5693 2004-04-06 David Bateman <dbateman@free.fr> |
|
5694 |
4854
|
5695 * general/common_size.m, miscellaneous/bincoeff.m, |
|
5696 statistics/distributions/beta_cdf.m, |
|
5697 statistics/distributions/beta_inv.m, |
|
5698 statistics/distributions/beta_pdf.m, |
|
5699 statistics/distributions/beta_rnd.m, |
|
5700 statistics/distributions/binomial_cdf.m, |
|
5701 statistics/distributions/binomial_inv.m, |
|
5702 statistics/distributions/binomial_pdf.m, |
|
5703 statistics/distributions/binomial_rnd.m, |
|
5704 statistics/distributions/cauchy_cdf.m, |
|
5705 statistics/distributions/cauchy_inv.m, |
|
5706 statistics/distributions/cauchy_pdf.m, |
|
5707 statistics/distributions/cauchy_rnd.m, |
|
5708 statistics/distributions/chisquare_cdf.m, |
|
5709 statistics/distributions/chisquare_inv.m, |
|
5710 statistics/distributions/chisquare_pdf.m, |
|
5711 statistics/distributions/chisquare_rnd.m, |
|
5712 statistics/distributions/gamma_cdf.m, |
|
5713 statistics/distributions/gamma_inv.m, |
|
5714 statistics/distributions/gamma_pdf.m, |
|
5715 statistics/distributions/gamma_rnd.m, |
|
5716 statistics/distributions/normal_cdf.m, |
|
5717 statistics/distributions/normal_inv.m, |
|
5718 statistics/distributions/normal_pdf.m, |
|
5719 statistics/distributions/normal_rnd.m, |
|
5720 statistics/distributions/stdnormal_cdf.m, |
|
5721 statistics/distributions/stdnormal_pdf.m, |
|
5722 statistics/distributions/stdnormal_rnd.m, |
|
5723 statistics/distributions/uniform_cdf.m, |
|
5724 statistics/distributions/uniform_inv.m, |
|
5725 statistics/distributions/uniform_pdf.m, |
|
5726 statistics/distributions/uniform_rnd.m: |
|
5727 Allow the inputs to be N-d arrays. |
|
5728 |
4852
|
5729 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
5730 * statistics/base/median.m: Likewise. |
4849
|
5731 |
4844
|
5732 2004-04-02 David Bateman <dbateman@free.fr> |
|
5733 |
|
5734 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
5735 * statistics/base/center.m, statistics/base/meansq.m, |
|
5736 statistics/base/moment.m, statistics/base/range.m: |
4852
|
5737 Update for N-d arrays. |
4844
|
5738 * signal/fftshift.m: Fix dimensioning error. |
|
5739 |
|
5740 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
5741 N-d arrays. |
4844
|
5742 |
4852
|
5743 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
5744 |
|
5745 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
5746 |
4852
|
5747 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
5748 |
|
5749 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
5750 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
5751 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
5752 |
|
5753 * control/system/sysidx.m: Use cellidx and not listidx. |
|
5754 |
4841
|
5755 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5756 |
|
5757 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
5758 default of "" (so it is off unless explicitly set by the user). |
|
5759 |
4836
|
5760 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
5761 |
|
5762 * image/imshow.m: Accept "truesize" argument. |
|
5763 Ignore current colormap. New tests and demos. |
|
5764 |
4834
|
5765 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
5766 |
|
5767 * signal/sinewave.m: Allow N to default to M. |
|
5768 |
4826
|
5769 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5770 |
|
5771 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
5772 |
4818
|
5773 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5774 |
|
5775 * general/deal.m: New function. |
4819
|
5776 Add tests from Paul Kienzle. |
4818
|
5777 |
4811
|
5778 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5779 |
|
5780 * plot/hist.m: Compute histogram correctly for n>=30. |
|
5781 |
5095
|
5782 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
5783 |
|
5784 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
5785 |
4806
|
5786 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5787 |
|
5788 * miscellaneous/horzcat.m: Delete. |
|
5789 * miscellaneous/vertcat.m: Delete. |
|
5790 |
4790
|
5791 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5792 |
|
5793 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5794 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5795 |
4789
|
5796 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5797 |
|
5798 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5799 doing multiple plots in the same gnuplot frame. |
|
5800 |
4780
|
5801 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5802 |
|
5803 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5804 control/system/cellidx.m, control/system/ss.m, |
|
5805 control/system/tf.m, control/system/zp.m: New functions. |
|
5806 |
4778
|
5807 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5808 |
|
5809 * statistics/distributions/discrete_inv.m: |
|
5810 Reduce memory requirements. |
|
5811 |
4772
|
5812 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5813 |
|
5814 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5815 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5816 |
4771
|
5817 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5818 |
|
5819 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5820 control/base/analdemo.m, control/base/bddemo.m, |
|
5821 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5822 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5823 control/base/rldemo.m, control/base/rlocus.m, |
|
5824 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5825 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5826 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5827 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5828 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5829 control/system/__sysdefioname__.m, |
|
5830 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5831 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5832 control/system/c2d.m, control/system/d2c.m, |
|
5833 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5834 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5835 control/system/jet707.m, control/system/listidx.m, |
|
5836 control/system/moddemo.m, control/system/ord2.m, |
|
5837 control/system/packedform.m, control/system/parallel.m, |
|
5838 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5839 control/system/sys2zp.m, control/system/sysadd.m, |
|
5840 control/system/sysappend.m, control/system/sysconnect.m, |
|
5841 control/system/syscont.m, control/system/sysdimensions.m, |
|
5842 control/system/sysdisc.m, control/system/sysdup.m, |
|
5843 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5844 control/system/sysgroup.m, control/system/sysmin.m, |
|
5845 control/system/sysmult.m, control/system/sysprune.m, |
|
5846 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5847 control/system/syssetsignals.m, control/system/syssub.m, |
|
5848 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5849 control/system/ugain.m, control/system/zp2ss.m, |
|
5850 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5851 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5852 Use cell arrays instead of lists. |
|
5853 |
4723
|
5854 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5855 |
|
5856 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5857 so that bar (1, 1) will work. |
|
5858 |
4710
|
5859 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5860 |
4717
|
5861 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5862 * plot/__errplot__.m: Likewise. |
|
5863 * plot/__plt__.m: Likewise. |
|
5864 * plot/plot_border.m: Likewise. |
|
5865 |
4710
|
5866 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5867 not $(DOCSTRINGS). |
|
5868 |
4706
|
5869 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5870 |
|
5871 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5872 rank ([], tol). |
|
5873 |
4691
|
5874 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5875 |
4692
|
5876 * elfun/acot.m: Return atan (1./z). |
|
5877 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5878 |
4691
|
5879 * miscellaneous/dir.m: New file. |
|
5880 |
|
5881 * general/num2str.m: Use "%d" as format if values are ints with |
|
5882 magnitude less than 1e10. |
|
5883 |
|
5884 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5885 |
|
5886 * general/num2str.m: If single arg is string, return it. |
|
5887 |
|
5888 * miscellaneous/not.m: New file. |
|
5889 |
|
5890 * miscellaneous/unix.m: New file. |
|
5891 |
|
5892 * miscellaneous/isunix.m: New file. |
|
5893 * miscellaneous/ispc.m: New file. |
|
5894 |
|
5895 * miscellaneous/computer.m: New file. |
|
5896 |
|
5897 * miscellaneous/delete.m: New file. |
|
5898 |
4689
|
5899 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5900 |
|
5901 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5902 |
|
5903 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5904 |
|
5905 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5906 Always return substituted version of LOADPATH if nargout != 0. |
|
5907 |
4685
|
5908 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5909 |
|
5910 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5911 before continuing. |
|
5912 |
|
5913 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5914 |
4677
|
5915 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5916 |
|
5917 * general/ind2sub.m: New file. |
|
5918 * general/sub2ind.m: New file. |
|
5919 |
4675
|
5920 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5921 |
|
5922 * control/system/zp2ss.m: Don't save and restore |
|
5923 warn_empty_list_elements. |
|
5924 |
|
5925 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5926 |
6778
|
5927 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5928 |
4673
|
5929 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5930 |
|
5931 * statistics/base/mean.m: Remove special case for row vectors. |
|
5932 |
4637
|
5933 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5934 |
|
5935 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5936 |
4631
|
5937 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5938 |
|
5939 * statistics/base/iqr.m: Handle matrices. |
|
5940 |
4630
|
5941 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5942 |
|
5943 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5944 |
4629
|
5945 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5946 |
|
5947 * miscellaneous/path.m: Fix thinko in previous change. |
|
5948 |
4609
|
5949 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5950 |
4629
|
5951 * control/base/dare.m: Check positive (semi)definiteness and |
|
5952 dimensions of r (and q). |
|
5953 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5954 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5955 near unit circle. |
4611
|
5956 |
|
5957 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5958 Correct the behavior for discrete-time systems. |
|
5959 * control/system/is_stabilizable.m: Likewise. |
|
5960 |
4609
|
5961 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5962 |
|
5963 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5964 |
4610
|
5965 * general/isdefinite.m: New function. |
|
5966 |
4567
|
5967 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5968 |
|
5969 * general/reshape: Delete. |
|
5970 |
4559
|
5971 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5972 |
|
5973 * general/numel.m: Delete. |
|
5974 |
4535
|
5975 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5976 |
4536
|
5977 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5978 |
|
5979 * deprecated/isstr.m: New file. |
4535
|
5980 |
4529
|
5981 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5982 |
|
5983 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5984 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5985 |
4525
|
5986 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5987 |
|
5988 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5989 |
4503
|
5990 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5991 |
|
5992 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5993 |
4492
|
5994 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5995 |
|
5996 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5997 Allow optional length argument. |
|
5998 |
4491
|
5999 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6000 |
|
6001 * polynomial/polyfit.m: Avoid calling flipud. |
|
6002 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
6003 Return structure as second output value for improved Matlab |
|
6004 compatibility. |
|
6005 |
4476
|
6006 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6007 |
4478
|
6008 * linear-algebra/cond.m: Behave as though old built-in variable |
|
6009 propagate_empty_matrices is always 1. Also handle empty matrices |
|
6010 with one non-zero dimension. |
|
6011 |
4476
|
6012 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
6013 warn_single_quote_string to the list. |
4478
|
6014 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
6015 from the list. |
4476
|
6016 |
5095
|
6017 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
6018 |
|
6019 * signal/autocov.m: Transpose result of conj because diag returns |
|
6020 a column vector, not a row vector. |
|
6021 |
|
6022 * audio/playaudio.m, audio/record.m, image/image.m, |
|
6023 miscellaneous/bug_report.m: Protect spaces in filenames |
|
6024 with quotes. |
|
6025 |
4466
|
6026 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6027 |
4468
|
6028 * io/printf.m, io/puts.m: Delete. |
|
6029 |
4466
|
6030 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
6031 default_return_value from the list. |
|
6032 Add warn_undefined_return_values to the list. |
|
6033 |
|
6034 |
4464
|
6035 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6036 |
|
6037 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
6038 and initialize_global_variables from the list. |
|
6039 |
4460
|
6040 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6041 |
4463
|
6042 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
6043 |
|
6044 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
6045 |
|
6046 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
6047 * control/system/sys2fir.m: Likewise. |
|
6048 |
|
6049 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
6050 * control/system/__tf2sysl__.m: Likewise. |
|
6051 |
|
6052 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
6053 |
|
6054 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
6055 and [] concatenation. |
|
6056 * control/system/sys2fir.m: Likewise. |
|
6057 |
|
6058 * control/base/dgram.m, control/base/freqchkw.m, |
|
6059 control/base/gram.m, control/system/__abcddims__.m, |
|
6060 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
6061 control/system/is_sample.m, control/system/is_signal_list.m, |
|
6062 control/system/is_siso.m, control/system/sys2fir.m, |
|
6063 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
6064 control/system/sysgettype.m, control/system/tf2zp.m, |
|
6065 control/system/ugain.m, control/util/prompt.m, |
|
6066 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
6067 control/util/zgshsr.m: |
|
6068 Improve conformance to Octave coding style. |
|
6069 |
4461
|
6070 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
6071 the list. |
|
6072 Delete resize_on_range_error from the list. |
|
6073 |
4460
|
6074 * control/base/pzmap.m, control/base/place.m, |
|
6075 control/base/__freqresp__.m, control/system/sysappend.m, |
|
6076 control/system/syscont.m, control/system/sysdisc.m, |
|
6077 control/system/sysgroup.m, control/system/tfout.m, |
|
6078 control/system/zp2ss.m, control/system/zpout.m, |
|
6079 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
6080 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
6081 empty_list_elements_ok. |
|
6082 |
|
6083 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
6084 Delete empty_list_elements_ok from the list. |
|
6085 |
4457
|
6086 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6087 |
|
6088 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
6089 list. |
|
6090 Delete treat_neg_dim_as_zero from the list. |
|
6091 |
|
6092 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
6093 |
4451
|
6094 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6095 |
4455
|
6096 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
6097 was not used in the code in any case). |
|
6098 |
|
6099 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
6100 do_fortran_indexing. |
|
6101 |
4452
|
6102 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
6103 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
6104 |
4451
|
6105 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
6106 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
6107 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
6108 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
6109 warn_fortran_indexing in the list. |
|
6110 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
6111 implicit_str_to_num_ok, do_fortran_indexing, and |
|
6112 prefer_column_vectors from list. |
4451
|
6113 |
4440
|
6114 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6115 |
|
6116 * Makefile.in (distclean, maintainer-clean): Also remove |
|
6117 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
6118 directory. |
|
6119 |
5095
|
6120 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
6121 |
|
6122 * plot/hist.m: Don't forget to define n if x is a vector. |
|
6123 |
5095
|
6124 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
6125 |
|
6126 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
6127 return "." with extension. |
|
6128 |
4422
|
6129 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6130 |
|
6131 * control/base/__stepimp__.m, control/base/nichols.m, |
|
6132 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
6133 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
6134 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
6135 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
6136 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
6137 |
4413
|
6138 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6139 |
|
6140 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
6141 |
5095
|
6142 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
6143 |
|
6144 * plot/hist.m: Improve performance by using different algorithms |
|
6145 depending on number of bins. |
|
6146 |
4404
|
6147 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6148 |
|
6149 * control/system/sysadd.m: If systems are not "tf", convert before |
|
6150 adding. |
|
6151 |
5095
|
6152 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
6153 |
|
6154 * image/imagesc.m: Accept data limits parameter for colormap. |
|
6155 |
5095
|
6156 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
6157 |
|
6158 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
6159 the impulse by t_step. |
|
6160 |
4373
|
6161 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6162 |
|
6163 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
6164 column vectors. |
|
6165 |
5095
|
6166 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
6167 |
|
6168 * linear-algebra/null.m: Handle empty matrix arg. |
|
6169 |
4369
|
6170 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6171 |
|
6172 * general/shift.m: Force empty_list_elements_ok to 1. |
|
6173 |
4358
|
6174 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6175 |
|
6176 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
6177 New files. |
|
6178 |
4348
|
6179 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6180 |
|
6181 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
6182 function handle to pass to feval. |
|
6183 * statistics/base/qqplot.m: Likewise. |
|
6184 * statistics/base/ppplot.m: Likewise. |
|
6185 * signal/spectral_xdf.m: Likewise. |
|
6186 * signal/spectral_adf.m: Likewise. |
|
6187 |
4340
|
6188 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6189 |
|
6190 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
6191 |
4334
|
6192 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6193 |
|
6194 * linear-algebra/logm.m: New file. |
|
6195 |
5095
|
6196 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
6197 |
|
6198 * mkpkgadd: Scan C++ files as well |
|
6199 |
5095
|
6200 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
6201 |
|
6202 * strings/findstr.m: Return empty set for zero-length target. |
|
6203 |
5095
|
6204 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
6205 |
|
6206 * set/union.m: Preserve the orientation of inputs. |
|
6207 |
4305
|
6208 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6209 |
|
6210 * general/int2str.m: Eliminate leading spaces. |
|
6211 |
4303
|
6212 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6213 |
|
6214 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
6215 |
5095
|
6216 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
6217 |
|
6218 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
6219 $(BUILD_LDFLAGS) to compiler. |
|
6220 |
4295
|
6221 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6222 |
|
6223 * general/num2str.m: Don't specify field width for scalars. |
|
6224 |
4292
|
6225 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6226 |
|
6227 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
6228 |
4265
|
6229 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6230 |
4279
|
6231 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
6232 |
4266
|
6233 * miscellaneous/tempname.m: New file. |
|
6234 |
|
6235 * miscellaneous/tempdir.m: New file. |
|
6236 |
4265
|
6237 * miscellaneous/fullfile.m: New file. |
|
6238 |
4259
|
6239 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6240 |
4264
|
6241 * miscellaneous/fileparts.m: New file. |
|
6242 |
|
6243 * io/beep.m: New file. |
|
6244 |
4260
|
6245 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
6246 format only. |
4259
|
6247 |
4257
|
6248 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6249 |
|
6250 * strings/strcmp.m: Handle cell arrays of strings. |
|
6251 |
4229
|
6252 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6253 |
|
6254 * general/int2str.m: Handle matrices. |
|
6255 * general/num2str.m: Likewise. |
|
6256 Also handle optional precision, and format args. |
|
6257 |
4225
|
6258 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6259 |
|
6260 * audio/Makefile.in, control/base/Makefile.in, |
|
6261 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
6262 control/system/Makefile.in, elfun/Makefile.in, |
|
6263 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
6264 io/Makefile.in, linear-algebra/Makefile.in, |
|
6265 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
6266 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
6267 specfun/Makefile.in, special-matrix/Makefile.in, |
|
6268 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
6269 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
6270 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
6271 deprecated/Makefile.in: Use new do-script-install and |
|
6272 do-script-uninstall macros. |
|
6273 |
|
6274 * mkpkgadd: New script. |
|
6275 |
|
6276 * plot/close.m: New file. |
|
6277 |
4184
|
6278 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6279 |
|
6280 * image/image.m: Use -raw option for xv. |
|
6281 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
6282 |
4172
|
6283 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6284 |
4174
|
6285 * control/base/lsim.m: Use approximate test for step size change. |
|
6286 |
4172
|
6287 * signal/bartlett.m: Avoid row/column mismatch error. |
|
6288 |
5095
|
6289 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
6290 |
|
6291 * statistics/base/var.m: Use better formula for improved accuracy. |
|
6292 |
5095
|
6293 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
6294 |
|
6295 * control/base/lsim.m: Correct doc string. |
|
6296 |
5095
|
6297 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
6298 |
|
6299 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
6300 |
4148
|
6301 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6302 |
|
6303 * plot/contour.m: Handle x and y as matrices too. |
|
6304 |
5095
|
6305 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
6306 |
|
6307 * plot/contour.m: Fix error and usage messages. |
|
6308 |
4146
|
6309 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6310 |
|
6311 * plot/contour.m: Correct orientation of plot. |
|
6312 |
4139
|
6313 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6314 |
|
6315 * control/base/analdemo.m: Fix typo. |
|
6316 |
5095
|
6317 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
6318 |
|
6319 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
6320 |
4098
|
6321 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6322 |
|
6323 * mkdoc: Exit immediately on errors. |
|
6324 Exit with error if gethelp does not exist. |
|
6325 |
|
6326 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
6327 |
4093
|
6328 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6329 |
|
6330 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
6331 |
5095
|
6332 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
6333 |
|
6334 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
6335 * statistics/distributions/normal_pdf.m: Likewise. |
|
6336 * statistics/distributions/normal_inv.m: Likewise. |
|
6337 |
5095
|
6338 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
6339 |
|
6340 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
6341 |
5095
|
6342 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
6343 |
|
6344 * statistics/base/var.m: Handle complex values. |
|
6345 |
4031
|
6346 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6347 |
|
6348 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
6349 list. |
|
6350 * deprecated/Makefile.in: New file. |
|
6351 |
5095
|
6352 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
6353 |
|
6354 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
6355 * statistics/distributions/binomial_cdf.m: Likewise. |
|
6356 * statistics/distributions/f_cdf.m: Likewise. |
|
6357 * statistics/distributions/t_cdf.m: Likewise. |
|
6358 |
|
6359 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
6360 * specfun/beta.m: Likewise. |
|
6361 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
6362 * statistics/distributions/gamma_pdf.m: Likewise. |
|
6363 * statistics/distributions/poisson_pdf.m: Likewise. |
|
6364 |
|
6365 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
6366 * statistics/distributions/poisson_cdf.m: Likewise. |
|
6367 |
4026
|
6368 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6369 |
4028
|
6370 * deprecated/is_bool.m: New file. |
|
6371 * deprecated/is_complex.m: New file. |
|
6372 * deprecated/is_global.m: New file. |
|
6373 * deprecated/is_list.m: New file. |
|
6374 * deprecated/is_matrix.m: New file. |
|
6375 * deprecated/is_scalar.m: New file. |
|
6376 * deprecated/is_square.m: New file. |
|
6377 * deprecated/is_stream.m: New file. |
|
6378 * deprecated/is_struct.m: New file. |
|
6379 * deprecated/is_symmetric.m: New file. |
|
6380 * deprecated/is_vector.m: New file. |
4030
|
6381 * Change all callers of these functions to use the new names. |
4028
|
6382 |
4029
|
6383 * deprecated: New directory. |
|
6384 * Makefile.in (SUBDIRS): Add it to the list. |
|
6385 |
4026
|
6386 * general/isscalar.m: Rename from is_scalar.m. |
|
6387 * general/issquare.m: Rename from is_square.m. |
|
6388 * general/issymmetric.m: Rename from is_symmetric.m. |
|
6389 * general/isvector.m: Rename from is_vector.m. |
|
6390 |
4022
|
6391 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6392 |
|
6393 * statistics/base/mean.m: Allow empty matrices. |
|
6394 Handle DIM arg. |
|
6395 |
5095
|
6396 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
6397 |
|
6398 * plot/__errcomm__.m: If format is not specified, default to error |
|
6399 bar format. |
|
6400 |
4011
|
6401 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6402 |
|
6403 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
6404 __F_SETFL__ and __O_NONBLOCK__. |
|
6405 |
|
6406 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
6407 * miscellaneous/bug_report.m: Likewise. |
|
6408 |
4007
|
6409 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6410 |
4008
|
6411 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
6412 * general/rem.m: Likewise. |
|
6413 |
|
6414 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
6415 * plot/semilogxerr.m: Likewise. |
4007
|
6416 * plot/semilogyerr.m: Likewise. |
|
6417 |
5095
|
6418 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
6419 |
|
6420 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
6421 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
6422 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
6423 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
6424 |
|
6425 * plot/errorbar.m: Use __errcomm__.m. |
|
6426 * plot/__errplot__.m: Minor cleanups. |
|
6427 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
6428 * plot/__pltopt1__.m: Likewise. |
|
6429 |
3980
|
6430 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6431 |
3981
|
6432 * general/rem.m: Delete redundant call to usage. |
|
6433 |
3980
|
6434 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
6435 |
5095
|
6436 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
6437 |
|
6438 * general/mod.m: New function. |
|
6439 |
3979
|
6440 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6441 |
|
6442 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
6443 * control/system/sysadd.m: Likewise. |
|
6444 * control/system/sysgroup.m: Likewise. |
|
6445 * control/system/syssub.m: Likewise. |
|
6446 * elfun/gcd.m: Likewise. |
|
6447 * elfun/lcm.m: Likewise. |
|
6448 * general/common_size.m: Likewise. |
|
6449 * io/printf.m: Likewise. |
|
6450 * miscellaneous/menu.m: Likewise. |
|
6451 * miscellaneous/path.m: Likewise. |
|
6452 * plot/__errplot__.m: Likewise. |
|
6453 * plot/__plt__.m: Likewise. |
|
6454 * plot/axis.m: Likewise. |
|
6455 * plot/errorbar.m: Likewise. |
|
6456 * plot/mplot.m: Likewise. |
|
6457 * plot/loglog.m: Likewise. |
|
6458 * plot/plot.m: Likewise. |
|
6459 * plot/plot_border.m: Likewise. |
|
6460 * plot/semilogx.m: Likewise. |
|
6461 * plot/semilogy.m: Likewise. |
|
6462 * plot/xlabel.m: Likewise. |
|
6463 * plot/ylabel.m: Likewise. |
|
6464 * plot/zlabel.m: Likewise. |
|
6465 * statistics/base/ppplot.m: Likewise. |
|
6466 * statistics/base/qqplot.m: Likewise. |
|
6467 * statistics/tests/bartlett_test.m: Likewise. |
|
6468 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
6469 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6470 * strings/str2mat.m: Likewise. |
|
6471 * strings/strcat.m: Likewise. |
|
6472 |
5095
|
6473 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
6474 |
|
6475 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
6476 |
3924
|
6477 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6478 |
|
6479 * skip-autoheader: New file, for autogen.sh. |
3925
|
6480 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
6481 |
5095
|
6482 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
6483 |
|
6484 * general/repmat.m: New function. |
|
6485 |
5095
|
6486 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
6487 |
|
6488 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
6489 Use optional parameter to specify the number of bits in the input. |
|
6490 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
6491 floats in the range [-1,1], 2x speedup. |
|
6492 |
|
6493 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
6494 |
3910
|
6495 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6496 |
|
6497 * linear-algebra/kron.m: Delete. |
|
6498 |
5095
|
6499 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
6500 |
|
6501 * signal/freqz.m: If nargout is zero, plot results instead of |
|
6502 returning them. |
|
6503 * signal/freqz_plot.m: New file. |
|
6504 |
5095
|
6505 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
6506 |
5378
|
6507 * signal/unwrap.m: New file. |
3906
|
6508 |
5095
|
6509 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
6510 |
|
6511 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
6512 divide by zero warning. |
|
6513 |
5095
|
6514 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
6515 |
3894
|
6516 * strings/deblank.m: Trim \0 as well as blank. |
|
6517 |
5378
|
6518 * freqz.m: Evaluate a specific range of frequencies |
3893
|
6519 expressed in radians or Hz relative to a supplied sample rate. |
|
6520 |
5095
|
6521 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
6522 |
|
6523 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
6524 |
3891
|
6525 * strings/findstr.m: Vectorize as much as possible. |
|
6526 |
5095
|
6527 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
6528 |
|
6529 * special-matrix/invhilb.m: New version that is faster and more |
|
6530 accurate. |
|
6531 |
5095
|
6532 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
6533 |
|
6534 * configure.in: Update for autoconf 2.5x. |
|
6535 |
5095
|
6536 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
6537 |
|
6538 * special-matrix/vander.m: Code tidy and vectorize. |
|
6539 |
5095
|
6540 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
6541 |
3883
|
6542 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
6543 to vectors. Issue a warning in the case x matches y' but return a |
|
6544 column vector as Octave currently does. |
|
6545 |
3882
|
6546 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
6547 |
|
6548 * control/system/starp.m: Leave more of the documentation |
|
6549 processing to texinfo and less to the @format block. |
|
6550 |
|
6551 * image/imagesc.m: Only display image if no output is requested. |
|
6552 Code tidying. |
|
6553 |
3876
|
6554 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6555 |
|
6556 * statistics/base/center.m: Accept and return empty matrix. |
|
6557 |
3872
|
6558 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6559 |
|
6560 * specfun/erfinv.m: Fix usage message. |
|
6561 |
3869
|
6562 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6563 |
|
6564 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
6565 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
6566 |
3837
|
6567 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6568 |
|
6569 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
6570 capitalized variable names. |
|
6571 |
3836
|
6572 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
6573 |
|
6574 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
6575 |
5095
|
6576 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
6577 |
|
6578 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
6579 |
3803
|
6580 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
6581 |
3833
|
6582 * general/cart2pol.m: New file. |
|
6583 * general/pol2cart.m: New file. |
|
6584 * general/cart2sph.m: New file. |
|
6585 * general/sph2cart.m: New file. |
|
6586 * image/rgb2hsv.m: New file. |
|
6587 * image/hsv2rgb.m: New file. |
3803
|
6588 |
|
6589 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6590 |
|
6591 * plot/meshgrid.m: Avoid for loops. |
|
6592 * plot/meshdom.m: Likewise. |
|
6593 |
3801
|
6594 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6595 |
|
6596 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
6597 |
|
6598 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
6599 |
|
6600 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
6601 norm. |
|
6602 |
3792
|
6603 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
6604 |
|
6605 * statistics/tests/welch_test.m: Fix typo. |
|
6606 |
|
6607 * statistics/distributions/chisquare_cdf.m: |
|
6608 Don't restrict inputs to be only positive integers. |
|
6609 * statistics/distributions/chisquare_inv.m: Likewise. |
|
6610 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
6611 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
6612 * statistics/distributions/f_cdf.m: Likewise. |
|
6613 * statistics/distributions/f_inv.m: Likewise. |
|
6614 * statistics/distributions/f_pdf.m: Likewise. |
|
6615 * statistics/distributions/f_rnd.m: Likewise. |
|
6616 * statistics/distributions/t_cdf.m: Likewise. |
|
6617 * statistics/distributions/t_inv.m: Likewise. |
|
6618 * statistics/distributions/t_pdf.m: Likewise. |
|
6619 * statistics/distributions/t_rnd.m: Likewise. |
|
6620 |
3790
|
6621 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6622 |
|
6623 * strings/dec2base.m: New file. |
|
6624 * strings/base2dec.m: New file. |
|
6625 * strings/strjust.m: New file. |
|
6626 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
6627 * strings/dec2bin.m: Likewise. |
|
6628 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
6629 * strings/bin2dec.m: Likewise. |
|
6630 |
5095
|
6631 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
6632 |
|
6633 * statistics/base/ppplot.m: Use gset, not set. |
|
6634 * statistics/base/qqplot.m: Likewise. |
|
6635 |
5095
|
6636 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
6637 |
|
6638 * control/system/c2d.m: Add missing endif. |
|
6639 |
3759
|
6640 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6641 |
|
6642 * strings/index.m: Return 0 if either string is empty. |
|
6643 |
|
6644 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
6645 |
|
6646 * control/system/c2d.m: Allow option of matched pole/zero |
|
6647 equivalent for conversion. |
|
6648 |
|
6649 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
6650 |
|
6651 * strings/findstr.m: Return empty matrix if search string is empty. |
|
6652 |
3757
|
6653 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
6654 |
|
6655 * saveimage.m: Do create rawbit image for black and white images, |
|
6656 but do it correctly. |
|
6657 |
3754
|
6658 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6659 |
6778
|
6660 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
6661 result polynomials. |
3754
|
6662 |
3748
|
6663 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6664 |
|
6665 * image/saveimage.m: Don't try to create rawbit image. |
|
6666 |
3740
|
6667 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6668 |
|
6669 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
6670 |
5095
|
6671 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
6672 |
|
6673 * plot/contour.m: Reorder args for Matlab compatibility. |
|
6674 |
3727
|
6675 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
6676 |
|
6677 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
6678 |
3717
|
6679 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6680 |
3718
|
6681 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
6682 |
3717
|
6683 * plot/mesh.m: Also set nologscale before plotting. |
|
6684 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
6685 xyerrorbars instead of just errorbars. |
|
6686 |
3714
|
6687 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
6688 |
|
6689 * image/image.m: Try display (from ImageMagick) first. |
|
6690 |
3709
|
6691 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
6692 |
|
6693 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
6694 conjugate transpose. |
|
6695 |
3705
|
6696 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6697 |
|
6698 * strings/str2mat.m: Apply setstr to each argument. |
|
6699 |
3696
|
6700 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
6701 |
|
6702 * control/base/dkalman.m: New file. |
|
6703 * control/base/dlqe.m: Handle singular A matrix. |
|
6704 * control/base/dlqr.m: Likewise. |
|
6705 |
3695
|
6706 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6707 |
|
6708 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
6709 dimensions don't match. |
|
6710 |
3690
|
6711 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
6712 |
|
6713 * plot/hist.m: Allow 3 argument form to work. |
|
6714 |
5095
|
6715 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
6716 |
|
6717 * plot/plot.m: Add examples in doc string. |
|
6718 |
5095
|
6719 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
6720 |
|
6721 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
6722 Do the right thing even if automatic_replot is not zero. |
|
6723 Avoid failure if system has pure imaginary poles. |
|
6724 |
3674
|
6725 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6726 |
|
6727 * general/logical.m: Return arg if it is empty. Better error |
|
6728 message for non-numeric types. |
|
6729 |
5095
|
6730 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
6731 |
|
6732 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
6733 about difference with Matlab dlqe function. |
|
6734 |
|
6735 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
6736 |
5095
|
6737 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
6738 |
|
6739 * strings/strrep.m: Fix typo. |
|
6740 |
3666
|
6741 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6742 |
|
6743 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
6744 |
5095
|
6745 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
6746 |
|
6747 * strings/strrep.m: Avoid for loop for speed. |
3667
|
6748 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
6749 |
5095
|
6750 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
6751 |
|
6752 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
6753 guess for iteration. |
|
6754 |
3651
|
6755 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6756 |
|
6757 * image/image.m: Allow image (A) or image (x, y, A). |
|
6758 * image/imagesc.m: Likewise. |
|
6759 |
|
6760 * image/image.m: If zoom is not supplied, or if it is an empty |
|
6761 matrix, autoscale the image. |
|
6762 |
3618
|
6763 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6764 |
3619
|
6765 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
6766 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6767 |
3618
|
6768 * image/saveimage.m: Add comment to file saying who created it and |
|
6769 when it was created. Suggested by Stephen Eglen |
|
6770 <stephen@cogsci.ed.ac.uk>. |
|
6771 |
5095
|
6772 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
6773 |
|
6774 * polynomial/polyreduce.m: Simplify by looking for the first |
|
6775 non-zero element rather than the last of the first set of zero |
|
6776 elements. |
|
6777 |
|
6778 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
6779 |
5095
|
6780 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
6781 |
|
6782 * image/saveimage.m: Swap black and white colormaps so zero is |
|
6783 displayed as black and 1 is displayed as white. |
|
6784 Fix indexing bug in ppm case. |
|
6785 |
3604
|
6786 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6787 |
|
6788 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6789 between the two distributions (took same approach as ks.test() in R.) |
|
6790 |
3603
|
6791 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6792 |
|
6793 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6794 |
3599
|
6795 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6796 |
3601
|
6797 * Makefile.in (clean): Also remove gethelp. |
|
6798 |
3599
|
6799 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6800 |
5095
|
6801 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6802 |
|
6803 * set/create_set.m: Use find to avoid while loop. |
|
6804 |
5095
|
6805 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6806 |
|
6807 * plot/hist.m: New optional third argument. |
|
6808 |
|
6809 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6810 |
|
6811 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6812 number appended. |
|
6813 |
3575
|
6814 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6815 |
|
6816 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6817 |
3498
|
6818 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6819 |
|
6820 * image/saveimage.m: Delete some debugging code. |
|
6821 |
3486
|
6822 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6823 |
|
6824 * signal/sinc.m: Avoid reshaping. |
|
6825 |
|
6826 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6827 * image/ind2rgb.m: Ditto. |
|
6828 * image/ind2gray.m: Ditto. |
|
6829 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6830 implicit_str_to_num_ok. |
|
6831 |
3483
|
6832 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6833 |
|
6834 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6835 a list of file structures, not a vector of numeric file ids. |
|
6836 |
3474
|
6837 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6838 |
3476
|
6839 * plot/__axis_label__.m: New function. |
|
6840 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6841 * plot/xlabel.m: Use it. |
|
6842 * plot/ylabel.m: Ditto. |
|
6843 * plot/zlabel.m: Ditto. |
|
6844 |
3474
|
6845 * plot/mesh.m: Fix error message to reflect reality. |
|
6846 |
5095
|
6847 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6848 |
|
6849 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6850 |
5095
|
6851 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6852 |
|
6853 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6854 * audio/loadaudio.m: Ditto. |
|
6855 * audio/playaudio.m: Ditto. |
|
6856 |
3456
|
6857 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6858 |
|
6859 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6860 * statistics/distributions/beta_inv.m: Ditto. |
|
6861 * statistics/distributions/beta_pdf.m: Ditto. |
|
6862 * statistics/distributions/beta_rnd.m: Ditto. |
|
6863 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6864 * statistics/distributions/binomial_inv.m: Ditto. |
|
6865 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6866 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6867 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6868 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6869 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6870 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6871 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6872 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6873 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6874 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6875 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6876 * statistics/distributions/discrete_inv.m: Ditto. |
|
6877 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6878 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6879 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6880 * statistics/distributions/empirical_inv.m: Ditto. |
|
6881 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6882 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6883 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6884 * statistics/distributions/exponential_inv.m: Ditto. |
|
6885 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6886 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6887 * statistics/distributions/f_cdf.m: Ditto. |
|
6888 * statistics/distributions/f_inv.m: Ditto. |
|
6889 * statistics/distributions/f_pdf.m: Ditto. |
|
6890 * statistics/distributions/f_rnd.m: Ditto. |
|
6891 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6892 * statistics/distributions/gamma_inv.m: Ditto. |
|
6893 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6894 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6895 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6896 * statistics/distributions/geometric_inv.m: Ditto. |
|
6897 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6898 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6899 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6900 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6901 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6902 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6903 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6904 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6905 * statistics/distributions/laplace_inv.m: Ditto. |
|
6906 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6907 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6908 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6909 * statistics/distributions/logistic_inv.m: Ditto. |
|
6910 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6911 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6912 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6913 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6914 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6915 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6916 * statistics/distributions/normal_cdf.m: Ditto. |
|
6917 * statistics/distributions/normal_inv.m: Ditto. |
|
6918 * statistics/distributions/normal_pdf.m: Ditto. |
|
6919 * statistics/distributions/normal_rnd.m: Ditto. |
|
6920 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6921 * statistics/distributions/pascal_inv.m: Ditto. |
|
6922 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6923 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6924 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6925 * statistics/distributions/poisson_inv.m: Ditto. |
|
6926 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6927 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6928 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6929 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6930 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6931 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6932 * statistics/distributions/t_cdf.m: Ditto. |
|
6933 * statistics/distributions/t_inv.m: Ditto. |
|
6934 * statistics/distributions/t_pdf.m: Ditto. |
|
6935 * statistics/distributions/t_rnd.m: Ditto. |
|
6936 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6937 * statistics/distributions/uniform_inv.m: Ditto. |
|
6938 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6939 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6940 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6941 * statistics/distributions/weibull_inv.m: Ditto. |
|
6942 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6943 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6944 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6945 |
3453
|
6946 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6947 |
|
6948 * statistics/base/values.m: Texinfoize doc string. |
|
6949 * statistics/base/var.m: Ditto. |
|
6950 * statistics/base/table.m: Ditto. |
|
6951 * statistics/base/studentize.m: Ditto. |
|
6952 * statistics/base/statistics.m: Ditto. |
|
6953 * statistics/base/spearman.m: Ditto. |
|
6954 * statistics/base/run_count.m: Ditto. |
|
6955 * statistics/base/ranks.m: Ditto. |
|
6956 * statistics/base/range.m: Ditto. |
|
6957 * statistics/base/qqplot.m: Ditto. |
|
6958 * statistics/base/probit.m: Ditto. |
|
6959 * statistics/base/ppplot.m: Ditto. |
|
6960 * statistics/base/moment.m: Ditto. |
|
6961 * statistics/base/meansq.m: Ditto. |
|
6962 * statistics/base/logit.m: Ditto. |
|
6963 * statistics/base/kendall.m: Ditto. |
|
6964 * statistics/base/iqr.m: Ditto. |
|
6965 * statistics/base/cut.m: Ditto. |
|
6966 * statistics/base/cor.m: Ditto. |
|
6967 * statistics/base/cloglog.m: Ditto. |
|
6968 * statistics/base/center.m: Ditto. |
3454
|
6969 * statistics/models/logistic_regression.m: Ditto. |
|
6970 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6971 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6972 * statistics/tests/anova.m: Ditto. |
|
6973 * statistics/tests/bartlett_test.m: Ditto. |
|
6974 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6975 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6976 * statistics/tests/cor_test.m: Ditto. |
|
6977 * statistics/tests/f_test_regression.m: Ditto. |
|
6978 * statistics/tests/hotelling_test.m: Ditto. |
|
6979 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6980 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6981 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6982 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6983 * statistics/tests/manova.m: Ditto. |
|
6984 * statistics/tests/mcnemar_test.m: Ditto. |
|
6985 * statistics/tests/prop_test_2.m: Ditto. |
|
6986 * statistics/tests/run_test.m: Ditto. |
|
6987 * statistics/tests/sign_test.m: Ditto. |
|
6988 * statistics/tests/t_test.m: Ditto. |
|
6989 * statistics/tests/t_test_2.m: Ditto. |
|
6990 * statistics/tests/t_test_regression.m: Ditto. |
|
6991 * statistics/tests/u_test.m: Ditto. |
|
6992 * statistics/tests/var_test.m: Ditto. |
|
6993 * statistics/tests/welch_test.m: Ditto. |
|
6994 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6995 * statistics/tests/z_test.m: Ditto. |
|
6996 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6997 |
3446
|
6998 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6999 |
|
7000 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
7001 * plot/__plr1__.m: Ditto. |
|
7002 * plot/__pltopt__.m: Ditto. |
|
7003 * plot/__plt__.m: Ditto. |
|
7004 * plot/__plt2vv__.m: Ditto. |
|
7005 * plot/__plr2__.m: Ditto. |
|
7006 * plot/__plr__.m: Ditto. |
|
7007 * plot/__plt1__.m: Ditto. |
|
7008 * plot/__plt2__.m: Ditto. |
|
7009 * plot/__plt2mm__.m: Ditto. |
|
7010 * plot/__plt2mv__.m: Ditto. |
|
7011 * plot/__plt2ss__.m: Ditto. |
|
7012 * miscellaneous/paren.m: Ditto. |
|
7013 * miscellaneous/comma.m: Ditto. |
|
7014 * miscellaneous/semicolon.m: Ditto. |
|
7015 * miscellaneous/path.m: Ditto. |
|
7016 * miscellaneous/list_primes.m: Ditto. |
|
7017 * miscellaneous/flops.m: Ditto. |
|
7018 * miscellaneous/dump_prefs.m: Ditto. |
|
7019 * miscellaneous/bug_report.m: Ditto. |
|
7020 * linear-algebra/dot.m: Ditto |
|
7021 * linear-algebra/dmult.m: Ditto. |
|
7022 * general/randperm.m: Ditto. |
|
7023 * general/logical.m: Ditto. |
|
7024 * general/is_duplicate_entry.m: Ditto. |
|
7025 * signal/arch_fit.m: Ditto. |
|
7026 * signal/arch_rnd.m: Ditto. |
|
7027 * signal/arch_test.m: Ditto. |
|
7028 * signal/arma_rnd.m: Ditto. |
|
7029 * signal/autocor.m: Ditto. |
|
7030 * signal/autocov.m: Ditto. |
|
7031 * signal/autoreg_matrix.m: Ditto. |
|
7032 * signal/bartlett.m: Ditto. |
|
7033 * signal/blackman.m: Ditto. |
|
7034 * signal/detrend.m: Ditto. |
|
7035 * signal/diffpara.m: Ditto. |
|
7036 * signal/durbinlevinson.m: Ditto. |
|
7037 * signal/fftconv.m: Ditto. |
|
7038 * signal/fftfilt.m: Ditto. |
|
7039 * signal/fftshift.m: Ditto. |
|
7040 * signal/fractdiff.m: Ditto. |
|
7041 * signal/freqz.m: Ditto. |
|
7042 * signal/hamming.m: Ditto. |
|
7043 * signal/hanning.m: Ditto. |
|
7044 * signal/hurst.m: Ditto. |
|
7045 * signal/periodogram.m: Ditto. |
|
7046 * signal/rectangle_lw.m: Ditto. |
|
7047 * signal/rectangle_sw.m: Ditto. |
|
7048 * signal/sinc.m: Ditto. |
|
7049 * signal/sinetone.m: Ditto. |
|
7050 * signal/sinewave.m: Ditto. |
|
7051 * signal/spectral_adf.m: Ditto. |
|
7052 * signal/spectral_xdf.m: Ditto. |
|
7053 * signal/spencer.m: Ditto. |
|
7054 * signal/stft.m: Ditto. |
|
7055 * signal/synthesis.m: Ditto. |
|
7056 * signal/triangle_lw.m: Ditto. |
|
7057 * signal/triangle_sw.m: Ditto. |
|
7058 * signal/yulewalker.m: Ditto. |
3450
|
7059 * control/util/strappend.m: Ditto. |
3451
|
7060 * control/base/nichols.m: Ditto. |
3452
|
7061 * control/system/is_signal_list.m: Ditto. |
|
7062 * control/system/listidx.m: Ditto. |
|
7063 * control/system/sysgettsam.m: Ditto. |
|
7064 * control/system/sysidx.m: Ditto. |
3446
|
7065 |
3438
|
7066 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7067 |
|
7068 * control/system/__abcddims__.m: Rename from |
|
7069 control/system/abcddims.m, change all callers. |
|
7070 * control/base/__bodquist__.m: Likewise. |
|
7071 * control/base/__freqresp__.m: Likewise. |
|
7072 * control/util/__outlist__.m: Likewise. |
|
7073 * control/base/__stepimp__.m: Likewise. |
|
7074 * control/system/__syschnamesl__.m: Likewise. |
|
7075 * control/system/__syscont_disc__.m: Likewise. |
|
7076 * control/system/__sysdefioname__.m: Likewise. |
|
7077 * control/system/__sysdefstname__.m: Likewise. |
|
7078 * control/system/__sysgroupn__.m: Likewise. |
|
7079 * control/system/__tf2sysl__.m: Likewise. |
|
7080 * control/util/__zgpbal__.m: Likewise. |
|
7081 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
7082 |
|
7083 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
7084 * quaternion/qconj.m: Ditto. |
|
7085 * quaternion/qcoordinate_plot.m: Ditto. |
|
7086 * quaternion/qderiv.m: Ditto. |
|
7087 * quaternion/qderivmat.m: Ditto. |
|
7088 * quaternion/qinv.m: Ditto. |
|
7089 * quaternion/qmult.m: Ditto. |
|
7090 * quaternion/qtrans.m: Ditto. |
|
7091 * quaternion/qtransv.m: Ditto. |
|
7092 * quaternion/qtransvmat.m: Ditto. |
|
7093 * quaternion/quaternion.m: Ditto. |
3438
|
7094 |
3436
|
7095 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7096 |
|
7097 * control/base/Makefile.in: Ditto. |
|
7098 * control/hinf/Makefile.in: New file. |
|
7099 * control/marsyas/Makefile.in: Ditto. |
|
7100 * control/obsolete/Makefile.in: Ditto. |
|
7101 * control/system/Makefile.in: Ditto. |
|
7102 * control/util/Makefile.in: Ditto. |
|
7103 |
|
7104 * strings/com2str.m: Move here from control directory. |
|
7105 |
|
7106 * control/base: New directory. |
|
7107 * control/base/DEMOcontrol.m: Move here from control directory. |
|
7108 * control/base/analdemo.m: Ditto. |
|
7109 * control/base/are.m: Ditto. |
|
7110 * control/base/bddemo.m: Ditto. |
|
7111 * control/base/bode.m: Ditto. |
|
7112 * control/base/bode_bounds.m: Ditto. |
|
7113 * control/base/bodquist.m: Ditto. |
|
7114 * control/base/controldemo.m: Ditto. |
|
7115 * control/base/ctrb.m: Ditto. |
|
7116 * control/base/damp.m: Ditto. |
|
7117 * control/base/dare.m: Ditto. |
|
7118 * control/base/dcgain.m: Ditto. |
|
7119 * control/base/dgram.m: Ditto. |
|
7120 * control/base/dlqe.m: Ditto. |
|
7121 * control/base/dlqr.m: Ditto. |
|
7122 * control/base/dlyap.m: Ditto. |
|
7123 * control/base/dre.m: Ditto. |
|
7124 * control/base/frdemo.m: Ditto. |
|
7125 * control/base/freqchkw.m: Ditto. |
|
7126 * control/base/freqresp.m: Ditto. |
|
7127 * control/base/gram.m: Ditto. |
|
7128 * control/base/impulse.m: Ditto. |
|
7129 * control/base/lqe.m: Ditto. |
|
7130 * control/base/lqg.m: Ditto. |
|
7131 * control/base/lqr.m: Ditto. |
|
7132 * control/base/lsim.m: Ditto. |
|
7133 * control/base/ltifr.m: Ditto. |
|
7134 * control/base/lyap.m: Ditto. |
|
7135 * control/base/nichols.m: Ditto. |
|
7136 * control/base/nyquist.m: Ditto. |
|
7137 * control/base/obsv.m: Ditto. |
|
7138 * control/base/place.m: Ditto. |
|
7139 * control/base/pzmap.m: Ditto. |
|
7140 * control/base/rldemo.m: Ditto. |
|
7141 * control/base/rlocus.m: Ditto. |
|
7142 * control/base/step.m: Ditto. |
|
7143 * control/base/stepimp.m: Ditto. |
|
7144 * control/base/tzero.m: Ditto. |
|
7145 * control/base/tzero2.m: Ditto. |
|
7146 |
|
7147 * control/hinf: New directory. |
|
7148 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
7149 * control/hinf/h2norm.m: Ditto. |
|
7150 * control/hinf/h2syn.m: Ditto. |
|
7151 * control/hinf/hinf_ctr.m: Ditto. |
|
7152 * control/hinf/hinfdemo.m: Ditto. |
|
7153 * control/hinf/hinfnorm.m: Ditto. |
|
7154 * control/hinf/hinfsyn.m: Ditto. |
|
7155 * control/hinf/hinfsyn_chk.m: Ditto. |
|
7156 * control/hinf/hinfsyn_ric.m: Ditto. |
|
7157 * control/hinf/wgt1o.m: Ditto. |
3441
|
7158 * control/hinf/dgkfdemo.m: Ditto. |
|
7159 * control/hinf/is_dgkf.m: Ditto. |
3436
|
7160 |
|
7161 * control/marsyas: New directory. |
|
7162 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
7163 * control/marsyas/susball.m: Ditto. |
|
7164 |
|
7165 * control/obsolete/dezero.m: Move here from control directory. |
|
7166 * control/obsolete/rotg.m: Ditto. |
|
7167 |
|
7168 * control/system: New directory. |
|
7169 * control/system/abcddim.m: Move here from control directory. |
|
7170 * control/system/abcddims.m: Ditto. |
|
7171 * control/system/buildssic.m: Ditto. |
|
7172 * control/system/c2d.m: Ditto. |
|
7173 * control/system/d2c.m: Ditto. |
|
7174 * control/system/dmr2d.m: Ditto. |
|
7175 * control/system/fir2sys.m: Ditto. |
|
7176 * control/system/is_abcd.m: Ditto. |
|
7177 * control/system/is_digital.m: Ditto. |
|
7178 * control/system/is_sample.m: Ditto. |
|
7179 * control/system/is_signal_list.m: Ditto. |
|
7180 * control/system/is_siso.m: Ditto. |
3441
|
7181 * control/system/is_controllable.m: Ditto. |
|
7182 * control/system/is_detectable.m: Ditto. |
|
7183 * control/system/is_observable.m: Ditto. |
|
7184 * control/system/is_stabilizable.m: Ditto. |
|
7185 * control/system/is_stable.m: Ditto. |
3436
|
7186 * control/system/jet707.m: Ditto. |
|
7187 * control/system/listidx.m: Ditto. |
|
7188 * control/system/moddemo.m: Ditto. |
|
7189 * control/system/ord2.m: Ditto. |
|
7190 * control/system/packedform.m: Ditto. |
|
7191 * control/system/parallel.m: Ditto. |
|
7192 * control/system/ss2sys.m: Ditto. |
|
7193 * control/system/ss2tf.m: Ditto. |
|
7194 * control/system/ss2zp.m: Ditto. |
|
7195 * control/system/starp.m: Ditto. |
|
7196 * control/system/sys2fir.m: Ditto. |
|
7197 * control/system/sys2ss.m: Ditto. |
|
7198 * control/system/sys2tf.m: Ditto. |
|
7199 * control/system/sys2zp.m: Ditto. |
|
7200 * control/system/sysadd.m: Ditto. |
|
7201 * control/system/sysappend.m: Ditto. |
|
7202 * control/system/syschnamesl.m: Ditto. |
|
7203 * control/system/syschtsam.m: Ditto. |
|
7204 * control/system/sysconnect.m: Ditto. |
|
7205 * control/system/syscont.m: Ditto. |
|
7206 * control/system/syscont_disc.m: Ditto. |
|
7207 * control/system/sysdefioname.m: Ditto. |
|
7208 * control/system/sysdefstname.m: Ditto. |
|
7209 * control/system/sysdimensions.m: Ditto. |
|
7210 * control/system/sysdisc.m: Ditto. |
|
7211 * control/system/sysdup.m: Ditto. |
|
7212 * control/system/sysgetsignals.m: Ditto. |
|
7213 * control/system/sysgettsam.m: Ditto. |
|
7214 * control/system/sysgettype.m: Ditto. |
|
7215 * control/system/sysgroup.m: Ditto. |
|
7216 * control/system/sysgroupn.m: Ditto. |
|
7217 * control/system/sysidx.m: Ditto. |
|
7218 * control/system/sysmin.m: Ditto. |
|
7219 * control/system/sysmult.m: Ditto. |
|
7220 * control/system/sysout.m: Ditto. |
|
7221 * control/system/sysprune.m: Ditto. |
|
7222 * control/system/sysreorder.m: Ditto. |
|
7223 * control/system/sysrepdemo.m: Ditto. |
|
7224 * control/system/sysscale.m: Ditto. |
|
7225 * control/system/syssetsignals.m: Ditto. |
|
7226 * control/system/syssub.m: Ditto. |
|
7227 * control/system/sysupdate.m: Ditto. |
|
7228 * control/system/tf2ss.m: Ditto. |
|
7229 * control/system/tf2sys.m: Ditto. |
|
7230 * control/system/tf2sysl.m: Ditto. |
|
7231 * control/system/tf2zp.m: Ditto. |
|
7232 * control/system/tfout.m: Ditto. |
|
7233 * control/system/ugain.m: Ditto. |
|
7234 * control/system/zp2ss.m: Ditto. |
|
7235 * control/system/zp2ssg2.m: Ditto. |
|
7236 * control/system/zp2sys.m: Ditto. |
|
7237 * control/system/zp2tf.m: Ditto. |
|
7238 * control/system/zpout.m: Ditto. |
|
7239 |
|
7240 * control/util: New directory. |
|
7241 * control/util/axis2dlim.m: Move here from control directory. |
|
7242 * control/util/outlist.m: Ditto. |
|
7243 * control/util/prompt.m: Ditto. |
|
7244 * control/util/run_cmd.m: Ditto. |
|
7245 * control/util/sortcom.m: Ditto. |
|
7246 * control/util/strappend.m: Ditto. |
|
7247 * control/util/swap.m: Ditto. |
|
7248 * control/util/zgfmul.m: Ditto. |
|
7249 * control/util/zgfslv.m: Ditto. |
|
7250 * control/util/zginit.m: Ditto. |
|
7251 * control/util/zgpbal.m: Ditto. |
|
7252 * control/util/zgreduce.m: Ditto. |
|
7253 * control/util/zgrownorm.m: Ditto. |
|
7254 * control/util/zgscal.m: Ditto. |
|
7255 * control/util/zgsgiv.m: Ditto. |
|
7256 * control/util/zgshsr.m: Ditto. |
|
7257 |
3427
|
7258 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7259 |
|
7260 * gethelp.cc (extract_help_text): Discard first space character |
|
7261 after consecutive comment characters. |
|
7262 |
3422
|
7263 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
7264 |
|
7265 * control/obsolete: New directory |
|
7266 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
7267 * control/obsolete/swapcols.m: Ditto. |
|
7268 * control/obsolete/dlqg.m: Ditto. |
|
7269 * control/obsolete/minfo.m: Ditto. |
|
7270 * control/obsolete/packsys.m: Ditto. |
|
7271 * control/obsolete/qzval.m: Ditto. |
|
7272 * control/obsolete/unpacksys.m: Ditto. |
|
7273 * control/obsolete/series.m: Ditto. |
|
7274 * control/obsolete/syschnames.m: Ditto. |
|
7275 * polynomial/polyout.m: Ditto. |
3422
|
7276 |
3420
|
7277 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7278 |
|
7279 * general/fliplr.m: Eliminate useless copy of arg. |
|
7280 * general/flipud.m: Ditto. |
|
7281 |
3418
|
7282 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7283 |
|
7284 * linear-algebra/cross.m: Only return a row vector if both args |
|
7285 are row vectors. |
|
7286 * polynomial/polyfit.m: Likewise. |
|
7287 |
|
7288 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
7289 |
|
7290 * statistics/distributions/discrete_rnd.m: |
|
7291 Always generate a row vector. |
|
7292 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
7293 |
5095
|
7294 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
7295 |
|
7296 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
7297 |
|
7298 * audio/setaudio.m: Texinfoize doc string. |
|
7299 * control/com2str.m: Likewise. |
|
7300 * control/controldemo.m: Likewise. |
|
7301 * control/DEMOcontrol.m: Likewise. |
|
7302 * control/dezero.m: Likewise. |
|
7303 * control/dre.m: Likewise. |
|
7304 * control/hinfsyn_ric.m: Likewise. |
|
7305 |
5095
|
7306 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
7307 |
|
7308 * io/printf.m: Add @seealso{...} to doc string. |
|
7309 * io/puts.m: Likewise. |
|
7310 * plot/semilogx.m: Likewise. |
|
7311 * plot/semilogy.m: Likewise. |
|
7312 * plot/__pltopt__.m: Likewise. |
|
7313 * plot/bar.m: Likewise. |
|
7314 * plot/xlabel.m: Likewise. |
|
7315 * plot/grid.m: Likewise. |
|
7316 * plot/shg.m: Likewise. |
|
7317 * plot/title.m: Likewise. |
|
7318 * plot/mesh.m: Likewise. |
|
7319 * plot/__pltopt1__.m: Likewise. |
|
7320 * plot/contour.m: Likewise. |
|
7321 * plot/hist.m: Likewise. |
|
7322 * plot/stairs.m: Likewise. |
|
7323 * plot/meshgrid.m: Likewise. |
|
7324 * plot/polar.m: Likewise. |
|
7325 * plot/loglog.m: Likewise. |
|
7326 * plot/plot.m: Likewise. |
|
7327 * miscellaneous/semicolon.m: Likewise. |
|
7328 * miscellaneous/menu.m: Likewise. |
|
7329 * miscellaneous/etime.m: Likewise. |
|
7330 * miscellaneous/texas_lotto.m: Likewise. |
|
7331 * miscellaneous/comma.m: Likewise. |
|
7332 * audio/lin2mu.m: Likewise. |
|
7333 * audio/playaudio.m: Likewise. |
|
7334 * audio/loadaudio.m: Likewise. |
|
7335 * audio/saveaudio.m: Likewise. |
|
7336 * audio/mu2lin.m: Likewise. |
|
7337 * audio/record.m: Likewise. |
|
7338 * strings/isletter.m: Likewise. |
|
7339 * strings/lower.m: Likewise. |
|
7340 * strings/lower.m: Likewise. |
|
7341 * strings/upper.m: Likewise. |
|
7342 * specfun/erfinv.m: Likewise. |
|
7343 * specfun/gammai.m: Likewise. |
|
7344 * specfun/log2.m: Likewise. |
|
7345 * specfun/pow2.m: Likewise. |
|
7346 * elfun/gcd.m: Likewise. |
|
7347 * elfun/lcm.m: Likewise. |
|
7348 * special-matrix/vander.m: Likewise. |
|
7349 * special-matrix/sylvester_matrix.m: Likewise. |
|
7350 * special-matrix/hilb.m: Likewise. |
|
7351 * special-matrix/hankel.m: Likewise. |
|
7352 * special-matrix/toeplitz.m: Likewise. |
|
7353 * special-matrix/invhilb.m: Likewise. |
|
7354 * statistics/base/std.m: Likewise. |
|
7355 * statistics/base/median.m: Likewise. |
|
7356 * linear-algebra/cond.m: Likewise. |
|
7357 * linear-algebra/norm.m: Likewise. |
|
7358 * finance/nper.m: Likewise. |
|
7359 * finance/pmt.m: Likewise. |
|
7360 * finance/pv.m: Likewise. |
|
7361 * finance/rate.m: Likewise. |
|
7362 * finance/npv.m: Likewise. |
|
7363 * general/fliplr.m: Likewise. |
|
7364 * general/flipud.m: Likewise. |
|
7365 * general/is_scalar.m: Likewise. |
|
7366 * general/rem.m: Likewise. |
|
7367 * general/perror.m: Likewise. |
|
7368 * general/tril.m: Likewise. |
|
7369 * general/rot90.m: Likewise. |
|
7370 * general/num2str.m: Likewise. |
|
7371 * general/int2str.m: Likewise. |
|
7372 * general/reshape.m: Likewise. |
|
7373 * general/logspace.m: Likewise. |
|
7374 * general/is_symmetric.m: Likewise. |
|
7375 * general/is_vector.m: Likewise. |
|
7376 * general/nextpow2.m: Likewise. |
|
7377 * general/columns.m: Likewise. |
|
7378 * general/is_square.m: Likewise. |
|
7379 * general/rows.m: Likewise. |
|
7380 * control/ugain.m: Likewise. |
|
7381 * control/damp.m: Likewise. |
|
7382 * control/dare.m: Likewise. |
|
7383 * control/are.m: Likewise. |
|
7384 * control/sys2fir.m: Likewise. |
|
7385 * control/abcddim.m: Likewise. |
|
7386 * control/is_abcd.m: Likewise. |
|
7387 * control/step.m: Likewise. |
|
7388 * control/is_observable.m: Likewise. |
|
7389 * control/is_controllable.m: Likewise. |
|
7390 * control/jet707.m: Likewise. |
|
7391 * control/polyout.m: Likewise. |
|
7392 * control/impulse.m: Likewise. |
|
7393 * control/lqg.m: Likewise. |
|
7394 * control/is_detectable.m: Likewise. |
|
7395 * control/sysdimensions.m: Likewise. |
|
7396 * control/sysupdate.m: Likewise. |
|
7397 * control/stepimp.m: Likewise. |
|
7398 * control/is_stable.m: Likewise. |
|
7399 * control/tfout.m: Likewise. |
|
7400 * control/zpout.m: Likewise. |
|
7401 |
3405
|
7402 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7403 |
|
7404 * set/complement.m: Add @seealso{} stuff. |
|
7405 * set/create_set.m: Likewise. |
|
7406 * set/intersection.m: Likewise. |
|
7407 * set/union.m: Likewise. |
|
7408 |
3399
|
7409 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7410 |
3400
|
7411 * control/d2c.m: Use double quotes instead of single quotes for |
|
7412 string constants. |
|
7413 * control/dgkfdemo.m: Likewise. |
|
7414 * control/fir2sys.m: Likewise. |
|
7415 * control/frdemo.m: Likewise. |
|
7416 * control/moddemo.m: Likewise. |
|
7417 * control/minfo.m: Likewise. |
|
7418 * control/is_stabilizable.m: Likewise. |
|
7419 * control/is_dgkf.m: Likewise. |
|
7420 * control/polyout.m: Likewise. |
|
7421 * control/sysconnect.m: Likewise. |
|
7422 * control/sysrepdemo.m: Likewise. |
|
7423 * control/tf2sys.m: Likewise. |
|
7424 * control/tfout.m: Likewise. |
|
7425 * control/zp2sys.m: Likewise. |
|
7426 * control/zpout.m: Likewise. |
|
7427 * control/tzero.m: Likewise. |
|
7428 |
|
7429 * control/DEMOcontrol.m: Handle moddemo case too. |
|
7430 |
|
7431 * image/loadimage.m: Use double quotes instead of single quotes |
|
7432 for string constants. Use sprintf instead of square brackets to |
|
7433 construct string. |
|
7434 |
3399
|
7435 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
7436 * control/fir2sys.m: Likewise. |
3399
|
7437 |
3390
|
7438 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7439 |
|
7440 * mkdoc: Only delete spaces before @ characters at the beginning |
|
7441 of a line. |
|
7442 |
3383
|
7443 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7444 |
3388
|
7445 * control/bddemo.m: Make it more likely to work with any value of |
|
7446 whitespace_in_literal_matrix. |
3386
|
7447 * control/analdemo.m: Ditto. |
|
7448 * control/dgkfdemo.m: Ditto. |
|
7449 * control/frdemo.m: Ditto. |
|
7450 * control/sysrepdemo.m: Ditto. |
|
7451 * control/moddemo.m: Ditto. |
3388
|
7452 * control/zp2ss.m: Ditto. |
3387
|
7453 * control/zp2tf.m: Ditto. |
3388
|
7454 * control/syssub.m: Ditto. |
|
7455 * finance/npv.m: Ditto. |
|
7456 * statistics/base/studentize.m: Ditto. |
|
7457 * statistics/base/values.m: Ditto. |
|
7458 * statistics/distributions/exponential_cdf.m: Ditto. |
|
7459 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
7460 |
3384
|
7461 * control/dezero.m: Use toascii to convert string to ASCII value |
|
7462 instead of multiplying it by 1. |
|
7463 |
3383
|
7464 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
7465 * control/zpout.m: Ditto. |
|
7466 * control/tfout.m: Ditto. |
|
7467 * control/tf2sys.m: Ditto. |
|
7468 * control/syssub.m: Ditto. |
|
7469 * control/syssetsignals.m: Ditto. |
|
7470 * control/sysout.m: Ditto. |
|
7471 * control/sysmult.m: Ditto. |
|
7472 * control/sysgroup.m: Ditto. |
|
7473 * control/sysdup.m: Ditto. |
|
7474 * control/sysdisc.m: Ditto. |
|
7475 * control/syscont.m: Ditto. |
|
7476 * control/sysconnect.m: Ditto. |
|
7477 * control/sysappend.m: Ditto. |
|
7478 * control/sysadd.m: Ditto. |
|
7479 * control/ss2sys.m: Ditto. |
|
7480 * control/nyquist.m: Ditto. |
|
7481 * control/lqg.m: Ditto. |
|
7482 * control/fir2sys.m: Ditto. |
|
7483 * control/dmr2d.m: Ditto. |
|
7484 * control/dezero.m: Ditto. |
|
7485 * control/d2c.m: Ditto. |
|
7486 * control/c2d.m: Ditto. |
|
7487 * control/bddemo.m: Ditto. |
|
7488 * control/pzmap.m: Ditto. |
|
7489 |
5095
|
7490 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
7491 |
|
7492 * signal/spectral_adf.m: Fix typo. |
|
7493 |
3372
|
7494 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7495 |
|
7496 * linear-algebra/cond.m: Texinfoize doc string. |
|
7497 * linear-algebra/kron.m: Ditto. |
|
7498 * linear-algebra/norm.m: Ditto. |
|
7499 * linear-algebra/null.m: Ditto. |
|
7500 * linear-algebra/orth.m: Ditto. |
|
7501 * linear-algebra/rank.m: Ditto. |
|
7502 * linear-algebra/trace.m: Ditto. |
|
7503 * linear-algebra/qzhess.m: Ditto. |
|
7504 * miscellaneous/menu.m: Ditto. |
3373
|
7505 * general/perror.m: Ditto. |
|
7506 * general/strerror.m: Ditto. |
|
7507 * general/columns.m: Ditto. |
|
7508 * general/rows.m: Ditto. |
|
7509 * image/colormap.m: Ditto. |
|
7510 * image/gray.m: Ditto. |
|
7511 * image/gray2ind.m: Ditto. |
|
7512 * image/image.m: Ditto. |
|
7513 * image/imagesc.m: Ditto. |
|
7514 * image/imshow.m: Ditto. |
|
7515 * image/ind2gray.m: Ditto. |
|
7516 * image/ind2rgb.m: Ditto. |
|
7517 * image/loadimage.m: Ditto. |
|
7518 * image/rgb2ntsc.m: Ditto. |
|
7519 * image/ntsc2rgb.m: Ditto. |
|
7520 * image/ocean.m: Ditto. |
|
7521 * image/rgb2ind.m: Ditto. |
|
7522 * image/saveimage.m: Ditto. |
3372
|
7523 * io/printf.m: Ditto. |
|
7524 * io/puts.m: Ditto. |
|
7525 |
3369
|
7526 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7527 |
|
7528 * special-matrix/hankel.m: Texinfoize doc string. |
|
7529 * special-matrix/hilb.m: Ditto. |
|
7530 * special-matrix/invhilb.m: Ditto. |
|
7531 * special-matrix/sylvester_matrix.m: Ditto. |
|
7532 * special-matrix/toeplitz.m: Ditto. |
|
7533 * special-matrix/vander.m: Ditto. |
|
7534 * linear-algebra/vec.m: Ditto. |
|
7535 * linear-algebra/vech.m: Ditto. |
|
7536 * general/common_size.m: Ditto. |
|
7537 * general/diff.m: Ditto. |
|
7538 * general/fliplr.m: Ditto. |
|
7539 * general/flipud.m: Ditto. |
|
7540 * general/rot90.m: Ditto. |
|
7541 * general/reshape.m: Ditto. |
|
7542 * general/shift.m: Ditto. |
|
7543 * general/tril.m: Ditto. |
|
7544 * general/triu.m: Ditto. |
|
7545 * general/logspace.m: Ditto. |
3371
|
7546 * general/nargchk.m: Ditto. |
3369
|
7547 |
3367
|
7548 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7549 |
|
7550 * statistics/base/mean: Texinfoize doc string. |
|
7551 * statistics/base/median: Ditto. |
|
7552 * statistics/base/std: Ditto. |
|
7553 * statistics/base/cov: Ditto. |
|
7554 * statistics/base/corrcoef: Ditto. |
|
7555 * statistics/base/kurtosis: Ditto. |
|
7556 * statistics/base/mahalanobis: Ditto. |
|
7557 * statistics/base/skewness: Ditto. |
3368
|
7558 * statistics/base/gls.m: Ditto. |
|
7559 * statistics/base/ols.m: Ditto. |
3367
|
7560 * signal/detrend.m: Ditto. |
|
7561 * signal/freqz.m: Ditto. |
|
7562 * signal/sinc.m: Ditto. |
|
7563 * signal/fftconv.m: Ditto. |
|
7564 * signal/fftfilt.m: Ditto. |
3368
|
7565 * set/create_set.m: Ditto. |
|
7566 * set/union.m: Ditto. |
|
7567 * set/intersection.m: Ditto. |
|
7568 * set/complement.m: Ditto. |
|
7569 * poly/compan.m: Ditto. |
|
7570 * poly/conv: Ditto. |
|
7571 * poly/deconv: Ditto. |
|
7572 * poly/poly: Ditto. |
|
7573 * poly/polyderiv: Ditto. |
|
7574 * poly/polyfit: Ditto. |
|
7575 * poly/polyinteg: Ditto. |
|
7576 * poly/polyreduce: Ditto. |
|
7577 * poly/polyval: Ditto. |
|
7578 * poly/polyvalm: Ditto. |
|
7579 * poly/residue: Ditto. |
|
7580 * poly/roots: Ditto. |
|
7581 * plot/top_title.m: Ditto |
|
7582 * plot/subwindow.m: Ditto |
|
7583 * plot/subplot.m: Ditto |
|
7584 * plot/plot_border.m: Ditto |
|
7585 * plot/oneplot.m: Ditto |
|
7586 * plot/multiplot.m: Ditto |
|
7587 * plot/mplot.m: Ditto |
|
7588 * plot/xlabel.m: Ditto |
|
7589 * plot/figure.m: Ditto |
|
7590 * plot/meshdom.m: Ditto |
|
7591 * plot/mesh.m: Ditto |
|
7592 * plot/stairs.m: Ditto |
|
7593 * plot/polar.m: Ditto |
|
7594 * plot/loglog.m: Ditto |
|
7595 * plot/hist.m: Ditto |
|
7596 * plot/contour.m: Ditto |
|
7597 * plot/bar.m: Ditto |
|
7598 * plot/axis.m: Ditto |
|
7599 * plot/plot.m: Ditto. |
3367
|
7600 |
3361
|
7601 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7602 |
3365
|
7603 * control/pinv.m: Delete. |
|
7604 |
3364
|
7605 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
7606 |
3361
|
7607 * strings/blanks.m: Texinfoize doc string. |
|
7608 * strings/strcat.m: Ditto. |
|
7609 * strings/str2mat.m: Ditto. |
|
7610 * strings/deblank.m: Ditto. |
|
7611 * strings/findstr.m: Ditto. |
|
7612 * strings/index.m: Ditto. |
|
7613 * strings/rindex.m: Ditto. |
|
7614 * strings/split.m: Ditto. |
|
7615 * strings/strcmp.m: Ditto. |
|
7616 * strings/strrep.m: Ditto. |
|
7617 * strings/substr.m: Ditto. |
|
7618 * general/int2str.m: Ditto. |
|
7619 * general/num2str.m: Ditto. |
|
7620 * strings/dec2bin.m: Ditto. |
|
7621 * strings/bin2dec: Ditto. |
|
7622 * strings/dec2bin: Ditto. |
|
7623 * strings/dec2hex: Ditto. |
|
7624 * strings/hex2dec: Ditto. |
|
7625 * strings/str2num: Ditto. |
|
7626 |
3347
|
7627 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7628 |
|
7629 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
7630 |
5095
|
7631 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
7632 |
|
7633 * control/DEMOcontrol.m: Texinfoize doc string. |
|
7634 * control/abcddim.m: Ditto. |
|
7635 * control/abcddims.m: Ditto. |
|
7636 * control/analdemo.m: Ditto. |
|
7637 * control/are.m: Ditto. |
|
7638 * control/axis2dlim.m: Ditto. |
|
7639 * control/bddemo.m: Ditto. |
|
7640 * control/bode.m: Ditto. |
|
7641 * control/bode_bounds.m: Ditto. |
|
7642 * control/bodquist.m: Ditto. |
|
7643 * control/buildssic.m: Ditto. |
|
7644 * control/c2d.m: Ditto. |
|
7645 * control/ctrb.m: Ditto. |
|
7646 * control/d2c.m: Ditto. |
|
7647 * control/damp.m: Ditto. |
|
7648 * control/dare.m: Ditto. |
|
7649 * control/dcgain.m: Ditto. |
|
7650 * control/dgkfdemo.m: Ditto. |
|
7651 * control/dgram.m: Ditto. |
|
7652 * control/dlqe.m: Ditto. |
|
7653 * control/dlqr.m: Ditto. |
|
7654 * control/dlyap.m: Ditto. |
|
7655 * control/dmr2d.m: Ditto. |
|
7656 * control/fir2sys.m: Ditto. |
|
7657 * control/frdemo.m: Ditto. |
|
7658 * control/freqchkw.m: Ditto. |
|
7659 * control/freqresp.m: Ditto. |
|
7660 * control/gram.m: Ditto. |
|
7661 * control/h2norm.m: Ditto. |
|
7662 * control/h2syn.m: Ditto. |
|
7663 * control/hinf_ctr.m: Ditto. |
|
7664 * control/hinfdemo.m: Ditto. |
|
7665 * control/hinfnorm.m: Ditto. |
|
7666 * control/hinfsyn.m: Ditto. |
|
7667 * control/hinfsyn_chk.m: Ditto. |
|
7668 * control/impulse.m: Ditto. |
|
7669 * control/is_abcd.m: Ditto. |
|
7670 * control/is_controllable.m: Ditto. |
|
7671 * control/is_detectable.m: Ditto. |
|
7672 * control/is_dgkf.m: Ditto. |
|
7673 * control/is_digital.m: Ditto. |
|
7674 * control/is_observable.m: Ditto. |
|
7675 * control/is_sample.m: Ditto. |
|
7676 * control/is_signal_list.m: Ditto. |
|
7677 * control/is_siso.m: Ditto. |
|
7678 * control/is_stabilizable.m: Ditto. |
|
7679 * control/is_stable.m: Ditto. |
|
7680 * control/jet707.m: Ditto. |
|
7681 * control/lqe.m: Ditto. |
|
7682 * control/lqg.m: Ditto. |
|
7683 * control/lqr.m: Ditto. |
|
7684 * control/lsim.m: Ditto. |
|
7685 * control/ltifr.m: Ditto. |
|
7686 * control/lyap.m: Ditto. |
|
7687 * control/moddemo.m: Ditto. |
|
7688 * control/nyquist.m: Ditto. |
|
7689 * control/obsv.m: Ditto. |
|
7690 * control/ord2.m: Ditto. |
|
7691 * control/outlist.m: Ditto. |
|
7692 * control/pinv.m: Ditto. |
|
7693 * control/place.m: Ditto. |
|
7694 * control/polyout.m: Ditto. |
|
7695 * control/prompt.m: Ditto. |
|
7696 * control/pzmap.m: Ditto. |
|
7697 * control/qzval.m: Ditto. |
|
7698 * control/rldemo.m: Ditto. |
|
7699 * control/rlocus.m: Ditto. |
|
7700 * control/sortcom.m: Ditto. |
|
7701 * control/ss2sys.m: Ditto. |
|
7702 * control/ss2tf.m: Ditto. |
|
7703 * control/ss2zp.m: Ditto. |
|
7704 * control/starp.m: Ditto. |
|
7705 * control/step.m: Ditto. |
|
7706 * control/stepimp.m: Ditto. |
|
7707 * control/susball.m: Ditto. |
|
7708 * control/sys2fir.m: Ditto. |
|
7709 * control/sys2ss.m: Ditto. |
|
7710 * control/sys2tf.m: Ditto. |
|
7711 * control/sys2zp.m: Ditto. |
|
7712 * control/sysadd.m: Ditto. |
|
7713 * control/sysappend.m: Ditto. |
|
7714 * control/syschnames.m: Ditto. |
|
7715 * control/syschnamesl.m: Ditto. |
|
7716 * control/syschtsam.m: Ditto. |
|
7717 * control/sysconnect.m: Ditto. |
|
7718 * control/syscont.m: Ditto. |
|
7719 * control/syscont_disc.m: Ditto. |
|
7720 * control/sysdefioname.m: Ditto. |
|
7721 * control/sysdefstname.m: Ditto. |
|
7722 * control/sysdimensions.m: Ditto. |
|
7723 * control/sysdisc.m: Ditto. |
|
7724 * control/sysdup.m: Ditto. |
|
7725 * control/sysgetsignals.m: Ditto. |
|
7726 * control/sysgettype.m: Ditto. |
|
7727 * control/sysgroup.m: Ditto. |
|
7728 * control/sysgroupn.m: Ditto. |
|
7729 * control/sysmult.m: Ditto. |
|
7730 * control/sysout.m: Ditto. |
|
7731 * control/sysprune.m: Ditto. |
|
7732 * control/sysreorder.m: Ditto. |
|
7733 * control/sysrepdemo.m: Ditto. |
|
7734 * control/sysscale.m: Ditto. |
|
7735 * control/syssetsignals.m: Ditto. |
|
7736 * control/syssub.m: Ditto. |
|
7737 * control/sysupdate.m: Ditto. |
|
7738 * control/tf2ss.m: Ditto. |
|
7739 * control/tf2sys.m: Ditto. |
|
7740 * control/tf2sysl.m: Ditto. |
|
7741 * control/tf2zp.m: Ditto. |
|
7742 * control/tfout.m: Ditto. |
|
7743 * control/tzero.m: Ditto. |
|
7744 * control/tzero2.m: Ditto. |
|
7745 * control/ugain.m: Ditto. |
|
7746 * control/wgt1o.m: Ditto. |
|
7747 * control/zgfmul.m: Ditto. |
|
7748 * control/zgfslv.m: Ditto. |
|
7749 * control/zginit.m: Ditto. |
|
7750 * control/zgpbal.m: Ditto. |
|
7751 * control/zgreduce.m: Ditto. |
|
7752 * control/zgrownorm.m: Ditto. |
|
7753 * control/zgscal.m: Ditto. |
|
7754 * control/zgsgiv.m: Ditto. |
|
7755 * control/zgshsr.m: Ditto. |
|
7756 * control/zp2ss.m: Ditto. |
|
7757 * control/zp2ssg2.m: Ditto. |
|
7758 * control/zp2sys.m: Ditto. |
|
7759 * control/zp2tf.m: Ditto. |
|
7760 * control/zpout.m: Ditto. |
|
7761 |
5095
|
7762 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
7763 |
5378
|
7764 * audio/lin2mu.m: Texinfoize doc string. |
|
7765 * audio/loadaudio.m: Ditto. |
|
7766 * audio/mu2lin.m: Ditto. |
|
7767 * audio/playaudio.m: Ditto. |
|
7768 * audio/record.m: Ditto. |
|
7769 * audio/saveaudio.m: Ditto. |
3332
|
7770 |
5095
|
7771 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7772 |
|
7773 * elfun/acot.m: Texinfoize doc string. |
|
7774 * elfun/acsc.m: Ditto. |
|
7775 * elfun/acsch.m: Ditto. |
|
7776 * elfun/asec.m: Ditto. |
|
7777 * elfun/asech.m: Ditto. |
|
7778 * elfun/cot.m: Ditto. |
|
7779 * elfun/coth.m: Ditto. |
|
7780 * elfun/csc.m: Ditto. |
|
7781 * elfun/csch.m: Ditto. |
|
7782 * elfun/gcd.m: Ditto. |
|
7783 * elfun/lcm.m: Ditto. |
|
7784 * elfun/sec.m: Ditto. |
|
7785 * elfun/sech.m: Ditto. |
|
7786 * general/nextpow2.m: Ditto. |
|
7787 * general/rem.m: Ditto. |
|
7788 * linear-algebra/commutation_matrix.m: Ditto. |
|
7789 * linear-algebra/cross.m: Ditto. |
|
7790 * linear-algebra/duplication_matrix.m: Ditto. |
|
7791 * miscellaneous/bincoeff.m: Ditto. |
|
7792 * miscellaneous/xor.m: Ditto. |
|
7793 * specfun/bessel.m: Ditto. |
|
7794 * specfun/beta.m: Ditto. |
|
7795 * specfun/betai.m: Ditto. |
|
7796 * specfun/erfinv.m: Ditto. |
|
7797 * specfun/gammai.m: Ditto. |
|
7798 * specfun/log2.m: Ditto. |
|
7799 * specfun/pow2.m: Ditto. |
|
7800 |
5095
|
7801 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7802 |
|
7803 * general/is_scalar.m: Texinfoize help text. |
|
7804 * general/is_square.m: Ditto. |
|
7805 * general/is_symmetric.m: Ditto. |
|
7806 |
3320
|
7807 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7808 |
|
7809 * strings/split.m: If the string to be split is empty, just return |
|
7810 an empty string. |
|
7811 |
3319
|
7812 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7813 |
|
7814 * Makefile.in (ALL_M_FILES): New macro. |
|
7815 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7816 |
3306
|
7817 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7818 |
|
7819 * control/bode.m: Don't return anything if nargout == 0. |
|
7820 |
|
7821 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7822 |
|
7823 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7824 |
3305
|
7825 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7826 |
|
7827 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7828 gethelp.cc to the list. |
|
7829 |
3296
|
7830 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7831 |
3301
|
7832 * time/asctime.m: Texinfoize help text. |
|
7833 * time/clock.m: Ditto. |
|
7834 * time/date.m: Ditto. |
|
7835 * miscellaneous/cputime.m: Ditto. |
|
7836 * miscellaneous/etime.m: Ditto. |
|
7837 * miscellaneous/is_leap_year.m: Ditto. |
|
7838 * miscellaneous/popen2.m: Ditto. |
|
7839 * miscellaneous/version.m: Ditto. |
|
7840 * miscellaneous/tic.m: Ditto. |
|
7841 * miscellaneous/toc.m: Just refer to tic.m. |
|
7842 |
3297
|
7843 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7844 `cd dir; $(MAKE); cd ..'. |
|
7845 ($(SUBDIRS)): Likewise. |
|
7846 |
|
7847 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7848 |
|
7849 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7850 of `cd dir; $(MAKE)'. |
|
7851 |
3296
|
7852 * gethelp.cc, mkdoc: New files. |
|
7853 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7854 sources. |
|
7855 |
3291
|
7856 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7857 |
|
7858 * linear-algebra/kron.m: Fix typo in previous change |
|
7859 |
3282
|
7860 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7861 |
|
7862 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7863 |
5095
|
7864 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7865 |
|
7866 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7867 rank when V has more columns than rows. |
|
7868 |
|
7869 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7870 |
|
7871 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7872 |
|
7873 * statistics/tests/manova.m: Avoid problems if |
|
7874 whitespace_in_literal_matrix is set to "traditional". |
|
7875 * statistics/tests/t_test_regression.m: Likewise. |
|
7876 * statistics/tests/u_test.m: Likewise. |
|
7877 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7878 * statistics/tests/anova.m: Likewise. |
|
7879 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7880 * statistics/base/statistics.m: Likewise. |
|
7881 * image/saveimage.m: Likewise. |
|
7882 * signal/arch_fit.m: Likewise. |
|
7883 * signal/autoreg_matrix.m: Likewise. |
|
7884 * signal/triangle_lw.m: Likewise. |
|
7885 * strings/dec2hex.m: Likewise. |
|
7886 |
3268
|
7887 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7888 |
|
7889 * image/saveimage.m: Initialize scale. |
|
7890 |
|
7891 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7892 |
|
7893 * general/reshape.m: Allow reshape (a, size (b)). |
|
7894 |
3266
|
7895 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7896 |
|
7897 * specfun/erfinv.m: Improve stopping criterion. |
|
7898 Add iteration count as second return value. |
|
7899 |
3265
|
7900 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7901 |
|
7902 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7903 |
3263
|
7904 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7905 |
|
7906 * miscellaneous/pack.m: New function. |
|
7907 |
|
7908 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7909 |
|
7910 * plot/figure.m: Always return figure number. With no args, |
|
7911 figure now creates a new figure window and returns its number. |
|
7912 Accept figure (property, value) syntax, but do nothing. |
|
7913 |
5095
|
7914 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7915 |
|
7916 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7917 |
3260
|
7918 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7919 |
|
7920 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7921 evenly spaced. |
|
7922 |
3250
|
7923 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7924 |
|
7925 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7926 contain only zeros. |
|
7927 |
5095
|
7928 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7929 |
|
7930 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7931 instead of appending them. |
|
7932 |
|
7933 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7934 |
|
7935 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7936 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7937 Update from A. S. Hodel. |
|
7938 |
3246
|
7939 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7940 |
|
7941 * polynomial/polyfit.m: Correct previous change. |
|
7942 |
3243
|
7943 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7944 |
|
7945 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7946 |
5095
|
7947 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7948 |
|
7949 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7950 version of krylov and krylovb. |
|
7951 |
|
7952 * control/outlist.m, control/sysout.m: Fix typos. |
|
7953 |
|
7954 * control/sysdimensions.m: Add option for total number of states. |
|
7955 |
|
7956 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7957 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7958 arguments. |
|
7959 |
|
7960 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7961 |
|
7962 * strings/index.m: Fail with meaningful error message if either |
|
7963 arg is a string array. |
|
7964 |
3238
|
7965 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7966 |
|
7967 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7968 infinity-norms of complex matrices. From Sven Khatri |
|
7969 <khatri@saturn.vocalpoint.com>. |
|
7970 |
5095
|
7971 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7972 |
|
7973 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7974 |
|
7975 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7976 |
|
7977 * strings/split.m: Avoid problems when splitting strings that have |
|
7978 \ in them. |
|
7979 |
5095
|
7980 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7981 |
|
7982 * image/colormap.m: Do better arg checking, handle string args |
|
7983 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7984 |
5095
|
7985 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7986 |
|
7987 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7988 * linear-algebra/dot.m: Likewise. |
|
7989 * linear-algebra/cross.m: Likewise. |
|
7990 * general/rot90.m: Likewise. |
|
7991 |
5095
|
7992 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7993 |
|
7994 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7995 that the leading column is not all zeros. |
|
7996 |
|
7997 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7998 |
|
7999 * general/shift.m: Fix potential problems with |
|
8000 whitespace_in_literal_matrix. |
|
8001 * signal/arch_rnd.m: Ditto. |
|
8002 * signal/autocov.m: Ditto. |
|
8003 * signal/diffpara.m: Ditto. |
|
8004 * signal/hurst.m: Ditto. |
|
8005 * signal/periodogram.m: Ditto. |
|
8006 * signal/spectral_adf.m: Ditto. |
|
8007 * signal/spectral_xdf.m: Ditto. |
|
8008 * signal/spencer.m: Ditto. |
|
8009 * signal/synthesis.m: Ditto. |
|
8010 * statistics/distributions/wiener_rnd.m: Ditto. |
|
8011 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
8012 * statistics/models/logistic_regression.m: Ditto. |
|
8013 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
8014 * statistics/tests/run_test.m: Ditto. |
|
8015 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
8016 |
5095
|
8017 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
8018 |
|
8019 * plot/__plr2__.m: Fix typo. |
|
8020 |
3233
|
8021 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8022 |
|
8023 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
8024 |
5095
|
8025 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
8026 |
|
8027 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
8028 function. |
|
8029 |
5095
|
8030 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
8031 |
|
8032 * control/ss2sys.m: Fix typo. |
|
8033 |
|
8034 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8035 |
|
8036 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
8037 |
|
8038 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
8039 signal names as lists of strings instead of string arrays. |
|
8040 |
3225
|
8041 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8042 |
3233
|
8043 * quaternion: New directory of functions from A. S. Hodel |
3225
|
8044 <a.s.hodel@eng.auburn.edu>. |
|
8045 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
8046 * quaternion/Makefile.in: New file. |
|
8047 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
8048 |
|
8049 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8050 |
|
8051 * image/saveimage.m: Make it work again for black and white colormaps. |
|
8052 |
|
8053 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
8054 since there can be fewer rows than columns. Round values to |
|
8055 nearest position in colormap instead of truncating. Correct usage |
|
8056 message. |
|
8057 |
5095
|
8058 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
8059 |
|
8060 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
8061 zero rows of [A,v] as householder pivots; this avoids spurious |
|
8062 non-zero entries in returned orthogonal matrix U, but destroys the |
|
8063 Householder matrix structure of H. |
|
8064 |
|
8065 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8066 |
|
8067 * general/logical.m: Just copy input to output if argument is |
|
8068 already a logical object. |
|
8069 |
3215
|
8070 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8071 |
|
8072 * New files from OCST, in control subdiretory: |
|
8073 |
|
8074 DEMOcontrol.m is_siso.m syschnames.m |
|
8075 abcddim.m is_stabilizable.m syschnamesl.m |
|
8076 abcddims.m is_stable.m syschtsam.m |
|
8077 analdemo.m jet707.m sysconnect.m |
|
8078 are.m lqe.m syscont.m |
|
8079 axis2dlim.m lqg.m syscont_disc.m |
|
8080 bddemo.m lqr.m sysdefioname.m |
|
8081 bode.m lsim.m sysdefstname.m |
|
8082 bode_bounds.m ltifr.m sysdimensions.m |
|
8083 bodquist.m lyap.m sysdisc.m |
|
8084 buildssic.m mb.m sysdup.m |
|
8085 c2d.m minfo.m sysgetsignals.m |
6302
|
8086 com2str.m moddemo.m sysgettsam.m |
3215
|
8087 controldemo.m nichols.m sysgettype.m |
|
8088 ctrb.m nyquist.m sysgroup.m |
|
8089 d2c.m obsv.m sysgroupn.m |
|
8090 damp.m ord2.m sysmult.m |
|
8091 dare.m outlist.m sysout.m |
|
8092 dcgain.m packedform.m sysprune.m |
|
8093 demomarsyas.m packsys.m sysreorder.m |
|
8094 dezero.m; parallel.m sysrepdemo.m |
|
8095 dgkfdemo.m place.m sysscale.m |
|
8096 dgram.m polyout.m syssub.m |
|
8097 dhinfdemo.m prompt.m sysupdate.m |
|
8098 dlqe.m pzmap.m tf2ss.m |
|
8099 dlqg.m qzval.m tf2sys.m |
|
8100 dlqr.m rldemo.m tf2sysl.m |
|
8101 dlyap.m rlocus.m tf2zp.m |
|
8102 dmr2d.m rotg.m tfout.m |
|
8103 fir2sys.m run_cmd.m; tzero.m |
|
8104 frdemo.m series.m tzero2.m |
|
8105 freqchkw.m sortcom.m ugain.m |
|
8106 freqresp.m ss2sys.m unpacksys.m |
|
8107 gram.m ss2tf.m wgt1o.m |
|
8108 h2norm.m ss2zp.m zgfmul.m |
|
8109 h2syn.m starp.m zgfslv.m |
|
8110 hinf_ctr.m step.m zginit.m |
|
8111 hinfdemo.m stepimp.m zgpbal.m |
|
8112 hinfnorm.m strappend.m; zgreduce.m |
|
8113 hinfsyn.m susball.m zgrownorm.m |
|
8114 hinfsyn_chk.m swap.m zgscal.m |
|
8115 impulse.m swapcols.m zgsgiv.m |
|
8116 is_abcd.m swaprows.m zgshsr.m |
|
8117 is_controllable.m sys2fir.m zp2ss.m |
|
8118 is_detectable.m sys2ss.m zp2ssg2.m |
|
8119 is_dgkf.m sys2tf.m zp2sys.m |
|
8120 is_digital.m sys2zp.m zp2tf.m |
|
8121 is_observable.m sysadd.m zpout.m |
|
8122 is_sample.m sysappend.m |
|
8123 |
|
8124 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8125 |
|
8126 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
8127 |
|
8128 * strings/deblank.m: Make it work for string arrays too. |
|
8129 |
3211
|
8130 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8131 |
|
8132 * linear-algebra/housh.m: New file from the OCST. |
|
8133 * linear-algebra/krygetq.m: Ditto. |
|
8134 * linear-algebra/krylov.m: Ditto. |
|
8135 * linear-algebra/krylovb.m: Ditto. |
|
8136 * linear-algebra/qrhouse.m: Ditto. |
|
8137 * general/is_duplicate_entry.m: Ditto. |
|
8138 |
|
8139 * general/is_symmetric.m: Call is_square instead of doing that |
|
8140 check in line. |
|
8141 |
3196
|
8142 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8143 |
3202
|
8144 * general/is_square.m: |
|
8145 |
|
8146 * general/isempty.m, general/is_matrix.m: Delete. |
|
8147 |
|
8148 * general/is_symmetric: Delete special case for strings. Whether |
|
8149 the conversion is valid should depend on implicit_str_to_num_ok. |
|
8150 |
|
8151 * general/is_square.m: If arg is not a matrix, don't check size, |
|
8152 just return 0. |
|
8153 * general/is_symmetric: Likewise. |
|
8154 * general/is_vector.m: Likewise. |
|
8155 * general/is_scalar.m: Likewise. |
|
8156 |
3196
|
8157 * general/length.m: Delete. |
|
8158 |
3191
|
8159 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8160 |
|
8161 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
8162 statistics/distributions/Makefile, statistics/models/Makefile, |
|
8163 and statistics/tests/Makefile to the list of files to create. |
|
8164 |
|
8165 * finance/Makefile.in, statistics/base/Makefile.in, |
|
8166 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
8167 statistics/tests/Makefile.in: New files. |
|
8168 * statistics/Makefile.in: Delete file lists. Now only handle |
|
8169 subdirectories. |
|
8170 * Makefile.in (SUBDIRS): Add finance. |
|
8171 |
|
8172 * Move the following files from statistics to statistics/base: |
|
8173 |
|
8174 corrcoef.m |
|
8175 kurtosis.m |
|
8176 mahalanobis.m |
|
8177 median.m |
|
8178 ols.m |
|
8179 skewness.m |
|
8180 std.m |
|
8181 |
|
8182 New files, from Kurt Hornik's octave-ci package: |
|
8183 |
|
8184 * finance (new directory): |
|
8185 |
|
8186 fv.m |
|
8187 fvl.m |
|
8188 irr.m |
|
8189 nper.m |
|
8190 npv.m |
|
8191 pmt.m |
|
8192 pv.m |
|
8193 pvl.m |
|
8194 rate.m |
|
8195 vol.m |
|
8196 |
|
8197 * linear-algebra/dmult.m |
|
8198 |
|
8199 * signal: |
|
8200 |
|
8201 arch_fit.m |
|
8202 arch_rnd.m |
|
8203 arch_test.m |
|
8204 arma_rnd.m |
|
8205 autocor.m |
|
8206 autocov.m |
|
8207 autoreg_matrix.m |
|
8208 bartlett.m |
|
8209 blackman.m |
|
8210 diffpara.m |
|
8211 durbinlevinson.m |
|
8212 fractdiff.m |
|
8213 hamming.m |
|
8214 hanning.m |
|
8215 hurst.m |
|
8216 periodogram.m |
|
8217 rectangle_lw.m |
|
8218 rectangle_sw.m |
|
8219 sinetone.m |
|
8220 sinewave.m |
|
8221 spectral_adf.m |
|
8222 spectral_xdf.m |
|
8223 spencer.m |
|
8224 stft.m |
|
8225 synthesis.m |
|
8226 triangle_lw.m |
|
8227 triangle_sw.m |
|
8228 yulewalker.m |
|
8229 |
|
8230 * statistics/base (new directory): |
|
8231 |
|
8232 center.m |
|
8233 cloglog.m |
|
8234 cor.m |
|
8235 cov.m |
|
8236 cut.m |
|
8237 iqr.m |
|
8238 kendall.m |
|
8239 logit.m |
|
8240 mean.m |
|
8241 meansq.m |
|
8242 moment.m |
|
8243 ppplot.m |
|
8244 probit.m |
|
8245 qqplot.m |
|
8246 range.m |
|
8247 ranks.m |
|
8248 run_count.m |
|
8249 spearman.m |
|
8250 statistics.m |
|
8251 studentize.m |
|
8252 table.m |
|
8253 values.m |
|
8254 var.m |
|
8255 |
|
8256 (Replaces cov.m and mean.m with new versions.) |
|
8257 |
|
8258 * statistics/distributions (new directory): |
|
8259 |
|
8260 beta_cdf.m |
|
8261 beta_inv.m |
|
8262 beta_pdf.m |
|
8263 beta_rnd.m |
|
8264 binomial_cdf.m |
|
8265 binomial_inv.m |
|
8266 binomial_pdf.m |
|
8267 binomial_rnd.m |
|
8268 cauchy_cdf.m |
|
8269 cauchy_inv.m |
|
8270 cauchy_pdf.m |
|
8271 cauchy_rnd.m |
|
8272 chisquare_cdf.m |
|
8273 chisquare_inv.m |
|
8274 chisquare_pdf.m |
|
8275 chisquare_rnd.m |
|
8276 discrete_cdf.m |
|
8277 discrete_inv.m |
|
8278 discrete_pdf.m |
|
8279 discrete_rnd.m |
|
8280 empirical_cdf.m |
|
8281 empirical_inv.m |
|
8282 empirical_pdf.m |
|
8283 empirical_rnd.m |
|
8284 exponential_cdf.m |
|
8285 exponential_inv.m |
|
8286 exponential_pdf.m |
|
8287 exponential_rnd.m |
|
8288 f_cdf.m |
|
8289 f_inv.m |
|
8290 f_pdf.m |
|
8291 f_rnd.m |
|
8292 gamma_cdf.m |
|
8293 gamma_inv.m |
|
8294 gamma_pdf.m |
|
8295 gamma_rnd.m |
|
8296 geometric_cdf.m |
|
8297 geometric_inv.m |
|
8298 geometric_pdf.m |
|
8299 geometric_rnd.m |
|
8300 hypergeometric_cdf.m |
|
8301 hypergeometric_inv.m |
|
8302 hypergeometric_pdf.m |
|
8303 hypergeometric_rnd.m |
|
8304 kolmogorov_smirnov_cdf.m |
|
8305 laplace_cdf.m |
|
8306 laplace_inv.m |
|
8307 laplace_pdf.m |
|
8308 laplace_rnd.m |
|
8309 logistic_cdf.m |
|
8310 logistic_inv.m |
|
8311 logistic_pdf.m |
|
8312 logistic_rnd.m |
|
8313 lognormal_cdf.m |
|
8314 lognormal_inv.m |
|
8315 lognormal_pdf.m |
|
8316 lognormal_rnd.m |
|
8317 normal_cdf.m |
|
8318 normal_inv.m |
|
8319 normal_pdf.m |
|
8320 normal_rnd.m |
|
8321 pascal_cdf.m |
|
8322 pascal_inv.m |
|
8323 pascal_pdf.m |
|
8324 pascal_rnd.m |
|
8325 poisson_cdf.m |
|
8326 poisson_inv.m |
|
8327 poisson_pdf.m |
|
8328 poisson_rnd.m |
|
8329 stdnormal_cdf.m |
|
8330 stdnormal_inv.m |
|
8331 stdnormal_pdf.m |
|
8332 stdnormal_rnd.m |
|
8333 t_cdf.m |
|
8334 t_inv.m |
|
8335 t_pdf.m |
|
8336 t_rnd.m |
|
8337 uniform_cdf.m |
|
8338 uniform_inv.m |
|
8339 uniform_pdf.m |
|
8340 uniform_rnd.m |
|
8341 weibull_cdf.m |
|
8342 weibull_inv.m |
|
8343 weibull_pdf.m |
|
8344 weibull_rnd.m |
|
8345 wiener_rnd.m |
|
8346 |
|
8347 * statistics/models (new directory): |
|
8348 |
|
8349 logistic_regression.m |
|
8350 logistic_regression_derivatives.m |
|
8351 logistic_regression_likelihood.m |
|
8352 |
|
8353 * statistics/tests (new directory): |
|
8354 |
|
8355 anova.m |
|
8356 bartlett_test.m |
|
8357 chisquare_test_homogeneity.m |
|
8358 chisquare_test_independence.m |
|
8359 cor_test.m |
|
8360 f_test_regression.m |
|
8361 hotelling_test.m |
|
8362 hotelling_test_2.m |
|
8363 kolmogorov_smirnov_test.m |
|
8364 kolmogorov_smirnov_test_2.m |
|
8365 kruskal_wallis_test.m |
|
8366 manova.m |
|
8367 mcnemar_test.m |
|
8368 prop_test_2.m |
|
8369 run_test.m |
|
8370 sign_test.m |
|
8371 t_test.m |
|
8372 t_test_2.m |
|
8373 t_test_regression.m |
|
8374 u_test.m |
|
8375 var_test.m |
|
8376 welch_test.m |
|
8377 wilcoxon_test.m |
|
8378 z_test.m |
|
8379 z_test_2.m |
|
8380 |
|
8381 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8382 |
|
8383 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
8384 compatibility and to avoid Y2K problems. |
|
8385 |
3190
|
8386 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8387 |
|
8388 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
8389 least-squares solution. |
|
8390 |
3180
|
8391 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8392 |
|
8393 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
8394 |
|
8395 * strings/strrep.m: Don't convert args to numeric values. |
|
8396 Prevent warnings for empty string args. |
|
8397 From Georg Thimm <thimm@idiap.ch>. |
|
8398 |
|
8399 * strings/strcat.m: Prevent warnings for empty string args. |
|
8400 |
|
8401 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8402 |
|
8403 * miscellaneous/menu.m: Remove special case for empty string |
|
8404 returned from input(). Add second arg to eval() to catch errors. |
|
8405 |
3178
|
8406 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8407 |
|
8408 * plot/__plt__.m: Don't call usleep. |
|
8409 |
3175
|
8410 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8411 |
|
8412 * linear-algebra/dot.m: New function. |
|
8413 |
|
8414 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
8415 compatibility. |
|
8416 |
|
8417 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8418 |
|
8419 * plot/hist.m: Also allow just one output argument. |
|
8420 |
|
8421 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8422 |
|
8423 * strings/deblank.m: Make it work if the string is only blanks. |
|
8424 |
|
8425 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8426 |
|
8427 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
8428 |
|
8429 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8430 |
|
8431 * plot/oneplot.m: Fix typo. |
|
8432 |
3174
|
8433 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8434 |
|
8435 * miscellaneous/flops.m: Allow a single argument too. |
|
8436 |
|
8437 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8438 |
|
8439 * strings/str2mat.m: Also handle case when there are no empty |
|
8440 strings correctly. |
|
8441 |
|
8442 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8443 |
|
8444 * strings/isletter.m: New function, for Matlab compatibility. |
|
8445 |
3168
|
8446 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8447 |
|
8448 * strings/str2mat.m: Handle string matrices too. |
|
8449 |
3167
|
8450 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8451 |
|
8452 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
8453 linear encoding. |
|
8454 |
|
8455 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
8456 audio/record.m: Open files in binary mode. |
|
8457 |
3164
|
8458 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8459 |
|
8460 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
8461 Move functionality of dump_1_pref here, but use built-in function |
|
8462 type to extract value, and put it inside try/catch block. |
|
8463 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
8464 |
3162
|
8465 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8466 |
|
8467 * plot/__pltopt1.m__: New file. |
|
8468 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
8469 __pltopt1__ multiple times and returning a string array with rows |
|
8470 corresponding to the rows of opt. |
|
8471 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
8472 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
8473 array. |
|
8474 |
|
8475 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8476 |
|
8477 * plot/mplot.m: Fix misspellings of global variables. |
|
8478 Don't call clearplot. |
|
8479 |
|
8480 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8481 |
|
8482 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
8483 "cle;rep" when going in ot multiplot mode. |
|
8484 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
8485 switching out of multiplot mode. |
|
8486 |
3156
|
8487 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
8488 |
3156
|
8489 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
8490 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
8491 |
3141
|
8492 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8493 |
|
8494 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
8495 |
|
8496 * miscellaneous/bug_report.m: Don't try to get smart with |
|
8497 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
8498 |
|
8499 * Makefile.in (install): Create separate ls-R files for |
|
8500 $(datadir) and $(libexecdir). |
|
8501 (uninstall): Remove both ls-R files. |
|
8502 |
3136
|
8503 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8504 |
|
8505 * signal/fftshift.m: New file. |
|
8506 |
|
8507 * plot/contour.m: Fix for non-square case. |
|
8508 |
|
8509 * general/randperm.m: New file. |
|
8510 |
|
8511 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8512 |
|
8513 * specfun/betai.m: Restore file for compatibility with previous |
|
8514 versions. Call betainc with reordered args. |
|
8515 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
8516 |
3131
|
8517 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8518 |
|
8519 * plot/contour.m: Handle discrete contour levels. |
|
8520 |
|
8521 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8522 |
|
8523 * control/lyap.m: For compatibility with Matlab, solve |
|
8524 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
8525 |
3124
|
8526 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8527 |
|
8528 * specfun/bessel.m: New file. |
|
8529 |
|
8530 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
8531 specfun/gammainc.m: Delete. |
|
8532 |
3106
|
8533 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8534 |
|
8535 * image/colormap.m: Initialize __current_color_map__ in global |
|
8536 statement. |
|
8537 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
8538 statement. |
|
8539 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
8540 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8541 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
8542 |
3103
|
8543 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8544 |
|
8545 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
8546 * time/toc.m: Likewise. |
|
8547 |
|
8548 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
8549 |
|
8550 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
8551 anything special for automatic_replot when in multiplot mode -- |
|
8552 recent 3.6beta releases handle this correctly. |
|
8553 |
|
8554 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
8555 setting the terminal type. |
|
8556 |
|
8557 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8558 plot/subwindow.m: Use leading and trailing underscores for |
|
8559 `private' globals. |
|
8560 |
|
8561 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
8562 |
3101
|
8563 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8564 |
|
8565 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
8566 |
3091
|
8567 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8568 |
3092
|
8569 * specfun/gammai.m: Avoid problems with whitespace when |
|
8570 constructing matrices. |
|
8571 |
3091
|
8572 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
8573 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8574 original y vector. |
|
8575 |
3085
|
8576 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8577 |
|
8578 * linear-algebra/cross.m: Use direct formula instead of calling |
|
8579 det three times in a loop. If both args are column (row) vectors, |
|
8580 return a column (row) vector. If they don't match, pay attention |
|
8581 to the value of prefer_column_vectors. |
|
8582 |
5095
|
8583 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
8584 |
|
8585 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
8586 nonsymmetric matrices. |
|
8587 |
|
8588 * general/tril.m: Fix usage message. |
|
8589 |
|
8590 * polynomial/polyvalm.m: Fix error messages. |
|
8591 * polynomial/polyderiv.m: Likewise. |
|
8592 * polynomial/polyval.m: Likewise. |
|
8593 |
3081
|
8594 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8595 |
|
8596 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
8597 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
8598 |
3063
|
8599 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8600 |
|
8601 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
8602 |
5095
|
8603 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
8604 |
|
8605 * plot/__pltopt__.m: Handle key/legend names. |
|
8606 Correctly set colors, line styles, and point styles. |
|
8607 |
3061
|
8608 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8609 |
|
8610 * polynomial/polyfit.m: Return fit y values as second output. |
|
8611 Don't use QR factorization to solve least squares problem. |
|
8612 |
|
8613 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8614 |
|
8615 * control/dlqr.m: Use ao, not a, to compute k. |
|
8616 |
3024
|
8617 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8618 |
|
8619 * miscellaneous/path.m: New file. |
|
8620 |
2993
|
8621 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8622 |
|
8623 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
8624 name. |
|
8625 |
2968
|
8626 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8627 |
|
8628 * specfun/erfinv.m: Add missing semicolon. |
|
8629 |
2870
|
8630 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8631 |
|
8632 * miscellaneous/xor.m: Make type of return value logical. |
|
8633 |
2853
|
8634 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8635 |
|
8636 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8637 warn_comma_in_global_decl. |
|
8638 |
2831
|
8639 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8640 |
|
8641 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
8642 octave-bug script. |
|
8643 |
2823
|
8644 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8645 |
2824
|
8646 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8647 prefer_zero_one_indexing. |
|
8648 |
2823
|
8649 * general/logical.m: New file. |
|
8650 |
2816
|
8651 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8652 |
|
8653 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
8654 and is_vector(). |
|
8655 |
5095
|
8656 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
8657 |
|
8658 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
8659 Use tolerance of 2 * eps. |
|
8660 |
2811
|
8661 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8662 |
|
8663 * Makefile.in (install-strip): New target. |
|
8664 * audio/Makefile.in: Ditto. |
|
8665 * control/Makefile.in: Ditto. |
|
8666 * elfun/Makefile.in: Ditto. |
|
8667 * general/Makefile.in: Ditto. |
|
8668 * image/Makefile.in: Ditto. |
|
8669 * io/Makefile.in: Ditto. |
|
8670 * linear-algebra/Makefile.in: Ditto. |
|
8671 * miscellaneous/Makefile.in: Ditto. |
|
8672 * plot/Makefile.in: Ditto. |
|
8673 * polynomial/Makefile.in: Ditto. |
|
8674 * set/Makefile.in: Ditto. |
|
8675 * signal/Makefile.in: Ditto. |
|
8676 * specfun/Makefile.in: Ditto. |
|
8677 * special-matrix/Makefile.in: Ditto. |
|
8678 * startup/Makefile.in: Ditto. |
|
8679 * statistics/Makefile.in: Ditto. |
|
8680 * strings/Makefile.in: Ditto. |
|
8681 |
2809
|
8682 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8683 |
|
8684 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
8685 |
2798
|
8686 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8687 |
|
8688 * statistics/corrcoef.m: Make it actually work. |
|
8689 |
2795
|
8690 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8691 |
2798
|
8692 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
8693 |
2779
|
8694 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
8695 |
|
8696 * Version 2.0.5 released. |
|
8697 |
2745
|
8698 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8699 |
2749
|
8700 * Makefile.in (maintainer-clean): Also remove configure. |
|
8701 |
2746
|
8702 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
8703 |
2745
|
8704 * general/is_matrix.m: Return zero for empty matrices. |
|
8705 |
|
8706 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8707 |
|
8708 * linear-algebra/vech.m: Size result just once. |
|
8709 |
2726
|
8710 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8711 |
|
8712 * general/is_square.m: Handle empty matrices correctly. |
|
8713 * general/is_symmetric.m: Handle empty matrices and strings. |
|
8714 |
2716
|
8715 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8716 |
|
8717 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
8718 * polynomial/deconv.m: Likewise. |
|
8719 * polynomial/polyderiv.m: Likewise. |
|
8720 * polynomial/polyinteg.m: Likewise. |
|
8721 * polynomial/polyreduce.m: Likewise. |
|
8722 * polynomial/polyval.m: Likewise. |
|
8723 * polynomial/polyvalm.m: Likewise. |
|
8724 * general/postpad.m: Likewise. |
|
8725 * general/prepad.m: Likewise. |
|
8726 |
|
8727 * polynomial/compan.m: Check input with is_vector(), not |
|
8728 is_matrix(). Handle scalar case. |
|
8729 |
2711
|
8730 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8731 |
2715
|
8732 * plot/contour.m: Order data so that it is consistent with |
|
8733 meshgrid and mesh. |
|
8734 |
2711
|
8735 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
8736 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
8737 |
2709
|
8738 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
8739 |
|
8740 * Version 2.0.4 released. |
|
8741 |
2706
|
8742 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8743 |
2702
|
8744 * miscellaneous/paren.m: New file. |
|
8745 |
2693
|
8746 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
8747 |
|
8748 * Version 2.0.3 released. |
|
8749 |
2676
|
8750 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8751 |
|
8752 * image/saveimage.m: Only clip image data that is actually out of |
|
8753 range. |
|
8754 |
2667
|
8755 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8756 |
|
8757 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
8758 also be considered to be matrices. |
|
8759 |
|
8760 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
8761 |
|
8762 * general/isempty.m: Use size(), not rows() and columns(). |
|
8763 |
|
8764 * plot/contour.m: Convert set to gset. |
|
8765 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
8766 |
2663
|
8767 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8768 |
|
8769 * specfun/erfinv.m: Fix typo in last change. |
|
8770 |
2650
|
8771 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8772 |
|
8773 * image/loadimage.m: Make it possible to load files with image |
|
8774 data named X or img. |
|
8775 |
|
8776 * image/default.img: Change name of image from X to img to match |
|
8777 what saveimage does now. |
|
8778 |
|
8779 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
8780 does now. |
|
8781 |
2632
|
8782 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8783 |
2634
|
8784 * Version 2.0.2 released. |
|
8785 |
2632
|
8786 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8787 weird missing-lines bug without creating extra plots unecessarily. |
|
8788 |
2624
|
8789 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8790 |
|
8791 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8792 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8793 io/Makefile.in, linear-algebra/Makefile.in, |
|
8794 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8795 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8796 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8797 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8798 time/Makefile.in (bin-dist): New target. |
|
8799 |
2621
|
8800 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8801 |
|
8802 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8803 |
|
8804 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8805 |
|
8806 * miscellaneous/xor.m: Make it work. |
|
8807 |
2613
|
8808 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8809 |
|
8810 * plot/sombrero.m: Doc fix. |
|
8811 |
2602
|
8812 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8813 |
|
8814 * Version 2.0.1 released. |
|
8815 |
2601
|
8816 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8817 |
|
8818 * elfun/lcm.m: Replace missing if statement. |
|
8819 |
|
8820 * elfun/gcd.m: Report error if no input args. |
|
8821 * elfun/lcm.m: Likewise. |
|
8822 |
2597
|
8823 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8824 |
|
8825 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8826 Also list contents of $libexecdir/octave in ls-R database. |
|
8827 |
2583
|
8828 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8829 |
|
8830 * Version 2.0 released. |
|
8831 |
2575
|
8832 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8833 |
|
8834 * Version 1.94. |
|
8835 |
2558
|
8836 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8837 |
|
8838 * strings/str2num.m: New file. |
|
8839 |
2554
|
8840 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8841 |
|
8842 * Version 1.93. |
|
8843 |
2540
|
8844 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8845 |
|
8846 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8847 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8848 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8849 |
|
8850 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8851 general/common_size.m: New files from Kurt Hornik. |
|
8852 |
|
8853 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8854 New files from Kurt Hornik. |
|
8855 |
|
8856 * signal/detrend.m: New file from Kurt Hornik. |
|
8857 |
|
8858 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8859 specfun/pow2.m, specfun/log2.m: |
|
8860 New files and updates from Kurt Hornik. |
|
8861 |
2523
|
8862 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8863 |
|
8864 * plot/__plt__.m: Add explicit replot after last command is |
|
8865 issued, to force all lines to be displayed. Hmm. |
|
8866 |
2512
|
8867 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8868 |
2520
|
8869 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8870 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8871 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8872 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8873 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8874 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8875 Uset gset, not set. |
|
8876 |
2512
|
8877 * Version 1.92. |
|
8878 |
2482
|
8879 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8880 |
2486
|
8881 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8882 almighty Creator. Use single call to fprintf instead of looping. |
|
8883 |
|
8884 * image/Makefile.in: Delete references to octtopnm. |
|
8885 |
|
8886 * general/logspace.m: Doc fix. |
|
8887 |
2482
|
8888 * Version 1.91. |
|
8889 |
2458
|
8890 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8891 |
|
8892 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8893 |
|
8894 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8895 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8896 deleted. |
|
8897 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8898 of a system() command to delete the tmp file. |
|
8899 |
2452
|
8900 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8901 |
|
8902 * Version 1.90. |
|
8903 |
|
8904 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8905 |
2360
|
8906 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8907 |
|
8908 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8909 Don't check for string value of automatic_replot. |
|
8910 |
|
8911 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8912 Temporarily set do_fortran_indexing to 1, not "true". |
|
8913 |
|
8914 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8915 not "false". |
|
8916 |
|
8917 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8918 "false". |
|
8919 |
2355
|
8920 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8921 |
|
8922 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8923 |
2330
|
8924 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8925 |
|
8926 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8927 system command. |
|
8928 |
|
8929 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8930 |
|
8931 * __plr1__.m: Renamed from polar_int_1.m. |
|
8932 * __plr2__.m: Renamed from polar_int_2.m. |
|
8933 * __plr__.m: Renamed from polar_int.m. |
|
8934 * __plt1__.m: Renamed from plot_int_1.m. |
|
8935 * __plt2__.m: Renamed from plot_int_2.m. |
|
8936 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8937 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8938 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8939 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8940 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8941 * __plt__.m: Renamed from plot_int.m. |
|
8942 * __pltopt__.m: Renamed from plot_opt.m. |
|
8943 Change all callers. |
|
8944 |
|
8945 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8946 |
|
8947 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8948 comments like those found in Emacs lisp files. |
|
8949 |
|
8950 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8951 |
|
8952 * All .m files: Change comment style. |
|
8953 |
|
8954 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8955 |
|
8956 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8957 subplot.m, subwindow.m, top_title.m: |
|
8958 Print error message if gnuplot_has_multiplot is not true. |
|
8959 |
|
8960 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8961 |
|
8962 * plot/figure.m: New function. |
|
8963 |
|
8964 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8965 |
|
8966 * strings/strrep.m: New function. |
|
8967 |
|
8968 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8969 |
|
8970 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8971 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8972 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8973 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8974 New functions from Kurt Hornik, heavily modified by jwe. |
|
8975 |
|
8976 * general/reshape.m: Allow strings to be reshaped too. |
|
8977 |
|
8978 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8979 Always return a scalar. |
|
8980 |
|
8981 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8982 |
|
8983 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8984 Matlab. |
|
8985 |
|
8986 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8987 |
|
8988 * polynomial/polyfit.m: Add missing close paren. |
|
8989 |
|
8990 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8991 |
|
8992 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8993 |
|
8994 * io/scanf.m: Delete. |
|
8995 |
|
8996 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8997 |
|
8998 * statistics/median.m: Fix typo in usage message. |
|
8999 |
|
9000 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9001 |
|
9002 * miscellaneous/popen2.m: New file. |
|
9003 |
|
9004 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9005 |
|
9006 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
9007 |
|
9008 * io: New directory. |
|
9009 * Makefile.in (SUBDIRS): Add it to the list. |
|
9010 |
|
9011 * miscellaneous/flops.m: New file. |
|
9012 |
|
9013 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9014 |
|
9015 * miscellaneous/cputime.m: Return three arguments instead of a |
|
9016 vector, for compatibility with previous versions and with Matlab |
|
9017 (which only returns one scalar value). |
|
9018 |
|
9019 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
9020 |
|
9021 * general/triu.m: Compute lower bound on loop index correctly. |
|
9022 * general/tril.m: Likewise, for upper bound. |
|
9023 |
|
9024 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9025 |
|
9026 * image/saveimage.m: For color images, make sure indices into |
|
9027 temporary colormap and result matrix have proper orientation. |
|
9028 Set grey flag correctly. |
|
9029 |
|
9030 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9031 |
|
9032 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
9033 jrv@vanzandt.mv.com). |
|
9034 |
|
9035 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9036 |
|
9037 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
9038 * mesh.m: Transpose Z if only one arg. |
|
9039 Handle case of all three args being matrices (from Jim Van Zandt |
|
9040 jrv@vanzandt.mv.com). |
|
9041 * meshdom.m: Undo previous change. |
|
9042 |
|
9043 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
9044 |
|
9045 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
9046 |
|
9047 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9048 |
|
9049 * audio: New directory of files from Kurt Hornik and Andreas |
|
9050 Weingessel. |
|
9051 * audio/Makefile.in: New file. |
|
9052 * Makefile.in (SUBDIRS): Add audio to the list. |
|
9053 |
|
9054 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9055 |
|
9056 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
9057 |
|
9058 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9059 |
|
9060 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
9061 columns (z), not the other way around. |
|
9062 * plot/meshdom.m: Don't reverse order of elements in y. |
|
9063 |
|
9064 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9065 |
|
9066 * plot/axis.m: Return current axis if nargin == 0. |
|
9067 |
|
9068 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9069 |
|
9070 * polynomial/roots.m: Updates from Kurt Hornik. |
|
9071 |
|
9072 * polynomial/polyder.m: New file. |
|
9073 |
|
9074 * polynomial/polyderiv.m: Give return value and arg different names. |
|
9075 |
|
9076 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9077 |
|
9078 * specfun/betainc.m: New file. |
|
9079 * specfun/gammainc.m: New file. |
|
9080 |
|
9081 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9082 |
|
9083 * general/strerror.m: New file. |
|
9084 * general/perror.m: Implement using strerror(). |
|
9085 |
|
9086 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9087 |
|
9088 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
9089 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
9090 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
9091 |
|
9092 * image/saveimage.m: Round img values first. |
|
9093 |
|
9094 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9095 |
|
9096 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
9097 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
9098 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
9099 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
9100 special-matrix/hankel.m special-matrix/toeplitz.m |
|
9101 tuwien/strfun/split.m: Add missing semicolons. |
|
9102 |
|
9103 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
9104 |
|
9105 * image/Makefile.in: Don't build or install octtoppm. |
|
9106 |
|
9107 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
9108 routines so that people who don't have the pbm stuff installed |
2330
|
9109 can still use this function. |
|
9110 |
|
9111 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9112 |
|
9113 * image/saveimage.m: Better error checking, clean up a bit. |
|
9114 |
|
9115 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9116 |
|
9117 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
9118 avoid conflict with new built-in text-style function more. |
|
9119 |
|
9120 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
9121 |
|
9122 * startup/Makefile.in (install): Also install octaverc in |
|
9123 $localfcnfiledir/startup/octavrc. |
|
9124 |
|
9125 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9126 |
|
9127 * mkinstalldirs: New file. |
|
9128 * Makefile.in (DISTFILES): Add it to the list. |
|
9129 |
|
9130 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
9131 |
|
9132 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9133 |
|
9134 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
9135 r(1) != c(nr), not if r(1) != c(1). |
|
9136 |
|
9137 * signal/filter.m: Doc fix. |
|
9138 |
|
9139 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9140 |
|
9141 * miscellaneous/cputime.m: Use new resource structure names (no |
|
9142 ru_ or tv_ prefixes). |
|
9143 |
|
9144 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9145 |
|
9146 * time/ctime.m: Fix doc string and usage message. |
|
9147 |
|
9148 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9149 |
|
9150 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
9151 |
|
9152 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9153 |
|
9154 * control/c2d.m: Make function work for any value of |
|
9155 whitespace_in_literal_matrix. |
|
9156 * control/dare.m: Likewise. |
|
9157 * control/tzero.m: Likewise. |
|
9158 * elfun/gcd.m: Likewise. |
|
9159 * elfun/lcm.m: Likewise. |
|
9160 * general/postpad.m: Likewise. |
|
9161 * general/prepad.m: Likewise. |
|
9162 * linear-algebra/kron.m: Likewise. |
|
9163 * miscellaneous/etime.m: Likewise. |
|
9164 * polynomial/conv.m: Likewise. |
|
9165 * polynomial/deconv.m: Likewise. |
|
9166 * polynomial/poly.m: Likewise. |
|
9167 * polynomial/roots.m: Likewise. |
|
9168 * signal/filter.m: Likewise. |
|
9169 * signal/freqz.m: Likewise. |
|
9170 * signal/fftfilt.m: Likewise. |
|
9171 |
|
9172 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9173 |
|
9174 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
9175 |
|
9176 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9177 |
|
9178 * plot/polar_int_2.m: Add missing semicolons. |
|
9179 Set theta = theta', not rho'. |
|
9180 |
|
9181 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9182 |
|
9183 * polynomial/roots.m: Make it work for any value of |
|
9184 whitespace_in_literal_matrix. |
|
9185 |
|
9186 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9187 |
|
9188 * configure.in: New file. |
|
9189 |
|
9190 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9191 |
|
9192 * control/lyap.m: Add missing semicolon. |
|
9193 |
|
9194 * miscellaneous/cputime.m: New function file. |
|
9195 |
|
9196 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9197 |
|
9198 * time: New directory. |
|
9199 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
9200 New function files. |
|
9201 * time/Makefile.in: New file. |
|
9202 * Makefile.in (SUBDIRS): Add time. |
|
9203 |
|
9204 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9205 |
|
9206 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
9207 |
|
9208 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9209 |
|
9210 * plot/plot_int_1.m: Transpose data with .', not '. |
|
9211 |
|
9212 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9213 |
|
9214 * Makefile.in (install uninstall clean mostlyclean distclean |
|
9215 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
9216 |
|
9217 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9218 |
|
9219 * Makefile.in (install): Create ls-R database file. |
|
9220 (uninstall): Delete it. |
|
9221 |
|
9222 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9223 |
5378
|
9224 * image/saveimage.m: Fix typo. |
2330
|
9225 |
|
9226 See ChangeLog.1 in the top level directory for earlier changes. |