7327
|
1 2007-12-19 Alexander Barth <barth.alexander@gmail.com> |
|
2 Peter A. Gustafson <petegus@umich.edu> |
|
3 |
|
4 * scripts/contourc.m: Allow usage of irregular spaced x, y data. |
|
5 |
7325
|
6 2007-12-19 John W. Eaton <jwe@octave.org> |
|
7 |
|
8 * miscellaneous/edit.m: New function. |
|
9 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
10 |
|
11 2007-12-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
12 |
|
13 * plot/__bar__.m: Handle "basevalue" option. |
|
14 * plot/__bars__.m: New arg, base_value. |
|
15 |
7321
|
16 2007-12-17 David Bateman <dbateman@free.fr> |
|
17 |
|
18 * plot/rose.m, plot/feather.m, plot/compass.m: New functions |
|
19 * plot/Makefiles (SOURCES): Add them to the sources |
|
20 * plot/polar.m: Set the x and y limits to the maximum polar |
|
21 radius. Set the axes to be square. |
|
22 * plot/__go_draw_axes__.m: Allow {x|y}axislocation to be "zero" |
|
23 and print axis at zero if this is used. |
|
24 |
|
25 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that |
|
26 contours can overlay pcolor plots. Priveldge no hidden line |
|
27 removal when there are multiple objects in the plot. |
|
28 |
7320
|
29 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
|
30 |
|
31 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for |
|
32 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). |
|
33 |
7319
|
34 2007-12-17 Ben Abbott <bpabbott@mac.com> |
|
35 |
|
36 * miscellaneous/run.m: Replace script with f when looking for |
|
37 file to run. |
|
38 |
7316
|
39 2007-12-14 David Bateman <dbateman@free.fr> |
|
40 |
7317
|
41 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
|
42 * plot/contour.m: Doc fix. |
|
43 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. |
|
44 Include linetype in withclause. |
|
45 |
7316
|
46 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
|
47 Use it to determine dimensions. Consolidate all 3-d settings. |
|
48 |
7315
|
49 2007-12-13 John W. Eaton <jwe@octave.org> |
|
50 |
|
51 * image/imshow.m: Turn axis visibility off. |
|
52 Don't scale true color images. |
|
53 * image/image.m: Set axis layer property to "top". |
|
54 |
7307
|
55 2007-12-12 John W. Eaton <jwe@octave.org> |
|
56 |
7313
|
57 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
|
58 |
|
59 * plot/pie.m: Avoid calling "exist". |
|
60 |
7309
|
61 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312
|
62 Condense argument processing logic. Allow 6 arguments. |
|
63 Use issquare. Avoid calling "exist". |
7309
|
64 |
7307
|
65 * plot/__go_draw_axes__.m: Handle the axes layer property. |
|
66 |
7305
|
67 2007-12-12 David Bateman <dbateman@free.fr> |
|
68 |
|
69 * plot/ellipsoid.m: Port from octave-forge, editing for style. |
|
70 * plot/Makefile.in (SOURCES): Add to the sources. |
|
71 |
7290
|
72 2007-12-11 John W. Eaton <jwe@octave.org> |
|
73 |
7298
|
74 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
|
75 * plot/surface.m: Not here. |
|
76 |
7297
|
77 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
|
78 subsequent "unset grid" if there is no grid. |
|
79 |
7296
|
80 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
|
81 |
7293
|
82 * plot/surface.m: Don't set facecolor property in call to |
|
83 __go_surface__. |
|
84 |
7290
|
85 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
|
86 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. |
|
87 |
7292
|
88 2007-12-11 Kai Habel <kai.habel@gmx.de> |
|
89 |
7295
|
90 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
|
91 color string is not taken as z value. |
|
92 |
7292
|
93 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
|
94 zgrid to "on" and box to "off" for used axes. |
|
95 |
|
96 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, |
|
97 plot/slice.m: Use size_equal(var1,var2,...) when possible. |
|
98 |
7286
|
99 2007-12-11 David Bateman <dbateman@free.fr> |
|
100 |
7288
|
101 * miscelleaneous/fullfile.m: Ignore empty arguments. |
|
102 |
7287
|
103 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
|
104 * statistics/base/mode.m: Ditto. |
|
105 |
7286
|
106 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
|
107 object handles are all now non integer. |
|
108 |
7278
|
109 2007-12-10 John W. Eaton <jwe@octave.org> |
|
110 |
7282
|
111 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
|
112 |
7281
|
113 * general/issymmetric.m: Use ' instead of .' for compatibility |
|
114 with previous versions of Octave. |
|
115 * general/ishermitian.m: Delete. |
7285
|
116 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281
|
117 |
7280
|
118 * plot/fplot.m: In N is not specified, increase initial number of |
|
119 points from 3 and 5 to 5 and 8. |
|
120 |
7279
|
121 * signal/detrend.m: Move tests here from test/test_signal.m. |
|
122 Loosen tolerance on first test from 10*eps to 20*eps. |
|
123 |
7278
|
124 * finance/rate.m: Don't request info from fsolve. |
|
125 |
7277
|
126 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
|
127 |
|
128 * plot/__line__.m: Pass initial property/value pairs to __go_line__. |
|
129 * plot/surface.m: Pass initial property/value pairs to __go_surface__. |
|
130 |
7276
|
131 2007-12-10 David Bateman <dbateman@free.fr> |
|
132 |
|
133 * image/image.m: Rewritten to allow trailing properties to be |
|
134 passed to underlying image object. |
|
135 * image/__img__.m: Pass additional arguments to __go_image__. |
|
136 * plot/__patch__.m: Don't set clim, rely on autoscaling. |
|
137 |
7274
|
138 2007-12-10 John W. Eaton <jwe@octave.org> |
|
139 |
|
140 * plot/__go_draw_axes__.m: If we have a grid, send "set grid |
|
141 front" to gnuplot. |
|
142 |
7271
|
143 2007-12-10 David Bateman <dbateman@free.fr> |
|
144 |
7274
|
145 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271
|
146 border front" from images. |
7274
|
147 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
|
148 * plot/pcolor.m: Set axis "box" property. |
|
149 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: |
|
150 Mark as commands. |
7271
|
151 |
7269
|
152 2007-12-07 David Bateman <dbateman@free.fr> |
|
153 |
|
154 * plot/surf.m: Don't set facecolor property. |
|
155 |
7265
|
156 2007-12-06 John W. Eaton <jwe@octave.org> |
|
157 |
7269
|
158 * plot/print.m: Pass mono to drawnow. |
|
159 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. |
|
160 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. |
|
161 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, |
|
162 disable color specifications. |
|
163 |
7265
|
164 * general/issymmetric.m: Move tests here from test/test_number.m |
|
165 |
|
166 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> |
|
167 |
|
168 * general/issymmetric.m: To keep its argument sparse and the |
|
169 function quick, use the infinity norm rather than the 2-norm. |
|
170 Also measure the symmetric part rather than the Hermitian part. |
|
171 * general/ishermitian.m: New file. Measure the Hermitian part. |
|
172 * general/Makefile.in: Add ishermitian.m to SOURCES. |
|
173 |
7248
|
174 2007-12-04 John W. Eaton <jwe@octave.org> |
|
175 |
7257
|
176 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
|
177 text and label commands if font is "*". |
|
178 |
7248
|
179 * linear-algebra/krylov.m: Doc fixes. |
|
180 From Marco Caliari <caliari@sci.univr.it>. |
|
181 |
7250
|
182 2007-12-04 Kai Habel <kai.habel@gmx.de> |
|
183 |
|
184 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. |
|
185 Add "## PKG_ADD: mark_as_command axis" line. |
|
186 |
7245
|
187 2007-12-03 John W. Eaton <jwe@octave.org> |
|
188 |
|
189 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, |
|
190 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, |
|
191 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: |
|
192 Generate demos from examples. |
|
193 |
7240
|
194 2007-12-03 David Bateman <dbateman@free.fr> |
|
195 |
7243
|
196 * testfun/test.m: Disable "testif" test block to avoid spurious |
|
197 skipped test for "make check". Avoid printing variables for |
|
198 skipped tests. |
|
199 |
7242
|
200 * testfun/test.m: Add "testif" type to allow for conditional tests. |
|
201 |
7240
|
202 * plot/plotyy.m: Use activepositionproperty property of axes |
|
203 object. Set second axis color to "none". |
|
204 * plot/__go_draw_axes__.m: Respect the activepositionproperty |
|
205 property of the axis objects. |
|
206 |
7239
|
207 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
208 |
|
209 * linear-algebra/condest.m: Loosen tolerance in test. |
|
210 |
7236
|
211 2007-12-02 John W. Eaton <jwe@octave.org> |
|
212 |
|
213 * plot/__go_draw_axes__.m: Remove unnecessary call to |
|
214 get_data_limits. |
|
215 |
7222
|
216 2007-11-30 John W. Eaton <jwe@octave.org> |
|
217 |
|
218 * plot/__go_draw_axes__.m: Don't compute data or axis limits. |
|
219 (get_data_limits, get_axis_limits): Delete. |
|
220 |
7228
|
221 2007-11-30 David Bateman <dbateman@free.fr> |
|
222 |
7235
|
223 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
|
224 |
7228
|
225 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
|
226 tick labels rather than one by one on the labels themselves. |
|
227 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for |
|
228 95% crossing fixed. |
|
229 |
7217
|
230 2007-11-29 David Bateman <dbateman@free.fr> |
|
231 |
7220
|
232 * plot/pareto.m: New file. |
|
233 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
234 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic |
|
235 marks to avoid gnuplot error about formating. More colorspec to |
|
236 after the tics. |
|
237 * plot/plotyy.m: More generic check for appropriate axis color. |
|
238 |
7217
|
239 * plot/__stem__.m: New file based on old stem.m expanded to treat |
|
240 2- and 3-D. |
|
241 * plot/stem3.m: New function. |
|
242 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
243 * plot/stem.m: Adapt to use __stem__. |
|
244 |
7216
|
245 2007-11-29 John W. Eaton <jwe@octave.org> |
|
246 |
|
247 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, |
|
248 plot/surf.m, plot/surface.m: Don't return handle value unless |
|
249 requested. |
|
250 |
|
251 * plot/patch.m: Omit isnan check on handle returned from |
|
252 __plt_get_axis_arg__. |
|
253 |
|
254 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists |
|
255 but has no axes. |
|
256 |
7215
|
257 2007-11-28 David Bateman <dbateman@free.fr> |
|
258 |
|
259 * __plt_get_axis_handle__.m: Also allow hggroup and return axes |
|
260 ancestor. If leading argument is logical set variable nogca to see |
|
261 if gca() should be called if there is no active handle found. |
|
262 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, |
|
263 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, |
|
264 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, |
|
265 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, |
|
266 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use |
|
267 __plt__get_axis_arg__ to find axis handle. |
|
268 * polar.m: Typo. |
|
269 |
7213
|
270 2007-11-28 John W. Eaton <jwe@octave.org> |
|
271 |
|
272 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. |
|
273 |
7211
|
274 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
275 |
|
276 * plot/drawnow.m: Fix typo. |
|
277 |
7206
|
278 2007-11-27 David Bateman <dbateman@free.fr> |
|
279 |
7207
|
280 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
|
281 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
282 plot/semilogyerr.m: Treat an axis handle as the first argument. |
|
283 |
|
284 * plot/meshz.m: New function. |
|
285 * plot/Makefile.in (SOURCES): Add it to the list. |
|
286 * plot/surface.m: Allow surface to accept an axis handle as the |
|
287 first argument. |
|
288 * plot/meshc.m: Extract z from the the surface object rather than |
|
289 varargin so that we can rely on code in surface to treat leading |
|
290 axis handles. |
|
291 |
7206
|
292 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
|
293 y2tics" in the case of a plotyy plot. |
|
294 * plot/plotyy.m: ensure the position property is set correct for |
|
295 the second axis, by setting it after the plot itself. In the case |
|
296 of a plot that returns multiple handles, base the color selection |
|
297 on the first. |
|
298 |
7204
|
299 2007-11-27 Kai Habel <kai.habel@gmx.de> |
|
300 |
|
301 * plot/__go_draw_axes__.m: Set quadrilateral color according to |
|
302 z-value of vertex 'c3'. |
|
303 |
7203
|
304 2007-11-27 John W. Eaton <jwe@octave.org> |
|
305 |
|
306 * image/image.m: Allow nargin == 0 case to work again. |
|
307 |
7202
|
308 2007-11-27 David Bateman <dbateman@free.fr> |
|
309 |
|
310 * plot/__go_draw_figure__.m: Force a multiplot mode with a |
|
311 colorbar, to ensure that the colorbar is on the canvas for png and |
|
312 postscipt outputs. |
|
313 |
7189
|
314 2007-11-26 David Bateman <dbateman@free.fr> |
|
315 |
7197
|
316 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
|
317 return values. |
|
318 |
7194
|
319 * plot/plotyy.m: New function |
|
320 * plot/Makefile.in (SOURCES): Add it here. |
|
321 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text |
|
322 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
|
323 {x|y}label to respect the axis position. |
|
324 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis |
|
325 handle as the first argument. |
|
326 |
7192
|
327 * pkg/pkg.m (pkg:install): When loading the installed packages |
|
328 index into installed_pkgs_lst and not descriptions.. |
|
329 |
7189
|
330 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
|
331 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
332 * plot/quiver.m: Modify to use __quiver__.m. |
|
333 |
|
334 * plot/hist.m: Avoid saturation when the x values are in an |
|
335 inetger type. |
|
336 |
|
337 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> |
|
338 |
|
339 * linear-algebra/condest.m, linear-algebra/onenormest.m: New |
|
340 functions. |
|
341 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. |
|
342 |
|
343 2007-11-26 David Bateman <dbateman@free.fr> |
|
344 |
|
345 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero |
|
346 extent. |
|
347 |
|
348 * plot/colorbar.m: New function. |
|
349 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
350 * plot/__go_draw_axes__.m: Calculate the colorbar position, |
|
351 precalculate the clim, set pm3d except for mesh. |
|
352 * plot/__contour__.m: Don't scale the contours to clim, but rather |
|
353 save the real values so that colorbar corresponds to the contour |
|
354 levels. |
|
355 |
|
356 * plot/stem.m: Set marker color the same as the line color. Draw |
|
357 a single discontinous line object for the stems. |
|
358 |
|
359 * plot/sphere.m: New function ported from JHandles. |
|
360 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
361 |
|
362 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to |
|
363 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 |
|
364 to get enhanced mode to work correctly for the X11 terminal. |
|
365 |
|
366 * plot/imagesc.m, plot/image.m: Scale colormap to image and not |
|
367 the reverse. Allow an axes handle to be passed and/or returned. |
|
368 * plot/__go_draw_axes__.m: Autoscale colormap for images. |
|
369 |
|
370 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to |
|
371 sort surface patches by their depth and not the order they are |
|
372 rendered in. |
|
373 |
|
374 * plot/__patch__.m: Set clim correctly. |
|
375 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
|
376 the marker color is determined by the cmap. |
|
377 * plot/scatter.m: New function to 2D scatter plots. |
|
378 * plot/scatter3.m: New function to 3D scatter plots. |
|
379 * plot/__scatter__.m: Support function for scatter plots |
|
380 * Makefile.in (SOURCES): Ad dnew functions here. |
|
381 |
|
382 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): |
|
383 Return whether the terminal supports enhanced text or not. |
|
384 (drawnow:enhanced_term): New sub-function to determine if terminal |
|
385 supports enhanced mode. |
|
386 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to |
|
387 __go_draw_axes__. |
|
388 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if |
|
389 needed to support the enhanced mode. |
|
390 * plot/print.m: Remove "enhanced" option as this is now treated in |
|
391 drawnow.m. |
|
392 |
|
393 |
|
394 * plot/caxis.m: New function to control the color axis limits. |
|
395 * plot/Makefile.in (SOURCES): Include it. |
|
396 * plot/axis.m: Allow the first argument to be an axes handle. |
|
397 * plot/__go_draw_axes__.m: Move the setting of the caxis, also |
|
398 autoscale caxis for patches. If any(isinf(clim)) don't set the |
|
399 caxis limits. |
|
400 |
|
401 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. |
|
402 * image/Makefile.in (SOURCES): Include it. |
|
403 * plot/__bar__.h: Allow axis handles to be passed. Set the color |
|
404 of the bars for the colormap. |
|
405 * plot/bar.m, plot/barh.m: Document that axis handles can be |
|
406 passed. |
|
407 * plot/__contour.m: Avoid possible divide by zero error. |
|
408 * plot/contour.m: Missing semicolon. |
|
409 * plot/surface.m: Don't attempt to set additional arguments if |
|
410 there are none. |
|
411 * plot/Makefile.in (SOURCES): Include __bars__.m |
|
412 |
|
413 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
414 |
|
415 * plot/__bar__.m: put bar creation code into separate function |
|
416 to allow easy hook up from other graphic backends |
|
417 |
|
418 * plot/__bars__.m: new function containing bar creation code |
|
419 |
7186
|
420 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
|
421 |
|
422 * general/accumarray.m: Correct dimension check. |
|
423 |
7183
|
424 2007-11-26 John W. Eaton <jwe@octave.org> |
|
425 |
|
426 * polynomial/residue.m: Prepad along second dimension. |
|
427 From Doug Stewart <dastew@sympatico.ca>. |
|
428 |
7181
|
429 2007-11-26 Kai Habel <kai.habel@gmx.de> |
|
430 |
7183
|
431 * plot/cylinder.m, plot/slice.m: New functions. |
|
432 * plot/Makefile.in (SOURCES): Add them to the list. |
7181
|
433 |
7177
|
434 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
|
435 |
|
436 * plot/patch.m: Handle arg may also be hggroup object. |
|
437 Use ancestor to find parent axes object. |
|
438 |
7175
|
439 2007-11-14 David Bateman <dbateman@free.fr> |
|
440 |
|
441 * plot/__contour__.m: Treat unclosed contours by adding NaN to |
|
442 flag to patch that it is not closed. Allow z to take string |
|
443 arguments and use it to flag that the contours are placed at the |
|
444 z level of the contour itself. |
|
445 * plot/__go_draw_axes__.m: Treat hidden line removal in patch |
|
446 objects as well. Let hidden removal take precedence in case of a |
|
447 conflict. |
|
448 * plot/surface.m: Allow surface to treat handles being passed or |
|
449 returned. Any additional arguments arr used to set the surface |
|
450 handle. |
|
451 * plot/contour3.m: New function |
|
452 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
453 |
7173
|
454 2007-11-14 John W. Eaton <jwe@octave.org> |
|
455 |
|
456 * specfun/bessel.m: Update doc string from |
|
457 src/DLD-FUNCTIONS/besselj.cc. |
|
458 |
7170
|
459 2007-11-12 David Bateman <dbateman@free.fr> |
|
460 |
|
461 * plot/contour.m: Allow handles to be passed and returned. Split |
|
462 the countour function itself into __contour__.m to be shared with |
|
463 surfc and meshc. |
|
464 * plot/__contour__.m: New file |
|
465 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
466 * plot/__go_draw_axes.m: For patch objects don't attempt to patch |
|
467 the face or edge if the facecolor or edge color are marked as |
|
468 "none". Allow the edgecolor to be determined by the cdata in the |
|
469 same manner as the facecolor. Fail if facecolor is not "none" and |
|
470 a 3-D plot is desired, rather than ignoring zdata. Make the |
|
471 storage of 3D/4D data consistent between line, surface and patch |
|
472 objects. |
|
473 * plot/meshc.m: Use new __contour__.m to plot the contours. |
|
474 * plot/surfc.m: Use new __contour__.m to plot the contours. |
7168
|
475 |
|
476 * plot/__go_draw_axes__.m (get_fontname_and_size): |
|
477 Handle fontweight and fontangle properties. |
|
478 |
7163
|
479 2007-11-12 Kai Habel <kai.habel@gmx.de> |
|
480 |
|
481 * plot/spinmap.m, plot/ribbon.m: New functions. |
|
482 * plot/Makefile.in (SOURCES): Add them to the list. |
|
483 |
|
484 2007-11-12 John W. Eaton <jwe@octave.org> |
|
485 |
|
486 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. |
|
487 Use it to avoid duplicated code. |
|
488 |
7161
|
489 2007-11-12 David Bateman <dbateman@free.fr> |
|
490 |
7162
|
491 * plot/title.m: Fix return value for nargout > 0. |
|
492 |
|
493 * plot/__go_draw_axes.m: Allow the font and fontsize to be |
|
494 specified for the title, xlabel, ylabel and text objects. |
|
495 |
7161
|
496 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
|
497 4.0 and surface plots. |
|
498 |
7160
|
499 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
|
500 |
|
501 * plot/__patch__.m: Fix computation of faces when patch is defined |
|
502 with X/Y/Z data. |
|
503 |
7146
|
504 2007-11-09 John W. Eaton <jwe@octave.org> |
|
505 |
7152
|
506 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154
|
507 Correct logic in setting palette data. |
7152
|
508 |
7151
|
509 * audio/wavread.m, control/base/__bodquist__.m, |
|
510 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, |
|
511 control/system/c2d.m, control/system/is_detectable.m, |
|
512 control/system/is_signal_list.m, control/system/is_stabilizable.m, |
|
513 control/system/tfout.m, general/isdefinite.m, |
|
514 linear-algebra/krylov.m, miscellaneous/compare_versions.m, |
|
515 optimization/glpk.m, path/savepath.m, plot/findobj.m, |
|
516 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, |
|
517 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, |
|
518 sparse/spstats.m, testfun/assert.m, testfun/fail.m, |
|
519 testfun/test.m: Use specific end keywords. |
|
520 |
7146
|
521 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
|
522 |
|
523 2007-11-09 Kai Habel <kai.habel@gmx.de> |
|
524 |
|
525 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: |
|
526 Don't change view if hold is on. |
|
527 |
7142
|
528 2007-11-09 David Bateman <dbateman@free.fr> |
|
529 |
7149
|
530 * plot/hidden.m: New function. |
|
531 * plot/Makefile.in (SOURCES): Add it here. |
|
532 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden |
|
533 line removal. |
|
534 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line |
|
535 removal and if it is "none" don't do hidden line removal. |
|
536 |
7148
|
537 * plot/legend.m: Also allow labels for surface and patch types. |
|
538 * plot/__bar__.m: Split into separate patch pbjects to allow |
|
539 setting of the legend. |
|
540 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch |
|
541 objects as well. |
|
542 |
7146
|
543 * plot/area.m, plot/__area__.m: New functions |
|
544 * plot/Makefile.in (SOURCES): Add them to the list of files. |
|
545 |
7142
|
546 * plot/patch.m: Correctly handle case of axis handle as first arg. |
|
547 |
7144
|
548 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
|
549 |
|
550 * sparse/spdiags.m: Tweak documentation entries to match other uses. |
|
551 |
7131
|
552 2007-11-08 John W. Eaton <jwe@octave.org> |
|
553 |
7133
|
554 * control/base/dcgain.m, control/base/dre.m, |
|
555 control/base/impulse.m, control/base/step.m, |
|
556 control/system/dmr2d.m, control/system/ord2.m, |
|
557 control/system/sys2ss.m, control/system/sysdimensions.m, |
|
558 control/system/sysgetsignals.m, control/system/sysout.m, |
|
559 control/system/tfout.m, control/system/ugain.m, |
|
560 control/system/zpout.m, control/util/strappend.m: |
|
561 Don't fail with usage message if nargout is too large. |
|
562 |
7131
|
563 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
564 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
565 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, |
7134
|
566 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
|
567 control/obsolete/dlqg.m, control/obsolete/minfo.m, |
|
568 control/obsolete/packsys.m, control/obsolete/qzval.m, |
|
569 control/obsolete/rotg.m, control/obsolete/series.m, |
|
570 control/obsolete/swapcols.m, control/obsolete/swaprows.m, |
|
571 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, |
7136
|
572 control/system/__syschnamesl__.m, |
|
573 control/system/__syscont_disc__.m, |
|
574 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, |
|
575 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, |
|
576 control/system/abcddim.m, control/system/buildssic.m, |
|
577 control/system/c2d.m, control/system/cellidx.m, |
|
578 control/system/d2c.m, control/system/dmr2d.m, |
|
579 control/system/fir2sys.m, control/system/is_abcd.m, |
|
580 control/system/is_controllable.m, control/system/is_detectable.m, |
|
581 control/system/is_digital.m, control/system/is_observable.m, |
|
582 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
583 control/system/jet707.m, control/system/listidx.m, |
|
584 control/system/parallel.m, control/system/ss.m, |
|
585 control/system/ss2sys.m, control/system/ss2zp.m, |
|
586 control/system/starp.m, control/system/sys2ss.m, |
|
587 control/system/sys2tf.m, control/system/sys2zp.m, |
|
588 control/system/sysadd.m, control/system/sysappend.m, |
|
589 control/system/sysconnect.m, control/system/syscont.m, |
|
590 control/system/sysdimensions.m, control/system/sysdisc.m, |
7135
|
591 control/system/sysdup.m, control/system/sysgetsignals.m, |
|
592 control/system/sysgroup.m, control/system/sysmin.m, |
7136
|
593 control/system/sysmult.m, control/system/sysout.m, |
|
594 control/system/sysprune.m, control/system/sysreorder.m, |
7135
|
595 control/system/sysscale.m, control/system/syssetsignals.m, |
7136
|
596 control/system/syssub.m, control/system/sysupdate.m, |
|
597 control/system/tf.m, control/system/tf2ss.m, |
|
598 control/system/tf2sys.m, control/system/tfout.m, |
|
599 control/system/zp.m, control/system/zp2ss.m, |
|
600 control/system/zp2sys.m, control/system/zp2tf.m, |
|
601 control/system/zpout.m, control/util/__outlist__.m, |
|
602 control/util/__zgpbal__.m, control/util/axis2dlim.m, |
|
603 control/util/prompt.m, control/util/sortcom.m, |
|
604 control/util/zgfmul.m, control/util/zgfslv.m, |
|
605 control/util/zginit.m, control/util/zgreduce.m, |
|
606 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. |
7131
|
607 |
7130
|
608 2007-11-08 David Bateman <dbateman@free.fr> |
|
609 |
|
610 * plot/quiver.m: Fix arrowheads. |
|
611 |
7128
|
612 2007-11-07 Ben Abbott <bpabbott@mac.com> |
|
613 |
|
614 * set/ismember.m: Call cell_ismember to handle cellstr args. |
7129
|
615 Handle "rows" argument. New tests. |
7128
|
616 (cell_ismember): New function. |
|
617 |
7127
|
618 2007-11-07 John W. Eaton <jwe@octave.org> |
|
619 |
|
620 * control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
621 control/base/__stepimp__.m, control/base/are.m, |
|
622 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, |
|
623 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, |
|
624 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, |
|
625 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, |
|
626 control/base/ltifr.m, control/base/nichols.m, |
|
627 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, |
|
628 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: |
|
629 Style fixes. |
|
630 |
7125
|
631 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
632 |
|
633 * control/base/bode_bounds.m, control/base/dgram.m, |
|
634 control/base/dlyap.m, control/base/freqchkw.m, |
|
635 control/base/gram.m, control/base/place.m, |
|
636 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, |
|
637 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, |
|
638 control/system/is_signal_list.m, control/system/ss2tf.m, |
|
639 control/system/sys2fir.m, control/system/sysgettsam.m, |
|
640 control/system/sysgettype.m, control/system/sysreorder.m, |
|
641 control/system/tf2sys.m, control/system/zp2tf.m, |
|
642 control/util/axis2dlim.m, control/util/swap.m, |
|
643 control/util/zgfmul.m, control/util/zgfslv.m, |
|
644 control/util/zginit.m, control/util/zgreduce.m, |
|
645 control/util/zgrownorm.m, control/util/zgscal.m, |
|
646 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, |
|
647 geometry/inpolygon.m, linear-algebra/housh.m, |
|
648 miscellaneous/compare_versions.m, miscellaneous/inputname.m, |
|
649 miscellaneous/run.m, quaternion/qconj.m, |
|
650 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, |
|
651 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, |
|
652 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, |
|
653 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, |
|
654 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, |
|
655 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, |
|
656 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, |
|
657 sparse/spones.m, sparse/spy.m, specfun/isprime.m, |
|
658 statistics/distributions/empirical_cdf.m, |
|
659 statistics/distributions/empirical_inv.m, |
|
660 statistics/distributions/empirical_pdf.m, |
|
661 statistics/models/logistic_regression_derivatives.m, |
|
662 statistics/models/logistic_regression_likelihood.m: Check nargin. |
|
663 |
7118
|
664 2007-11-07 David Bateman <dbateman@free.fr> |
|
665 |
7120
|
666 * general/gradient.m: Correctly convert deltax and deltay scalar |
|
667 values are scalars to vectors. |
|
668 |
7119
|
669 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
670 the meshc.m function. |
|
671 * plot/meshc.m: Also use the surface function. |
|
672 |
7120
|
673 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118
|
674 * plot/Makefile.in (SOURCES): Add them to the list. |
|
675 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
676 |
7117
|
677 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
678 |
|
679 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
680 |
7115
|
681 2007-11-07 John W. Eaton <jwe@octave.org> |
|
682 |
|
683 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
684 the data limits are infinite. |
|
685 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
686 (get_axis_limits): Don't do anything if min_val or max_val are |
|
687 infinite. |
|
688 |
7112
|
689 2007-11-06 David Bateman <dbateman@free.fr> |
|
690 |
|
691 * plot/hist.m: Pass any additional arguments to bar for |
|
692 treatment. Create a default x value that is always a vector. |
|
693 |
7111
|
694 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
695 |
|
696 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
697 when calling ./configure and add quotes to preserve spaces. |
7109
|
698 |
|
699 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
700 |
|
701 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
702 New files. |
|
703 * plot/mesh.m: Call surface to do the real work. |
|
704 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
705 properties. |
|
706 |
|
707 * image/colormap.m: Also return current colormap if nargout and |
|
708 nargin are both 0. |
|
709 |
7106
|
710 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
711 |
|
712 * startup/inputrc: Delete key bindings starting with \340 code. |
|
713 |
7112
|
714 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
715 |
|
716 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
717 to avoid issues of over- and underflow. From Rolf Fabian |
|
718 <Rolf.Fabian@gmx.de>. |
|
719 |
7097
|
720 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
721 |
|
722 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
723 help texts. |
|
724 |
7096
|
725 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
726 |
|
727 * plot/bar.m, plot/barh.m: Doc fix. |
|
728 |
7094
|
729 2007-10-31 John W. Eaton <jwe@octave.org> |
|
730 |
|
731 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
732 |
7086
|
733 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
734 |
|
735 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
736 objects and legend objects are implemented with a separate axes |
|
737 object. |
|
738 |
7078
|
739 2007-10-30 David Bateman <dbateman@free.fr> |
|
740 |
7081
|
741 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
742 |
7078
|
743 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
744 Use point type 0 for ".". |
|
745 |
7073
|
746 2007-10-26 John W. Eaton <jwe@octave.org> |
|
747 |
7074
|
748 * image/imshow.m: Improve compatibility. |
|
749 * image/image.m: Return handle if nargou > 0. |
|
750 |
7073
|
751 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
752 |
7069
|
753 2007-10-25 John W. Eaton <jwe@octave.org> |
|
754 |
|
755 * miscellaneous/compare_versions.m: Style fixes. |
|
756 |
7060
|
757 2007-10-24 John W. Eaton <jwe@octave.org> |
|
758 |
7061
|
759 * image/saveimage.m: Use functional form of save instead of eval. |
|
760 Use -text instead of -ascii. |
|
761 |
7060
|
762 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
763 |
7054
|
764 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
765 |
|
766 * plot/legend.m: Also extract location string from varargin (lost |
|
767 when 2007-10-08 patch was applied). |
|
768 |
7049
|
769 2007-10-23 David Bateman <dbateman@free.fr> |
|
770 |
|
771 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
772 miscellaneous/what.m: New functions |
|
773 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
774 functions. |
|
775 |
7045
|
776 2007-10-22 David Bateman <dbateman@free.fr> |
|
777 |
|
778 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
779 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
780 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
781 |
7042
|
782 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
783 |
|
784 * plot/contourf.m: New function. |
|
785 * plot/Makefile.in (SOURCES): Add it to the list. |
|
786 |
7040
|
787 2007-10-19 John W. Eaton <jwe@octave.org> |
|
788 |
|
789 * plot/subplot.m: Doc fix. |
|
790 |
7039
|
791 2007-10-19 David Bateman <dbateman@free.fr> |
|
792 |
7041
|
793 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
794 |
7037
|
795 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
796 |
|
797 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
798 output. |
|
799 |
7031
|
800 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
801 |
|
802 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
803 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
804 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
805 control/system/syssetsignals.m, control/base/lqg.m, |
|
806 strings/str2double.m, control/system/sysscale.m, |
|
807 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
808 Make help text fit on pages when using smallbook. |
|
809 |
7028
|
810 2007-10-15 David Bateman <dbateman@free.fr> |
|
811 |
7032
|
812 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
813 on the screen. |
|
814 |
7028
|
815 * testfun/test.m: In error/warning blocks test for an error before |
|
816 a warning to avoid unexpected failures. |
|
817 |
7027
|
818 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
819 |
|
820 * testfun/assert.m: Correct documentation of absolution versus |
|
821 relative error tolerance and add tests. |
|
822 |
7024
|
823 2007-10-14 David Bateman <dbateman@free.fr> |
|
824 |
|
825 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
826 src directory. |
|
827 * plot/Makefile.in (SOURCES): Add fill.m. |
|
828 |
7020
|
829 2007-10-13 David Bateman <dbateman@free.fr> |
|
830 |
|
831 * plot/__patch__.m: Allow multiple patches to be defined and |
|
832 return a single patch object. Allow Faces/Vertices form of |
|
833 patch. Flag failure so the patch can call print_usage. |
|
834 * plot/patch.m: Update help string for Faces/Vertices |
|
835 call. Respect the fail flag returned by __patch__. Add demo code |
|
836 that tests the functionality of patch. |
|
837 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
838 patch object. |
|
839 * plot/fill.m: New function. |
|
840 |
7016
|
841 2007-10-12 John W. Eaton <jwe@octave.org> |
|
842 |
|
843 * Change copyright notices in all files that are part of Octave to |
|
844 GPLv3 or any later version. |
|
845 |
7012
|
846 2007-10-11 John W. Eaton <jwe@octave.org> |
|
847 |
|
848 * plot/__go_draw_axes__.m (get_axis_limits): |
|
849 Return lim = [] if logscale and no positive values. |
|
850 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
851 Set initial min and min positive values to Inf, max values to -Inf. |
|
852 (get_data_limits): Correctly handle xminp when no positive values |
|
853 are found. |
|
854 |
7011
|
855 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
856 |
|
857 * polynomial/residue.m: New optional input for pole multiplicity. |
|
858 Doc fix. Fix tests. |
|
859 |
7010
|
860 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
861 |
|
862 * toplev.cc (Foctave_config_info): Add field "mac". |
|
863 |
|
864 * miscellaneous/ismac.m: New function. |
|
865 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
866 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
867 |
7009
|
868 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
869 |
|
870 * statistics/distributions/hygernd.m: Allow size to be specified |
|
871 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
872 scalars or matrices of a common size. |
|
873 |
7007
|
874 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
875 |
|
876 * control/csrefcard.lt, control/system/is_detectable.m, |
|
877 control/system/sysgroup.m, geometry/voronoin.m, |
|
878 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
879 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
880 statistics/distributions/binornd.m, |
|
881 statistics/distributions/cauchy_rnd.m, |
|
882 statistics/distributions/chi2rnd.m, |
|
883 statistics/distributions/discrete_rnd.m, |
|
884 statistics/distributions/exprnd.m, |
|
885 statistics/distributions/frnd.m, |
|
886 statistics/distributions/gamrnd.m, |
|
887 statistics/distributions/geornd.m, |
|
888 statistics/distributions/laplace_rnd.m, |
|
889 statistics/distributions/logistic_rnd.m, |
|
890 statistics/distributions/lognrnd.m, |
|
891 statistics/distributions/nbinrnd.m, |
|
892 statistics/distributions/normrnd.m, |
|
893 statistics/distributions/poissrnd.m, |
|
894 statistics/distributions/stdnormal_rnd.m, |
|
895 statistics/distributions/trnd.m, |
|
896 statistics/distributions/unifrnd.m, |
|
897 statistics/distributions/wblrnd.m: Spelling fixes. |
|
898 |
7005
|
899 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
900 |
|
901 * time/tic.m: New optional output value. |
|
902 |
|
903 * general/int2str.m: Doc fix. |
|
904 |
7002
|
905 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
906 |
|
907 * statistics/distributions/hygecdf.m, |
|
908 statistics/distributions/hygeinv.m, |
|
909 statistics/distributions/hygepdf.m, |
|
910 statistics/distributions/hygernd.m: |
|
911 Swap order of T and M args for compatibility. |
|
912 |
7001
|
913 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
914 |
|
915 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
916 control/system/buildssic.m, control/system/c2d.m, |
|
917 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
918 control/system/ss2sys.m, control/system/ss2tf.m, |
|
919 control/system/syscont.m, control/system/sysdimensions.m, |
|
920 control/system/sysdisc.m, control/system/sysmult.m, |
|
921 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
922 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
923 general/interp1.m, general/interp2.m, general/interp3.m, |
|
924 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
925 general/rat.m, general/structfun.m, general/trapz.m, |
|
926 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
927 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
928 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
929 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
930 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
931 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
932 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
933 statistics/base/meansq.m, statistics/base/var.m, |
|
934 statistics/tests/chisquare_test_independence.m, |
|
935 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
936 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
937 testfun/test.m: Spelling fixes. |
|
938 |
6998
|
939 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
940 |
|
941 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
942 |
6997
|
943 2007-10-10 John W. Eaton <jwe@octave.org> |
|
944 |
|
945 * general/num2str.m: Always allow for sign for automatically |
|
946 computed format widths. |
|
947 |
6988
|
948 2007-10-09 David Bateman <dbateman@free.fr> |
|
949 |
|
950 * plot/patch.m: Accept a handle as the first argument. |
|
951 |
6987
|
952 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
953 |
7010
|
954 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
955 |
6985
|
956 2007-10-09 John W. Eaton <jwe@octave.org> |
|
957 |
|
958 * audio/wavwrite.m: Accept arguments in compatible order. |
|
959 |
6979
|
960 2007-10-08 David Bateman <dbateman@free.fr> |
|
961 |
|
962 * general/interp2.m: Relax test for values outside the grid to |
|
963 allow monotonically decreasing abscissa as well. |
|
964 |
6978
|
965 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
966 |
|
967 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
968 as output parameter. |
|
969 |
6977
|
970 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
971 |
|
972 * plot/__go_draw_axes__.m, plot/legend.m: |
|
973 Handle compatible position specifiers as strings. |
|
974 |
6975
|
975 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
976 |
|
977 * general/num2str.m: Eliminate extra whitespace in output. |
|
978 * strings/strtrim.m: New function. |
|
979 * strings/Makefile.in (SOURCES): Add it to the list. |
|
980 |
6968
|
981 2007-10-06 John W. Eaton <jwe@octave.org> |
|
982 |
|
983 * polynomial/residue.m: New test from test/test_poly.m. |
|
984 |
6967
|
985 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
986 |
|
987 * image/saveimage.m: Handle saving color images without a colormap. |
|
988 * image/__img_via_file__.m: Add missing semicolon. |
|
989 |
|
990 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
991 |
7010
|
992 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
993 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
994 |
6965
|
995 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
996 |
|
997 * plot/print.m: Handle svg output type. Accept new -S option to |
|
998 specify size for PNG and SVG output types. |
|
999 |
|
1000 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
1001 |
|
1002 * polynomial/mpoles.m: New function. |
|
1003 * polynomial/residue.m: Modified to behave in reciprocal |
|
1004 manner. No longer compute 4th output, "e". No longer accept |
|
1005 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
1006 Respect maximum relative difference in poles when determining |
|
1007 their multiplicity. Use mpoles to determine the multiplicity of |
|
1008 poles. |
|
1009 |
6963
|
1010 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
1011 |
|
1012 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
1013 for surface plots. |
|
1014 |
6962
|
1015 2007-10-05 John W. Eaton <jwe@octave.org> |
|
1016 |
|
1017 * plot/__next_line_color__.m: Get color_rotation from axes |
|
1018 colororder property. |
|
1019 |
6953
|
1020 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1021 |
6955
|
1022 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
1023 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
1024 |
6953
|
1025 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
1026 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
1027 special for __vnorm__. |
|
1028 |
6951
|
1029 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
1030 |
6952
|
1031 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
1032 |
6950
|
1033 2007-10-03 David Bateman <dbateman@free.fr> |
|
1034 |
|
1035 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
1036 if a file is architecture dependent based on a list of file |
|
1037 extensions. |
|
1038 (configure_make): Simplify the search for architecture dependent |
|
1039 files based on this function. |
|
1040 (load_pakages_and_dependencies): Also look for bin directory in |
|
1041 the architecture dependent directory. |
|
1042 |
6947
|
1043 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1044 |
|
1045 * miscellaneous/dir.m: Create empty struct with field names. |
|
1046 Include datenum in struct. |
|
1047 |
6943
|
1048 2007-10-02 David Bateman <dbateman@free.fr> |
|
1049 |
|
1050 * miscellaneous/ls.m: If nargout return string array of files |
|
1051 returned by ls. |
|
1052 |
6942
|
1053 2007-10-01 John W. Eaton <jwe@octave.org> |
|
1054 |
|
1055 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
1056 range values. |
|
1057 |
6937
|
1058 2007-10-01 David Bateman <dbateman@free.fr> |
|
1059 |
7010
|
1060 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
1061 speed with small vectors. |
6937
|
1062 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
1063 rather than OCTAVE_HOME(). |
|
1064 |
6935
|
1065 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
1066 |
|
1067 * plot/findobj.m: New function. |
|
1068 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
1069 |
6925
|
1070 2007-09-26 David Bateman <dbateman@free.fr> |
|
1071 |
|
1072 * pkg/pkg.m: Add second argument to setting for prefix for |
|
1073 architecture dependent files. Use throughout. |
|
1074 (pkg:issuperuser): New function, use through to check for |
|
1075 root user. |
|
1076 (pkg:getarchprefix): function to give the archiecture dependent |
|
1077 prefix for a package. |
|
1078 (pkg:getarchdir): New function giving location of architetcure |
|
1079 dependent directory. Use through out. |
|
1080 (pkg:install): Treat architecture dependent directory separately |
|
1081 as in might not be a sub-directory of the package directory. |
|
1082 (pkg:uninstall): ditto. |
|
1083 (pkg:create_pkgadddel): Check for global or local install for |
|
1084 architecture dependent directory. |
|
1085 (pkg:finish_installation): ditto. |
|
1086 (pkg:write_INDEX): ditto. |
|
1087 (pkg:load_packages_and_dependencies): ditto. |
|
1088 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
1089 files to a new location if user is root. |
|
1090 (pkg:rm_rf): Check if file or directory exists before removing. |
|
1091 (pkg:dirempty): Check if directory exists before checking. |
|
1092 |
|
1093 * plot/___patch__.m: Allow face colors to be passed as strings |
|
1094 |
|
1095 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
1096 needed for calls to "hold" without an argument. |
|
1097 |
6920
|
1098 2007-09-21 John W. Eaton <jwe@octave.org> |
|
1099 |
6921
|
1100 * optimization/sqp.m: Fix typo. |
|
1101 |
6920
|
1102 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
1103 |
6919
|
1104 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
1105 |
|
1106 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
1107 |
6918
|
1108 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1109 |
|
1110 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
1111 unidpdf.m and unidinv.m |
|
1112 |
6914
|
1113 2007-09-18 John W. Eaton <jwe@octave.org> |
|
1114 |
|
1115 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
1116 (do_tics_1): Set numeric axes formats to "%.15g". |
|
1117 |
6912
|
1118 2007-09-18 David Bateman <dbateman@free.fr> |
|
1119 |
|
1120 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
1121 of %g when writing data. |
|
1122 |
6908
|
1123 2007-09-17 John W. Eaton <jwe@octave.org> |
|
1124 |
|
1125 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
1126 |
6903
|
1127 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
1128 |
|
1129 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
1130 noninteger N with N-K < 1. |
|
1131 |
6901
|
1132 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
1133 |
|
1134 * strings/index.m: Correct for strings differing after the third |
|
1135 position (bug reported by Maude Martin). |
|
1136 |
6895
|
1137 2007-09-13 John W. Eaton <jwe@octave.org> |
|
1138 |
|
1139 * plot/__default_colormap__.m: Delete. |
|
1140 * plot/Makefile (SOURCES): Remove from the list. |
|
1141 |
6898
|
1142 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
1143 |
|
1144 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
1145 |
6885
|
1146 2007-09-10 David Bateman <dbateman@free.fr> |
|
1147 |
|
1148 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
1149 limit the selection of colors in the same way as for lines. |
|
1150 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
1151 column. |
|
1152 * plot/__bar__.m: Adapt to use "patch". |
|
1153 |
6870
|
1154 2007-09-06 John W. Eaton <jwe@octave.org> |
|
1155 |
|
1156 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
1157 (init_plot_stream): Split from open_plot_stream. |
|
1158 * plot/print.m: Accept -debug=FILE argument. |
|
1159 |
6868
|
1160 2007-09-06 David Bateman <dbateman@free.fr> |
|
1161 |
7010
|
1162 * general/celldisp.m: New function. |
|
1163 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
1164 * miscellaneous/swapbytes.m: New function. |
|
1165 * miscellaneous/gzip.m: New function. |
|
1166 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
1167 |
6863
|
1168 2007-09-05 David Bateman <dbateman@free.fr> |
|
1169 |
7010
|
1170 * general/structfun.m: New function. |
|
1171 * general/Makefile.in (SOURCES): Add it to sources. |
|
1172 * miscellaneous/run.m: New function. |
|
1173 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
1174 * statistics/base/mode.m: New function. |
|
1175 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
1176 |
6862
|
1177 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1178 |
|
1179 * miscellaneous/orderfields.m: Use numel instead of length. |
|
1180 |
|
1181 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
1182 |
|
1183 * miscellaneous/orderfields.m: Handle empty structs. |
|
1184 |
6861
|
1185 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1186 |
|
1187 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
1188 DATA_IDX. |
|
1189 |
|
1190 2007-09-04 David Bateman <dbateman@free.fr> |
|
1191 |
|
1192 * general/isdir.m: Return a logical value. |
|
1193 |
6859
|
1194 2007-09-04 David Bateman <dbateman@free.fr> |
|
1195 |
|
1196 * statistics/distributions/chi2pdf.m, |
|
1197 statistics/distributions/chi2cdf.m, |
|
1198 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
1199 distribution functions to account for inverse of scale factor in |
|
1200 gamma functions. |
|
1201 |
6857
|
1202 2007-09-01 John W. Eaton <jwe@octave.org> |
|
1203 |
|
1204 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
1205 |
6853
|
1206 2007-09-01 David Bateman <dbateman@free.fr> |
|
1207 |
|
1208 * polynomial/polyint.m: New function like polyinteg but with |
|
1209 explicit integration constant. |
|
1210 * polynomial/polyinteg.m: Remove. |
|
1211 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
1212 polyinteg.m. |
|
1213 * deprecated/polyinteg.m: Move version here. |
|
1214 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
1215 |
6852
|
1216 * geometry/voronoi.m: Add large box around data to get a good |
|
1217 approximation of the rays to infinity. |
|
1218 |
6851
|
1219 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
1220 |
|
1221 * plot/axes.m: Allow parent to be specified when creating axes |
|
1222 objects. Support non-figure parents. |
|
1223 |
|
1224 2007-08-31 John W. Eaton <jwe@octave.org> |
|
1225 |
|
1226 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
1227 |
6850
|
1228 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
1229 |
7010
|
1230 * polynomial/polygcd.m: Better layout of example. |
|
1231 * polynomial/compan.m: Remove unnecessary check. |
|
1232 * polynomial/roots.m: Added example to help text. |
|
1233 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
1234 * polynomial/poly.m: Added example to help text. |
6850
|
1235 |
6848
|
1236 2007-08-30 John W. Eaton <jwe@octave.org> |
|
1237 |
|
1238 * optimization/qp.m: Increase maxit to 200. |
|
1239 |
6847
|
1240 2007-08-30 David Bateman <dbateman@free.fr> |
|
1241 |
|
1242 * geometry/inpolygon.m: New file. |
|
1243 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
1244 |
6843
|
1245 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
1246 |
|
1247 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
1248 |
6829
|
1249 2007-08-24 David Bateman <dbateman@free.fr> |
|
1250 |
|
1251 * plot/__go_draw_axes__.m: Treat text color property. |
|
1252 |
6828
|
1253 2007-08-24 John W. Eaton <jwe@octave.org> |
|
1254 |
|
1255 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
1256 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
1257 |
|
1258 * miscellaneous/movefile.m: Separate second and third args and |
|
1259 use p1 and p2, not f1 and f2 when constructing arguments for |
|
1260 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
1261 |
6825
|
1262 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
1263 |
|
1264 * set/intersect.m: Make it work with cell arrays of strings. |
|
1265 |
6823
|
1266 2007-08-24 David Bateman <dbateman@free.fr> |
|
1267 |
7010
|
1268 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
1269 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
1270 functions ported from octave-forge. |
7010
|
1271 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
1272 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
1273 geometry/triplot.m, geometry/tsearchn.m: |
|
1274 New functions. |
7010
|
1275 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
1276 * geometry/Makefile.in (SOURCES): Add functions above. |
|
1277 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
1278 |
6820
|
1279 2007-08-23 John W. Eaton <jwe@octave.org> |
|
1280 |
|
1281 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
1282 variable name. |
|
1283 |
|
1284 2007-08-23 David Bateman <dbateman@free.fr> |
|
1285 |
|
1286 * plot/plot.m: Allow first arg to be axes handle. |
|
1287 |
6818
|
1288 2007-08-22 David Bateman <dbateman@free.fr> |
|
1289 |
|
1290 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
1291 outputs are returned only if requested. |
|
1292 |
|
1293 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
1294 |
|
1295 * control/base/nichols.m: Fix typo. |
|
1296 |
6813
|
1297 2007-08-13 John W. Eaton <jwe@octave.org> |
|
1298 |
|
1299 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
1300 |
6809
|
1301 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
1302 |
|
1303 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
1304 use axes position in each appropriate gnuplot set statement. |
|
1305 |
6808
|
1306 2007-08-10 John W. Eaton <jwe@octave.org> |
|
1307 |
|
1308 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
1309 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1310 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1311 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
1312 |
6807
|
1313 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
1314 |
|
1315 * plot/patch.m, plot/__patch__.m: New files. |
|
1316 * plot/Makefile.in (SOURCES): Add them to the list. |
|
1317 |
|
1318 2007-08-07 John W. Eaton <jwe@octave.org> |
|
1319 |
|
1320 * path/savepath.m: Use single quotes for argument to PATH command |
|
1321 that is inserted in file. |
|
1322 |
6805
|
1323 2007-07-27 John W. Eaton <jwe@octave.org> |
|
1324 |
|
1325 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
1326 not set in the environment. |
|
1327 |
6796
|
1328 2007-07-25 David Bateman <dbateman@free.fr> |
|
1329 |
|
1330 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1331 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1332 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1333 control/util/Makefile.in, deprecated/Makefile.in, |
|
1334 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1335 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1336 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
1337 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1338 polynomial/Makefile.in, quaternion/Makefile.in, |
|
1339 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
1340 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1341 startup/Makefile.in, statistics/Makefile.in, |
|
1342 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1343 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1344 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1345 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
1346 |
6795
|
1347 2007-07-25 John W. Eaton <jwe@octave.org> |
|
1348 |
|
1349 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
1350 |
6793
|
1351 2007-07-24 David Bateman <dbateman@free.fr> |
|
1352 |
|
1353 * image/flag.m: New colormap function. |
|
1354 * images/Makefile.in: Include it in SOURCES. |
|
1355 |
|
1356 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1357 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1358 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1359 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
1360 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
1361 number of colormap elements as the other colormap functions. |
|
1362 |
6790
|
1363 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
1364 |
|
1365 * plot/__go_draw_axes__.m: Handle patch. |
|
1366 |
6788
|
1367 2007-07-23 David Bateman <dbateman@free.fr> |
|
1368 |
|
1369 * general/rat.m: New function for ration approximation imported |
|
1370 from octave-forge. |
|
1371 * general/del2.m: New function for discrete laplacian operator. |
|
1372 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
1373 |
|
1374 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1375 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1376 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1377 image/winter.m, image/brighten.m: Port image functions from |
|
1378 octave-forge. |
|
1379 * image/Makefile.in: Add ported functions to SOURCES. |
|
1380 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
1381 compatibility with matlab. |
|
1382 |
|
1383 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
1384 octave-forge |
|
1385 * plot/Makefile.in: Add ported functions to SOURCES. |
|
1386 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
1387 using gnuplot 4.2 or greater. |
|
1388 |
6785
|
1389 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
1390 |
|
1391 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
1392 |
6781
|
1393 2007-07-19 David Bateman <dbateman@free.fr> |
|
1394 |
|
1395 * plot/fplot.m: More compatible version. |
|
1396 |
6780
|
1397 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
1398 |
|
1399 * plot/clf.m: Check for valid handle before deleting. |
|
1400 |
|
1401 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
1402 __go_figure__ instead of using regular "set" call. |
|
1403 |
6779
|
1404 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
1405 |
|
1406 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
1407 type for gnuplot. |
|
1408 |
6778
|
1409 2007-07-18 John W. Eaton <jwe@octave.org> |
|
1410 |
|
1411 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
1412 gnuplot for each set of axes. |
|
1413 |
6777
|
1414 2007-07-18 David Bateman <dbateman@free.fr> |
|
1415 |
6778
|
1416 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
1417 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
1418 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
1419 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
1420 Use standard scale factor rather than one on the scale factor for |
|
1421 compatibility. |
|
1422 |
|
1423 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
1424 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
1425 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
1426 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
1427 Preserve backward compatibility. |
6777
|
1428 |
6776
|
1429 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
1430 |
|
1431 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
1432 to avoid issues with regexp special characters in the path strings. |
|
1433 |
6770
|
1434 2007-07-06 David Bateman <dbateman@free.fr> |
|
1435 |
6778
|
1436 * general/accumarray.m: New function to create an array by |
|
1437 accumulating the elements. |
6770
|
1438 |
6768
|
1439 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
1440 |
|
1441 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
1442 (fdjac): Set nx outside of if block. |
|
1443 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
1444 |
6765
|
1445 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
1446 |
|
1447 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
1448 |
|
1449 * plot/axis.m: Also set "visible" property when setting axes to |
|
1450 on/off. |
|
1451 |
6762
|
1452 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
1453 |
|
1454 * image/colormap.m: Only return colormap if nargout > 0. |
|
1455 Mark as command. |
|
1456 |
6758
|
1457 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1458 |
|
1459 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
1460 strcmp for selected property comparisons. |
|
1461 |
6756
|
1462 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
1463 |
6778
|
1464 * image/imshow.m: Fix check for colormap arguments. |
6756
|
1465 |
6754
|
1466 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
1467 |
|
1468 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
1469 |
6756
|
1470 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
1471 |
6778
|
1472 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
1473 argument, and note that the data should be sorted for the |
|
1474 definition of the median to be correct. |
|
1475 |
6778
|
1476 * statistics/base/std.m: Add missing square to definition of |
6754
|
1477 standard deviation. |
|
1478 |
6778
|
1479 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
1480 |
|
1481 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
1482 statistics/base/std.m: |
|
1483 Note that \bar{x} is the mean value of x in the help text. |
|
1484 |
6778
|
1485 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
1486 coefficient to the help text. |
|
1487 |
6778
|
1488 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
1489 |
|
1490 * statistics/base/var.m: Put N in @math in help text. |
|
1491 |
|
1492 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
1493 statistics/tests/kolmogorov_smirnov_test.m: |
|
1494 Write about possible values of 'dist' in help text. |
|
1495 |
6778
|
1496 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
1497 Add definition of correlation to the help text. |
|
1498 |
6778
|
1499 * statistics/base/logit.m, statistics/base/kendall.m, |
|
1500 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
1501 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
1502 TeXification of help text. |
|
1503 |
|
1504 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
1505 |
|
1506 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
1507 Add missing @var's to help text. |
|
1508 |
|
1509 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
1510 |
|
1511 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
1512 of help text. |
|
1513 |
|
1514 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
1515 help text. |
|
1516 |
|
1517 * statistics/distributions/unidpdf.m, |
|
1518 statistics/distributions/discrete_pdf.m: |
|
1519 Replace 'pDF' with 'PDF' in help text. |
|
1520 |
6753
|
1521 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1522 |
|
1523 * strings/substr.m: Use offset consistently in code and doc string. |
|
1524 From Rafael Laboissiere <rafael@debian.org>. |
|
1525 |
6752
|
1526 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
1527 |
6778
|
1528 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
1529 |
6751
|
1530 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1531 |
|
1532 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
1533 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
1534 <juhani@cs.joensuu.fi>. |
|
1535 |
6748
|
1536 2007-06-20 John W. Eaton <jwe@octave.org> |
|
1537 |
6749
|
1538 * strings/index.m: Allow strings to be empty. |
|
1539 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
1540 |
6748
|
1541 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
1542 |
6747
|
1543 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
1544 |
|
1545 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
1546 separate matrices. |
|
1547 |
6746
|
1548 2007-06-19 David Bateman <dbateman@free.fr> |
|
1549 |
|
1550 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
1551 only ";;" legend syntax. |
|
1552 * polynomial/mkpp.m: ditto. |
|
1553 * polynomial/pchip.m: ditto. |
|
1554 * signal/freqz_plot.m: ditto. |
|
1555 * sparse/gplot.m: ditto. |
|
1556 * sparse/treeplot.m: ditto. |
|
1557 |
6745
|
1558 2007-06-19 John W. Eaton <jwe@octave.org> |
|
1559 |
|
1560 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
1561 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
1562 |
6742
|
1563 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1564 |
6778
|
1565 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
1566 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
1567 to check for NA. |
|
1568 |
6741
|
1569 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1570 |
6778
|
1571 * optimization/glpk.m: TeXified the help text. |
|
1572 * optimization/qp.m: TeXified the help text. |
|
1573 * optimization/sqp.m: TeXified the help text. |
6741
|
1574 |
6740
|
1575 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
1576 |
6778
|
1577 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
1578 |
6738
|
1579 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1580 |
|
1581 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
1582 have_newer_gnuplot is true. |
|
1583 |
6736
|
1584 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
1585 |
6778
|
1586 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
1587 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
1588 to 90, all others 0. |
|
1589 |
6778
|
1590 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
1591 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
1592 get_data_limits. |
6778
|
1593 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
1594 called by __errplot__. |
|
1595 |
6730
|
1596 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1597 |
|
1598 * testfun/test.m: Also return number of expected failures. |
|
1599 |
6724
|
1600 2007-06-14 John W. Eaton <jwe@octave.org> |
|
1601 |
6730
|
1602 * set/ismember.m: Mark two tests known to fail with xtest. |
|
1603 |
6724
|
1604 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
1605 |
6728
|
1606 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
1607 |
|
1608 * testfun/test.m: Add xtest support for tests known to fail. |
|
1609 |
6727
|
1610 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
1611 |
|
1612 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
1613 epslatexstandalone terminals. |
|
1614 |
6721
|
1615 2007-06-14 David Bateman <dbateman@free.fr> |
|
1616 |
|
1617 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
1618 as permutation of results was incorrect. |
|
1619 * general/interp1.m: Add demo on second derivative |
|
1620 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
1621 call. Add 3D demo. Fix typos |
|
1622 * general/interp3.m: Fix typos. Correct permutation for use of |
|
1623 interpn. |
6721
|
1624 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
1625 |
6717
|
1626 2007-06-13 John W. Eaton <jwe@octave.org> |
|
1627 |
|
1628 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
1629 |
6706
|
1630 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
1631 |
|
1632 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
1633 |
6704
|
1634 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
1635 |
|
1636 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
1637 Set have_linestyle to true if two character linestyle is found. |
|
1638 |
6702
|
1639 2007-06-12 David Bateman <dbateman@free.fr> |
|
1640 |
6717
|
1641 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
1642 and interpn.m. |
|
1643 |
|
1644 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
1645 structure before using it. |
|
1646 |
|
1647 2007-06-12 David Bateman <dbateman@free.fr> |
|
1648 |
6704
|
1649 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
1650 * general/__splinen__.m: New support function for N-dimensional |
|
1651 spline interpolation. |
|
1652 * general/bicubic.m: Allow definition of extrapolation |
|
1653 value. Adapt tests to use new graphics interface |
|
1654 * general/interp2.m: Call __splinen__ for 2-D spline |
|
1655 interpolation. Make the lookup table code only be called for |
|
1656 linear and nearest methods. |
|
1657 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
1658 and spline interpolation. |
|
1659 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
1660 and spline interpolation. |
6704
|
1661 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
1662 |
6701
|
1663 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
1664 |
|
1665 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1666 |
6699
|
1667 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1668 |
|
1669 * plot/fplot.m: If function is inline, vectorize it. |
|
1670 |
6698
|
1671 2007-06-10 David Bateman <dbateman@free.fr> |
|
1672 |
|
1673 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1674 directory if need to, so that it fits on a line. |
|
1675 |
6695
|
1676 2007-06-07 David Bateman <dbateman@free.fr> |
|
1677 |
|
1678 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1679 saved file so that dependent packages are loaded first, and if |
|
1680 nargout==0 don't return any arguments. |
|
1681 (pkg:install): Only load packages that are marked autoload after |
|
1682 install. Various fixes. Save in order. |
|
1683 (pkg:uninstall): Save in order |
|
1684 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1685 packages. |
|
1686 (pkg:save_order): New function to sort package list with dependent |
|
1687 packages first. |
|
1688 (pkg:load_packages_and_dependencies): New function to load both a |
|
1689 list of packages and their dependencies. |
|
1690 (pkg:load_package_dirs): New function that returns a vector of the |
|
1691 indexes into the installed package list indicating the packages to |
|
1692 load and the order to load them in to respect the dependencies. |
|
1693 |
6688
|
1694 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1695 |
|
1696 * plot/axes.m: Eliminate redundant else clause. |
|
1697 |
6686
|
1698 2007-06-03 David Bateman <dbateman@free.fr> |
|
1699 |
|
1700 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1701 * pkg/pkg.m: Protect against multiple actions being define. |
|
1702 |
6683
|
1703 2007-06-01 David Bateman <dbateman@free.fr> |
|
1704 |
|
1705 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1706 incorporate into main pkg function. |
|
1707 (pkg:install): Check for existence of files to install before |
|
1708 globbing and warn the user if they don't exist. |
|
1709 |
6675
|
1710 2007-05-31 David Bateman <dbateman@free.fr> |
|
1711 |
6679
|
1712 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1713 directory over several copy command to limit the line length. |
|
1714 * miscellaneous/movefile.m: Ditto. |
|
1715 |
6675
|
1716 * pkg.m: Add build option to allow binary Octave packages to be |
|
1717 built from source packages. Probe absolute path of prefix, global |
|
1718 and local lists. Use strcat, rather that [] for strings. |
|
1719 (pkg:build): New function to binary binary package. |
|
1720 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1721 (pkg:repackage): Package binary Octave package from installation. |
|
1722 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1723 from m-files into main installation directory. |
|
1724 (pkg:shell): Suppress verbose messages from shell and only display |
|
1725 them with the verbose flag. |
|
1726 (pkg:installed_packages): Also include the loaded flag in the |
|
1727 local and global packages. |
|
1728 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1729 flagged as loaded. |
|
1730 |
|
1731 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1732 |
|
1733 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1734 with and without architecture dependent directories. |
|
1735 (pkg:installed_packages): Probe the global_list file even if it is |
|
1736 the same as the local_list. |
|
1737 |
6669
|
1738 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1739 |
|
1740 * sparse/spy.m: Set axis to "ij" mode. |
|
1741 |
6664
|
1742 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1743 |
|
1744 * set/ismember.m: Quote first arg of "fail" tests. |
|
1745 |
6663
|
1746 2007-05-24 David Bateman <dbateman@free.fr> |
|
1747 |
6778
|
1748 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1749 |
6655
|
1750 2007-05-22 David Bateman <dbateman@free.fr> |
|
1751 |
|
1752 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1753 error(lasterr()(8:end)). |
|
1754 (pkg:install): Warning for empty packages being removed. Suppress |
|
1755 spurious output. Warning rather than error for uninstalling a |
|
1756 package that is not installed to avoid RPM issue. |
|
1757 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1758 inst or architecture dependent directory if it exists. |
|
1759 |
6653
|
1760 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1761 |
|
1762 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1763 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1764 signal/freqz.m: Fix typos. |
|
1765 |
6645
|
1766 2007-05-21 David Bateman <dbateman@free.fr> |
|
1767 |
|
1768 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1769 force installation location. |
|
1770 (rebuild): New subfunction to rebuild package database from |
|
1771 installed packages. Also allows changing of autoload status |
|
1772 (install): Warn use if attempting to install from non existent |
|
1773 file. |
|
1774 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1775 "USER", "root"))' for root test. |
|
1776 |
|
1777 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1778 |
|
1779 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1780 and replace "\" characters with "/". |
|
1781 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1782 characters with "/" throughout. |
|
1783 (shell): New subfunction that wraps system and is careful with the |
|
1784 shell on windows platforms. |
|
1785 (configure_make): Explictly pass complier etc to configure |
|
1786 process. |
|
1787 (issuperuser): Force default to global install for Windows machines. |
|
1788 |
6636
|
1789 2007-05-19 Kristan Onu |
|
1790 |
|
1791 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1792 |
6634
|
1793 2007-05-18 David Bateman <dbateman@free.fr> |
|
1794 |
|
1795 * pkg/pkg.m (install): More verbosity. |
|
1796 (configure_make): Ditto. |
|
1797 (create_pkgadddel): Install in architecture dependent directory if |
|
1798 it exists to address issues with autoload/mfilename. |
|
1799 (write_INDEX): Check in archiecture dependent directories as well. |
|
1800 |
6633
|
1801 2007-05-17 David Bateman <dbateman@free.fr> |
|
1802 |
|
1803 * plot/hbar.m: Remove. |
|
1804 * plot/barh.m: and move it here. |
|
1805 |
6631
|
1806 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1807 |
|
1808 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1809 |
6629
|
1810 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1811 |
|
1812 * general/logspace.m: Return second arg if fewer than two values |
|
1813 are requested. |
|
1814 |
6619
|
1815 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1816 |
|
1817 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1818 on a new line. |
|
1819 |
6617
|
1820 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1821 |
|
1822 * statistics/distributions/norminv.m, |
|
1823 statistics/distributions/norminv.m, |
|
1824 statistics/distributions/normpdf.m, |
|
1825 statistics/distributions/normrnd.m: |
|
1826 Use standard deviation, not variance. |
|
1827 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1828 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1829 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1830 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1831 backward compatibility. |
|
1832 |
6616
|
1833 2007-05-14 David Bateman <dbateman@free.fr> |
|
1834 |
|
1835 * pkg/pkg.m: Mark loaded packages with "*". |
|
1836 |
6615
|
1837 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1838 |
|
1839 * miscellaneous/single.m: Doc fix. |
|
1840 Convert to double instead of returning argument unchanged. |
|
1841 |
|
1842 * miscellaneous/doc.m: Doc fix. |
|
1843 |
|
1844 * miscellaneous/ver.m: Doc fix. |
|
1845 Don't display information about Octave Forge. |
|
1846 |
6614
|
1847 2007-05-12 David Bateman <dbateman@free.fr> |
|
1848 |
|
1849 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1850 install to be printed. An error in the on_uninstall script causes |
|
1851 a failure to uninstall. Place oct- and mex-files in an |
|
1852 architecture dependent directory. |
|
1853 |
6611
|
1854 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1855 |
|
1856 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1857 |
6609
|
1858 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1859 |
|
1860 * statistics/distributions/normcdf.m: Use standard deviation |
|
1861 instead of variance for compatibility. |
|
1862 |
|
1863 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1864 |
|
1865 |
|
1866 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1867 |
|
1868 * set/ismember.m: Always return logical values. |
|
1869 |
|
1870 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1871 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1872 |
|
1873 * general/__isequal__.m: Allow numeric values of different classes |
|
1874 to compare equal. |
|
1875 |
6606
|
1876 2007-05-07 David Bateman <dbateman@free.fr> |
|
1877 |
6607
|
1878 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1879 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1880 |
6605
|
1881 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1882 |
|
1883 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1884 |
6604
|
1885 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1886 |
|
1887 * contour.m: Rewrite help string. |
|
1888 |
6599
|
1889 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1890 |
|
1891 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1892 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1893 Special case nargout == 0. |
|
1894 |
6597
|
1895 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1896 |
|
1897 * general/sub2ind.m: Handle empty input, add tests. |
|
1898 |
6590
|
1899 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1900 |
|
1901 * plot/contourc.m: Doc fix. |
|
1902 |
6586
|
1903 2007-04-26 David Bateman <dbateman@free.fr> |
|
1904 |
|
1905 * plot/hist.m: Partially remove previous patch. |
|
1906 |
6582
|
1907 2007-04-26 David Bateman <dbateman@free.fr> |
|
1908 |
|
1909 * plot/hist.m: Support returning of handle |
|
1910 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1911 cells. |
|
1912 |
6575
|
1913 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1914 |
6579
|
1915 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1916 "title \"\"", not "". |
|
1917 |
6575
|
1918 * plot/legend.m: Initialize WARNED to false. |
|
1919 |
6567
|
1920 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1921 |
|
1922 * io/beep.m: Fix cut and paste error. |
|
1923 From S�ren Hauberg <soren@hauberg.org>. |
|
1924 |
|
1925 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1926 |
|
1927 * plot/box.m: Delete extra endfunction keyword. |
|
1928 |
6560
|
1929 2007-04-23 David Bateman <dbateman@free.fr> |
|
1930 |
|
1931 * plot/plot3.m: Call newplot. |
|
1932 |
6553
|
1933 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1934 |
|
1935 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1936 |
6546
|
1937 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1938 |
|
1939 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1940 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1941 |
6544
|
1942 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1943 |
|
1944 * control/util/axis2dlim.m: Delete extraneous line. |
|
1945 |
6542
|
1946 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1947 |
|
1948 * specfun/factorial.m: Increase tolerance in large value test. |
|
1949 |
6540
|
1950 2007-04-18 David Bateman <dbateman@free.fr> |
|
1951 |
|
1952 * __bar__.m: New support function for bar/hbar to support graphic |
|
1953 handles, and additional arguments. |
|
1954 * bar.m: Convert to use __bar__. |
|
1955 * hbar.m: New function |
|
1956 * hist.m: Explicitly set the width of the bar plot. |
|
1957 |
6533
|
1958 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1959 |
6534
|
1960 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1961 |
6533
|
1962 * set/ismember.m: New tests. |
|
1963 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1964 |
6532
|
1965 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1966 |
|
1967 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1968 Add tests. |
|
1969 |
6527
|
1970 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1971 |
6528
|
1972 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1973 looks_like_copyright in src/help.cc. |
|
1974 From S�ren Hauberg <soren@hauberg.org>. |
|
1975 |
6527
|
1976 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1977 |
6526
|
1978 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1979 |
6527
|
1980 * optimization/sqp.m: Initialize info to 0. |
|
1981 |
6526
|
1982 * optimization/qp.m: Undo previous change. |
|
1983 |
6524
|
1984 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1985 |
|
1986 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1987 length one. |
|
1988 |
6523
|
1989 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1990 |
|
1991 * optimization/qp.m: Avoid Octave indexing bug. |
|
1992 |
6521
|
1993 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1994 |
6522
|
1995 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1996 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1997 control/system/sysrepdemo.m: |
|
1998 Adapt to page_screen_output as a function. |
6521
|
1999 |
6518
|
2000 2007-04-11 John W. Eaton <jwe@octave.org> |
|
2001 |
|
2002 * miscellaneous/not.m: Delete. |
|
2003 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
2004 |
|
2005 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2006 |
|
2007 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
2008 that are close but not exactly equal. |
|
2009 |
6515
|
2010 2007-04-11 David Bateman <dbateman@free.fr> |
|
2011 |
|
2012 * general/bitcmp.m: Make it work again. |
|
2013 |
6512
|
2014 2007-04-10 John W. Eaton <jwe@octave.org> |
|
2015 |
|
2016 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
2017 that are close but not exactly equal. |
|
2018 |
6511
|
2019 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
2020 |
|
2021 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
2022 in response to a change in x limits for now. |
|
2023 |
6510
|
2024 2007-04-09 John W. Eaton <jwe@octave.org> |
|
2025 |
|
2026 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
2027 (__go_draw_axes__): Use it to write data to plot stream. |
|
2028 |
6509
|
2029 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2030 |
|
2031 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
2032 zeros. Set markerfacecolor property in call to plot. |
|
2033 |
6508
|
2034 2007-04-06 John W. Eaton <jwe@octave.org> |
|
2035 |
|
2036 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
2037 |
|
2038 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2039 |
|
2040 * plot/stem.m: Use plot instead of a series of calls to line. |
|
2041 |
6494
|
2042 2007-04-05 John W. Eaton <jwe@octave.org> |
|
2043 |
6499
|
2044 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
2045 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
2046 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
2047 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
2048 |
6496
|
2049 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
2050 Use strcmpi instead of strcmp+tolower. |
6496
|
2051 Style fixes. |
|
2052 |
6494
|
2053 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
2054 Plotting fixes. Style fixes. |
|
2055 |
|
2056 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
2057 Style fixes. |
|
2058 |
|
2059 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
2060 Style fixes. |
|
2061 |
|
2062 * testfun/demo.m, testfun/example.m: Style fixes. |
|
2063 Use "strcat (...)" instead of "[...]". |
|
2064 Use format specifiers in calls to warning. |
|
2065 |
|
2066 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
2067 Use "strcat (...)" instead of "[...]". |
|
2068 Use "x(end)" instead of "x(length (x))". |
|
2069 Check NA before NaN. |
|
2070 Style fixes. |
|
2071 |
6473
|
2072 2007-03-29 John W. Eaton <jwe@octave.org> |
|
2073 |
6474
|
2074 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
2075 |
6467
|
2076 2007-03-27 John W. Eaton <jwe@octave.org> |
|
2077 |
|
2078 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2079 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2080 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2081 control/util/Makefile.in, deprecated/Makefile.in, |
|
2082 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2083 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2084 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2085 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2086 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2087 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2088 special-matrix/Makefile.in, startup/Makefile.in, |
|
2089 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2090 statistics/distributions/Makefile.in, |
|
2091 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2092 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2093 Use ln instead of $(LN_S) in dist target. |
|
2094 |
6465
|
2095 2007-03-27 David Bateman <dbateman@free.fr> |
|
2096 |
|
2097 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
2098 gnuplot 4.0. |
|
2099 |
6464
|
2100 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2101 |
|
2102 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
2103 |
6461
|
2104 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2105 |
|
2106 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
2107 plot stream and using binary data. |
|
2108 |
6459
|
2109 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2110 |
|
2111 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2112 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2113 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
2114 |
|
2115 2007-03-26 David Bateman <dbateman@free.fr> |
|
2116 |
6461
|
2117 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
2118 |
6459
|
2119 * plot/plot3.m: Handle line properties. |
|
2120 * plot/plot.m: Update docstring. |
|
2121 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
2122 * plot/__plt__.m: Also gather properties. |
|
2123 |
6455
|
2124 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
2125 |
|
2126 * testfun/assert.m: Delete special check for empty objects. |
|
2127 Add test. |
|
2128 |
6453
|
2129 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2130 |
6454
|
2131 * plot/drawnow.m: Exit early if call is recursive. |
|
2132 |
6453
|
2133 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
2134 Check for Inf too. |
|
2135 (__go_draw_axes__): Use get_data_limits. |
|
2136 |
6450
|
2137 2007-03-24 John W. Eaton <jwe@octave.org> |
|
2138 |
6451
|
2139 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
2140 send terminal setting command with title option to plot stream. |
|
2141 |
6450
|
2142 * plot/legend.m: Correctly increment index into list of children.. |
|
2143 |
6434
|
2144 2007-03-23 John W. Eaton <jwe@octave.org> |
|
2145 |
6448
|
2146 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
2147 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
2148 control/base/nyquist.m, control/base/nichols.m, |
|
2149 control/base/frdemo.m, signal/freqz_plot.m, |
|
2150 control/base/__stepimp__.m, control/base/bode.m, |
|
2151 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
2152 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
2153 Update plotting code. |
|
2154 |
|
2155 * control/base/bode.m: Unwrap phase angle. |
|
2156 |
|
2157 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
2158 |
|
2159 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
2160 |
|
2161 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
2162 commands. |
6446
|
2163 |
6442
|
2164 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
2165 Handle numeric color specs. |
6442
|
2166 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
2167 |
6441
|
2168 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
2169 |
6440
|
2170 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2171 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2172 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
2173 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
2174 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
2175 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
2176 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
2177 |
6438
|
2178 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
2179 plot, not just multiplots. |
|
2180 |
6436
|
2181 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
2182 |
6434
|
2183 * plot/contour.m: Don't call drawnow. |
|
2184 |
6431
|
2185 2007-03-22 John W. Eaton <jwe@octave.org> |
|
2186 |
6432
|
2187 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
2188 property of each figure. |
|
2189 |
6431
|
2190 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
2191 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2192 |
|
2193 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2194 |
|
2195 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
2196 less than eps to 0. |
|
2197 |
6429
|
2198 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
2199 |
|
2200 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
2201 * testfun/speed.m: Documentation and example fix. |
|
2202 |
6424
|
2203 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2204 |
|
2205 * plot/subplot.m: If we find an existing subplot region, set |
|
2206 it to be the "currentaxes" property for the current figure. |
6425
|
2207 Delete old axes objects if the new axes object overlaps the old. |
6424
|
2208 |
6422
|
2209 2007-03-20 David Bateman <dbateman@free.fr> |
|
2210 |
|
2211 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
2212 |
|
2213 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
2214 |
|
2215 * general/arrayfun.m: New function. |
|
2216 |
6418
|
2217 2007-03-20 John W. Eaton <jwe@octave.org> |
|
2218 |
6419
|
2219 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
2220 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
2221 |
|
2222 * plot/clf.m: Don't call drawnow. |
|
2223 |
6431
|
2224 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
2225 |
6420
|
2226 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
2227 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
2228 images. |
|
2229 |
6418
|
2230 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
2231 instead of global. Only register __go_close_all__ with atexit if |
|
2232 the plot stream is successfully opened. |
6418
|
2233 |
6413
|
2234 2007-03-15 John W. Eaton <jwe@octave.org> |
|
2235 |
6418
|
2236 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
2237 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2238 |
|
2239 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2240 |
|
2241 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
2242 Use numeric line types. |
6413
|
2243 |
|
2244 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
2245 lines and larger markers. Remove key titles from line type |
|
2246 properties. |
6413
|
2247 |
6405
|
2248 2007-03-14 John W. Eaton <jwe@octave.org> |
|
2249 |
6412
|
2250 * plot/__axis_label__.m: Accept additional property-value pairs |
|
2251 and pass them to __go_text__. Simply return the handle obtained |
|
2252 from __go_text__ instead of calling get on the current axis. |
|
2253 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
2254 Allow for extra property value pairs to be passed along. |
|
2255 * plot/title.m: Implement with __axis_label__ since it does all |
|
2256 that title needs to do. |
|
2257 |
6410
|
2258 * plot/clf.m: Set currentaxes property for current figure to []. |
|
2259 |
6405
|
2260 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
2261 |
|
2262 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
2263 and __plt2__, not just the last. |
|
2264 |
|
2265 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
2266 (SOURCES_IN, GEN_M): Delete. |
|
2267 (FCN_FILES): Don't include $(GEN_M). |
|
2268 (all): Don't depend on $(GEN_M). |
|
2269 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
2270 |
|
2271 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
2272 |
|
2273 * plot/newplot.m: Call __go_axes_init__ instead of |
|
2274 __uiobject_axes_init__. |
|
2275 |
|
2276 * plot/mesh.m: Use __go_surface__ instead of |
|
2277 __uiobject_surface_ctor__. Don't access object fields directly. |
|
2278 |
|
2279 * plot/line.m: Use __line__ to do actual work. |
|
2280 * plot/__line__.m: New function. |
|
2281 |
|
2282 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
2283 Use get and set instead of accessing object fields directly. |
|
2284 |
|
2285 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
2286 handle. |
|
2287 |
|
2288 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
2289 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
2290 __uiobject_draw_figure__. |
|
2291 |
|
2292 * plot/clf.m: Use get instead of accessing object fields |
|
2293 directly. Simply delete children. Don't set currentaxes. |
|
2294 |
|
2295 * plot/close.m (close_all_figures): New subfunction. |
|
2296 Use it instead of getting list of figures to close from |
|
2297 __uiobject_figures__. |
|
2298 |
|
2299 * plot/closereq.m: Simply delete the current figure. Don't set |
|
2300 currentfigure. |
|
2301 |
|
2302 * plot/__errplot__.m: Call __line__ instead of |
|
2303 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
2304 directly. Don't call __uiobject_adopt__. |
|
2305 |
|
2306 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
2307 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
2308 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
2309 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
2310 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
2311 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
2312 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
2313 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
2314 plot/__uiobject_init_root_figure__.in, |
|
2315 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
2316 plot/__uiobject_root_figure_ctor__.m, |
|
2317 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2318 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
2319 plot/set.in: Delete. |
6408
|
2320 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
2321 |
|
2322 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
2323 Pass "hidden" as second arg to close. |
|
2324 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
2325 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
2326 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
2327 |
6405
|
2328 * image/__img__.m: Use __go_image__ to create image graphics |
|
2329 handle. |
|
2330 |
|
2331 * miscellaneous/delete.m: Call __go_delete__, not |
|
2332 __uiobject_delete__. Check that arg is a graphics handle before |
|
2333 calling __go_delete__. |
|
2334 |
6403
|
2335 2007-03-13 John W. Eaton <jwe@octave.org> |
|
2336 |
|
2337 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
2338 arg instead of switch statement. |
6528
|
2339 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
2340 |
|
2341 2007-03-12 John W. Eaton <jwe@octave.org> |
|
2342 |
|
2343 * miscellaneous/cast.m: New function. |
|
2344 |
|
2345 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
2346 |
6398
|
2347 2007-03-08 John W. Eaton <jwe@octave.org> |
|
2348 |
|
2349 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
2350 tilde expansion on target filename before passing it to the shell. |
|
2351 |
|
2352 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
2353 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
2354 |
6396
|
2355 2007-03-08 David Bateman <dbateman@free.fr> |
|
2356 |
|
2357 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
2358 replacing slower version based on dicrete_rnd. |
|
2359 |
6392
|
2360 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2361 |
6395
|
2362 * control/base/rlocus.m: Update for current plotting functions. |
|
2363 |
|
2364 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2365 |
|
2366 * control/base/rlocus.m: Improve display. |
|
2367 |
|
2368 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2369 |
|
2370 * plot/legend.m: Only handle positions -1:4. |
|
2371 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
2372 found in option string |
|
2373 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
2374 |
6394
|
2375 * plot/newplot.m: Always reset next line color. |
|
2376 |
6392
|
2377 * testfun/assert.m: Check that number of dimensions match before |
|
2378 checking dimensions. |
|
2379 |
6391
|
2380 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
2381 |
|
2382 * specfun/perms.m, specfun/factorial.m: Check args. |
|
2383 |
6387
|
2384 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2385 |
6390
|
2386 * plot/mesh.m: Call newplot before doing anything. |
|
2387 |
|
2388 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
2389 just "e". Only flush plot stream once. |
|
2390 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2391 |
6387
|
2392 * strings/blanks.m: Omit first index in assignment. |
|
2393 |
6386
|
2394 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
2395 |
|
2396 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
2397 |
6385
|
2398 2007-03-06 David Bateman <dbateman@free.fr> |
|
2399 John W. Eaton <jwe@octave.org> |
|
2400 |
|
2401 * set/setdiff.m: Ignore "rows" for cell array args. |
|
2402 Handle cellstr args. |
|
2403 |
6382
|
2404 2007-03-05 John W. Eaton <jwe@octave.org> |
|
2405 |
|
2406 * optimization/sqp.m: Defer first call to obj_hess until after |
|
2407 calling obj_fun. |
|
2408 |
6377
|
2409 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
2410 |
|
2411 * specfun/nchoosek.m: Fix nargin check. |
|
2412 |
6376
|
2413 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2414 |
|
2415 * image/__img__.m: Don't set xlim and ylim properties. |
|
2416 |
6374
|
2417 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
2418 |
|
2419 * general/interp1.m: Fix *style cases for decreasing x. |
|
2420 |
6372
|
2421 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
2422 |
|
2423 * polynomial/roots.m: Check nargin before accessing arg. |
|
2424 |
6369
|
2425 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2426 |
|
2427 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
2428 increment data_idx unless using gnuplot for display. |
|
2429 |
6368
|
2430 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2431 |
|
2432 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
2433 plots with images. |
|
2434 * image/image.m, image/imagesc.m, image/imshow.m: |
|
2435 Deprecate zoom argument. |
|
2436 |
6366
|
2437 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2438 |
|
2439 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
2440 temporary file names. Keep image and colormap file ids separate. |
|
2441 |
|
2442 * general/interp1.m: Correctly compute min and max values when |
|
2443 values are decreasing and not evenly spaced. |
|
2444 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
2445 |
6365
|
2446 2007-02-27 John W. Eaton <jwe@octave.org> |
|
2447 |
|
2448 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
2449 returning an empty cell array. |
|
2450 |
6546
|
2451 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
2452 |
|
2453 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
2454 |
6546
|
2455 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
2456 |
|
2457 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2458 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2459 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2460 control/util/Makefile.in, deprecated/Makefile.in, |
|
2461 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2462 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2463 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2464 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2465 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2466 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2467 special-matrix/Makefile.in, startup/Makefile.in, |
|
2468 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2469 statistics/distributions/Makefile.in, |
|
2470 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2471 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2472 Use $(LN_S) instead of ln or ln -s. |
|
2473 |
6356
|
2474 2007-02-24 David Bateman <dbateman@free.fr> |
|
2475 |
|
2476 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
2477 '\n' in FILES file. |
6357
|
2478 (configure_make): Also install any mex files. |
6356
|
2479 |
6353
|
2480 2007-02-24 David Bateman <dbateman@free.fr> |
|
2481 |
|
2482 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
2483 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
2484 |
6351
|
2485 2007-02-23 John W. Eaton <jwe@octave.org> |
|
2486 |
|
2487 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
2488 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
2489 |
|
2490 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
2491 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
2492 |
6349
|
2493 2007-02-23 David Bateman <dbateman@free.fr> |
|
2494 |
|
2495 * statistics/distributions/discrete_rnd.m, |
|
2496 statistics/distributions/geornd.m, |
|
2497 statistics/distributions/lognnd.m, |
|
2498 statistics/distributions/nbinrnd.m, |
|
2499 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
2500 |
|
2501 * statistics/distributions/unidcdf.m, |
|
2502 statistics/distributions/unidinv.m, |
|
2503 statistics/distributions/unidpdf.m, |
|
2504 statistics/distributions/unidrnd.m: New functions based on |
6351
|
2505 discrete_cdf, etc. |
6349
|
2506 |
|
2507 * statistics/distributions/pascal_cdf.m, |
|
2508 statistics/distributions/pascal_inv.m, |
|
2509 statistics/distributions/pascal_pdf.m, |
|
2510 statistics/distributions/pascal_rnd.m: Remove. |
|
2511 * statistics/distributions/nbincdf.m, |
|
2512 statistics/distributions/nbininv.m, |
|
2513 statistics/distributions/nbinpdf.m, |
|
2514 statistics/distributions/nbinrnd.m: Replace with matlab |
|
2515 compatible functions. |
|
2516 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
2517 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
2518 nbincdf, etc functions to implement these. |
|
2519 |
6344
|
2520 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2521 |
|
2522 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
2523 command and data. |
|
2524 |
|
2525 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2526 |
|
2527 * miscellaneous/doc.m: If index search fails, try again without |
|
2528 the index search option. |
|
2529 |
6339
|
2530 2007-02-22 David Bateman <dbateman@free.fr> |
|
2531 |
6341
|
2532 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
2533 |
6340
|
2534 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
2535 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
2536 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
2537 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
2538 and randp to accelerate. |
|
2539 |
6339
|
2540 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
2541 |
6338
|
2542 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2543 |
|
2544 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
2545 cache data and display after xlim and ylim have been determined. |
|
2546 |
6337
|
2547 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2548 |
|
2549 * plot/__uiobject_draw_axes__.m: |
|
2550 Allow multiple images to be displayed with gnuplot. |
|
2551 |
6333
|
2552 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
2553 |
|
2554 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
2555 for versions of GLPK 4.15 and later. |
|
2556 |
6328
|
2557 2007-02-19 John W. Eaton <jwe@octave.org> |
|
2558 |
|
2559 * plot/__uiobject_alloc__.in: If next available element in |
|
2560 __uiobject_list__ is 0, grow list before doing anything else. |
|
2561 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
2562 first call when size of __uiobject_list__ is 0. |
|
2563 |
6323
|
2564 2007-02-16 John W. Eaton <jwe@octave.org> |
|
2565 |
|
2566 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
2567 |
6321
|
2568 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
2569 |
|
2570 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
2571 |
6316
|
2572 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
2573 |
|
2574 * specfun/nchoosek.m: Check nargin. |
|
2575 |
6314
|
2576 2007-02-15 John W. Eaton <jwe@octave.org> |
|
2577 |
6315
|
2578 * path/addpath.m, path/rmpath.m: Delete |
|
2579 * path/Makefile.in (SOURCES): Remove them from the list. |
|
2580 |
6314
|
2581 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
2582 Delete title, xlabel, ylabel, and zlabel properties before |
|
2583 reassigning. |
|
2584 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
2585 Don't init outerposition if "mode" is "replace". |
|
2586 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
2587 If axes nextplot property is replace, pass "replace" as mode arg |
|
2588 to __uiobject_axes_init__. |
|
2589 |
6308
|
2590 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2591 |
6310
|
2592 * image/imshow.m: Don't restore old colormap. |
|
2593 |
6309
|
2594 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
2595 * image/__img__.m: New file containing common parts of image.m and |
|
2596 imshow.m. |
6312
|
2597 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
2598 * image/image.m, image/imshow.m: Call __img__. |
|
2599 * plot/__uiobject_draw_axes__.m: |
|
2600 Handle rgb imaged data stored in 3-d arrays. |
|
2601 |
6308
|
2602 * plot/figure.m: Doc fix. |
|
2603 |
6304
|
2604 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2605 |
|
2606 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
2607 for reading and writing data. New tests. Improve rounding. |
|
2608 |
6302
|
2609 2007-02-13 John W. Eaton <jwe@octave.org> |
|
2610 |
6303
|
2611 * plot/stem.m: New file, adapted from OctPlot. |
|
2612 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2613 |
6302
|
2614 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2615 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2616 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2617 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
2618 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
2619 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2620 plot/semilogyerr.m: Return handles to line objects. |
|
2621 |
6301
|
2622 2007-02-11 John W. Eaton <jwe@octave.org> |
|
2623 |
|
2624 * plot/__uiobject_close_all.m: New file. |
|
2625 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2626 |
6298
|
2627 2007-02-10 John W. Eaton <jwe@octave.org> |
|
2628 |
|
2629 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
2630 * plot/__uiobject_globals__.m: Don't call mlock. |
|
2631 |
|
2632 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
2633 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
2634 before calling pclose. |
|
2635 |
6291
|
2636 2007-02-09 John W. Eaton <jwe@octave.org> |
|
2637 |
6295
|
2638 * plot/subplot.m: Delete spurious call to axes. |
|
2639 |
6293
|
2640 * plot/figure.m: Call drawnow for current figure before creating |
|
2641 or switching to a new figure. |
|
2642 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
2643 nargin == 0 case. |
|
2644 |
6291
|
2645 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
2646 strange values like Inf+NaNi. |
|
2647 |
6283
|
2648 2007-02-08 John W. Eaton <jwe@octave.org> |
|
2649 |
6286
|
2650 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
2651 and check gnuplot_use_title_option instead of just assuming -title |
|
2652 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2653 |
6285
|
2654 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
2655 |
6284
|
2656 * audio/Makefile.in, control/base/Makefile.in, |
|
2657 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2658 control/system/Makefile.in, control/util/Makefile.in, |
|
2659 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2660 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2661 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2662 optimization/Makefile.in, plot/Makefile.in, |
|
2663 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2664 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2665 special-matrix/Makefile.in, startup/Makefile.in, |
|
2666 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2667 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2668 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2669 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2670 |
6283
|
2671 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2672 only given property list. |
|
2673 |
6278
|
2674 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2675 |
6280
|
2676 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2677 properties. |
|
2678 |
6278
|
2679 * plot/sombrero.m: Call box ("off") after mesh. |
|
2680 |
|
2681 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2682 line default" commands with older versions of gnuplot. |
|
2683 |
|
2684 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2685 |
6273
|
2686 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2687 |
|
2688 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2689 * sparse/gplot.m: Use line style - instead of 1. |
|
2690 |
6272
|
2691 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2692 |
|
2693 * plot/print.m: Avoid error message from cellidx. |
|
2694 |
|
2695 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2696 |
|
2697 * plot/legend.m: Fix check for data. |
|
2698 |
6270
|
2699 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2700 |
|
2701 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2702 Always set lt and pt. |
|
2703 |
6269
|
2704 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2705 |
|
2706 * plot/contourc.m: Correctly compute X and Y. |
|
2707 |
6268
|
2708 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2709 |
|
2710 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2711 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2712 |
6264
|
2713 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2714 |
6266
|
2715 * plot/__uiobject_draw_axes__.m: |
|
2716 Don't try to set axis limits unless we have data. |
|
2717 |
6264
|
2718 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2719 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2720 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2721 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2722 instead of of key and fmt strings. |
|
2723 |
|
2724 * plot/__pltopt1__.m: Greatly simplify. |
|
2725 |
|
2726 * plot/__next_line_color__.m: New file. |
|
2727 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2728 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2729 |
|
2730 * plot/__default_plot_options__.m: New file. |
|
2731 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2732 |
|
2733 * plot/__plt3__.m: Delete. |
|
2734 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2735 |
6259
|
2736 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2737 |
6263
|
2738 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2739 linestyle, linewidth, marker, and markersize properties. |
|
2740 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2741 colors and widths, and line styles. |
|
2742 |
|
2743 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2744 |
6261
|
2745 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2746 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2747 |
|
2748 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2749 __gnuplot_save_data__. |
|
2750 |
6259
|
2751 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2752 |
6258
|
2753 2007-01-30 David Bateman <dbateman@free.fr> |
|
2754 |
|
2755 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2756 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2757 -auto to force autoload behavior. |
|
2758 (installed_packages): Make list of installed packages unique. |
|
2759 |
6259
|
2760 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2761 |
|
2762 * Merge of changes from graphics-branch: |
|
2763 |
|
2764 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2765 |
|
2766 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2767 |
|
2768 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2769 property if it exists. |
|
2770 |
6259
|
2771 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2772 |
|
2773 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2774 min values outside of loop over child objects. |
|
2775 |
|
2776 * plot/contour.m, plot/contourc.m: New files. |
|
2777 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2778 |
|
2779 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2780 find a gnuplot version newer than 4.0. |
|
2781 * image/__img_gnuplot__.m: Delete. |
|
2782 * image/image.m: Create image graphics object. |
|
2783 Call newplot to setup and drawnow to finish. |
|
2784 Eliminate ZOOM arg. |
|
2785 |
|
2786 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2787 |
|
2788 * plot/legend.m: Eliminate useless variable "warned". |
|
2789 |
|
2790 * plot/__uiobject_image_ctor__.m: New file. |
|
2791 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2792 |
|
2793 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2794 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2795 |
|
2796 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2797 |
|
2798 * plot/__default_colormap__.m: New file. |
|
2799 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2800 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2801 property. |
|
2802 * image/colormap.m: Use colormap property of current figure |
|
2803 to store colormap instead of using persistent variable. |
|
2804 Call __default_colormap__ to get default map value. |
|
2805 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2806 |
|
2807 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2808 Handle some tick mark options. |
|
2809 |
|
2810 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2811 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2812 set dataaspectratiomode to "manual". |
|
2813 |
|
2814 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2815 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2816 |
|
2817 * plot/axis.m: New file. |
|
2818 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2819 |
|
2820 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2821 set corresponding *limmode to "manual". |
|
2822 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2823 Use it to compute autosclaled limits. |
|
2824 Arg is now handle, not object. Change all callers. |
|
2825 Compute data limits. |
|
2826 |
6259
|
2827 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2828 |
|
2829 * plot/drawnow: Fix visibility check for zero args. |
|
2830 |
|
2831 * plot/text.m: New file. |
|
2832 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2833 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2834 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2835 horizontalalignment properties. |
|
2836 |
|
2837 * plot/figure.m: Set options for f we just constructed or were |
|
2838 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2839 |
|
2840 * plot/drawnow.m: Handle visible field for figure here. |
|
2841 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2842 |
|
2843 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2844 title and axis labels. |
|
2845 |
|
2846 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2847 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2848 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2849 * plot/view.m: New file. |
|
2850 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2851 |
|
2852 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2853 Call __request_drawnow__. |
|
2854 |
|
2855 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2856 |
|
2857 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2858 Call set to set properties. Return handle instead of structure. |
|
2859 Change all callers. |
|
2860 |
|
2861 * plot/__uiobject_axes_setr__.m: New file. |
|
2862 * plot/set.in: Check for __setter__ field. |
|
2863 |
|
2864 * plot/__uiobject_axes_init__.in: |
|
2865 Rename from plot/__uiobject_axes_init__.m. |
|
2866 Include __uiobject_globals__. |
|
2867 Accept handle as arg instead of structure |
|
2868 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2869 from the list. |
|
2870 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2871 |
6259
|
2872 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2873 |
|
2874 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2875 |
|
2876 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2877 initializing each global variable. |
|
2878 |
6259
|
2879 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2880 |
|
2881 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2882 __uiobject_figure_handles_free_list__): New global variables. |
|
2883 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2884 Place unused handles on the free list. |
|
2885 |
|
2886 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2887 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2888 |
|
2889 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2890 handles here. Return figure handle. |
|
2891 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2892 |
6259
|
2893 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2894 |
|
2895 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2896 data for gnuplot. |
|
2897 |
|
2898 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2899 files. |
|
2900 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2901 (DISTFILES): Include include-globals.awk in the list. |
|
2902 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2903 ($(GEN_M) : %.m : %.in): New rule. |
|
2904 |
|
2905 * include-globals.awk: New file. |
|
2906 |
|
2907 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2908 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2909 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2910 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2911 plot/__uiobject_init_root_figure__.in, |
|
2912 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2913 Rename from corresponding .m files. |
|
2914 |
|
2915 * move-if-change: New file. |
|
2916 |
|
2917 * plot/__uiobject_delete__.m: New file. |
|
2918 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2919 plot/__uiobject_delete_child__.m: Delete. |
|
2920 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2921 not a character string. |
|
2922 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2923 Fix assignment to tmp key value in loop. |
|
2924 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2925 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2926 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2927 Inline code to delete children. |
|
2928 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2929 __uiobject_list__. |
|
2930 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2931 and free child. |
|
2932 |
6259
|
2933 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2934 |
|
2935 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2936 handle is empty, not 0. |
|
2937 * plot/__uiobject_root_figure_ctor__.m: |
|
2938 Set currentfigure to [], not 0. |
|
2939 |
|
2940 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2941 |
|
2942 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2943 |
|
2944 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2945 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2946 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2947 plot/__uiobject_delete_children__.m, |
|
2948 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2949 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2950 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2951 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2952 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2953 plot/__uiobject_init_figure__.m, |
|
2954 plot/__uiobject_init_root_figure__.m, |
|
2955 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2956 plot/__uiobject_remove_child__.m, |
|
2957 plot/__uiobject_root_figure_ctor__.m, |
|
2958 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2959 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2960 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2961 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2962 plot/set.m: New files. |
|
2963 |
|
2964 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2965 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2966 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2967 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2968 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2969 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2970 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2971 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2972 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2973 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2974 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2975 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2976 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2977 plot/semilogyerr.m, plot/replot.m: |
|
2978 Adapt to new graphics data structure. |
|
2979 |
|
2980 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2981 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2982 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2983 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2984 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2985 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2986 |
|
2987 2007-01-24 David Bateman <dbateman@free.fr> |
|
2988 |
|
2989 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2990 Delete bare newline in string passed to write_INDEX. |
|
2991 |
|
2992 * sparse/sprandsym.m: Make work for even values of N. |
|
2993 |
|
2994 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2995 |
|
2996 * miscellaneous/news.m: New file. |
|
2997 |
|
2998 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2999 |
|
3000 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
3001 |
|
3002 * strings/strncmp.m: Delete (we now have a built-in version). |
|
3003 |
|
3004 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
3005 |
|
3006 * testfun/test.m: Check for all files in path, use first found. |
|
3007 |
|
3008 2007-01-22 David Bateman <dbateman@free.fr> |
|
3009 |
|
3010 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
3011 |
|
3012 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
3013 |
|
3014 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
3015 file name. |
|
3016 |
|
3017 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
3018 nargout is 1. Handle colormaps that have too few colors. |
|
3019 |
|
3020 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
3021 (configure_make): Use fullfile instead of concatenating with "/". |
|
3022 |
6258
|
3023 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
3024 |
|
3025 * set/ismember.m: Handle N-d arrays. |
|
3026 |
|
3027 2007-01-10 David Bateman <dbateman@free.fr> |
|
3028 |
|
3029 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
3030 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
3031 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
3032 New files. |
|
3033 |
|
3034 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
3035 |
6778
|
3036 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
3037 |
|
3038 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
3039 |
|
3040 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
3041 instead of concatenating with "/". Use mlock to ensure that |
|
3042 persistent variables are not clobbered if user types clear all. |
|
3043 |
|
3044 2007-01-08 John W. Eaton <jwe@octave.org> |
|
3045 |
|
3046 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3047 Improve handling of file names containing globbing characters. |
|
3048 From S�ren Hauberg <hauberg@gmail.com>. |
|
3049 |
|
3050 2007-01-05 John W. Eaton <jwe@octave.org> |
|
3051 |
|
3052 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
3053 New files. |
|
3054 |
|
3055 2006-12-30 John W. Eaton <jwe@octave.org> |
|
3056 |
|
3057 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
3058 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
3059 |
|
3060 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
3061 |
|
3062 * image/imshow.m: Strip NaNs from image. |
|
3063 |
|
3064 2006-12-08 David Bateman <dbateman@free.fr> |
|
3065 |
|
3066 * sparse/normest.m: New file. |
|
3067 |
6286
|
3068 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
3069 |
6210
|
3070 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3071 Work on Windows systems without cp or mv. |
|
3072 |
6209
|
3073 * startup/inputrc: Include sequences for Windows. |
|
3074 |
6203
|
3075 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
3076 |
|
3077 * pkg/pkg.m (unload_packages): New function. |
|
3078 (pkg): Handle unload action. |
|
3079 |
|
3080 * __errplot__.m: Add missing semicolon. |
|
3081 |
6193
|
3082 2006-11-30 John W. Eaton <jwe@octave.org> |
|
3083 |
|
3084 * miscellaneous/mexext.m: New file. |
|
3085 |
6189
|
3086 2006-11-29 David Bateman <dbateman@free.fr> |
|
3087 |
|
3088 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
3089 location of package lists to be probed and set. |
|
3090 |
6179
|
3091 2006-11-17 John W. Eaton <jwe@octave.org> |
|
3092 |
6181
|
3093 * plot/__render_plot1__.m: Reverse y axis for images. |
|
3094 |
6179
|
3095 * plot/__render_plot__.m: New args, terminal and output. |
|
3096 * plot/print.m: Don't set output and term here. Instead, call |
|
3097 __render_plot__ with terminal and output. |
|
3098 |
6178
|
3099 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3100 |
|
3101 * plot/__render_plot1__.m: New file. |
|
3102 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
3103 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
3104 gnuplot. Let __render_plot__ do that. |
|
3105 |
6177
|
3106 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
3107 |
|
3108 * plot/plot.m: Fix doc string. |
|
3109 |
6173
|
3110 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3111 |
|
3112 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
3113 before sending anything to the plotter. |
|
3114 |
6172
|
3115 2006-11-15 John W. Eaton <jwe@octave.org> |
|
3116 |
|
3117 * image/__img_gnuplot__.m: Store more info in global plot |
|
3118 structures and use __render_plot__ to build plot command to |
|
3119 display image. |
|
3120 |
|
3121 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
3122 |
|
3123 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
3124 __plot_command_sep__): Delete. |
|
3125 (__plot_data_type__, __plot_data_parametric__, |
|
3126 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
3127 __plot_usingstr__, __plot_withstr__): New variables. |
|
3128 * plot/__init_plot_vars__.m: Initialize them. |
|
3129 |
|
3130 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
3131 Don't handle sep or cmd. |
|
3132 |
|
3133 * plot/__render_plot__.m: New function. |
|
3134 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
3135 Store more info in global plot structures and use __render_plot__ |
|
3136 to build plot command. |
|
3137 * plot/replot.m: Simply call __render_plot__. |
|
3138 |
|
3139 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
3140 Set __plot_data_parametric__ here. |
|
3141 |
6164
|
3142 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3143 |
6166
|
3144 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
3145 |
6164
|
3146 * image/image_viewer.m: Set default values here. |
|
3147 * image/image.m: Not here. |
|
3148 |
|
3149 * image/image_viewer.m: Always return old values. Check arguments. |
|
3150 * image/__img_gnuplot__.m: Rename from __img__m. |
|
3151 |
|
3152 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
3153 |
|
3154 * image/image_viewer.m: New function. |
|
3155 * image/__img_via_file__.m: New function. |
|
3156 * image/image.m: Use image_viewer to determine which program to |
|
3157 use for image viewing. |
6754
|
3158 * image/__img__.m: Silently accept more than 3 args. |
6164
|
3159 |
6163
|
3160 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3161 |
|
3162 * plot/__do_legend__.m, plot/__errplot__.m, |
|
3163 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
3164 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
3165 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
3166 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
3167 Use __plot_globals__ for multiplot variables. Keep track of |
|
3168 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
3169 |
6157
|
3170 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3171 |
6158
|
3172 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
3173 |
6157
|
3174 * miscellaneous/substruct.m: New function. |
|
3175 |
|
3176 * testfun/assert.m: Force orientation to match when comparing |
|
3177 struct elements. |
|
3178 |
|
3179 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
3180 when comparing structs. |
|
3181 |
|
3182 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
3183 |
6754
|
3184 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
3185 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
3186 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
3187 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
3188 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
3189 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
3190 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
3191 |
6156
|
3192 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3193 |
|
3194 * plot/mesh.m: Use size_equal to compare dimensions. |
|
3195 |
6154
|
3196 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
3197 |
|
3198 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
3199 |
6152
|
3200 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
3201 |
|
3202 * miscellaneous/copyfile.m: Fix docs to match function. |
|
3203 |
6145
|
3204 2006-11-08 John W. Eaton <jwe@octave.org> |
|
3205 |
6146
|
3206 * plot/legend.m: New function, adapted from Octave Forge. |
|
3207 |
|
3208 * plot/__do_legend__.m: New function. |
|
3209 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
3210 plot/replot.m: Call it before plotting. |
|
3211 |
|
3212 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
3213 noparametric" to gnuplot.. |
|
3214 |
|
3215 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
3216 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
3217 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
3218 and return key title separate from line format. Accept format and |
|
3219 key as cellstr. Always return data as cell array. Return format |
|
3220 and key title as cellstr. |
|
3221 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
3222 Handle line format and key titles separately. |
|
3223 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
3224 |
|
3225 * plot/__plot_globals__.m (__plot_line_offset__, |
|
3226 __plot_key_labels__, __plot_key_properties__): New global |
|
3227 variables. Initialize them. |
|
3228 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
3229 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
3230 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
3231 (__plot_line_offset__, __plot_key_labels__, |
|
3232 __plot_key_properties__): Store information about plot key titles. |
|
3233 |
|
3234 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
3235 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
3236 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
3237 respectively. |
|
3238 |
|
3239 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
3240 |
6145
|
3241 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
3242 whle concatenating args. |
|
3243 |
6144
|
3244 2006-11-07 John W. Eaton <jwe@octave.org> |
|
3245 |
|
3246 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
3247 |
6142
|
3248 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
3249 |
6143
|
3250 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
3251 option to regexp. |
|
3252 |
6142
|
3253 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
3254 |
6138
|
3255 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
3256 |
6139
|
3257 * strings/index.m: New arg, direction. Simplify and speed up. |
|
3258 * strings/rindex.m: Implement using index (..., "last"); |
|
3259 |
6754
|
3260 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
3261 |
6130
|
3262 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
3263 |
|
3264 * general/__isequal__.m: Test size and class more consistently. |
|
3265 |
6116
|
3266 2006-10-27 John W. Eaton <jwe@octave.org> |
|
3267 |
6117
|
3268 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
3269 From Michael Goffioul <michael.goffioul@swing.be>. |
|
3270 |
6116
|
3271 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
3272 * miscellaneous/dir.m: Mark as a command. |
|
3273 |
6112
|
3274 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3275 |
|
3276 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
3277 |
6088
|
3278 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3279 |
|
3280 * image/image.m: Set x = y = [] when nargin == 0; |
|
3281 |
|
3282 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
3283 |
|
3284 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
3285 * image/__img__.m: New file, originally from |
|
3286 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
3287 |
6087
|
3288 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3289 |
|
3290 * plot/__gnuplot_version__.m: New function, originally from |
|
3291 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
3292 Quentin Spencer <qspencer@ieee.org>. |
|
3293 |
6085
|
3294 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
3295 |
|
3296 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
3297 |
6081
|
3298 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
3299 |
|
3300 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
3301 miscellaneous/gunzip.m: New files. |
|
3302 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
3303 Call unpack to do the real work. |
|
3304 |
6075
|
3305 2006-10-24 John W. Eaton <jwe@octave.org> |
|
3306 |
6078
|
3307 * plot/plot3.m: If we have a format string, then also pass using |
|
3308 string to __plt3__. |
|
3309 |
6077
|
3310 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
3311 |
6075
|
3312 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
3313 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
3314 |
6069
|
3315 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
3316 |
|
3317 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
3318 Quote filenames in shell commands. |
|
3319 |
6055
|
3320 2006-10-17 David Bateman <dbateman@free.fr> |
|
3321 |
|
3322 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
3323 the package directory is missing. |
|
3324 |
6052
|
3325 2006-10-13 John W. Eaton <jwe@octave.org> |
|
3326 |
|
3327 * plot/box.m: New function. |
|
3328 |
6050
|
3329 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
3330 |
|
3331 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
3332 |
6049
|
3333 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
3334 |
|
3335 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
3336 |
6047
|
3337 2006-10-10 John W. Eaton <jwe@octave.org> |
|
3338 |
|
3339 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
3340 |
6046
|
3341 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
3342 |
|
3343 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3344 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3345 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
3346 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
3347 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
3348 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
3349 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
3350 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
3351 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
3352 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
3353 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
3354 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
3355 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
3356 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
3357 control/system/buildssic.m, control/system/c2d.m, |
|
3358 control/system/cellidx.m, control/system/d2c.m, |
|
3359 control/system/dmr2d.m, control/system/fir2sys.m, |
|
3360 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3361 control/system/is_detectable.m, control/system/is_digital.m, |
|
3362 control/system/is_observable.m, control/system/is_siso.m, |
|
3363 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3364 control/system/jet707.m, control/system/listidx.m, |
|
3365 control/system/ord2.m, control/system/parallel.m, |
|
3366 control/system/ss.m, control/system/ss2zp.m, |
|
3367 control/system/starp.m, control/system/sys2ss.m, |
|
3368 control/system/sys2tf.m, control/system/sys2zp.m, |
|
3369 control/system/sysadd.m, control/system/sysappend.m, |
|
3370 control/system/syschtsam.m, control/system/sysconnect.m, |
|
3371 control/system/syscont.m, control/system/sysdimensions.m, |
|
3372 control/system/sysdisc.m, control/system/sysdup.m, |
|
3373 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
3374 control/system/sysgroup.m, control/system/sysidx.m, |
|
3375 control/system/sysmin.m, control/system/sysmult.m, |
|
3376 control/system/sysout.m, control/system/sysprune.m, |
|
3377 control/system/sysscale.m, control/system/syssetsignals.m, |
|
3378 control/system/syssub.m, control/system/sysupdate.m, |
|
3379 control/system/tf.m, control/system/tfout.m, |
|
3380 control/system/ugain.m, control/system/zp.m, |
|
3381 control/system/zpout.m, control/util/__outlist__.m, |
|
3382 control/util/__zgpbal__.m, control/util/prompt.m, |
|
3383 control/util/sortcom.m, control/util/strappend.m, |
|
3384 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
3385 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
3386 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
3387 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
3388 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3389 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
3390 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
3391 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
3392 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
3393 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
3394 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
3395 general/ind2sub.m, general/int2str.m, |
|
3396 general/is_duplicate_entry.m, general/isdefinite.m, |
|
3397 general/isequal.m, general/isequalwithequalnans.m, |
|
3398 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
3399 general/isvector.m, general/logical.m, general/logspace.m, |
|
3400 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
3401 general/perror.m, general/postpad.m, general/prepad.m, |
|
3402 general/randperm.m, general/rem.m, general/repmat.m, |
|
3403 general/rot90.m, general/rotdim.m, general/shift.m, |
|
3404 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
3405 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
3406 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
3407 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
3408 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
3409 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
3410 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
3411 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
3412 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
3413 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
3414 linear-algebra/logm.m, linear-algebra/norm.m, |
|
3415 linear-algebra/null.m, linear-algebra/orth.m, |
|
3416 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
3417 linear-algebra/trace.m, linear-algebra/vec.m, |
|
3418 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
3419 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
3420 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
3421 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
3422 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
3423 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
3424 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
3425 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
3426 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
3427 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
3428 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
3429 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
3430 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
3431 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
3432 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
3433 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
3434 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
3435 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
3436 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
3437 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3438 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
3439 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
3440 polynomial/polyder.m, polynomial/polyderiv.m, |
|
3441 polynomial/polyfit.m, polynomial/polygcd.m, |
|
3442 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3443 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3444 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
3445 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
3446 set/complement.m, set/create_set.m, set/intersect.m, |
|
3447 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
3448 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
3449 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
3450 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
3451 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
3452 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
3453 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
3454 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
3455 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
3456 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
3457 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
3458 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
3459 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
3460 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
3461 special-matrix/hankel.m, special-matrix/hilb.m, |
|
3462 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
3463 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
3464 statistics/base/center.m, statistics/base/cloglog.m, |
|
3465 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
3466 statistics/base/cov.m, statistics/base/cut.m, |
|
3467 statistics/base/gls.m, statistics/base/iqr.m, |
|
3468 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
3469 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
3470 statistics/base/mean.m, statistics/base/meansq.m, |
|
3471 statistics/base/median.m, statistics/base/moment.m, |
|
3472 statistics/base/ols.m, statistics/base/ppplot.m, |
|
3473 statistics/base/probit.m, statistics/base/qqplot.m, |
|
3474 statistics/base/range.m, statistics/base/ranks.m, |
|
3475 statistics/base/run_count.m, statistics/base/skewness.m, |
|
3476 statistics/base/spearman.m, statistics/base/statistics.m, |
|
3477 statistics/base/std.m, statistics/base/studentize.m, |
|
3478 statistics/base/table.m, statistics/base/values.m, |
|
3479 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
3480 statistics/distributions/betainv.m, |
|
3481 statistics/distributions/betapdf.m, |
|
3482 statistics/distributions/betarnd.m, |
|
3483 statistics/distributions/binocdf.m, |
|
3484 statistics/distributions/binoinv.m, |
|
3485 statistics/distributions/binopdf.m, |
|
3486 statistics/distributions/binornd.m, |
|
3487 statistics/distributions/cauchy_cdf.m, |
|
3488 statistics/distributions/cauchy_inv.m, |
|
3489 statistics/distributions/cauchy_pdf.m, |
|
3490 statistics/distributions/cauchy_rnd.m, |
|
3491 statistics/distributions/chi2cdf.m, |
|
3492 statistics/distributions/chi2inv.m, |
|
3493 statistics/distributions/chi2pdf.m, |
|
3494 statistics/distributions/chi2rnd.m, |
|
3495 statistics/distributions/discrete_cdf.m, |
|
3496 statistics/distributions/discrete_inv.m, |
|
3497 statistics/distributions/discrete_pdf.m, |
|
3498 statistics/distributions/discrete_rnd.m, |
|
3499 statistics/distributions/empirical_rnd.m, |
|
3500 statistics/distributions/expcdf.m, |
|
3501 statistics/distributions/expinv.m, |
|
3502 statistics/distributions/exppdf.m, |
|
3503 statistics/distributions/exprnd.m, |
|
3504 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
3505 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
3506 statistics/distributions/gamcdf.m, |
|
3507 statistics/distributions/gaminv.m, |
|
3508 statistics/distributions/gampdf.m, |
|
3509 statistics/distributions/gamrnd.m, |
|
3510 statistics/distributions/geocdf.m, |
|
3511 statistics/distributions/geoinv.m, |
|
3512 statistics/distributions/geopdf.m, |
|
3513 statistics/distributions/geornd.m, |
|
3514 statistics/distributions/hygecdf.m, |
|
3515 statistics/distributions/hygeinv.m, |
|
3516 statistics/distributions/hygepdf.m, |
|
3517 statistics/distributions/hygernd.m, |
|
3518 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3519 statistics/distributions/laplace_cdf.m, |
|
3520 statistics/distributions/laplace_inv.m, |
|
3521 statistics/distributions/laplace_pdf.m, |
|
3522 statistics/distributions/laplace_rnd.m, |
|
3523 statistics/distributions/logistic_cdf.m, |
|
3524 statistics/distributions/logistic_inv.m, |
|
3525 statistics/distributions/logistic_pdf.m, |
|
3526 statistics/distributions/logistic_rnd.m, |
|
3527 statistics/distributions/logncdf.m, |
|
3528 statistics/distributions/logninv.m, |
|
3529 statistics/distributions/lognpdf.m, |
|
3530 statistics/distributions/lognrnd.m, |
|
3531 statistics/distributions/normcdf.m, |
|
3532 statistics/distributions/norminv.m, |
|
3533 statistics/distributions/normpdf.m, |
|
3534 statistics/distributions/normrnd.m, |
|
3535 statistics/distributions/pascal_cdf.m, |
|
3536 statistics/distributions/pascal_inv.m, |
|
3537 statistics/distributions/pascal_pdf.m, |
|
3538 statistics/distributions/pascal_rnd.m, |
|
3539 statistics/distributions/poisscdf.m, |
|
3540 statistics/distributions/poissinv.m, |
|
3541 statistics/distributions/poisspdf.m, |
|
3542 statistics/distributions/poissrnd.m, |
|
3543 statistics/distributions/stdnormal_cdf.m, |
|
3544 statistics/distributions/stdnormal_inv.m, |
|
3545 statistics/distributions/stdnormal_pdf.m, |
|
3546 statistics/distributions/stdnormal_rnd.m, |
|
3547 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
3548 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
3549 statistics/distributions/unifcdf.m, |
|
3550 statistics/distributions/unifinv.m, |
|
3551 statistics/distributions/unifpdf.m, |
|
3552 statistics/distributions/unifrnd.m, |
|
3553 statistics/distributions/wblcdf.m, |
|
3554 statistics/distributions/wblinv.m, |
|
3555 statistics/distributions/wblpdf.m, |
|
3556 statistics/distributions/wblrnd.m, |
|
3557 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
3558 statistics/tests/bartlett_test.m, |
|
3559 statistics/tests/chisquare_test_homogeneity.m, |
|
3560 statistics/tests/chisquare_test_independence.m, |
|
3561 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
3562 statistics/tests/hotelling_test.m, |
|
3563 statistics/tests/hotelling_test_2.m, |
|
3564 statistics/tests/kolmogorov_smirnov_test.m, |
|
3565 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3566 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
3567 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
3568 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
3569 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3570 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3571 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3572 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3573 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3574 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
3575 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
3576 strings/index.m, strings/isletter.m, strings/lower.m, |
|
3577 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3578 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3579 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
3580 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
3581 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
3582 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
3583 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
3584 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
3585 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3586 time/etime.m, time/is_leap_year.m: |
|
3587 Use print_usage instead of usage. |
|
3588 |
6044
|
3589 2006-10-09 David Bateman <dbateman@free.fr> |
|
3590 |
|
3591 * time/datevec.m: Add additional compatible default parsing strings. |
|
3592 |
6395
|
3593 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
3594 |
6042
|
3595 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
3596 Remove compare_versions subfunction. |
|
3597 |
|
3598 * miscellaneous/compare_versions.m: New function to compare |
|
3599 version numbers as strings with any boolean operators. |
|
3600 |
6041
|
3601 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
3602 file exists. |
|
3603 |
6036
|
3604 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3605 |
|
3606 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
3607 |
6032
|
3608 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
3609 |
6037
|
3610 * pkg/pkg.m: Update docs. Handle prefix option. |
|
3611 Handle dependencies for load option. |
6032
|
3612 |
6029
|
3613 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3614 |
6030
|
3615 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
3616 |
|
3617 * plot/clg.m: Delete. |
|
3618 * plot/__init_plot_vars__.m: New function. |
|
3619 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
3620 |
6025
|
3621 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
3622 |
|
3623 * pkg/pkg.m: Avoid calling addpath with no args. |
|
3624 |
6024
|
3625 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
3626 |
|
3627 * audio/loadaudio.m, control/base/nyquist.m, |
|
3628 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
3629 linear-algebra/krylov.m, statistics/base/center.m, |
|
3630 statistics/base/median.m, statistics/base/std.m, |
|
3631 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
3632 find first or last element matching a condition. |
|
3633 |
6023
|
3634 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
3635 |
|
3636 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
3637 general/__isequal__.m: Minimize looping using cellfun. |
|
3638 |
6020
|
3639 2006-10-02 David Bateman <dbateman@free.fr> |
|
3640 |
|
3641 * pkg/pkg.m (copy_files): always create installation directory. |
|
3642 |
6016
|
3643 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
3644 |
|
3645 * miscellaneous/doc.m: Swap file and directory args to info. |
|
3646 |
|
3647 2006-10-01 Arno Onken <whyly@gmx.net> |
|
3648 |
|
3649 * statistics/distributions/exprnd.m: Fix typo. |
|
3650 |
6014
|
3651 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
3652 |
|
3653 * polynomial/ppval.m: Use .' instead of '. |
|
3654 * polynomial/spline.m: Likewise. New tests. |
|
3655 |
6004
|
3656 2006-09-26 David Bateman <dbateman@free.fr> |
|
3657 |
|
3658 * __plt3__.m: Using global variables __plot_data__, |
|
3659 __plot_data_offset__ and __plot_command__ to store plots and |
|
3660 correctly handle multiplots, and hold state. Only accept a single |
|
3661 data parameter plus, using, format and with strings. Remove |
|
3662 setting of gnuplot parameters. |
|
3663 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
3664 * __setup_plot__.m: Convert to a function and pass the plotting |
|
3665 command to use. |
|
3666 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3667 * contour.m: Use unwind protect on the parametric state of plot |
|
3668 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3669 * mesh.m: ditto. |
|
3670 * plot3.m: Error checking, setting of parametric state and |
|
3671 formation of matrix to plot moved from old __plt3__. |
|
3672 |
5996
|
3673 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3674 |
5997
|
3675 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3676 |
|
3677 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3678 |
|
3679 * signal/filter2.m: Correct texinfo doc. |
|
3680 |
|
3681 2006-09-22 David Bateman <dbateman@free.fr> |
|
3682 |
|
3683 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3684 |
5993
|
3685 2006-09-15 David Bateman <dbateman@free.fr> |
|
3686 |
|
3687 * pkg/pkg.m (prepare_installation): Don't create package |
|
3688 installation directory here. |
|
3689 (copy_files): Create it here instead, to avoid issues with |
|
3690 upgrades. Also install the COPYING file in packinfo. |
|
3691 |
5989
|
3692 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3693 |
|
3694 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3695 |
5987
|
3696 2006-08-30 David Bateman <dbateman@free.fr> |
|
3697 |
|
3698 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3699 error message for archive name not matching package name. |
|
3700 (installed_packages): Size header of printed results to |
|
3701 arguments. Sort the list of installed packages before printing |
|
3702 them. |
|
3703 |
5986
|
3704 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3705 |
|
3706 * signal/freqz.m: Update tests. |
|
3707 |
|
3708 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3709 |
|
3710 * signal/freqz.m: Corretly postpad arrays. |
|
3711 Don't call fliplr on a column vector. |
|
3712 |
5984
|
3713 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3714 |
|
3715 * general/shiftdim.m: Use permute instead of reshape. |
|
3716 |
5981
|
3717 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3718 |
|
3719 * miscellaneous/parseparams.m: New function. |
|
3720 |
5980
|
3721 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3722 |
|
3723 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3724 options for info program invocation. |
|
3725 |
5976
|
3726 2006-08-30 David Bateman <dbateman@free.fr> |
|
3727 |
5987
|
3728 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3729 previous change. |
|
3730 |
5974
|
3731 2006-08-26 David Bateman <dbateman@free.fr> |
|
3732 |
|
3733 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3734 absence of trailing "/" in OCTAVE_HOME. |
|
3735 |
5973
|
3736 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3737 |
|
3738 * time/datenum.m: Allow arg to be character string. |
|
3739 |
5971
|
3740 2006-08-25 David Bateman <dbateman@free.fr> |
|
3741 |
|
3742 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3743 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3744 they are empty. If package directory is empty, remove it to fail |
|
3745 gracefully for system specific packages. |
|
3746 (extract_pkgadd, create_pkgadd): delete. |
|
3747 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3748 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3749 bin/ to the EXEC_PATH when the package is loaded. |
|
3750 |
5962
|
3751 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3752 |
|
3753 * image/saveimage.m: Use logical indexing instead of |
|
3754 indices computed by calling find on the logical index. |
|
3755 |
5961
|
3756 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3757 |
5967
|
3758 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3759 Use logical indexing instead of indices computed by calling find |
|
3760 on the logical index. |
|
3761 |
|
3762 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3763 |
5959
|
3764 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3765 |
|
3766 * control/system/tf2zp.m: Simplify gain calculation. |
|
3767 |
5958
|
3768 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3769 |
|
3770 * plot/__plt__.m: Insert using clauses for all plots. |
|
3771 |
5957
|
3772 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3773 |
|
3774 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3775 args. |
|
3776 |
5955
|
3777 2006-08-22 David Bateman <dbateman@free.fr> |
|
3778 |
|
3779 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3780 Search inst/*.m and src/*.m files in the package for |
|
3781 PKG_ADD directives and append user supplied PKG_ADD. |
|
3782 (pkg): Call create_pkgadd after copying files. |
|
3783 |
5947
|
3784 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3785 |
|
3786 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3787 Insert directory separator between OCTAVE_HOME and rest of package |
|
3788 installation directory. |
|
3789 |
|
3790 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3791 |
|
3792 * general/num2str.m: Early return if arg is empty. |
|
3793 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3794 |
5946
|
3795 2006-08-21 David Bateman <dbateman@free.fr> |
|
3796 |
|
3797 * strings/mat2str.m: Compute NC before using. |
|
3798 |
5937
|
3799 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3800 |
|
3801 * audio/wavread.m: Fix calculation of sample count. |
|
3802 |
5934
|
3803 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3804 |
|
3805 * image/imshow.m: New Matlab-compatible version. |
|
3806 |
5930
|
3807 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3808 |
|
3809 * deprecated/is_global.m: Delete. |
|
3810 |
5928
|
3811 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3812 |
|
3813 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3814 |
5926
|
3815 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3816 |
|
3817 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3818 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3819 |
5928
|
3820 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3821 |
6778
|
3822 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3823 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3824 Handle changes to system function. |
|
3825 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3826 recursive directory removal. |
5922
|
3827 |
5924
|
3828 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3829 |
6778
|
3830 * colormap.m: Change global variable to persistent. |
5923
|
3831 |
5922
|
3832 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3833 |
5920
|
3834 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3835 |
|
3836 * strings/str2double.m: Fix missing semicolon. |
|
3837 |
5910
|
3838 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3839 |
|
3840 * plot/plot3.m: Accept one complex or one real and one complex |
|
3841 argument and plot real and imaginary components for y and z. |
|
3842 |
5908
|
3843 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3844 |
|
3845 * testfun/test.m: Call fflush after each block of calls to |
|
3846 fprintf, fputs, or fdisp. |
|
3847 |
5904
|
3848 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3849 |
|
3850 * miscellaneous/mex.m: New function. |
|
3851 |
5901
|
3852 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3853 |
|
3854 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3855 |
5881
|
3856 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3857 |
|
3858 * miscellaneous/orderfields.m: New file. |
|
3859 |
5873
|
3860 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3861 |
|
3862 * time/datevec.m: Make another attempt to account for precision of |
|
3863 datenum format. |
|
3864 |
5868
|
3865 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3866 |
|
3867 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3868 Use feval instead of "type -q" to get values now that all the |
|
3869 symbols are functions. |
|
3870 |
5860
|
3871 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3872 |
|
3873 * time/datevec.m: Avoid computing log of non-positive values. |
|
3874 |
5859
|
3875 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3876 |
|
3877 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3878 |
5839
|
3879 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3880 |
|
3881 * audio/wavread.m: Fix file range error and add read support for |
|
3882 24-bit WAV files. |
|
3883 |
5837
|
3884 2006-06-01 David Bateman <dbateman@free.fr> |
|
3885 |
|
3886 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3887 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3888 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3889 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3890 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3891 |
5835
|
3892 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3893 |
|
3894 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3895 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3896 |
5830
|
3897 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3898 |
|
3899 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3900 |
5829
|
3901 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3902 |
|
3903 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3904 really needed. |
|
3905 |
5827
|
3906 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3907 |
6754
|
3908 * general/lookup.m: New file from Octave Forge. |
5827
|
3909 |
|
3910 2006-05-22 David Bateman <dbateman@free.fr> |
|
3911 |
6754
|
3912 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3913 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3914 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3915 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3916 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3917 strings/strtok.m: New files from Octave Forge. |
5827
|
3918 |
5824
|
3919 2006-05-19 David Bateman <dbateman@free.fr> |
|
3920 |
|
3921 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3922 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3923 |
5821
|
3924 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3925 |
|
3926 * set/intersection.m: Delete |
|
3927 * deprecated/intersection.m: New file. |
|
3928 |
5820
|
3929 2006-05-17 David Bateman <dbateman@free.fr> |
|
3930 |
|
3931 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3932 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3933 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3934 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3935 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3936 Forge. |
|
3937 |
5809
|
3938 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3939 |
5815
|
3940 * path/path.m: Delete (now a built-in function). |
|
3941 |
5811
|
3942 * pkg/Makefile.in: New file. |
|
3943 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3944 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3945 |
5808
|
3946 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3947 |
|
3948 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3949 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3950 |
5807
|
3951 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3952 |
|
3953 * tar.m, untar.m, unzip.m: New files. |
|
3954 |
5801
|
3955 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3956 |
5804
|
3957 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3958 * path/setpath.m: Delete. |
|
3959 |
5801
|
3960 * pkg/pkg.m: New file. |
|
3961 |
5798
|
3962 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3963 |
|
3964 * plot/plot.m: Doc string fix. |
|
3965 |
|
3966 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3967 |
|
3968 * testfun/speeed.m: Use new interface to unique and assert. |
|
3969 Improve documentation. Approximate time complexity from log-log |
|
3970 plot. Return time complexity and raw times if requested. The |
|
3971 mean ratio is no longer returned. Provide complete control over |
|
3972 which n are computed. |
|
3973 |
|
3974 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3975 |
|
3976 * path/path.m: Move here from miscellaneous. |
|
3977 Adapt to new LOADPATH definition. |
|
3978 |
5789
|
3979 2006-05-03 David Bateman <dbateman@free.fr> |
|
3980 |
|
3981 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3982 explicit uses of a path seperation character with pathsep(). |
|
3983 |
5786
|
3984 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3985 |
6778
|
3986 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3987 |
5781
|
3988 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3989 |
|
3990 * startup/main-rcfile: Disable some warnings. |
|
3991 |
5762
|
3992 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3993 |
|
3994 * strings/strcmpi.m: Return false instead of error if args are not |
|
3995 char or cellstr. |
|
3996 |
5750
|
3997 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3998 |
|
3999 * miscellaneous/dir.m: Ensure that returned structure array is |
|
4000 Nx1, not 1xN. |
|
4001 |
5746
|
4002 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
4003 |
|
4004 * plot/hist.m: Ignore NaN in inputs. |
|
4005 |
5745
|
4006 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
4007 |
|
4008 * miscellaneous/mkoctfile.m: Doc string fix. |
|
4009 |
5741
|
4010 2006-04-05 John W. Eaton <jwe@octave.org> |
|
4011 |
|
4012 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
4013 are both empty. |
|
4014 * plot/__plt__.m: Ignore empty data and format strings returned |
|
4015 from __plt1__ or __plt2__. |
|
4016 |
5737
|
4017 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
4018 |
6778
|
4019 * set/unique.m: Properly handle single column input when |
5737
|
4020 "rows" is specified. |
|
4021 |
5732
|
4022 2006-04-04 John W. Eaton <jwe@octave.org> |
|
4023 |
5736
|
4024 * path/setpath.m: New file. |
|
4025 * path/savepath.m: Use setpath to set path instead of assigning |
|
4026 directly to LOADPATH. |
|
4027 |
5732
|
4028 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
4029 New files, adapted from Octave Forge by Keith Goodman |
|
4030 <kwgoodman@gmail.com>. |
|
4031 * path: New directory. |
|
4032 * Makefile.in (SUBDIRS): Add it to the list. |
|
4033 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
4034 |
5731
|
4035 2006-04-02 David Bateman <dbateman@free.fr> |
|
4036 |
|
4037 * general/tril.m, general.triu.m: |
|
4038 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
4039 to allow user types to work correctly. |
|
4040 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
4041 |
5727
|
4042 2006-04-03 David Bateman <dbateman@free.fr> |
|
4043 |
|
4044 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
4045 Accept keyword "minor" for minor grid. |
|
4046 |
5721
|
4047 2006-03-28 John W. Eaton <jwe@octave.org> |
|
4048 |
|
4049 * general/isscalar.m: Only require that all dimensions are 1 for |
|
4050 compatiblity. |
|
4051 |
|
4052 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
4053 |
|
4054 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
4055 compatibility. |
|
4056 |
5720
|
4057 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
4058 |
|
4059 * plot/__errplot__.m: Doc string fix. |
|
4060 |
|
4061 * miscellaneous/doc.m: Mark as command. |
|
4062 |
|
4063 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
4064 general/isequalwithequalnans.m, general/blkdiag.m, |
|
4065 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
4066 |
5717
|
4067 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
4068 |
|
4069 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
4070 return 3d matrices. |
|
4071 |
|
4072 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
4073 |
|
4074 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
4075 |
5708
|
4076 2006-03-22 John W. Eaton <jwe@octave.org> |
|
4077 |
|
4078 * plot/print.m: Don't replot after popping terminal setting. |
|
4079 |
5696
|
4080 2006-03-20 John W. Eaton <jwe@octave.org> |
|
4081 |
|
4082 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
4083 mkoctfile. Use fullfile to construct file name. |
|
4084 |
5695
|
4085 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
4086 |
|
4087 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
4088 shell script from Octave prompt. |
|
4089 |
5690
|
4090 2006-03-17 John W. Eaton <jwe@octave.org> |
|
4091 |
5693
|
4092 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
4093 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
4094 |
|
4095 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
4096 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
4097 Call new wbl functions to do the real work. |
|
4098 Swap args and provide default values as necessary to preserve |
|
4099 compatibility with old version of Octave. |
|
4100 |
|
4101 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
4102 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
4103 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
4104 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
4105 Swap scale and shape args for compatibility. |
|
4106 |
5692
|
4107 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
4108 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
4109 Preserve compatibility with old versions of Octave given new |
|
4110 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
4111 |
5692
|
4112 * statistics/distributions/logncdf.m, |
|
4113 statistics/distributions/logninv.m, |
|
4114 statistics/distributions/lognpdf.m, |
|
4115 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
4116 From Ben Barrowes <barrowes@alum.mit.edu> |
|
4117 |
5691
|
4118 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
4119 current 2.1.x version. |
|
4120 |
|
4121 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
4122 |
5690
|
4123 * miscellaneous/dir.m: Use readdir instead of glob. |
|
4124 Special case for "." to avoid globbing. Use list_in_columns. |
|
4125 Eliminate unused variables len and finfo. |
|
4126 |
5689
|
4127 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
4128 |
|
4129 * miscellaneous/dir.m: Improve compatibility. |
|
4130 |
5687
|
4131 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4132 |
|
4133 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
4134 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
4135 |
5686
|
4136 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4137 |
|
4138 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
4139 of looking at sum of max dimensions. |
|
4140 |
5681
|
4141 2006-03-16 David Bateman <dbateman@free.fr> |
|
4142 |
|
4143 * testfun/test.m: Clear last warning before warning test to avoid |
|
4144 issues with previously set warnings. |
|
4145 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
4146 sparse matrices. Force matrix type from spqr solution to be |
|
4147 singular to force QR solvers to be used for assert. |
|
4148 |
5678
|
4149 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4150 |
|
4151 * strings/strfind.m: New file. |
|
4152 |
5677
|
4153 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4154 |
|
4155 * general/rows.m, general/columns.m: Delete. |
|
4156 |
5674
|
4157 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4158 |
|
4159 * strings/strcmpi.m: Simplify. |
|
4160 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
4161 * strings/strtrunc.m: New file. |
5674
|
4162 |
5676
|
4163 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
4164 |
5672
|
4165 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4166 |
|
4167 * miscellaneous/doc.m: New file. |
|
4168 From Soren Hauberg <soren@hauberg.org>. |
|
4169 |
5671
|
4170 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
4171 |
|
4172 * miscellaneous/mkoctfile.m: New file. |
|
4173 |
5670
|
4174 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4175 |
|
4176 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
4177 |
5666
|
4178 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
4179 |
|
4180 * strings/bin2dec.m: Doc fix. |
|
4181 |
5661
|
4182 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
4183 |
|
4184 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
4185 * time/datenum.m: New function to compute day number from time. |
|
4186 |
5659
|
4187 2006-03-09 John W. Eaton <jwe@octave.org> |
|
4188 |
|
4189 * miscellaneous/unix.m, plot/print.m: |
|
4190 Swap order of outputs from system. |
|
4191 |
5642
|
4192 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
4193 |
|
4194 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
4195 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
4196 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
4197 control/base/__stepimp__.m, control/base/are.m, |
|
4198 control/base/controldemo.m, control/base/damp.m, |
|
4199 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
4200 control/base/step.m, control/system/abcddim.m, |
|
4201 control/system/is_abcd.m, control/system/is_controllable.m, |
|
4202 control/system/is_detectable.m, control/system/is_observable.m, |
|
4203 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
4204 control/system/jet707.m, control/system/sys2fir.m, |
|
4205 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
4206 control/system/tfout.m, control/system/ugain.m, |
|
4207 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
4208 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
4209 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
4210 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
4211 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
4212 general/circshift.m, general/columns.m, general/flipdim.m, |
|
4213 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
4214 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
4215 general/isequalwithequalnans.m, general/isscalar.m, |
|
4216 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
4217 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
4218 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
4219 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
4220 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
4221 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
4222 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
4223 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
4224 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
4225 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
4226 miscellaneous/license.m, miscellaneous/menu.m, |
|
4227 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
4228 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
4229 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
4230 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
4231 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
4232 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
4233 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
4234 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
4235 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
4236 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
4237 polynomial/polyinteg.m, polynomial/polyout.m, |
|
4238 polynomial/polyreduce.m, polynomial/polyval.m, |
|
4239 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
4240 set/create_set.m, set/intersection.m, set/ismember.m, |
|
4241 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
4242 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
4243 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
4244 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
4245 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
4246 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
4247 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
4248 special-matrix/vander.m, statistics/base/median.m, |
|
4249 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
4250 statistics/distributions/gaminv.m, |
|
4251 statistics/distributions/gampdf.m, |
|
4252 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
4253 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
4254 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
4255 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
4256 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
4257 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
4258 |
5633
|
4259 2006-02-27 John W. Eaton <jwe@octave.org> |
|
4260 |
|
4261 * time/tic.m: Move here from miscellaneous/tic.m. |
|
4262 * time/toc.m: Move here from miscellaneous/toc.m. |
|
4263 |
|
4264 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
4265 |
|
4266 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
4267 does not assign output of toc to a variable. |
|
4268 |
5627
|
4269 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
4270 |
|
4271 * axis.m: Catch limits that are the same and return an error. |
|
4272 |
5625
|
4273 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4274 |
|
4275 * plot/print.m: Accept emf device option to support Enhanced |
|
4276 Metafile format. |
|
4277 |
|
4278 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
4279 |
|
4280 * control/base/lqe.m: Doc fix. |
|
4281 |
5623
|
4282 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
4283 |
|
4284 * statistics/distributions/gamcdf.m: Doc fix. |
|
4285 * statistics/distributions/gaminv.m: Doc fix. |
|
4286 * statistics/distributions/gampdf.m: Doc fix. |
|
4287 * statistics/distributions/gamrnd.m: Doc fix. |
|
4288 |
5610
|
4289 2006-02-09 David Bateman <dbateman@free.fr> |
|
4290 |
6778
|
4291 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
4292 for arbitrary user type. |
|
4293 * general/tril.m: ditto. |
|
4294 * sparse/sprand.m: Doc fix. |
|
4295 * sparse/sprandn.m: Ditto. |
|
4296 * sparse/sprandsym.m: New function. |
|
4297 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
4298 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
4299 Update for syntax error for latest texinfo.tex file. |
5610
|
4300 |
5605
|
4301 2006-02-02 John W. Eaton <jwe@octave.org> |
|
4302 |
|
4303 * plot/grid.m: Append ";\n" to "set grid" command. |
|
4304 |
|
4305 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
4306 |
|
4307 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
4308 |
5597
|
4309 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4310 |
|
4311 * audio/Makefile.in, control/base/Makefile.in, |
|
4312 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
4313 control/system/Makefile.in, control/util/Makefile.in, |
|
4314 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
4315 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
4316 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
4317 optimization/Makefile.in, plot/Makefile.in, |
|
4318 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
4319 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
4320 special-matrix/Makefile.in, startup/Makefile.in, |
|
4321 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
4322 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
4323 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
4324 (all): Depend on PKG_ADD. |
|
4325 (PKG_ADD): New target. |
|
4326 |
|
4327 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4328 |
|
4329 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
4330 |
5596
|
4331 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4332 |
|
4333 * time/etime.m: Move here from miscellaneous/etime.m. |
|
4334 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
4335 |
5595
|
4336 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4337 |
6778
|
4338 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
4339 * miscellaneous/fullfile.m: Likewise. |
|
4340 |
5592
|
4341 2006-01-12 David Bateman <dbateman@free.fr> |
|
4342 |
|
4343 * general/blkdiag.m: Compatible behavior for empty matrices |
|
4344 * statistics/base/unidrnd.m: Documentation buglet. |
|
4345 |
5583
|
4346 2005-12-14 David Bateman <dbateman@free.fr> |
|
4347 |
5589
|
4348 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
4349 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
4350 |
|
4351 * Makefile.in (SUBDIRS): Include testfun. |
|
4352 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
4353 |
5583
|
4354 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
4355 |
|
4356 * general/__isequal__.m: Remove reference to getfield. |
|
4357 |
|
4358 * plot/hist.m: Update test code for row/column discrepencies. |
|
4359 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
4360 Update the test code for this. |
|
4361 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
4362 |
5579
|
4363 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4364 |
|
4365 * cell/cell2mat.m: New file, from octave-forge. |
|
4366 |
5576
|
4367 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
4368 |
|
4369 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
4370 New graph theory functions. |
|
4371 |
5574
|
4372 2005-12-13 John W. Eaton <jwe@octave.org> |
|
4373 |
|
4374 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
4375 |
|
4376 * control/system/ss.m: Doc fix. |
|
4377 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4378 |
5572
|
4379 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
4380 |
|
4381 * audio/wavread.m, audio/wavwrite.m: |
|
4382 Correct scaling for 8-bit linear pcm samples. |
|
4383 Improve scaling for all other linear pcm resolutions. |
|
4384 |
5568
|
4385 2005-12-07 John W. Eaton <jwe@octave.org> |
|
4386 |
|
4387 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
4388 |
|
4389 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
4390 * strings/strjust.m: Likewise. |
|
4391 |
|
4392 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
4393 * signal/arma_rnd.m: Likewise. |
|
4394 * strings/strcat.m: Likewise. |
|
4395 * control/base/__freqresp__.m: Likewise. |
|
4396 * control/base/place.m: Likewise. |
|
4397 * control/base/pzmap.m: Likewise. |
|
4398 * control/base/pzmap.m: Likewise. |
|
4399 * control/system/sysappend.m: Likewise. |
|
4400 * control/system/syscont.m: Likewise. |
|
4401 * control/system/sysdisc.m: Likewise. |
|
4402 * control/system/sysgroup.m: Likewise. |
|
4403 * control/system/tfout.m: Likewise. |
|
4404 * control/system/zpout.m: Likewise. |
|
4405 * control/util/__outlist__.m: Likewise. |
|
4406 |
5567
|
4407 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4408 |
|
4409 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
4410 Avoid for loop in interleave/deinterleave steps. |
|
4411 |
5565
|
4412 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
4413 |
|
4414 * audio/wavread.m, audio/wavwrite.m: New files. |
|
4415 |
5563
|
4416 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4417 |
|
4418 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
4419 |
5560
|
4420 2005-12-05 John W. Eaton <jwe@octave.org> |
|
4421 |
5561
|
4422 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
4423 |
5558
|
4424 2005-12-02 John W. Eaton <jwe@octave.org> |
|
4425 |
|
4426 * miscellaneous/fileattrib.m: New function. |
|
4427 |
5556
|
4428 2005-12-01 John W. Eaton <jwe@octave.org> |
|
4429 |
|
4430 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
4431 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
4432 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
4433 |
5555
|
4434 2005-11-30 John W. Eaton <jwe@octave.org> |
|
4435 |
|
4436 * linear-algebra/krylov.m: Format doc string. |
|
4437 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4438 |
5551
|
4439 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
4440 |
|
4441 * general/blkdiag.m: Import from octave-forge. |
|
4442 Ignore empty matrices in the input. Add tests. |
5549
|
4443 |
|
4444 * general/isequal.m, general/isequalwithequalnans.m: |
|
4445 New wrapper scripts for general/__isequal__.m. |
|
4446 * general/__isequal__.m: Rename from general/isequal.m. |
|
4447 New arg, nans_compare_equal. |
|
4448 |
5548
|
4449 2005-11-29 John W. Eaton <jwe@octave.org> |
|
4450 |
|
4451 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
4452 calling system. Only append octave_forge_string if |
|
4453 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
4454 Call license instead of hard-coding license info here. |
|
4455 |
|
4456 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
4457 __octave_licenses__. Use puts instead of disp. |
5548
|
4458 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
4459 If nargout = 1, return license info instead of printing usage message. |
|
4460 |
5546
|
4461 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4462 |
|
4463 * miscellaneous/ver.m: New file. |
|
4464 * miscellaneous/license.m: New file. |
|
4465 |
5545
|
4466 2005-11-22 John W. Eaton <jwe@octave.org> |
|
4467 |
|
4468 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
4469 gnuplot set command. |
|
4470 |
5539
|
4471 2005-11-15 John W. Eaton <jwe@octave.org> |
|
4472 |
|
4473 * general/shiftdim.m: Doc fix. |
|
4474 |
5532
|
4475 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
4476 |
|
4477 * set/unique.m: Doc string fix. |
|
4478 |
5527
|
4479 2005-11-01 John W. Eaton <jwe@octave.org> |
|
4480 |
|
4481 * Makefile.in (distclean, maintainer-clean): |
|
4482 Also remove autom4te.cache directory. |
|
4483 From Quentin Spencer <qspencer@ieee.org>. |
|
4484 |
5518
|
4485 2005-10-28 John W. Eaton <jwe@octave.org> |
|
4486 |
|
4487 * general/shiftdim.m: Compatibility fix for row vectors. |
|
4488 Correct check for non-scalar non-integer shift. For positive |
|
4489 N, shift is remainder of N and number of dims. Always return NS. |
|
4490 Simplify. |
|
4491 |
5500
|
4492 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
4493 |
|
4494 * general/randperm.m: Improve compatibility by allowing input |
|
4495 value of zero. |
|
4496 |
5493
|
4497 2005-10-13 John W. Eaton <jwe@octave.org> |
|
4498 |
|
4499 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
4500 If in multiplot mode, clear plot before issuing new plot command. |
|
4501 |
|
4502 * plot/__setup_plot__.m: New function. |
|
4503 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
4504 Handle multiplot data and offsets here. |
|
4505 |
|
4506 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
4507 Move initialization to __setup_plot__.m. |
|
4508 |
|
4509 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
4510 Don't reset gnuplot_command_replot. |
|
4511 |
|
4512 * plot/replot.m: Handle multiplot data and offsets here. |
|
4513 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4514 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
4515 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
4516 |
5489
|
4517 2005-10-12 John W. Eaton <jwe@octave.org> |
|
4518 |
|
4519 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
4520 |
5482
|
4521 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
4522 |
|
4523 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
4524 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
4525 _inv functions. |
|
4526 * chi2pdf.m: Fixed typos in the documentation. |
|
4527 |
5475
|
4528 2005-09-28 John W. Eaton <jwe@octave.org> |
|
4529 |
5476
|
4530 * miscellaneous/single.m: New function. |
|
4531 |
5475
|
4532 * statistics/base/unidrnd.m: New function. |
|
4533 |
5474
|
4534 2005-09-27 John W. Eaton <jwe@octave.org> |
|
4535 |
|
4536 * miscellaneous/dir.m: Filename never includes directory part. |
|
4537 |
5464
|
4538 2005-09-22 John W. Eaton <jwe@octave.org> |
|
4539 |
|
4540 * polynomial/residue.m: Use logical indexing instead of find.. |
|
4541 |
|
4542 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
4543 |
|
4544 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
4545 and zero poles. |
|
4546 |
5462
|
4547 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
4548 |
|
4549 * strings/deblank.m: Handle cell arrays. |
|
4550 * strings/split.m: New argument, N, to limit number of splits. |
|
4551 |
|
4552 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
4553 |
|
4554 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
4555 |
5460
|
4556 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
4557 |
|
4558 * control/base/rlocus.m: Doc fix. |
|
4559 |
5459
|
4560 2005-09-20 John W. Eaton <jwe@octave.org> |
|
4561 |
|
4562 * general/isvector.m: Improve compatibility. |
|
4563 |
|
4564 * general/postpad.m: Allow first argument to be a scalar. |
|
4565 Allow padding to extend dimensionality. |
|
4566 * general/prepad.m: Likewise. |
|
4567 |
5448
|
4568 2005-09-14 Daniel <durbano@shbano.com> |
|
4569 |
|
4570 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
4571 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
4572 /control/base/dgram.m: Doc string fixes. |
5448
|
4573 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4574 |
5446
|
4575 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4576 |
|
4577 * saveimage.m: Do not ignore most significant bit when writing |
|
4578 black and white images to file. |
|
4579 |
5443
|
4580 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
4581 |
|
4582 * audio/playaudio.m, control/base/__bodquist__.m, |
|
4583 control/base/lqg.m, control/obsolete/dezero.m, |
|
4584 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
4585 control/system/c2d.m, control/system/cellidx.m, |
|
4586 control/system/d2c.m, control/system/dmr2d.m, |
|
4587 control/system/is_signal_list.m, control/system/listidx.m, |
|
4588 control/system/ss.m, control/system/sysappend.m, |
|
4589 control/system/sysconnect.m, control/system/sysdup.m, |
|
4590 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
4591 control/system/sysprune.m, control/system/syssetsignals.m, |
|
4592 control/system/tfout.m, control/system/zpout.m, |
|
4593 control/util/prompt.m, control/util/sortcom.m, |
|
4594 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
4595 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
4596 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
4597 general/strerror.m, image/colormap.m, image/imshow.m, |
|
4598 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
4599 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
4600 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
4601 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
4602 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
4603 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
4604 plot/print.m, plot/title.m, plot/top_title.m, |
|
4605 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
4606 statistics/base/mean.m, statistics/base/moment.m, |
|
4607 statistics/tests/cor_test.m, |
|
4608 statistics/tests/kolmogorov_smirnov_test.m, |
|
4609 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
4610 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
4611 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
4612 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
4613 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
4614 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
4615 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
4616 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
4617 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
4618 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
4619 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
4620 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
4621 isvector instead of is_vector. Use isstruct instead of |
|
4622 is_struct. Use char instead of setstr. |
|
4623 |
5435
|
4624 2005-08-31 Daniel <durbano@shbano.com> |
|
4625 |
|
4626 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
4627 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
4628 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4629 |
5431
|
4630 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
4631 |
|
4632 * image/saveimage.m: Open output file in binary mode. |
|
4633 |
|
4634 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
4635 |
5427
|
4636 2005-08-16 John W. Eaton <jwe@octave.org> |
|
4637 |
|
4638 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
4639 outputs. |
|
4640 |
5426
|
4641 2005-08-15 John W. Eaton <jwe@octave.org> |
|
4642 |
|
4643 * strings/strcat.m: Allow single argument. |
|
4644 |
5416
|
4645 2005-07-18 John W. Eaton <jwe@octave.org> |
|
4646 |
|
4647 * strings/strcmp.m: Delete. |
|
4648 |
5413
|
4649 2005-07-13 John W. Eaton <jwe@octave.org> |
|
4650 |
|
4651 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
4652 versions of Octave. |
|
4653 |
|
4654 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
4655 |
|
4656 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
4657 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
4658 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
4659 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
4660 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
4661 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
4662 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
4663 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
4664 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
4665 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4666 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4667 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4668 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4669 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4670 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4671 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4672 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4673 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4674 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4675 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4676 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4677 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4678 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4679 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4680 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4681 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4682 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4683 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4684 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4685 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4686 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4687 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4688 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4689 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4690 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4691 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4692 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4693 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4694 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4695 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4696 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4697 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4698 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4699 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4700 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4701 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4702 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4703 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4704 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4705 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4706 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4707 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4708 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4709 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4710 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4711 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4712 |
|
4713 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4714 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4715 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4716 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4717 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4718 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4719 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4720 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4721 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4722 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4723 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4724 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4725 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4726 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4727 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4728 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4729 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4730 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4731 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4732 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4733 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4734 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4735 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4736 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4737 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4738 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4739 deprecated/wiener_rnd.m: New files. |
|
4740 |
5408
|
4741 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4742 |
|
4743 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4744 * deprecated/weibull_rnd.m: New file. |
|
4745 |
5407
|
4746 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4747 |
|
4748 * strings/dec2base.m: Allow matrix arguments. |
|
4749 |
5406
|
4750 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4751 |
|
4752 * plot/__errplot__.m: Use __plot_globals__. |
|
4753 * plot/__plt__.m: Likewise. |
|
4754 * plot/figure.m: Likewise. |
|
4755 |
|
4756 * plot/hold.m: New file. |
|
4757 * plot/ishold.m: New file. |
|
4758 * plot/__plot_globals__.m: New file. |
|
4759 |
5400
|
4760 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4761 |
|
4762 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4763 |
|
4764 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4765 |
|
4766 * strings/findstr.m: Return [] for no matches. |
|
4767 |
5399
|
4768 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4769 |
|
4770 * miscellaneous/tic.m: Fix doc string. |
|
4771 |
5395
|
4772 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4773 |
|
4774 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4775 |
5393
|
4776 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4777 |
|
4778 * general/isequal.m: Correct nargin check. |
|
4779 |
5388
|
4780 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4781 |
|
4782 * general/isvector.m: Handle N-d arrays. |
|
4783 From Bill Denney <denney@seas.upenn.edu>. |
|
4784 |
5381
|
4785 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4786 |
|
4787 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4788 |
5377
|
4789 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4790 |
|
4791 * signal/freqz.m: Use correct calculations when given a vector of |
|
4792 frequencies. Improve accuracy of returned frequency vector. |
|
4793 Improve speed for medium length filters (at a slight cost for slow |
|
4794 filters). Add test cases. |
|
4795 |
5373
|
4796 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4797 |
|
4798 * plot/loglog.m: Fix set commands. |
|
4799 |
5381
|
4800 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4801 |
|
4802 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4803 |
5371
|
4804 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4805 |
5373
|
4806 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4807 |
5372
|
4808 * strings/strncmp.m: New file, from Tom Holroyd |
|
4809 <tomh@kurage.nimh.nih.gov>. |
|
4810 |
5371
|
4811 * strings/strcmp.m: Return logical values in all cases. |
|
4812 |
5366
|
4813 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4814 |
|
4815 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4816 Texinfoize doc string. |
|
4817 |
|
4818 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4819 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4820 set terminal push/pop and unconditionally set output to screen |
|
4821 when done to avoid requiring gget. Use a cell array for dev_list |
|
4822 and cellidx to search for items in the list. Delete local |
|
4823 variable endl. Don't set and restore automatic_replot. Use {} |
|
4824 instead of nth to index varargin. Delete local variable |
|
4825 va_arg_cnt. |
|
4826 |
5355
|
4827 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4828 |
|
4829 * general/num2str.m: Return early if X is a character string. |
|
4830 |
5347
|
4831 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4832 |
5348
|
4833 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4834 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4835 |
5347
|
4836 * plot/polar.m: Don't call __pltopt__ here. |
|
4837 |
5333
|
4838 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4839 |
|
4840 * mkdoc: Print header message. |
|
4841 |
5319
|
4842 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4843 |
|
4844 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4845 startup/octaverc. |
|
4846 |
5318
|
4847 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4848 |
|
4849 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4850 (__im_numeric_limits__): New internal function. |
|
4851 |
5317
|
4852 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4853 |
|
4854 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4855 data, not mean of group_mean. |
|
4856 |
|
4857 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4858 |
|
4859 * startup/local-rcfile: New file. |
|
4860 * startup/main-rcfile: Rename from startup/octaverc. |
|
4861 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4862 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4863 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4864 |
|
4865 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4866 |
|
4867 * startup/inputrc: New file. |
|
4868 * startup/octaverc: Configure readline using inputrc from |
|
4869 startupfiledir. |
|
4870 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4871 in $(fcnfiledir)/startup. |
|
4872 |
5310
|
4873 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4874 |
|
4875 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4876 |
5289
|
4877 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4878 |
|
4879 * optimization/glpk.m: Handle SENSE argument. |
|
4880 |
|
4881 * optimization/qp.m, optimization/sqp.m: New files. |
|
4882 |
5276
|
4883 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4884 |
|
4885 * Makefile.in (clean, distclean, maintainer-clean): |
|
4886 Avoid duplication in rules. |
|
4887 |
5252
|
4888 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4889 |
|
4890 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4891 setting {no,}parametric. |
|
4892 * plot/figure.m: Likewise, for setting terminal type. |
|
4893 |
|
4894 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4895 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4896 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4897 plot/title.m, plot/top_title.m: Avoid eval. |
|
4898 |
5251
|
4899 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4900 |
5253
|
4901 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4902 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4903 Use __gnuplot_replot__ instead of replot. |
|
4904 |
5252
|
4905 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4906 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4907 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4908 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4909 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4910 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4911 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4912 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4913 |
5251
|
4914 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4915 |
5244
|
4916 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4917 |
|
4918 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4919 * optimization/glpk.m: Likewise. |
|
4920 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4921 (row vectors are orginary character strings). |
|
4922 * optimization/glpkparam.m: Delete. |
|
4923 |
5243
|
4924 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4925 |
|
4926 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4927 of dimensions of X. |
|
4928 |
5237
|
4929 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4930 |
5239
|
4931 * general/tril.m, general/triu.m: Return value of same class as |
|
4932 argument. |
|
4933 |
5237
|
4934 * optimization/glpk.m: Simplify interface. By default, solve |
|
4935 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4936 * optimization/glpkmex.m: New file. |
|
4937 |
5232
|
4938 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4939 |
5237
|
4940 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4941 list. |
|
4942 |
5233
|
4943 * optimization/glpk.m: Adapt to Octave coding style. |
|
4944 No need for varargout or varargin. |
|
4945 Print usage message if nargin > 11. |
|
4946 Allow any value of nargout. |
|
4947 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4948 Avoid looping when checking character classes. |
|
4949 |
5232
|
4950 * optimization: New directory. |
|
4951 * Makefile.in (SUBDIRS): Add it to the list. |
|
4952 * optimization/Makefile.in: New file. |
|
4953 * optimization/glpk.m, optimization/glpkparams.m, |
|
4954 optimization/glpktest1, optimization/glpktest2: New files. |
|
4955 |
5218
|
4956 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4957 |
|
4958 * strings/split.m: Quick return for empty second arg. |
|
4959 Improve warning for multi-line strings. |
|
4960 Speed up by avoiding sprintf in loop and eval. |
|
4961 |
5217
|
4962 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4963 |
|
4964 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4965 * polynomial/polyder.m: Ditto. |
6778
|
4966 * polynomial/polygcd.m: New function. |
5217
|
4967 |
5214
|
4968 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4969 |
5215
|
4970 * control/base/__stepimp__.m, control/base/bode.m, |
|
4971 control/base/frdemo.m, control/base/nichols.m, |
|
4972 control/base/nyquist.m, control/base/pzmap.m, |
|
4973 control/base/rldemo.m, control/base/rlocus.m, |
|
4974 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4975 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4976 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4977 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4978 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4979 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4980 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4981 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4982 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4983 plot/xlabel.m, quaternion/demoquat.m, |
|
4984 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4985 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4986 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4987 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4988 gsplot from @seealso docs. |
5214
|
4989 |
|
4990 * plot/replot.m: New file. |
|
4991 |
5205
|
4992 2005-03-15 David Bateman <dbateman@free.fr> |
|
4993 |
|
4994 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4995 |
5196
|
4996 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4997 |
|
4998 * statistics/Makefile.in (bin-dist): Delete target. |
|
4999 (BINDISTSUBDIRS): Delete variable. |
6754
|
5000 * control/Makefile.in: Likewise. |
5196
|
5001 |
5378
|
5002 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
5003 (BINDISTFILES): Delete variable. |
5378
|
5004 * control/base/Makefile.in: Likewise. |
|
5005 * control/hinf/Makefile.in: Likewise. |
|
5006 * control/obsolete/Makefile.in: Likewise. |
|
5007 * control/system/Makefile.in: Likewise. |
|
5008 * control/util/Makefile.in: Likewise. |
|
5009 * deprecated/Makefile.in: Likewise. |
|
5010 * elfun/Makefile.in: Likewise. |
|
5011 * finance/Makefile.in: Likewise. |
|
5012 * general/Makefile.in: Likewise. |
|
5013 * image/Makefile.in: Likewise. |
|
5014 * sparse/Makefile.in: Likewise. |
|
5015 * io/Makefile.in: Likewise. |
|
5016 * plot/Makefile.in: Likewise. |
|
5017 * Makefile.in: Likewise. |
|
5018 * miscellaneous/Makefile.in: Likewise. |
|
5019 * linear-algebra/Makefile.in: Likewise. |
|
5020 * polynomial/Makefile.in: Likewise. |
|
5021 * quaternion/Makefile.in: Likewise. |
|
5022 * set/Makefile.in: Likewise. |
|
5023 * signal/Makefile.in: Likewise. |
|
5024 * specfun/Makefile.in: Likewise. |
|
5025 * special-matrix/Makefile.in: Likewise. |
|
5026 * startup/Makefile.in: Likewise. |
|
5027 * statistics/base/Makefile.in: Likewise. |
|
5028 * statistics/distributions/Makefile.in: Likewise. |
|
5029 * statistics/models/Makefile.in: Likewise. |
|
5030 * statistics/tests/Makefile.in: Likewise. |
|
5031 * strings/Makefile.in: Likewise. |
|
5032 * time/Makefile.in: Likewise. |
5196
|
5033 |
5195
|
5034 2005-03-08 John W. Eaton <jwe@octave.org> |
|
5035 |
|
5036 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
5037 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
5038 |
5192
|
5039 2005-03-04 John W. Eaton <jwe@octave.org> |
|
5040 |
|
5041 * plot/clg.m: New file. |
|
5042 |
5193
|
5043 2005-03-03 John W. Eaton <jwe@octave.org> |
|
5044 |
|
5045 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
5046 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
5047 strings/strcmpi.m: |
|
5048 New files from Octave-forge. Adapt to Octave coding standards. |
|
5049 |
5181
|
5050 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5051 |
|
5052 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
5053 computation range. |
|
5054 |
5164
|
5055 2005-02-25 John W. Eaton <jwe@octave.org> |
|
5056 |
|
5057 Sparse merge. |
|
5058 |
|
5059 2005-01-23 David Bateman <dbateman@free.fr> |
|
5060 |
|
5061 * sparse/randperm.m: Delete duplicate randperm.m. |
|
5062 |
|
5063 2005-01-10 John W. Eaton <jwe@octave.org> |
|
5064 |
|
5065 * sparse/Makefile.in: New file. |
|
5066 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
5067 |
|
5068 2005-01-07 David Bateman <dbateman@free.fr> |
|
5069 |
|
5070 * set/unique.m: import file from octave-forge. |
|
5071 |
|
5072 2005-01-05 David Bateman <dbateman@free.fr> |
|
5073 |
|
5074 * Makefile.in: include sparse directory in SUBDIRS. |
|
5075 |
|
5076 2004-12-30 John W. Eaton <jwe@octave.org> |
|
5077 |
|
5078 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
5079 src/DLD-FUNCTIONS/sparse.cc). |
|
5080 |
|
5081 2004-12-28 John W. Eaton <jwe@octave.org> |
|
5082 |
|
5083 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
5084 Andy Adler <adler@site.uottawa.ca>. |
|
5085 |
|
5086 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
5087 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
5088 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
5089 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
5090 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
5091 |
|
5092 * sparse: New directory. |
|
5093 |
5158
|
5094 2005-02-22 John W. Eaton <jwe@octave.org> |
|
5095 |
|
5096 * polynomial/residue.m: Force prepad to always create row vectors. |
|
5097 |
|
5098 * polynomial/poly.m: Quick return if m is 0. |
|
5099 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
5100 |
5154
|
5101 2005-02-21 David Bateman <dbateman@free.fr> |
|
5102 |
|
5103 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
5104 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
5105 Fix for row vectors with at least one element of lambda not in |
|
5106 (0, Inf). |
|
5107 |
5152
|
5108 2005-02-21 John W. Eaton <jwe@octave.org> |
|
5109 |
5153
|
5110 * statistics/base/qqplot.m: Use feval instead of eval. |
|
5111 |
5152
|
5112 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
5113 plot/__axis_label__.m: Issue replot command. |
|
5114 |
5135
|
5115 2005-02-09 John W. Eaton <jwe@octave.org> |
|
5116 |
|
5117 * polynomial/polyderiv.m: Force P to be a row vector. |
|
5118 |
5133
|
5119 2005-02-08 John W. Eaton <jwe@octave.org> |
|
5120 |
|
5121 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
5122 provided and len <= computed max_len. |
|
5123 |
5125
|
5124 2005-01-27 David Bateman <dbateman@free.fr> |
|
5125 |
|
5126 * strings/dec2base.m: Be even more careful about handling all digits. |
|
5127 |
|
5128 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
5129 |
|
5130 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
5131 |
5123
|
5132 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
5133 |
|
5134 * statistics/base/median.m: Make it work for the scalar case too. |
|
5135 |
6308
|
5136 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
5137 |
|
5138 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
5139 Simplify logic for decoding args. |
5117
|
5140 |
5115
|
5141 2005-01-24 John W. Eaton <jwe@octave.org> |
|
5142 |
5116
|
5143 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
5144 |
|
5145 * plot/__plt__.m: No need to save and reset hold state now. |
|
5146 (first_plot): Delete unused variable. |
|
5147 |
5115
|
5148 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
5149 |
|
5150 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
5151 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
5152 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
5153 plot/__plt2vv__.m: |
|
5154 Return data and gnuplot commands instead of evaluating them. |
|
5155 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
5156 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
5157 |
5108
|
5158 2005-01-18 John W. Eaton <jwe@octave.org> |
|
5159 |
|
5160 * linear-algebra/cross.m: Allocate idx1 before use. |
|
5161 |
5096
|
5162 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
5163 |
|
5164 * statistics/base/range.m: Fix varargin usage. |
|
5165 |
5091
|
5166 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
5167 |
|
5168 * strings/deblank.m: Remove all trailing whitespace (check with |
|
5169 isspace), not just SPC. |
|
5170 |
5090
|
5171 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
5172 |
|
5173 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
5174 |
5073
|
5175 2004-11-09 John W. Eaton <jwe@octave.org> |
|
5176 |
|
5177 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
5178 From Julius Smith <jos@ccrma.stanford.edu>. |
|
5179 |
5072
|
5180 2004-11-08 John W. Eaton <jwe@octave.org> |
|
5181 |
|
5182 * plot/__plt2vm__.m: Delete debugging statement. |
|
5183 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
5184 |
5065
|
5185 2004-11-04 John W. Eaton <jwe@octave.org> |
|
5186 |
|
5187 * plot/hist.m: Always return row vectors for vector args. |
|
5188 |
5031
|
5189 2004-09-23 John W. Eaton <jwe@octave.org> |
|
5190 |
|
5191 * strings/strcmp.m: If args are not strings or cell arrays of |
|
5192 strings, return zero instead of reporting an error. |
|
5193 |
5021
|
5194 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
5195 |
|
5196 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
5197 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
5198 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
5199 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
5200 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
5201 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
5202 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
5203 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
5204 control/system/is_detectable.m, control/system/is_sample.m, |
|
5205 control/system/is_siso.m, control/system/is_stable.m, |
|
5206 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
5207 control/system/sys2tf.m, control/system/sys2zp.m, |
|
5208 control/system/sysappend.m, control/system/sysconnect.m, |
|
5209 control/system/sysdisc.m, control/system/sysdup.m, |
|
5210 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
5211 control/system/syssetsignals.m, control/system/syssub.m, |
|
5212 control/system/tf2sys.m, control/system/ugain.m, |
|
5213 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5214 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
5215 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
5216 |
|
5217 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
5218 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
5219 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
5220 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
5221 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
5222 control/system/sysappend.m, control/system/sysconnect.m, |
|
5223 control/system/sysdup.m, control/system/sysgroup.m, |
|
5224 control/system/sysprune.m, control/system/sysreorder.m, |
|
5225 control/system/sysscale.m, control/system/syssub.m, |
|
5226 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
5227 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
5228 polynomial/polyout.m, specfun/log2.m: |
|
5229 Add output arguments in doc strings. |
|
5230 |
|
5231 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
5232 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
5233 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
5234 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
5235 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
5236 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
5237 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
5238 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
5239 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
5240 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
5241 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
5242 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
5243 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
5244 control/system/c2d.m, control/system/is_abcd.m, |
|
5245 control/system/is_controllable.m, control/system/is_detectable.m, |
|
5246 control/system/is_observable.m, control/system/is_stable.m, |
|
5247 control/system/jet707.m, control/system/ord2.m, |
|
5248 control/system/starp.m, control/system/sys2fir.m, |
|
5249 control/system/sys2ss.m, control/system/sys2tf.m, |
|
5250 control/system/sys2zp.m, control/system/syscont.m, |
|
5251 control/system/sysdisc.m, control/system/sysdup.m, |
|
5252 control/system/sysgettype.m, control/system/sysgroup.m, |
|
5253 control/system/sysmult.m, control/system/sysprune.m, |
|
5254 control/system/sysreorder.m, control/system/sysscale.m, |
|
5255 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
5256 control/system/tf2ss.m, control/system/tf2sys.m, |
|
5257 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5258 control/util/axis2dlim.m, control/util/prompt.m, |
|
5259 control/util/zgfmul.m, control/util/zginit.m, |
|
5260 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
5261 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
5262 in doc strings. |
|
5263 |
|
5264 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
5265 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
5266 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
5267 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5268 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5269 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5270 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5271 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
5272 control/system/c2d.m, control/system/fir2sys.m, |
|
5273 control/system/is_stabilizable.m, control/system/jet707.m, |
|
5274 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
5275 control/util/zgshsr.m, polynomial/polyout.m: |
|
5276 New @tex section(s) in doc strings for better formating of printed |
|
5277 output. |
|
5278 |
|
5279 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
5280 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
5281 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
5282 Use proper double quote marks for TeX. |
|
5283 |
|
5284 * control/base/DEMOcontrol.m: Add missing ; |
|
5285 |
|
5286 * control/base/nichols.m, control/base/rlocus.m, |
|
5287 control/obsolete/minfo.m, control/system/is_digital.m, |
|
5288 control/system/ss2zp.m, control/system/sysmin.m, |
|
5289 control/system/tf2zp.m, control/util/sortcom.m: |
|
5290 Convert documentation to use or more completely use Texinfo. |
|
5291 |
|
5292 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
5293 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
5294 control/system/parallel.m, control/system/ss2tf.m, |
|
5295 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
5296 art splitting over a page boundary. |
|
5297 |
|
5298 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5299 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5300 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5301 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5302 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
5303 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
5304 the TeX documentation. |
|
5305 |
|
5306 * control/system/is_stabilizable.m: |
|
5307 Add Copyright so that help is displayed correctly. |
|
5308 |
|
5309 * special-matrix/vander.m: Octave indexes start at 1. |
|
5310 |
5011
|
5311 2004-09-21 David Bateman <dbateman@free.fr> |
|
5312 |
|
5313 * general/rotdim.m: New function for rotation of an N-d array in an |
|
5314 arbitrary plane. |
|
5315 |
|
5316 * general/flipdim.m: New function to flip an N-d array about an |
|
5317 arbitrary axis. |
|
5318 |
5003
|
5319 2004-09-15 David Bateman <dbateman@free.fr> |
|
5320 |
|
5321 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
5322 |
4992
|
5323 2004-09-15 John W. Eaton <jwe@octave.org> |
|
5324 |
|
5325 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
5326 Use iscellstr to check for cells rather than iscell. |
|
5327 Improve diagnostics for invalid args. |
4992
|
5328 |
4983
|
5329 2004-09-10 David Bateman <dbateman@free.fr> |
|
5330 |
|
5331 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
5332 and p with n > 1, and fix for matrix n and p with n == 1. |
|
5333 |
|
5334 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
5335 due to row vs. column vector operations. |
|
5336 |
4964
|
5337 2004-09-03 David Bateman <dbateman@free.fr> |
|
5338 |
|
5339 * general/repmat.m: Fix to allow logical classes. |
|
5340 |
4950
|
5341 2004-08-31 John W. Eaton <jwe@octave.org> |
|
5342 |
|
5343 * general/isa.m: New function, from Octave-forge. |
|
5344 |
|
5345 2004-08-31 David Bateman <dbateman@free.fr> |
|
5346 |
|
5347 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
5348 limitation on the use of int64 and uint64 types, and the use |
|
5349 of the eval. |
|
5350 |
|
5351 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
5352 in .^ with integer types is fixed. |
|
5353 |
|
5354 * general/repmat.m: Adapt to allow integer types. |
4945
|
5355 |
|
5356 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
5357 |
|
5358 * plot/axis.m: Don't reset axes when querying them. |
|
5359 |
4942
|
5360 2004-08-27 David Bateman <dbateman@free.fr> |
|
5361 |
|
5362 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
5363 Eliminate loop. |
|
5364 |
4918
|
5365 2004-07-27 David Bateman <dbateman@free.fr> |
|
5366 |
|
5367 * general/num2str.m: Also insert spaces in output when precision |
|
5368 argument is supplied. |
|
5369 |
4915
|
5370 2004-07-23 David Bateman <dbateman@free.fr> |
|
5371 |
|
5372 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
5373 |
4911
|
5374 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5375 |
|
5376 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
5377 |
|
5378 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
5379 |
|
5380 * miscellaneous/unix.m: Fix doc string. |
|
5381 |
|
5382 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
5383 |
|
5384 * plot/figure.m: Clarification of documentation. |
|
5385 |
|
5386 * image/imshow.m: Warn for complex images. |
|
5387 Only estimate colourmap for images in [0, 65536]. |
|
5388 |
|
5389 2004-07-22 David Bateman <dbateman@free.fr> |
|
5390 |
|
5391 * general/num2str.m: Fix the case of an all zero input. |
|
5392 |
4906
|
5393 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5394 |
|
5395 * general/ind2sub.m: Doc fix. |
|
5396 |
4900
|
5397 2004-06-08 John W. Eaton <jwe@octave.org> |
|
5398 |
|
5399 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
5400 convert function handle to string for eval. |
|
5401 |
4898
|
5402 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
5403 |
|
5404 * plot/errorbar.m: Remove debugging output. |
|
5405 |
|
5406 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5407 |
|
5408 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
5409 |
4897
|
5410 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5411 |
4898
|
5412 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
5413 |
|
5414 * polynomial/polyout.m: Use parenthesis if necessary around |
|
5415 complex polynomial coefficient. |
|
5416 |
4897
|
5417 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
5418 the bug which causes __errplot__ to ignore the last argument. |
|
5419 |
4894
|
5420 2004-06-03 David Bateman <dbateman@free.fr> |
|
5421 |
|
5422 * general/shiftdim.m: New function based on JWE code snippet. |
|
5423 |
|
5424 * general/circdim.m: New function. |
|
5425 |
4890
|
5426 2004-05-06 David Bateman <dbateman@free.fr> |
|
5427 |
|
5428 * general/issquare.m: Fail if ndim(x) > 2. |
|
5429 |
|
5430 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
5431 |
|
5432 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
5433 N-d array arguments. Add optional dim argument to define |
|
5434 dimension along which to operate. |
|
5435 |
|
5436 * linear-algebra/dmult.m: Allow N-d arrays. |
|
5437 |
|
5438 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
5439 |
4885
|
5440 2004-04-29 David Bateman <dbateman@free.fr> |
|
5441 |
|
5442 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
5443 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
5444 statistics/base/statistics.m, statistics/base/skewness.m |
|
5445 statistics/base/iqr.m: |
|
5446 Make N-d array aware. Allow optional argument to define the |
|
5447 dimension along which to operate. Update the documentation. |
|
5448 |
|
5449 * statistics/base/ranks.m: Change algorithm to use sort, |
|
5450 and adjust for the ties after. |
|
5451 |
|
5452 * statistics/base/run_counts.m: Change algorithm to use |
|
5453 the a combination of diff and find, rather than a for-loop. |
|
5454 |
4881
|
5455 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
5456 |
|
5457 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
5458 |
4878
|
5459 2004-04-23 David Bateman <dbateman@free.fr> |
|
5460 |
|
5461 * general/int2str.m: Treat only real part of argument, and treat |
|
5462 NDArrays by stacking the slices through the matrix vertically. |
|
5463 |
|
5464 * general/num2str.m: Improve format of integer matrices, and the |
|
5465 conversion of complex matrices added. Treat NDArrays by stacking |
|
5466 the slices through the matrix vertically. |
|
5467 |
|
5468 * deprecated/com2str.m: Moved here from general subdirectory. |
|
5469 |
4877
|
5470 2004-04-22 John W. Eaton <jwe@octave.org> |
|
5471 |
|
5472 * quaternion/qtransvmat.m: Use continuation characters to make |
|
5473 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
5474 |
4869
|
5475 2004-04-21 David Bateman <dbateman@free.fr> |
|
5476 |
5378
|
5477 * elfun/lcm.m: Make N-d aware. |
4870
|
5478 |
4869
|
5479 * general/diff.m: Make the code N-d array aware. Allow an |
|
5480 optional argument to define the dimension along which to perform |
|
5481 the differences and allow the order of the differences to be larger |
|
5482 than the dimension itself. |
|
5483 |
|
5484 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
5485 use of these functions to 1- and 2-d arrays. |
|
5486 |
4863
|
5487 2004-04-16 John W. Eaton <jwe@octave.org> |
|
5488 |
|
5489 * elfun/gcd.m: Delete. |
|
5490 |
4862
|
5491 2004-04-15 David Bateman <dbateman@free.fr> |
|
5492 |
|
5493 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
5494 |
|
5495 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
5496 array aware and and optional argument for the dimension along |
|
5497 which to operate. |
|
5498 |
5378
|
5499 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
5500 argument for the dimension to be consistent with other N-d array |
|
5501 functions. |
|
5502 |
4860
|
5503 2004-04-08 David Bateman <dbateman@free.fr> |
|
5504 |
|
5505 * statistics/distributions/discrete_cdf.m, |
|
5506 statistics/distributions/discrete_inv.m, |
|
5507 statistics/distributions/discrete_pdf.m, |
|
5508 statistics/distributions/discrete_rnd.m, |
|
5509 statistics/distributions/exponential_cdf.m, |
|
5510 statistics/distributions/exponential_inv.m, |
|
5511 statistics/distributions/exponential_pdf.m, |
|
5512 statistics/distributions/exponential_rnd.m, |
|
5513 statistics/distributions/f_cdf.m, |
|
5514 statistics/distributions/f_inv.m, |
|
5515 statistics/distributions/f_pdf.m, |
|
5516 statistics/distributions/f_rnd.m, |
|
5517 statistics/distributions/geometric_cdf.m, |
|
5518 statistics/distributions/geometric_inv.m, |
|
5519 statistics/distributions/geometric_pdf.m, |
|
5520 statistics/distributions/geometric_rnd.m, |
|
5521 statistics/distributions/hypergeometric_rnd.m, |
|
5522 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
5523 statistics/distributions/laplace_cdf.m, |
|
5524 statistics/distributions/laplace_inv.m, |
|
5525 statistics/distributions/laplace_pdf.m, |
|
5526 statistics/distributions/laplace_rnd.m, |
|
5527 statistics/distributions/logistic_inv.m, |
|
5528 statistics/distributions/logistic_rnd.m, |
|
5529 statistics/distributions/lognormal_cdf.m, |
|
5530 statistics/distributions/lognormal_inv.m, |
|
5531 statistics/distributions/lognormal_pdf.m, |
|
5532 statistics/distributions/lognormal_rnd.m, |
|
5533 statistics/distributions/pascal_cdf.m, |
|
5534 statistics/distributions/pascal_inv.m, |
|
5535 statistics/distributions/pascal_pdf.m, |
|
5536 statistics/distributions/pascal_rnd.m, |
|
5537 statistics/distributions/poisson_cdf.m, |
|
5538 statistics/distributions/poisson_inv.m, |
|
5539 statistics/distributions/poisson_pdf.m, |
|
5540 statistics/distributions/poisson_rnd.m, |
|
5541 statistics/distributions/t_cdf.m, |
|
5542 statistics/distributions/t_inv.m, |
|
5543 statistics/distributions/t_pdf.m, |
|
5544 statistics/distributions/t_rnd.m, |
|
5545 statistics/distributions/weibull_cdf.m, |
|
5546 statistics/distributions/weibull_inv.m, |
|
5547 statistics/distributions/weibull_pdf.m, |
|
5548 statistics/distributions/weibull_rnd.m: |
|
5549 Allow N-d arrays. |
|
5550 |
|
5551 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
5552 that results in NaN in places where it should not have had. |
|
5553 |
|
5554 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
5555 allow creating arbitrary matrices, compatiable with the other |
5583
|
5556 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
5557 |
|
5558 * statistics/distributions/empirical_rnd.m: New argument formats |
|
5559 to allow creating arbitrary matrices, compatiable with the other |
5583
|
5560 *_rnd.m functions. Maintain compatibility with previous |
4860
|
5561 format. Allow N-d arrays. |
|
5562 |
|
5563 * statistics/distributions/hypergeometric_cdf.m, |
|
5564 statistics/distributions/hypergeometric_inv.m, |
|
5565 statistics/distributions/hypergeometric_pdf.m, |
|
5566 statistics/distributions/wiener_rnd.m: |
|
5567 Error for non-scalar arguments. |
|
5568 |
|
5569 * statistics/distributions/pascal_rnd.m: |
|
5570 Correct for n = 1 bug, where all elements were equal. |
|
5571 |
4849
|
5572 2004-04-06 David Bateman <dbateman@free.fr> |
|
5573 |
4854
|
5574 * general/common_size.m, miscellaneous/bincoeff.m, |
|
5575 statistics/distributions/beta_cdf.m, |
|
5576 statistics/distributions/beta_inv.m, |
|
5577 statistics/distributions/beta_pdf.m, |
|
5578 statistics/distributions/beta_rnd.m, |
|
5579 statistics/distributions/binomial_cdf.m, |
|
5580 statistics/distributions/binomial_inv.m, |
|
5581 statistics/distributions/binomial_pdf.m, |
|
5582 statistics/distributions/binomial_rnd.m, |
|
5583 statistics/distributions/cauchy_cdf.m, |
|
5584 statistics/distributions/cauchy_inv.m, |
|
5585 statistics/distributions/cauchy_pdf.m, |
|
5586 statistics/distributions/cauchy_rnd.m, |
|
5587 statistics/distributions/chisquare_cdf.m, |
|
5588 statistics/distributions/chisquare_inv.m, |
|
5589 statistics/distributions/chisquare_pdf.m, |
|
5590 statistics/distributions/chisquare_rnd.m, |
|
5591 statistics/distributions/gamma_cdf.m, |
|
5592 statistics/distributions/gamma_inv.m, |
|
5593 statistics/distributions/gamma_pdf.m, |
|
5594 statistics/distributions/gamma_rnd.m, |
|
5595 statistics/distributions/normal_cdf.m, |
|
5596 statistics/distributions/normal_inv.m, |
|
5597 statistics/distributions/normal_pdf.m, |
|
5598 statistics/distributions/normal_rnd.m, |
|
5599 statistics/distributions/stdnormal_cdf.m, |
|
5600 statistics/distributions/stdnormal_pdf.m, |
|
5601 statistics/distributions/stdnormal_rnd.m, |
|
5602 statistics/distributions/uniform_cdf.m, |
|
5603 statistics/distributions/uniform_inv.m, |
|
5604 statistics/distributions/uniform_pdf.m, |
|
5605 statistics/distributions/uniform_rnd.m: |
|
5606 Allow the inputs to be N-d arrays. |
|
5607 |
4852
|
5608 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
5609 * statistics/base/median.m: Likewise. |
4849
|
5610 |
4844
|
5611 2004-04-02 David Bateman <dbateman@free.fr> |
|
5612 |
|
5613 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
5614 * statistics/base/center.m, statistics/base/meansq.m, |
|
5615 statistics/base/moment.m, statistics/base/range.m: |
4852
|
5616 Update for N-d arrays. |
4844
|
5617 * signal/fftshift.m: Fix dimensioning error. |
|
5618 |
|
5619 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
5620 N-d arrays. |
4844
|
5621 |
4852
|
5622 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
5623 |
|
5624 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
5625 |
4852
|
5626 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
5627 |
|
5628 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
5629 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
5630 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
5631 |
|
5632 * control/system/sysidx.m: Use cellidx and not listidx. |
|
5633 |
4841
|
5634 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5635 |
|
5636 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
5637 default of "" (so it is off unless explicitly set by the user). |
|
5638 |
4836
|
5639 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
5640 |
|
5641 * image/imshow.m: Accept "truesize" argument. |
|
5642 Ignore current colormap. New tests and demos. |
|
5643 |
4834
|
5644 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
5645 |
|
5646 * signal/sinewave.m: Allow N to default to M. |
|
5647 |
4826
|
5648 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5649 |
|
5650 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
5651 |
4818
|
5652 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5653 |
|
5654 * general/deal.m: New function. |
4819
|
5655 Add tests from Paul Kienzle. |
4818
|
5656 |
4811
|
5657 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5658 |
|
5659 * plot/hist.m: Compute histogram correctly for n>=30. |
|
5660 |
5095
|
5661 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
5662 |
|
5663 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
5664 |
4806
|
5665 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5666 |
|
5667 * miscellaneous/horzcat.m: Delete. |
|
5668 * miscellaneous/vertcat.m: Delete. |
|
5669 |
4790
|
5670 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5671 |
|
5672 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5673 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5674 |
4789
|
5675 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5676 |
|
5677 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5678 doing multiple plots in the same gnuplot frame. |
|
5679 |
4780
|
5680 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5681 |
|
5682 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5683 control/system/cellidx.m, control/system/ss.m, |
|
5684 control/system/tf.m, control/system/zp.m: New functions. |
|
5685 |
4778
|
5686 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5687 |
|
5688 * statistics/distributions/discrete_inv.m: |
|
5689 Reduce memory requirements. |
|
5690 |
4772
|
5691 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5692 |
|
5693 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5694 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5695 |
4771
|
5696 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5697 |
|
5698 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5699 control/base/analdemo.m, control/base/bddemo.m, |
|
5700 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5701 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5702 control/base/rldemo.m, control/base/rlocus.m, |
|
5703 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5704 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5705 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5706 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5707 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5708 control/system/__sysdefioname__.m, |
|
5709 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5710 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5711 control/system/c2d.m, control/system/d2c.m, |
|
5712 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5713 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5714 control/system/jet707.m, control/system/listidx.m, |
|
5715 control/system/moddemo.m, control/system/ord2.m, |
|
5716 control/system/packedform.m, control/system/parallel.m, |
|
5717 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5718 control/system/sys2zp.m, control/system/sysadd.m, |
|
5719 control/system/sysappend.m, control/system/sysconnect.m, |
|
5720 control/system/syscont.m, control/system/sysdimensions.m, |
|
5721 control/system/sysdisc.m, control/system/sysdup.m, |
|
5722 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5723 control/system/sysgroup.m, control/system/sysmin.m, |
|
5724 control/system/sysmult.m, control/system/sysprune.m, |
|
5725 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5726 control/system/syssetsignals.m, control/system/syssub.m, |
|
5727 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5728 control/system/ugain.m, control/system/zp2ss.m, |
|
5729 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5730 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5731 Use cell arrays instead of lists. |
|
5732 |
4723
|
5733 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5734 |
|
5735 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5736 so that bar (1, 1) will work. |
|
5737 |
4710
|
5738 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5739 |
4717
|
5740 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5741 * plot/__errplot__.m: Likewise. |
|
5742 * plot/__plt__.m: Likewise. |
|
5743 * plot/plot_border.m: Likewise. |
|
5744 |
4710
|
5745 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5746 not $(DOCSTRINGS). |
|
5747 |
4706
|
5748 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5749 |
|
5750 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5751 rank ([], tol). |
|
5752 |
4691
|
5753 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5754 |
4692
|
5755 * elfun/acot.m: Return atan (1./z). |
|
5756 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5757 |
4691
|
5758 * miscellaneous/dir.m: New file. |
|
5759 |
|
5760 * general/num2str.m: Use "%d" as format if values are ints with |
|
5761 magnitude less than 1e10. |
|
5762 |
|
5763 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5764 |
|
5765 * general/num2str.m: If single arg is string, return it. |
|
5766 |
|
5767 * miscellaneous/not.m: New file. |
|
5768 |
|
5769 * miscellaneous/unix.m: New file. |
|
5770 |
|
5771 * miscellaneous/isunix.m: New file. |
|
5772 * miscellaneous/ispc.m: New file. |
|
5773 |
|
5774 * miscellaneous/computer.m: New file. |
|
5775 |
|
5776 * miscellaneous/delete.m: New file. |
|
5777 |
4689
|
5778 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5779 |
|
5780 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5781 |
|
5782 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5783 |
|
5784 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5785 Always return substituted version of LOADPATH if nargout != 0. |
|
5786 |
4685
|
5787 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5788 |
|
5789 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5790 before continuing. |
|
5791 |
|
5792 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5793 |
4677
|
5794 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5795 |
|
5796 * general/ind2sub.m: New file. |
|
5797 * general/sub2ind.m: New file. |
|
5798 |
4675
|
5799 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5800 |
|
5801 * control/system/zp2ss.m: Don't save and restore |
|
5802 warn_empty_list_elements. |
|
5803 |
|
5804 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5805 |
6778
|
5806 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5807 |
4673
|
5808 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5809 |
|
5810 * statistics/base/mean.m: Remove special case for row vectors. |
|
5811 |
4637
|
5812 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5813 |
|
5814 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5815 |
4631
|
5816 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5817 |
|
5818 * statistics/base/iqr.m: Handle matrices. |
|
5819 |
4630
|
5820 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5821 |
|
5822 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5823 |
4629
|
5824 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5825 |
|
5826 * miscellaneous/path.m: Fix thinko in previous change. |
|
5827 |
4609
|
5828 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5829 |
4629
|
5830 * control/base/dare.m: Check positive (semi)definiteness and |
|
5831 dimensions of r (and q). |
|
5832 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5833 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5834 near unit circle. |
4611
|
5835 |
|
5836 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5837 Correct the behavior for discrete-time systems. |
|
5838 * control/system/is_stabilizable.m: Likewise. |
|
5839 |
4609
|
5840 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5841 |
|
5842 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5843 |
4610
|
5844 * general/isdefinite.m: New function. |
|
5845 |
4567
|
5846 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5847 |
|
5848 * general/reshape: Delete. |
|
5849 |
4559
|
5850 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5851 |
|
5852 * general/numel.m: Delete. |
|
5853 |
4535
|
5854 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5855 |
4536
|
5856 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5857 |
|
5858 * deprecated/isstr.m: New file. |
4535
|
5859 |
4529
|
5860 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5861 |
|
5862 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5863 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5864 |
4525
|
5865 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5866 |
|
5867 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5868 |
4503
|
5869 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5870 |
|
5871 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5872 |
4492
|
5873 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5874 |
|
5875 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5876 Allow optional length argument. |
|
5877 |
4491
|
5878 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5879 |
|
5880 * polynomial/polyfit.m: Avoid calling flipud. |
|
5881 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5882 Return structure as second output value for improved Matlab |
|
5883 compatibility. |
|
5884 |
4476
|
5885 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5886 |
4478
|
5887 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5888 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5889 with one non-zero dimension. |
|
5890 |
4476
|
5891 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5892 warn_single_quote_string to the list. |
4478
|
5893 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5894 from the list. |
4476
|
5895 |
5095
|
5896 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5897 |
|
5898 * signal/autocov.m: Transpose result of conj because diag returns |
|
5899 a column vector, not a row vector. |
|
5900 |
|
5901 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5902 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5903 with quotes. |
|
5904 |
4466
|
5905 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5906 |
4468
|
5907 * io/printf.m, io/puts.m: Delete. |
|
5908 |
4466
|
5909 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5910 default_return_value from the list. |
|
5911 Add warn_undefined_return_values to the list. |
|
5912 |
|
5913 |
4464
|
5914 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5915 |
|
5916 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5917 and initialize_global_variables from the list. |
|
5918 |
4460
|
5919 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5920 |
4463
|
5921 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5922 |
|
5923 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5924 |
|
5925 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5926 * control/system/sys2fir.m: Likewise. |
|
5927 |
|
5928 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5929 * control/system/__tf2sysl__.m: Likewise. |
|
5930 |
|
5931 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5932 |
|
5933 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5934 and [] concatenation. |
|
5935 * control/system/sys2fir.m: Likewise. |
|
5936 |
|
5937 * control/base/dgram.m, control/base/freqchkw.m, |
|
5938 control/base/gram.m, control/system/__abcddims__.m, |
|
5939 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5940 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5941 control/system/is_siso.m, control/system/sys2fir.m, |
|
5942 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5943 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5944 control/system/ugain.m, control/util/prompt.m, |
|
5945 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5946 control/util/zgshsr.m: |
|
5947 Improve conformance to Octave coding style. |
|
5948 |
4461
|
5949 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5950 the list. |
|
5951 Delete resize_on_range_error from the list. |
|
5952 |
4460
|
5953 * control/base/pzmap.m, control/base/place.m, |
|
5954 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5955 control/system/syscont.m, control/system/sysdisc.m, |
|
5956 control/system/sysgroup.m, control/system/tfout.m, |
|
5957 control/system/zp2ss.m, control/system/zpout.m, |
|
5958 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5959 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5960 empty_list_elements_ok. |
|
5961 |
|
5962 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5963 Delete empty_list_elements_ok from the list. |
|
5964 |
4457
|
5965 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5966 |
|
5967 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5968 list. |
|
5969 Delete treat_neg_dim_as_zero from the list. |
|
5970 |
|
5971 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5972 |
4451
|
5973 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5974 |
4455
|
5975 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5976 was not used in the code in any case). |
|
5977 |
|
5978 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5979 do_fortran_indexing. |
|
5980 |
4452
|
5981 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5982 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5983 |
4451
|
5984 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5985 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5986 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5987 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5988 warn_fortran_indexing in the list. |
|
5989 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5990 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5991 prefer_column_vectors from list. |
4451
|
5992 |
4440
|
5993 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5994 |
|
5995 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5996 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5997 directory. |
|
5998 |
5095
|
5999 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
6000 |
|
6001 * plot/hist.m: Don't forget to define n if x is a vector. |
|
6002 |
5095
|
6003 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
6004 |
|
6005 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
6006 return "." with extension. |
|
6007 |
4422
|
6008 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6009 |
|
6010 * control/base/__stepimp__.m, control/base/nichols.m, |
|
6011 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
6012 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
6013 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
6014 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
6015 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
6016 |
4413
|
6017 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6018 |
|
6019 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
6020 |
5095
|
6021 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
6022 |
|
6023 * plot/hist.m: Improve performance by using different algorithms |
|
6024 depending on number of bins. |
|
6025 |
4404
|
6026 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6027 |
|
6028 * control/system/sysadd.m: If systems are not "tf", convert before |
|
6029 adding. |
|
6030 |
5095
|
6031 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
6032 |
|
6033 * image/imagesc.m: Accept data limits parameter for colormap. |
|
6034 |
5095
|
6035 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
6036 |
|
6037 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
6038 the impulse by t_step. |
|
6039 |
4373
|
6040 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6041 |
|
6042 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
6043 column vectors. |
|
6044 |
5095
|
6045 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
6046 |
|
6047 * linear-algebra/null.m: Handle empty matrix arg. |
|
6048 |
4369
|
6049 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6050 |
|
6051 * general/shift.m: Force empty_list_elements_ok to 1. |
|
6052 |
4358
|
6053 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6054 |
|
6055 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
6056 New files. |
|
6057 |
4348
|
6058 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6059 |
|
6060 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
6061 function handle to pass to feval. |
|
6062 * statistics/base/qqplot.m: Likewise. |
|
6063 * statistics/base/ppplot.m: Likewise. |
|
6064 * signal/spectral_xdf.m: Likewise. |
|
6065 * signal/spectral_adf.m: Likewise. |
|
6066 |
4340
|
6067 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6068 |
|
6069 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
6070 |
4334
|
6071 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6072 |
|
6073 * linear-algebra/logm.m: New file. |
|
6074 |
5095
|
6075 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
6076 |
|
6077 * mkpkgadd: Scan C++ files as well |
|
6078 |
5095
|
6079 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
6080 |
|
6081 * strings/findstr.m: Return empty set for zero-length target. |
|
6082 |
5095
|
6083 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
6084 |
|
6085 * set/union.m: Preserve the orientation of inputs. |
|
6086 |
4305
|
6087 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6088 |
|
6089 * general/int2str.m: Eliminate leading spaces. |
|
6090 |
4303
|
6091 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6092 |
|
6093 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
6094 |
5095
|
6095 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
6096 |
|
6097 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
6098 $(BUILD_LDFLAGS) to compiler. |
|
6099 |
4295
|
6100 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6101 |
|
6102 * general/num2str.m: Don't specify field width for scalars. |
|
6103 |
4292
|
6104 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6105 |
|
6106 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
6107 |
4265
|
6108 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6109 |
4279
|
6110 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
6111 |
4266
|
6112 * miscellaneous/tempname.m: New file. |
|
6113 |
|
6114 * miscellaneous/tempdir.m: New file. |
|
6115 |
4265
|
6116 * miscellaneous/fullfile.m: New file. |
|
6117 |
4259
|
6118 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6119 |
4264
|
6120 * miscellaneous/fileparts.m: New file. |
|
6121 |
|
6122 * io/beep.m: New file. |
|
6123 |
4260
|
6124 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
6125 format only. |
4259
|
6126 |
4257
|
6127 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6128 |
|
6129 * strings/strcmp.m: Handle cell arrays of strings. |
|
6130 |
4229
|
6131 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6132 |
|
6133 * general/int2str.m: Handle matrices. |
|
6134 * general/num2str.m: Likewise. |
|
6135 Also handle optional precision, and format args. |
|
6136 |
4225
|
6137 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6138 |
|
6139 * audio/Makefile.in, control/base/Makefile.in, |
|
6140 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
6141 control/system/Makefile.in, elfun/Makefile.in, |
|
6142 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
6143 io/Makefile.in, linear-algebra/Makefile.in, |
|
6144 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
6145 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
6146 specfun/Makefile.in, special-matrix/Makefile.in, |
|
6147 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
6148 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
6149 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
6150 deprecated/Makefile.in: Use new do-script-install and |
|
6151 do-script-uninstall macros. |
|
6152 |
|
6153 * mkpkgadd: New script. |
|
6154 |
|
6155 * plot/close.m: New file. |
|
6156 |
4184
|
6157 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6158 |
|
6159 * image/image.m: Use -raw option for xv. |
|
6160 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
6161 |
4172
|
6162 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6163 |
4174
|
6164 * control/base/lsim.m: Use approximate test for step size change. |
|
6165 |
4172
|
6166 * signal/bartlett.m: Avoid row/column mismatch error. |
|
6167 |
5095
|
6168 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
6169 |
|
6170 * statistics/base/var.m: Use better formula for improved accuracy. |
|
6171 |
5095
|
6172 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
6173 |
|
6174 * control/base/lsim.m: Correct doc string. |
|
6175 |
5095
|
6176 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
6177 |
|
6178 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
6179 |
4148
|
6180 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6181 |
|
6182 * plot/contour.m: Handle x and y as matrices too. |
|
6183 |
5095
|
6184 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
6185 |
|
6186 * plot/contour.m: Fix error and usage messages. |
|
6187 |
4146
|
6188 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6189 |
|
6190 * plot/contour.m: Correct orientation of plot. |
|
6191 |
4139
|
6192 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6193 |
|
6194 * control/base/analdemo.m: Fix typo. |
|
6195 |
5095
|
6196 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
6197 |
|
6198 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
6199 |
4098
|
6200 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6201 |
|
6202 * mkdoc: Exit immediately on errors. |
|
6203 Exit with error if gethelp does not exist. |
|
6204 |
|
6205 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
6206 |
4093
|
6207 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6208 |
|
6209 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
6210 |
5095
|
6211 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
6212 |
|
6213 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
6214 * statistics/distributions/normal_pdf.m: Likewise. |
|
6215 * statistics/distributions/normal_inv.m: Likewise. |
|
6216 |
5095
|
6217 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
6218 |
|
6219 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
6220 |
5095
|
6221 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
6222 |
|
6223 * statistics/base/var.m: Handle complex values. |
|
6224 |
4031
|
6225 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6226 |
|
6227 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
6228 list. |
|
6229 * deprecated/Makefile.in: New file. |
|
6230 |
5095
|
6231 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
6232 |
|
6233 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
6234 * statistics/distributions/binomial_cdf.m: Likewise. |
|
6235 * statistics/distributions/f_cdf.m: Likewise. |
|
6236 * statistics/distributions/t_cdf.m: Likewise. |
|
6237 |
|
6238 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
6239 * specfun/beta.m: Likewise. |
|
6240 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
6241 * statistics/distributions/gamma_pdf.m: Likewise. |
|
6242 * statistics/distributions/poisson_pdf.m: Likewise. |
|
6243 |
|
6244 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
6245 * statistics/distributions/poisson_cdf.m: Likewise. |
|
6246 |
4026
|
6247 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6248 |
4028
|
6249 * deprecated/is_bool.m: New file. |
|
6250 * deprecated/is_complex.m: New file. |
|
6251 * deprecated/is_global.m: New file. |
|
6252 * deprecated/is_list.m: New file. |
|
6253 * deprecated/is_matrix.m: New file. |
|
6254 * deprecated/is_scalar.m: New file. |
|
6255 * deprecated/is_square.m: New file. |
|
6256 * deprecated/is_stream.m: New file. |
|
6257 * deprecated/is_struct.m: New file. |
|
6258 * deprecated/is_symmetric.m: New file. |
|
6259 * deprecated/is_vector.m: New file. |
4030
|
6260 * Change all callers of these functions to use the new names. |
4028
|
6261 |
4029
|
6262 * deprecated: New directory. |
|
6263 * Makefile.in (SUBDIRS): Add it to the list. |
|
6264 |
4026
|
6265 * general/isscalar.m: Rename from is_scalar.m. |
|
6266 * general/issquare.m: Rename from is_square.m. |
|
6267 * general/issymmetric.m: Rename from is_symmetric.m. |
|
6268 * general/isvector.m: Rename from is_vector.m. |
|
6269 |
4022
|
6270 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6271 |
|
6272 * statistics/base/mean.m: Allow empty matrices. |
|
6273 Handle DIM arg. |
|
6274 |
5095
|
6275 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
6276 |
|
6277 * plot/__errcomm__.m: If format is not specified, default to error |
|
6278 bar format. |
|
6279 |
4011
|
6280 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6281 |
|
6282 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
6283 __F_SETFL__ and __O_NONBLOCK__. |
|
6284 |
|
6285 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
6286 * miscellaneous/bug_report.m: Likewise. |
|
6287 |
4007
|
6288 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6289 |
4008
|
6290 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
6291 * general/rem.m: Likewise. |
|
6292 |
|
6293 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
6294 * plot/semilogxerr.m: Likewise. |
4007
|
6295 * plot/semilogyerr.m: Likewise. |
|
6296 |
5095
|
6297 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
6298 |
|
6299 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
6300 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
6301 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
6302 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
6303 |
|
6304 * plot/errorbar.m: Use __errcomm__.m. |
|
6305 * plot/__errplot__.m: Minor cleanups. |
|
6306 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
6307 * plot/__pltopt1__.m: Likewise. |
|
6308 |
3980
|
6309 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6310 |
3981
|
6311 * general/rem.m: Delete redundant call to usage. |
|
6312 |
3980
|
6313 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
6314 |
5095
|
6315 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
6316 |
|
6317 * general/mod.m: New function. |
|
6318 |
3979
|
6319 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6320 |
|
6321 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
6322 * control/system/sysadd.m: Likewise. |
|
6323 * control/system/sysgroup.m: Likewise. |
|
6324 * control/system/syssub.m: Likewise. |
|
6325 * elfun/gcd.m: Likewise. |
|
6326 * elfun/lcm.m: Likewise. |
|
6327 * general/common_size.m: Likewise. |
|
6328 * io/printf.m: Likewise. |
|
6329 * miscellaneous/menu.m: Likewise. |
|
6330 * miscellaneous/path.m: Likewise. |
|
6331 * plot/__errplot__.m: Likewise. |
|
6332 * plot/__plt__.m: Likewise. |
|
6333 * plot/axis.m: Likewise. |
|
6334 * plot/errorbar.m: Likewise. |
|
6335 * plot/mplot.m: Likewise. |
|
6336 * plot/loglog.m: Likewise. |
|
6337 * plot/plot.m: Likewise. |
|
6338 * plot/plot_border.m: Likewise. |
|
6339 * plot/semilogx.m: Likewise. |
|
6340 * plot/semilogy.m: Likewise. |
|
6341 * plot/xlabel.m: Likewise. |
|
6342 * plot/ylabel.m: Likewise. |
|
6343 * plot/zlabel.m: Likewise. |
|
6344 * statistics/base/ppplot.m: Likewise. |
|
6345 * statistics/base/qqplot.m: Likewise. |
|
6346 * statistics/tests/bartlett_test.m: Likewise. |
|
6347 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
6348 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6349 * strings/str2mat.m: Likewise. |
|
6350 * strings/strcat.m: Likewise. |
|
6351 |
5095
|
6352 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
6353 |
|
6354 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
6355 |
3924
|
6356 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6357 |
|
6358 * skip-autoheader: New file, for autogen.sh. |
3925
|
6359 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
6360 |
5095
|
6361 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
6362 |
|
6363 * general/repmat.m: New function. |
|
6364 |
5095
|
6365 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
6366 |
|
6367 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
6368 Use optional parameter to specify the number of bits in the input. |
|
6369 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
6370 floats in the range [-1,1], 2x speedup. |
|
6371 |
|
6372 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
6373 |
3910
|
6374 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6375 |
|
6376 * linear-algebra/kron.m: Delete. |
|
6377 |
5095
|
6378 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
6379 |
|
6380 * signal/freqz.m: If nargout is zero, plot results instead of |
|
6381 returning them. |
|
6382 * signal/freqz_plot.m: New file. |
|
6383 |
5095
|
6384 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
6385 |
5378
|
6386 * signal/unwrap.m: New file. |
3906
|
6387 |
5095
|
6388 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
6389 |
|
6390 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
6391 divide by zero warning. |
|
6392 |
5095
|
6393 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
6394 |
3894
|
6395 * strings/deblank.m: Trim \0 as well as blank. |
|
6396 |
5378
|
6397 * freqz.m: Evaluate a specific range of frequencies |
3893
|
6398 expressed in radians or Hz relative to a supplied sample rate. |
|
6399 |
5095
|
6400 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
6401 |
|
6402 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
6403 |
3891
|
6404 * strings/findstr.m: Vectorize as much as possible. |
|
6405 |
5095
|
6406 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
6407 |
|
6408 * special-matrix/invhilb.m: New version that is faster and more |
|
6409 accurate. |
|
6410 |
5095
|
6411 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
6412 |
|
6413 * configure.in: Update for autoconf 2.5x. |
|
6414 |
5095
|
6415 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
6416 |
|
6417 * special-matrix/vander.m: Code tidy and vectorize. |
|
6418 |
5095
|
6419 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
6420 |
3883
|
6421 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
6422 to vectors. Issue a warning in the case x matches y' but return a |
|
6423 column vector as Octave currently does. |
|
6424 |
3882
|
6425 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
6426 |
|
6427 * control/system/starp.m: Leave more of the documentation |
|
6428 processing to texinfo and less to the @format block. |
|
6429 |
|
6430 * image/imagesc.m: Only display image if no output is requested. |
|
6431 Code tidying. |
|
6432 |
3876
|
6433 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6434 |
|
6435 * statistics/base/center.m: Accept and return empty matrix. |
|
6436 |
3872
|
6437 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6438 |
|
6439 * specfun/erfinv.m: Fix usage message. |
|
6440 |
3869
|
6441 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6442 |
|
6443 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
6444 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
6445 |
3837
|
6446 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6447 |
|
6448 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
6449 capitalized variable names. |
|
6450 |
3836
|
6451 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
6452 |
|
6453 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
6454 |
5095
|
6455 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
6456 |
|
6457 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
6458 |
3803
|
6459 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
6460 |
3833
|
6461 * general/cart2pol.m: New file. |
|
6462 * general/pol2cart.m: New file. |
|
6463 * general/cart2sph.m: New file. |
|
6464 * general/sph2cart.m: New file. |
|
6465 * image/rgb2hsv.m: New file. |
|
6466 * image/hsv2rgb.m: New file. |
3803
|
6467 |
|
6468 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6469 |
|
6470 * plot/meshgrid.m: Avoid for loops. |
|
6471 * plot/meshdom.m: Likewise. |
|
6472 |
3801
|
6473 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6474 |
|
6475 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
6476 |
|
6477 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
6478 |
|
6479 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
6480 norm. |
|
6481 |
3792
|
6482 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
6483 |
|
6484 * statistics/tests/welch_test.m: Fix typo. |
|
6485 |
|
6486 * statistics/distributions/chisquare_cdf.m: |
|
6487 Don't restrict inputs to be only positive integers. |
|
6488 * statistics/distributions/chisquare_inv.m: Likewise. |
|
6489 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
6490 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
6491 * statistics/distributions/f_cdf.m: Likewise. |
|
6492 * statistics/distributions/f_inv.m: Likewise. |
|
6493 * statistics/distributions/f_pdf.m: Likewise. |
|
6494 * statistics/distributions/f_rnd.m: Likewise. |
|
6495 * statistics/distributions/t_cdf.m: Likewise. |
|
6496 * statistics/distributions/t_inv.m: Likewise. |
|
6497 * statistics/distributions/t_pdf.m: Likewise. |
|
6498 * statistics/distributions/t_rnd.m: Likewise. |
|
6499 |
3790
|
6500 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6501 |
|
6502 * strings/dec2base.m: New file. |
|
6503 * strings/base2dec.m: New file. |
|
6504 * strings/strjust.m: New file. |
|
6505 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
6506 * strings/dec2bin.m: Likewise. |
|
6507 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
6508 * strings/bin2dec.m: Likewise. |
|
6509 |
5095
|
6510 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
6511 |
|
6512 * statistics/base/ppplot.m: Use gset, not set. |
|
6513 * statistics/base/qqplot.m: Likewise. |
|
6514 |
5095
|
6515 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
6516 |
|
6517 * control/system/c2d.m: Add missing endif. |
|
6518 |
3759
|
6519 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6520 |
|
6521 * strings/index.m: Return 0 if either string is empty. |
|
6522 |
|
6523 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
6524 |
|
6525 * control/system/c2d.m: Allow option of matched pole/zero |
|
6526 equivalent for conversion. |
|
6527 |
|
6528 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
6529 |
|
6530 * strings/findstr.m: Return empty matrix if search string is empty. |
|
6531 |
3757
|
6532 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
6533 |
|
6534 * saveimage.m: Do create rawbit image for black and white images, |
|
6535 but do it correctly. |
|
6536 |
3754
|
6537 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6538 |
6778
|
6539 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
6540 result polynomials. |
3754
|
6541 |
3748
|
6542 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6543 |
|
6544 * image/saveimage.m: Don't try to create rawbit image. |
|
6545 |
3740
|
6546 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6547 |
|
6548 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
6549 |
5095
|
6550 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
6551 |
|
6552 * plot/contour.m: Reorder args for Matlab compatibility. |
|
6553 |
3727
|
6554 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
6555 |
|
6556 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
6557 |
3717
|
6558 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6559 |
3718
|
6560 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
6561 |
3717
|
6562 * plot/mesh.m: Also set nologscale before plotting. |
|
6563 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
6564 xyerrorbars instead of just errorbars. |
|
6565 |
3714
|
6566 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
6567 |
|
6568 * image/image.m: Try display (from ImageMagick) first. |
|
6569 |
3709
|
6570 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
6571 |
|
6572 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
6573 conjugate transpose. |
|
6574 |
3705
|
6575 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6576 |
|
6577 * strings/str2mat.m: Apply setstr to each argument. |
|
6578 |
3696
|
6579 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
6580 |
|
6581 * control/base/dkalman.m: New file. |
|
6582 * control/base/dlqe.m: Handle singular A matrix. |
|
6583 * control/base/dlqr.m: Likewise. |
|
6584 |
3695
|
6585 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6586 |
|
6587 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
6588 dimensions don't match. |
|
6589 |
3690
|
6590 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
6591 |
|
6592 * plot/hist.m: Allow 3 argument form to work. |
|
6593 |
5095
|
6594 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
6595 |
|
6596 * plot/plot.m: Add examples in doc string. |
|
6597 |
5095
|
6598 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
6599 |
|
6600 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
6601 Do the right thing even if automatic_replot is not zero. |
|
6602 Avoid failure if system has pure imaginary poles. |
|
6603 |
3674
|
6604 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6605 |
|
6606 * general/logical.m: Return arg if it is empty. Better error |
|
6607 message for non-numeric types. |
|
6608 |
5095
|
6609 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
6610 |
|
6611 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
6612 about difference with Matlab dlqe function. |
|
6613 |
|
6614 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
6615 |
5095
|
6616 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
6617 |
|
6618 * strings/strrep.m: Fix typo. |
|
6619 |
3666
|
6620 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6621 |
|
6622 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
6623 |
5095
|
6624 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
6625 |
|
6626 * strings/strrep.m: Avoid for loop for speed. |
3667
|
6627 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
6628 |
5095
|
6629 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
6630 |
|
6631 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
6632 guess for iteration. |
|
6633 |
3651
|
6634 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6635 |
|
6636 * image/image.m: Allow image (A) or image (x, y, A). |
|
6637 * image/imagesc.m: Likewise. |
|
6638 |
|
6639 * image/image.m: If zoom is not supplied, or if it is an empty |
|
6640 matrix, autoscale the image. |
|
6641 |
3618
|
6642 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6643 |
3619
|
6644 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
6645 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6646 |
3618
|
6647 * image/saveimage.m: Add comment to file saying who created it and |
|
6648 when it was created. Suggested by Stephen Eglen |
|
6649 <stephen@cogsci.ed.ac.uk>. |
|
6650 |
5095
|
6651 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
6652 |
|
6653 * polynomial/polyreduce.m: Simplify by looking for the first |
|
6654 non-zero element rather than the last of the first set of zero |
|
6655 elements. |
|
6656 |
|
6657 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
6658 |
5095
|
6659 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
6660 |
|
6661 * image/saveimage.m: Swap black and white colormaps so zero is |
|
6662 displayed as black and 1 is displayed as white. |
|
6663 Fix indexing bug in ppm case. |
|
6664 |
3604
|
6665 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6666 |
|
6667 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6668 between the two distributions (took same approach as ks.test() in R.) |
|
6669 |
3603
|
6670 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6671 |
|
6672 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6673 |
3599
|
6674 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6675 |
3601
|
6676 * Makefile.in (clean): Also remove gethelp. |
|
6677 |
3599
|
6678 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6679 |
5095
|
6680 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6681 |
|
6682 * set/create_set.m: Use find to avoid while loop. |
|
6683 |
5095
|
6684 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6685 |
|
6686 * plot/hist.m: New optional third argument. |
|
6687 |
|
6688 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6689 |
|
6690 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6691 number appended. |
|
6692 |
3575
|
6693 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6694 |
|
6695 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6696 |
3498
|
6697 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6698 |
|
6699 * image/saveimage.m: Delete some debugging code. |
|
6700 |
3486
|
6701 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6702 |
|
6703 * signal/sinc.m: Avoid reshaping. |
|
6704 |
|
6705 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6706 * image/ind2rgb.m: Ditto. |
|
6707 * image/ind2gray.m: Ditto. |
|
6708 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6709 implicit_str_to_num_ok. |
|
6710 |
3483
|
6711 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6712 |
|
6713 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6714 a list of file structures, not a vector of numeric file ids. |
|
6715 |
3474
|
6716 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6717 |
3476
|
6718 * plot/__axis_label__.m: New function. |
|
6719 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6720 * plot/xlabel.m: Use it. |
|
6721 * plot/ylabel.m: Ditto. |
|
6722 * plot/zlabel.m: Ditto. |
|
6723 |
3474
|
6724 * plot/mesh.m: Fix error message to reflect reality. |
|
6725 |
5095
|
6726 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6727 |
|
6728 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6729 |
5095
|
6730 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6731 |
|
6732 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6733 * audio/loadaudio.m: Ditto. |
|
6734 * audio/playaudio.m: Ditto. |
|
6735 |
3456
|
6736 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6737 |
|
6738 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6739 * statistics/distributions/beta_inv.m: Ditto. |
|
6740 * statistics/distributions/beta_pdf.m: Ditto. |
|
6741 * statistics/distributions/beta_rnd.m: Ditto. |
|
6742 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6743 * statistics/distributions/binomial_inv.m: Ditto. |
|
6744 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6745 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6746 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6747 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6748 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6749 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6750 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6751 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6752 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6753 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6754 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6755 * statistics/distributions/discrete_inv.m: Ditto. |
|
6756 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6757 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6758 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6759 * statistics/distributions/empirical_inv.m: Ditto. |
|
6760 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6761 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6762 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6763 * statistics/distributions/exponential_inv.m: Ditto. |
|
6764 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6765 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6766 * statistics/distributions/f_cdf.m: Ditto. |
|
6767 * statistics/distributions/f_inv.m: Ditto. |
|
6768 * statistics/distributions/f_pdf.m: Ditto. |
|
6769 * statistics/distributions/f_rnd.m: Ditto. |
|
6770 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6771 * statistics/distributions/gamma_inv.m: Ditto. |
|
6772 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6773 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6774 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6775 * statistics/distributions/geometric_inv.m: Ditto. |
|
6776 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6777 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6778 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6779 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6780 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6781 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6782 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6783 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6784 * statistics/distributions/laplace_inv.m: Ditto. |
|
6785 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6786 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6787 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6788 * statistics/distributions/logistic_inv.m: Ditto. |
|
6789 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6790 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6791 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6792 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6793 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6794 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6795 * statistics/distributions/normal_cdf.m: Ditto. |
|
6796 * statistics/distributions/normal_inv.m: Ditto. |
|
6797 * statistics/distributions/normal_pdf.m: Ditto. |
|
6798 * statistics/distributions/normal_rnd.m: Ditto. |
|
6799 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6800 * statistics/distributions/pascal_inv.m: Ditto. |
|
6801 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6802 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6803 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6804 * statistics/distributions/poisson_inv.m: Ditto. |
|
6805 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6806 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6807 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6808 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6809 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6810 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6811 * statistics/distributions/t_cdf.m: Ditto. |
|
6812 * statistics/distributions/t_inv.m: Ditto. |
|
6813 * statistics/distributions/t_pdf.m: Ditto. |
|
6814 * statistics/distributions/t_rnd.m: Ditto. |
|
6815 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6816 * statistics/distributions/uniform_inv.m: Ditto. |
|
6817 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6818 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6819 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6820 * statistics/distributions/weibull_inv.m: Ditto. |
|
6821 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6822 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6823 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6824 |
3453
|
6825 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6826 |
|
6827 * statistics/base/values.m: Texinfoize doc string. |
|
6828 * statistics/base/var.m: Ditto. |
|
6829 * statistics/base/table.m: Ditto. |
|
6830 * statistics/base/studentize.m: Ditto. |
|
6831 * statistics/base/statistics.m: Ditto. |
|
6832 * statistics/base/spearman.m: Ditto. |
|
6833 * statistics/base/run_count.m: Ditto. |
|
6834 * statistics/base/ranks.m: Ditto. |
|
6835 * statistics/base/range.m: Ditto. |
|
6836 * statistics/base/qqplot.m: Ditto. |
|
6837 * statistics/base/probit.m: Ditto. |
|
6838 * statistics/base/ppplot.m: Ditto. |
|
6839 * statistics/base/moment.m: Ditto. |
|
6840 * statistics/base/meansq.m: Ditto. |
|
6841 * statistics/base/logit.m: Ditto. |
|
6842 * statistics/base/kendall.m: Ditto. |
|
6843 * statistics/base/iqr.m: Ditto. |
|
6844 * statistics/base/cut.m: Ditto. |
|
6845 * statistics/base/cor.m: Ditto. |
|
6846 * statistics/base/cloglog.m: Ditto. |
|
6847 * statistics/base/center.m: Ditto. |
3454
|
6848 * statistics/models/logistic_regression.m: Ditto. |
|
6849 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6850 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6851 * statistics/tests/anova.m: Ditto. |
|
6852 * statistics/tests/bartlett_test.m: Ditto. |
|
6853 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6854 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6855 * statistics/tests/cor_test.m: Ditto. |
|
6856 * statistics/tests/f_test_regression.m: Ditto. |
|
6857 * statistics/tests/hotelling_test.m: Ditto. |
|
6858 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6859 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6860 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6861 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6862 * statistics/tests/manova.m: Ditto. |
|
6863 * statistics/tests/mcnemar_test.m: Ditto. |
|
6864 * statistics/tests/prop_test_2.m: Ditto. |
|
6865 * statistics/tests/run_test.m: Ditto. |
|
6866 * statistics/tests/sign_test.m: Ditto. |
|
6867 * statistics/tests/t_test.m: Ditto. |
|
6868 * statistics/tests/t_test_2.m: Ditto. |
|
6869 * statistics/tests/t_test_regression.m: Ditto. |
|
6870 * statistics/tests/u_test.m: Ditto. |
|
6871 * statistics/tests/var_test.m: Ditto. |
|
6872 * statistics/tests/welch_test.m: Ditto. |
|
6873 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6874 * statistics/tests/z_test.m: Ditto. |
|
6875 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6876 |
3446
|
6877 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6878 |
|
6879 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6880 * plot/__plr1__.m: Ditto. |
|
6881 * plot/__pltopt__.m: Ditto. |
|
6882 * plot/__plt__.m: Ditto. |
|
6883 * plot/__plt2vv__.m: Ditto. |
|
6884 * plot/__plr2__.m: Ditto. |
|
6885 * plot/__plr__.m: Ditto. |
|
6886 * plot/__plt1__.m: Ditto. |
|
6887 * plot/__plt2__.m: Ditto. |
|
6888 * plot/__plt2mm__.m: Ditto. |
|
6889 * plot/__plt2mv__.m: Ditto. |
|
6890 * plot/__plt2ss__.m: Ditto. |
|
6891 * miscellaneous/paren.m: Ditto. |
|
6892 * miscellaneous/comma.m: Ditto. |
|
6893 * miscellaneous/semicolon.m: Ditto. |
|
6894 * miscellaneous/path.m: Ditto. |
|
6895 * miscellaneous/list_primes.m: Ditto. |
|
6896 * miscellaneous/flops.m: Ditto. |
|
6897 * miscellaneous/dump_prefs.m: Ditto. |
|
6898 * miscellaneous/bug_report.m: Ditto. |
|
6899 * linear-algebra/dot.m: Ditto |
|
6900 * linear-algebra/dmult.m: Ditto. |
|
6901 * general/randperm.m: Ditto. |
|
6902 * general/logical.m: Ditto. |
|
6903 * general/is_duplicate_entry.m: Ditto. |
|
6904 * signal/arch_fit.m: Ditto. |
|
6905 * signal/arch_rnd.m: Ditto. |
|
6906 * signal/arch_test.m: Ditto. |
|
6907 * signal/arma_rnd.m: Ditto. |
|
6908 * signal/autocor.m: Ditto. |
|
6909 * signal/autocov.m: Ditto. |
|
6910 * signal/autoreg_matrix.m: Ditto. |
|
6911 * signal/bartlett.m: Ditto. |
|
6912 * signal/blackman.m: Ditto. |
|
6913 * signal/detrend.m: Ditto. |
|
6914 * signal/diffpara.m: Ditto. |
|
6915 * signal/durbinlevinson.m: Ditto. |
|
6916 * signal/fftconv.m: Ditto. |
|
6917 * signal/fftfilt.m: Ditto. |
|
6918 * signal/fftshift.m: Ditto. |
|
6919 * signal/fractdiff.m: Ditto. |
|
6920 * signal/freqz.m: Ditto. |
|
6921 * signal/hamming.m: Ditto. |
|
6922 * signal/hanning.m: Ditto. |
|
6923 * signal/hurst.m: Ditto. |
|
6924 * signal/periodogram.m: Ditto. |
|
6925 * signal/rectangle_lw.m: Ditto. |
|
6926 * signal/rectangle_sw.m: Ditto. |
|
6927 * signal/sinc.m: Ditto. |
|
6928 * signal/sinetone.m: Ditto. |
|
6929 * signal/sinewave.m: Ditto. |
|
6930 * signal/spectral_adf.m: Ditto. |
|
6931 * signal/spectral_xdf.m: Ditto. |
|
6932 * signal/spencer.m: Ditto. |
|
6933 * signal/stft.m: Ditto. |
|
6934 * signal/synthesis.m: Ditto. |
|
6935 * signal/triangle_lw.m: Ditto. |
|
6936 * signal/triangle_sw.m: Ditto. |
|
6937 * signal/yulewalker.m: Ditto. |
3450
|
6938 * control/util/strappend.m: Ditto. |
3451
|
6939 * control/base/nichols.m: Ditto. |
3452
|
6940 * control/system/is_signal_list.m: Ditto. |
|
6941 * control/system/listidx.m: Ditto. |
|
6942 * control/system/sysgettsam.m: Ditto. |
|
6943 * control/system/sysidx.m: Ditto. |
3446
|
6944 |
3438
|
6945 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6946 |
|
6947 * control/system/__abcddims__.m: Rename from |
|
6948 control/system/abcddims.m, change all callers. |
|
6949 * control/base/__bodquist__.m: Likewise. |
|
6950 * control/base/__freqresp__.m: Likewise. |
|
6951 * control/util/__outlist__.m: Likewise. |
|
6952 * control/base/__stepimp__.m: Likewise. |
|
6953 * control/system/__syschnamesl__.m: Likewise. |
|
6954 * control/system/__syscont_disc__.m: Likewise. |
|
6955 * control/system/__sysdefioname__.m: Likewise. |
|
6956 * control/system/__sysdefstname__.m: Likewise. |
|
6957 * control/system/__sysgroupn__.m: Likewise. |
|
6958 * control/system/__tf2sysl__.m: Likewise. |
|
6959 * control/util/__zgpbal__.m: Likewise. |
|
6960 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6961 |
|
6962 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6963 * quaternion/qconj.m: Ditto. |
|
6964 * quaternion/qcoordinate_plot.m: Ditto. |
|
6965 * quaternion/qderiv.m: Ditto. |
|
6966 * quaternion/qderivmat.m: Ditto. |
|
6967 * quaternion/qinv.m: Ditto. |
|
6968 * quaternion/qmult.m: Ditto. |
|
6969 * quaternion/qtrans.m: Ditto. |
|
6970 * quaternion/qtransv.m: Ditto. |
|
6971 * quaternion/qtransvmat.m: Ditto. |
|
6972 * quaternion/quaternion.m: Ditto. |
3438
|
6973 |
3436
|
6974 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6975 |
|
6976 * control/base/Makefile.in: Ditto. |
|
6977 * control/hinf/Makefile.in: New file. |
|
6978 * control/marsyas/Makefile.in: Ditto. |
|
6979 * control/obsolete/Makefile.in: Ditto. |
|
6980 * control/system/Makefile.in: Ditto. |
|
6981 * control/util/Makefile.in: Ditto. |
|
6982 |
|
6983 * strings/com2str.m: Move here from control directory. |
|
6984 |
|
6985 * control/base: New directory. |
|
6986 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6987 * control/base/analdemo.m: Ditto. |
|
6988 * control/base/are.m: Ditto. |
|
6989 * control/base/bddemo.m: Ditto. |
|
6990 * control/base/bode.m: Ditto. |
|
6991 * control/base/bode_bounds.m: Ditto. |
|
6992 * control/base/bodquist.m: Ditto. |
|
6993 * control/base/controldemo.m: Ditto. |
|
6994 * control/base/ctrb.m: Ditto. |
|
6995 * control/base/damp.m: Ditto. |
|
6996 * control/base/dare.m: Ditto. |
|
6997 * control/base/dcgain.m: Ditto. |
|
6998 * control/base/dgram.m: Ditto. |
|
6999 * control/base/dlqe.m: Ditto. |
|
7000 * control/base/dlqr.m: Ditto. |
|
7001 * control/base/dlyap.m: Ditto. |
|
7002 * control/base/dre.m: Ditto. |
|
7003 * control/base/frdemo.m: Ditto. |
|
7004 * control/base/freqchkw.m: Ditto. |
|
7005 * control/base/freqresp.m: Ditto. |
|
7006 * control/base/gram.m: Ditto. |
|
7007 * control/base/impulse.m: Ditto. |
|
7008 * control/base/lqe.m: Ditto. |
|
7009 * control/base/lqg.m: Ditto. |
|
7010 * control/base/lqr.m: Ditto. |
|
7011 * control/base/lsim.m: Ditto. |
|
7012 * control/base/ltifr.m: Ditto. |
|
7013 * control/base/lyap.m: Ditto. |
|
7014 * control/base/nichols.m: Ditto. |
|
7015 * control/base/nyquist.m: Ditto. |
|
7016 * control/base/obsv.m: Ditto. |
|
7017 * control/base/place.m: Ditto. |
|
7018 * control/base/pzmap.m: Ditto. |
|
7019 * control/base/rldemo.m: Ditto. |
|
7020 * control/base/rlocus.m: Ditto. |
|
7021 * control/base/step.m: Ditto. |
|
7022 * control/base/stepimp.m: Ditto. |
|
7023 * control/base/tzero.m: Ditto. |
|
7024 * control/base/tzero2.m: Ditto. |
|
7025 |
|
7026 * control/hinf: New directory. |
|
7027 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
7028 * control/hinf/h2norm.m: Ditto. |
|
7029 * control/hinf/h2syn.m: Ditto. |
|
7030 * control/hinf/hinf_ctr.m: Ditto. |
|
7031 * control/hinf/hinfdemo.m: Ditto. |
|
7032 * control/hinf/hinfnorm.m: Ditto. |
|
7033 * control/hinf/hinfsyn.m: Ditto. |
|
7034 * control/hinf/hinfsyn_chk.m: Ditto. |
|
7035 * control/hinf/hinfsyn_ric.m: Ditto. |
|
7036 * control/hinf/wgt1o.m: Ditto. |
3441
|
7037 * control/hinf/dgkfdemo.m: Ditto. |
|
7038 * control/hinf/is_dgkf.m: Ditto. |
3436
|
7039 |
|
7040 * control/marsyas: New directory. |
|
7041 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
7042 * control/marsyas/susball.m: Ditto. |
|
7043 |
|
7044 * control/obsolete/dezero.m: Move here from control directory. |
|
7045 * control/obsolete/rotg.m: Ditto. |
|
7046 |
|
7047 * control/system: New directory. |
|
7048 * control/system/abcddim.m: Move here from control directory. |
|
7049 * control/system/abcddims.m: Ditto. |
|
7050 * control/system/buildssic.m: Ditto. |
|
7051 * control/system/c2d.m: Ditto. |
|
7052 * control/system/d2c.m: Ditto. |
|
7053 * control/system/dmr2d.m: Ditto. |
|
7054 * control/system/fir2sys.m: Ditto. |
|
7055 * control/system/is_abcd.m: Ditto. |
|
7056 * control/system/is_digital.m: Ditto. |
|
7057 * control/system/is_sample.m: Ditto. |
|
7058 * control/system/is_signal_list.m: Ditto. |
|
7059 * control/system/is_siso.m: Ditto. |
3441
|
7060 * control/system/is_controllable.m: Ditto. |
|
7061 * control/system/is_detectable.m: Ditto. |
|
7062 * control/system/is_observable.m: Ditto. |
|
7063 * control/system/is_stabilizable.m: Ditto. |
|
7064 * control/system/is_stable.m: Ditto. |
3436
|
7065 * control/system/jet707.m: Ditto. |
|
7066 * control/system/listidx.m: Ditto. |
|
7067 * control/system/moddemo.m: Ditto. |
|
7068 * control/system/ord2.m: Ditto. |
|
7069 * control/system/packedform.m: Ditto. |
|
7070 * control/system/parallel.m: Ditto. |
|
7071 * control/system/ss2sys.m: Ditto. |
|
7072 * control/system/ss2tf.m: Ditto. |
|
7073 * control/system/ss2zp.m: Ditto. |
|
7074 * control/system/starp.m: Ditto. |
|
7075 * control/system/sys2fir.m: Ditto. |
|
7076 * control/system/sys2ss.m: Ditto. |
|
7077 * control/system/sys2tf.m: Ditto. |
|
7078 * control/system/sys2zp.m: Ditto. |
|
7079 * control/system/sysadd.m: Ditto. |
|
7080 * control/system/sysappend.m: Ditto. |
|
7081 * control/system/syschnamesl.m: Ditto. |
|
7082 * control/system/syschtsam.m: Ditto. |
|
7083 * control/system/sysconnect.m: Ditto. |
|
7084 * control/system/syscont.m: Ditto. |
|
7085 * control/system/syscont_disc.m: Ditto. |
|
7086 * control/system/sysdefioname.m: Ditto. |
|
7087 * control/system/sysdefstname.m: Ditto. |
|
7088 * control/system/sysdimensions.m: Ditto. |
|
7089 * control/system/sysdisc.m: Ditto. |
|
7090 * control/system/sysdup.m: Ditto. |
|
7091 * control/system/sysgetsignals.m: Ditto. |
|
7092 * control/system/sysgettsam.m: Ditto. |
|
7093 * control/system/sysgettype.m: Ditto. |
|
7094 * control/system/sysgroup.m: Ditto. |
|
7095 * control/system/sysgroupn.m: Ditto. |
|
7096 * control/system/sysidx.m: Ditto. |
|
7097 * control/system/sysmin.m: Ditto. |
|
7098 * control/system/sysmult.m: Ditto. |
|
7099 * control/system/sysout.m: Ditto. |
|
7100 * control/system/sysprune.m: Ditto. |
|
7101 * control/system/sysreorder.m: Ditto. |
|
7102 * control/system/sysrepdemo.m: Ditto. |
|
7103 * control/system/sysscale.m: Ditto. |
|
7104 * control/system/syssetsignals.m: Ditto. |
|
7105 * control/system/syssub.m: Ditto. |
|
7106 * control/system/sysupdate.m: Ditto. |
|
7107 * control/system/tf2ss.m: Ditto. |
|
7108 * control/system/tf2sys.m: Ditto. |
|
7109 * control/system/tf2sysl.m: Ditto. |
|
7110 * control/system/tf2zp.m: Ditto. |
|
7111 * control/system/tfout.m: Ditto. |
|
7112 * control/system/ugain.m: Ditto. |
|
7113 * control/system/zp2ss.m: Ditto. |
|
7114 * control/system/zp2ssg2.m: Ditto. |
|
7115 * control/system/zp2sys.m: Ditto. |
|
7116 * control/system/zp2tf.m: Ditto. |
|
7117 * control/system/zpout.m: Ditto. |
|
7118 |
|
7119 * control/util: New directory. |
|
7120 * control/util/axis2dlim.m: Move here from control directory. |
|
7121 * control/util/outlist.m: Ditto. |
|
7122 * control/util/prompt.m: Ditto. |
|
7123 * control/util/run_cmd.m: Ditto. |
|
7124 * control/util/sortcom.m: Ditto. |
|
7125 * control/util/strappend.m: Ditto. |
|
7126 * control/util/swap.m: Ditto. |
|
7127 * control/util/zgfmul.m: Ditto. |
|
7128 * control/util/zgfslv.m: Ditto. |
|
7129 * control/util/zginit.m: Ditto. |
|
7130 * control/util/zgpbal.m: Ditto. |
|
7131 * control/util/zgreduce.m: Ditto. |
|
7132 * control/util/zgrownorm.m: Ditto. |
|
7133 * control/util/zgscal.m: Ditto. |
|
7134 * control/util/zgsgiv.m: Ditto. |
|
7135 * control/util/zgshsr.m: Ditto. |
|
7136 |
3427
|
7137 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7138 |
|
7139 * gethelp.cc (extract_help_text): Discard first space character |
|
7140 after consecutive comment characters. |
|
7141 |
3422
|
7142 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
7143 |
|
7144 * control/obsolete: New directory |
|
7145 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
7146 * control/obsolete/swapcols.m: Ditto. |
|
7147 * control/obsolete/dlqg.m: Ditto. |
|
7148 * control/obsolete/minfo.m: Ditto. |
|
7149 * control/obsolete/packsys.m: Ditto. |
|
7150 * control/obsolete/qzval.m: Ditto. |
|
7151 * control/obsolete/unpacksys.m: Ditto. |
|
7152 * control/obsolete/series.m: Ditto. |
|
7153 * control/obsolete/syschnames.m: Ditto. |
|
7154 * polynomial/polyout.m: Ditto. |
3422
|
7155 |
3420
|
7156 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7157 |
|
7158 * general/fliplr.m: Eliminate useless copy of arg. |
|
7159 * general/flipud.m: Ditto. |
|
7160 |
3418
|
7161 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7162 |
|
7163 * linear-algebra/cross.m: Only return a row vector if both args |
|
7164 are row vectors. |
|
7165 * polynomial/polyfit.m: Likewise. |
|
7166 |
|
7167 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
7168 |
|
7169 * statistics/distributions/discrete_rnd.m: |
|
7170 Always generate a row vector. |
|
7171 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
7172 |
5095
|
7173 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
7174 |
|
7175 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
7176 |
|
7177 * audio/setaudio.m: Texinfoize doc string. |
|
7178 * control/com2str.m: Likewise. |
|
7179 * control/controldemo.m: Likewise. |
|
7180 * control/DEMOcontrol.m: Likewise. |
|
7181 * control/dezero.m: Likewise. |
|
7182 * control/dre.m: Likewise. |
|
7183 * control/hinfsyn_ric.m: Likewise. |
|
7184 |
5095
|
7185 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
7186 |
|
7187 * io/printf.m: Add @seealso{...} to doc string. |
|
7188 * io/puts.m: Likewise. |
|
7189 * plot/semilogx.m: Likewise. |
|
7190 * plot/semilogy.m: Likewise. |
|
7191 * plot/__pltopt__.m: Likewise. |
|
7192 * plot/bar.m: Likewise. |
|
7193 * plot/xlabel.m: Likewise. |
|
7194 * plot/grid.m: Likewise. |
|
7195 * plot/shg.m: Likewise. |
|
7196 * plot/title.m: Likewise. |
|
7197 * plot/mesh.m: Likewise. |
|
7198 * plot/__pltopt1__.m: Likewise. |
|
7199 * plot/contour.m: Likewise. |
|
7200 * plot/hist.m: Likewise. |
|
7201 * plot/stairs.m: Likewise. |
|
7202 * plot/meshgrid.m: Likewise. |
|
7203 * plot/polar.m: Likewise. |
|
7204 * plot/loglog.m: Likewise. |
|
7205 * plot/plot.m: Likewise. |
|
7206 * miscellaneous/semicolon.m: Likewise. |
|
7207 * miscellaneous/menu.m: Likewise. |
|
7208 * miscellaneous/etime.m: Likewise. |
|
7209 * miscellaneous/texas_lotto.m: Likewise. |
|
7210 * miscellaneous/comma.m: Likewise. |
|
7211 * audio/lin2mu.m: Likewise. |
|
7212 * audio/playaudio.m: Likewise. |
|
7213 * audio/loadaudio.m: Likewise. |
|
7214 * audio/saveaudio.m: Likewise. |
|
7215 * audio/mu2lin.m: Likewise. |
|
7216 * audio/record.m: Likewise. |
|
7217 * strings/isletter.m: Likewise. |
|
7218 * strings/lower.m: Likewise. |
|
7219 * strings/lower.m: Likewise. |
|
7220 * strings/upper.m: Likewise. |
|
7221 * specfun/erfinv.m: Likewise. |
|
7222 * specfun/gammai.m: Likewise. |
|
7223 * specfun/log2.m: Likewise. |
|
7224 * specfun/pow2.m: Likewise. |
|
7225 * elfun/gcd.m: Likewise. |
|
7226 * elfun/lcm.m: Likewise. |
|
7227 * special-matrix/vander.m: Likewise. |
|
7228 * special-matrix/sylvester_matrix.m: Likewise. |
|
7229 * special-matrix/hilb.m: Likewise. |
|
7230 * special-matrix/hankel.m: Likewise. |
|
7231 * special-matrix/toeplitz.m: Likewise. |
|
7232 * special-matrix/invhilb.m: Likewise. |
|
7233 * statistics/base/std.m: Likewise. |
|
7234 * statistics/base/median.m: Likewise. |
|
7235 * linear-algebra/cond.m: Likewise. |
|
7236 * linear-algebra/norm.m: Likewise. |
|
7237 * finance/nper.m: Likewise. |
|
7238 * finance/pmt.m: Likewise. |
|
7239 * finance/pv.m: Likewise. |
|
7240 * finance/rate.m: Likewise. |
|
7241 * finance/npv.m: Likewise. |
|
7242 * general/fliplr.m: Likewise. |
|
7243 * general/flipud.m: Likewise. |
|
7244 * general/is_scalar.m: Likewise. |
|
7245 * general/rem.m: Likewise. |
|
7246 * general/perror.m: Likewise. |
|
7247 * general/tril.m: Likewise. |
|
7248 * general/rot90.m: Likewise. |
|
7249 * general/num2str.m: Likewise. |
|
7250 * general/int2str.m: Likewise. |
|
7251 * general/reshape.m: Likewise. |
|
7252 * general/logspace.m: Likewise. |
|
7253 * general/is_symmetric.m: Likewise. |
|
7254 * general/is_vector.m: Likewise. |
|
7255 * general/nextpow2.m: Likewise. |
|
7256 * general/columns.m: Likewise. |
|
7257 * general/is_square.m: Likewise. |
|
7258 * general/rows.m: Likewise. |
|
7259 * control/ugain.m: Likewise. |
|
7260 * control/damp.m: Likewise. |
|
7261 * control/dare.m: Likewise. |
|
7262 * control/are.m: Likewise. |
|
7263 * control/sys2fir.m: Likewise. |
|
7264 * control/abcddim.m: Likewise. |
|
7265 * control/is_abcd.m: Likewise. |
|
7266 * control/step.m: Likewise. |
|
7267 * control/is_observable.m: Likewise. |
|
7268 * control/is_controllable.m: Likewise. |
|
7269 * control/jet707.m: Likewise. |
|
7270 * control/polyout.m: Likewise. |
|
7271 * control/impulse.m: Likewise. |
|
7272 * control/lqg.m: Likewise. |
|
7273 * control/is_detectable.m: Likewise. |
|
7274 * control/sysdimensions.m: Likewise. |
|
7275 * control/sysupdate.m: Likewise. |
|
7276 * control/stepimp.m: Likewise. |
|
7277 * control/is_stable.m: Likewise. |
|
7278 * control/tfout.m: Likewise. |
|
7279 * control/zpout.m: Likewise. |
|
7280 |
3405
|
7281 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7282 |
|
7283 * set/complement.m: Add @seealso{} stuff. |
|
7284 * set/create_set.m: Likewise. |
|
7285 * set/intersection.m: Likewise. |
|
7286 * set/union.m: Likewise. |
|
7287 |
3399
|
7288 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7289 |
3400
|
7290 * control/d2c.m: Use double quotes instead of single quotes for |
|
7291 string constants. |
|
7292 * control/dgkfdemo.m: Likewise. |
|
7293 * control/fir2sys.m: Likewise. |
|
7294 * control/frdemo.m: Likewise. |
|
7295 * control/moddemo.m: Likewise. |
|
7296 * control/minfo.m: Likewise. |
|
7297 * control/is_stabilizable.m: Likewise. |
|
7298 * control/is_dgkf.m: Likewise. |
|
7299 * control/polyout.m: Likewise. |
|
7300 * control/sysconnect.m: Likewise. |
|
7301 * control/sysrepdemo.m: Likewise. |
|
7302 * control/tf2sys.m: Likewise. |
|
7303 * control/tfout.m: Likewise. |
|
7304 * control/zp2sys.m: Likewise. |
|
7305 * control/zpout.m: Likewise. |
|
7306 * control/tzero.m: Likewise. |
|
7307 |
|
7308 * control/DEMOcontrol.m: Handle moddemo case too. |
|
7309 |
|
7310 * image/loadimage.m: Use double quotes instead of single quotes |
|
7311 for string constants. Use sprintf instead of square brackets to |
|
7312 construct string. |
|
7313 |
3399
|
7314 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
7315 * control/fir2sys.m: Likewise. |
3399
|
7316 |
3390
|
7317 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7318 |
|
7319 * mkdoc: Only delete spaces before @ characters at the beginning |
|
7320 of a line. |
|
7321 |
3383
|
7322 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7323 |
3388
|
7324 * control/bddemo.m: Make it more likely to work with any value of |
|
7325 whitespace_in_literal_matrix. |
3386
|
7326 * control/analdemo.m: Ditto. |
|
7327 * control/dgkfdemo.m: Ditto. |
|
7328 * control/frdemo.m: Ditto. |
|
7329 * control/sysrepdemo.m: Ditto. |
|
7330 * control/moddemo.m: Ditto. |
3388
|
7331 * control/zp2ss.m: Ditto. |
3387
|
7332 * control/zp2tf.m: Ditto. |
3388
|
7333 * control/syssub.m: Ditto. |
|
7334 * finance/npv.m: Ditto. |
|
7335 * statistics/base/studentize.m: Ditto. |
|
7336 * statistics/base/values.m: Ditto. |
|
7337 * statistics/distributions/exponential_cdf.m: Ditto. |
|
7338 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
7339 |
3384
|
7340 * control/dezero.m: Use toascii to convert string to ASCII value |
|
7341 instead of multiplying it by 1. |
|
7342 |
3383
|
7343 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
7344 * control/zpout.m: Ditto. |
|
7345 * control/tfout.m: Ditto. |
|
7346 * control/tf2sys.m: Ditto. |
|
7347 * control/syssub.m: Ditto. |
|
7348 * control/syssetsignals.m: Ditto. |
|
7349 * control/sysout.m: Ditto. |
|
7350 * control/sysmult.m: Ditto. |
|
7351 * control/sysgroup.m: Ditto. |
|
7352 * control/sysdup.m: Ditto. |
|
7353 * control/sysdisc.m: Ditto. |
|
7354 * control/syscont.m: Ditto. |
|
7355 * control/sysconnect.m: Ditto. |
|
7356 * control/sysappend.m: Ditto. |
|
7357 * control/sysadd.m: Ditto. |
|
7358 * control/ss2sys.m: Ditto. |
|
7359 * control/nyquist.m: Ditto. |
|
7360 * control/lqg.m: Ditto. |
|
7361 * control/fir2sys.m: Ditto. |
|
7362 * control/dmr2d.m: Ditto. |
|
7363 * control/dezero.m: Ditto. |
|
7364 * control/d2c.m: Ditto. |
|
7365 * control/c2d.m: Ditto. |
|
7366 * control/bddemo.m: Ditto. |
|
7367 * control/pzmap.m: Ditto. |
|
7368 |
5095
|
7369 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
7370 |
|
7371 * signal/spectral_adf.m: Fix typo. |
|
7372 |
3372
|
7373 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7374 |
|
7375 * linear-algebra/cond.m: Texinfoize doc string. |
|
7376 * linear-algebra/kron.m: Ditto. |
|
7377 * linear-algebra/norm.m: Ditto. |
|
7378 * linear-algebra/null.m: Ditto. |
|
7379 * linear-algebra/orth.m: Ditto. |
|
7380 * linear-algebra/rank.m: Ditto. |
|
7381 * linear-algebra/trace.m: Ditto. |
|
7382 * linear-algebra/qzhess.m: Ditto. |
|
7383 * miscellaneous/menu.m: Ditto. |
3373
|
7384 * general/perror.m: Ditto. |
|
7385 * general/strerror.m: Ditto. |
|
7386 * general/columns.m: Ditto. |
|
7387 * general/rows.m: Ditto. |
|
7388 * image/colormap.m: Ditto. |
|
7389 * image/gray.m: Ditto. |
|
7390 * image/gray2ind.m: Ditto. |
|
7391 * image/image.m: Ditto. |
|
7392 * image/imagesc.m: Ditto. |
|
7393 * image/imshow.m: Ditto. |
|
7394 * image/ind2gray.m: Ditto. |
|
7395 * image/ind2rgb.m: Ditto. |
|
7396 * image/loadimage.m: Ditto. |
|
7397 * image/rgb2ntsc.m: Ditto. |
|
7398 * image/ntsc2rgb.m: Ditto. |
|
7399 * image/ocean.m: Ditto. |
|
7400 * image/rgb2ind.m: Ditto. |
|
7401 * image/saveimage.m: Ditto. |
3372
|
7402 * io/printf.m: Ditto. |
|
7403 * io/puts.m: Ditto. |
|
7404 |
3369
|
7405 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7406 |
|
7407 * special-matrix/hankel.m: Texinfoize doc string. |
|
7408 * special-matrix/hilb.m: Ditto. |
|
7409 * special-matrix/invhilb.m: Ditto. |
|
7410 * special-matrix/sylvester_matrix.m: Ditto. |
|
7411 * special-matrix/toeplitz.m: Ditto. |
|
7412 * special-matrix/vander.m: Ditto. |
|
7413 * linear-algebra/vec.m: Ditto. |
|
7414 * linear-algebra/vech.m: Ditto. |
|
7415 * general/common_size.m: Ditto. |
|
7416 * general/diff.m: Ditto. |
|
7417 * general/fliplr.m: Ditto. |
|
7418 * general/flipud.m: Ditto. |
|
7419 * general/rot90.m: Ditto. |
|
7420 * general/reshape.m: Ditto. |
|
7421 * general/shift.m: Ditto. |
|
7422 * general/tril.m: Ditto. |
|
7423 * general/triu.m: Ditto. |
|
7424 * general/logspace.m: Ditto. |
3371
|
7425 * general/nargchk.m: Ditto. |
3369
|
7426 |
3367
|
7427 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7428 |
|
7429 * statistics/base/mean: Texinfoize doc string. |
|
7430 * statistics/base/median: Ditto. |
|
7431 * statistics/base/std: Ditto. |
|
7432 * statistics/base/cov: Ditto. |
|
7433 * statistics/base/corrcoef: Ditto. |
|
7434 * statistics/base/kurtosis: Ditto. |
|
7435 * statistics/base/mahalanobis: Ditto. |
|
7436 * statistics/base/skewness: Ditto. |
3368
|
7437 * statistics/base/gls.m: Ditto. |
|
7438 * statistics/base/ols.m: Ditto. |
3367
|
7439 * signal/detrend.m: Ditto. |
|
7440 * signal/freqz.m: Ditto. |
|
7441 * signal/sinc.m: Ditto. |
|
7442 * signal/fftconv.m: Ditto. |
|
7443 * signal/fftfilt.m: Ditto. |
3368
|
7444 * set/create_set.m: Ditto. |
|
7445 * set/union.m: Ditto. |
|
7446 * set/intersection.m: Ditto. |
|
7447 * set/complement.m: Ditto. |
|
7448 * poly/compan.m: Ditto. |
|
7449 * poly/conv: Ditto. |
|
7450 * poly/deconv: Ditto. |
|
7451 * poly/poly: Ditto. |
|
7452 * poly/polyderiv: Ditto. |
|
7453 * poly/polyfit: Ditto. |
|
7454 * poly/polyinteg: Ditto. |
|
7455 * poly/polyreduce: Ditto. |
|
7456 * poly/polyval: Ditto. |
|
7457 * poly/polyvalm: Ditto. |
|
7458 * poly/residue: Ditto. |
|
7459 * poly/roots: Ditto. |
|
7460 * plot/top_title.m: Ditto |
|
7461 * plot/subwindow.m: Ditto |
|
7462 * plot/subplot.m: Ditto |
|
7463 * plot/plot_border.m: Ditto |
|
7464 * plot/oneplot.m: Ditto |
|
7465 * plot/multiplot.m: Ditto |
|
7466 * plot/mplot.m: Ditto |
|
7467 * plot/xlabel.m: Ditto |
|
7468 * plot/figure.m: Ditto |
|
7469 * plot/meshdom.m: Ditto |
|
7470 * plot/mesh.m: Ditto |
|
7471 * plot/stairs.m: Ditto |
|
7472 * plot/polar.m: Ditto |
|
7473 * plot/loglog.m: Ditto |
|
7474 * plot/hist.m: Ditto |
|
7475 * plot/contour.m: Ditto |
|
7476 * plot/bar.m: Ditto |
|
7477 * plot/axis.m: Ditto |
|
7478 * plot/plot.m: Ditto. |
3367
|
7479 |
3361
|
7480 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7481 |
3365
|
7482 * control/pinv.m: Delete. |
|
7483 |
3364
|
7484 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
7485 |
3361
|
7486 * strings/blanks.m: Texinfoize doc string. |
|
7487 * strings/strcat.m: Ditto. |
|
7488 * strings/str2mat.m: Ditto. |
|
7489 * strings/deblank.m: Ditto. |
|
7490 * strings/findstr.m: Ditto. |
|
7491 * strings/index.m: Ditto. |
|
7492 * strings/rindex.m: Ditto. |
|
7493 * strings/split.m: Ditto. |
|
7494 * strings/strcmp.m: Ditto. |
|
7495 * strings/strrep.m: Ditto. |
|
7496 * strings/substr.m: Ditto. |
|
7497 * general/int2str.m: Ditto. |
|
7498 * general/num2str.m: Ditto. |
|
7499 * strings/dec2bin.m: Ditto. |
|
7500 * strings/bin2dec: Ditto. |
|
7501 * strings/dec2bin: Ditto. |
|
7502 * strings/dec2hex: Ditto. |
|
7503 * strings/hex2dec: Ditto. |
|
7504 * strings/str2num: Ditto. |
|
7505 |
3347
|
7506 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7507 |
|
7508 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
7509 |
5095
|
7510 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
7511 |
|
7512 * control/DEMOcontrol.m: Texinfoize doc string. |
|
7513 * control/abcddim.m: Ditto. |
|
7514 * control/abcddims.m: Ditto. |
|
7515 * control/analdemo.m: Ditto. |
|
7516 * control/are.m: Ditto. |
|
7517 * control/axis2dlim.m: Ditto. |
|
7518 * control/bddemo.m: Ditto. |
|
7519 * control/bode.m: Ditto. |
|
7520 * control/bode_bounds.m: Ditto. |
|
7521 * control/bodquist.m: Ditto. |
|
7522 * control/buildssic.m: Ditto. |
|
7523 * control/c2d.m: Ditto. |
|
7524 * control/ctrb.m: Ditto. |
|
7525 * control/d2c.m: Ditto. |
|
7526 * control/damp.m: Ditto. |
|
7527 * control/dare.m: Ditto. |
|
7528 * control/dcgain.m: Ditto. |
|
7529 * control/dgkfdemo.m: Ditto. |
|
7530 * control/dgram.m: Ditto. |
|
7531 * control/dlqe.m: Ditto. |
|
7532 * control/dlqr.m: Ditto. |
|
7533 * control/dlyap.m: Ditto. |
|
7534 * control/dmr2d.m: Ditto. |
|
7535 * control/fir2sys.m: Ditto. |
|
7536 * control/frdemo.m: Ditto. |
|
7537 * control/freqchkw.m: Ditto. |
|
7538 * control/freqresp.m: Ditto. |
|
7539 * control/gram.m: Ditto. |
|
7540 * control/h2norm.m: Ditto. |
|
7541 * control/h2syn.m: Ditto. |
|
7542 * control/hinf_ctr.m: Ditto. |
|
7543 * control/hinfdemo.m: Ditto. |
|
7544 * control/hinfnorm.m: Ditto. |
|
7545 * control/hinfsyn.m: Ditto. |
|
7546 * control/hinfsyn_chk.m: Ditto. |
|
7547 * control/impulse.m: Ditto. |
|
7548 * control/is_abcd.m: Ditto. |
|
7549 * control/is_controllable.m: Ditto. |
|
7550 * control/is_detectable.m: Ditto. |
|
7551 * control/is_dgkf.m: Ditto. |
|
7552 * control/is_digital.m: Ditto. |
|
7553 * control/is_observable.m: Ditto. |
|
7554 * control/is_sample.m: Ditto. |
|
7555 * control/is_signal_list.m: Ditto. |
|
7556 * control/is_siso.m: Ditto. |
|
7557 * control/is_stabilizable.m: Ditto. |
|
7558 * control/is_stable.m: Ditto. |
|
7559 * control/jet707.m: Ditto. |
|
7560 * control/lqe.m: Ditto. |
|
7561 * control/lqg.m: Ditto. |
|
7562 * control/lqr.m: Ditto. |
|
7563 * control/lsim.m: Ditto. |
|
7564 * control/ltifr.m: Ditto. |
|
7565 * control/lyap.m: Ditto. |
|
7566 * control/moddemo.m: Ditto. |
|
7567 * control/nyquist.m: Ditto. |
|
7568 * control/obsv.m: Ditto. |
|
7569 * control/ord2.m: Ditto. |
|
7570 * control/outlist.m: Ditto. |
|
7571 * control/pinv.m: Ditto. |
|
7572 * control/place.m: Ditto. |
|
7573 * control/polyout.m: Ditto. |
|
7574 * control/prompt.m: Ditto. |
|
7575 * control/pzmap.m: Ditto. |
|
7576 * control/qzval.m: Ditto. |
|
7577 * control/rldemo.m: Ditto. |
|
7578 * control/rlocus.m: Ditto. |
|
7579 * control/sortcom.m: Ditto. |
|
7580 * control/ss2sys.m: Ditto. |
|
7581 * control/ss2tf.m: Ditto. |
|
7582 * control/ss2zp.m: Ditto. |
|
7583 * control/starp.m: Ditto. |
|
7584 * control/step.m: Ditto. |
|
7585 * control/stepimp.m: Ditto. |
|
7586 * control/susball.m: Ditto. |
|
7587 * control/sys2fir.m: Ditto. |
|
7588 * control/sys2ss.m: Ditto. |
|
7589 * control/sys2tf.m: Ditto. |
|
7590 * control/sys2zp.m: Ditto. |
|
7591 * control/sysadd.m: Ditto. |
|
7592 * control/sysappend.m: Ditto. |
|
7593 * control/syschnames.m: Ditto. |
|
7594 * control/syschnamesl.m: Ditto. |
|
7595 * control/syschtsam.m: Ditto. |
|
7596 * control/sysconnect.m: Ditto. |
|
7597 * control/syscont.m: Ditto. |
|
7598 * control/syscont_disc.m: Ditto. |
|
7599 * control/sysdefioname.m: Ditto. |
|
7600 * control/sysdefstname.m: Ditto. |
|
7601 * control/sysdimensions.m: Ditto. |
|
7602 * control/sysdisc.m: Ditto. |
|
7603 * control/sysdup.m: Ditto. |
|
7604 * control/sysgetsignals.m: Ditto. |
|
7605 * control/sysgettype.m: Ditto. |
|
7606 * control/sysgroup.m: Ditto. |
|
7607 * control/sysgroupn.m: Ditto. |
|
7608 * control/sysmult.m: Ditto. |
|
7609 * control/sysout.m: Ditto. |
|
7610 * control/sysprune.m: Ditto. |
|
7611 * control/sysreorder.m: Ditto. |
|
7612 * control/sysrepdemo.m: Ditto. |
|
7613 * control/sysscale.m: Ditto. |
|
7614 * control/syssetsignals.m: Ditto. |
|
7615 * control/syssub.m: Ditto. |
|
7616 * control/sysupdate.m: Ditto. |
|
7617 * control/tf2ss.m: Ditto. |
|
7618 * control/tf2sys.m: Ditto. |
|
7619 * control/tf2sysl.m: Ditto. |
|
7620 * control/tf2zp.m: Ditto. |
|
7621 * control/tfout.m: Ditto. |
|
7622 * control/tzero.m: Ditto. |
|
7623 * control/tzero2.m: Ditto. |
|
7624 * control/ugain.m: Ditto. |
|
7625 * control/wgt1o.m: Ditto. |
|
7626 * control/zgfmul.m: Ditto. |
|
7627 * control/zgfslv.m: Ditto. |
|
7628 * control/zginit.m: Ditto. |
|
7629 * control/zgpbal.m: Ditto. |
|
7630 * control/zgreduce.m: Ditto. |
|
7631 * control/zgrownorm.m: Ditto. |
|
7632 * control/zgscal.m: Ditto. |
|
7633 * control/zgsgiv.m: Ditto. |
|
7634 * control/zgshsr.m: Ditto. |
|
7635 * control/zp2ss.m: Ditto. |
|
7636 * control/zp2ssg2.m: Ditto. |
|
7637 * control/zp2sys.m: Ditto. |
|
7638 * control/zp2tf.m: Ditto. |
|
7639 * control/zpout.m: Ditto. |
|
7640 |
5095
|
7641 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
7642 |
5378
|
7643 * audio/lin2mu.m: Texinfoize doc string. |
|
7644 * audio/loadaudio.m: Ditto. |
|
7645 * audio/mu2lin.m: Ditto. |
|
7646 * audio/playaudio.m: Ditto. |
|
7647 * audio/record.m: Ditto. |
|
7648 * audio/saveaudio.m: Ditto. |
3332
|
7649 |
5095
|
7650 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7651 |
|
7652 * elfun/acot.m: Texinfoize doc string. |
|
7653 * elfun/acsc.m: Ditto. |
|
7654 * elfun/acsch.m: Ditto. |
|
7655 * elfun/asec.m: Ditto. |
|
7656 * elfun/asech.m: Ditto. |
|
7657 * elfun/cot.m: Ditto. |
|
7658 * elfun/coth.m: Ditto. |
|
7659 * elfun/csc.m: Ditto. |
|
7660 * elfun/csch.m: Ditto. |
|
7661 * elfun/gcd.m: Ditto. |
|
7662 * elfun/lcm.m: Ditto. |
|
7663 * elfun/sec.m: Ditto. |
|
7664 * elfun/sech.m: Ditto. |
|
7665 * general/nextpow2.m: Ditto. |
|
7666 * general/rem.m: Ditto. |
|
7667 * linear-algebra/commutation_matrix.m: Ditto. |
|
7668 * linear-algebra/cross.m: Ditto. |
|
7669 * linear-algebra/duplication_matrix.m: Ditto. |
|
7670 * miscellaneous/bincoeff.m: Ditto. |
|
7671 * miscellaneous/xor.m: Ditto. |
|
7672 * specfun/bessel.m: Ditto. |
|
7673 * specfun/beta.m: Ditto. |
|
7674 * specfun/betai.m: Ditto. |
|
7675 * specfun/erfinv.m: Ditto. |
|
7676 * specfun/gammai.m: Ditto. |
|
7677 * specfun/log2.m: Ditto. |
|
7678 * specfun/pow2.m: Ditto. |
|
7679 |
5095
|
7680 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7681 |
|
7682 * general/is_scalar.m: Texinfoize help text. |
|
7683 * general/is_square.m: Ditto. |
|
7684 * general/is_symmetric.m: Ditto. |
|
7685 |
3320
|
7686 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7687 |
|
7688 * strings/split.m: If the string to be split is empty, just return |
|
7689 an empty string. |
|
7690 |
3319
|
7691 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7692 |
|
7693 * Makefile.in (ALL_M_FILES): New macro. |
|
7694 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7695 |
3306
|
7696 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7697 |
|
7698 * control/bode.m: Don't return anything if nargout == 0. |
|
7699 |
|
7700 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7701 |
|
7702 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7703 |
3305
|
7704 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7705 |
|
7706 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7707 gethelp.cc to the list. |
|
7708 |
3296
|
7709 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7710 |
3301
|
7711 * time/asctime.m: Texinfoize help text. |
|
7712 * time/clock.m: Ditto. |
|
7713 * time/date.m: Ditto. |
|
7714 * miscellaneous/cputime.m: Ditto. |
|
7715 * miscellaneous/etime.m: Ditto. |
|
7716 * miscellaneous/is_leap_year.m: Ditto. |
|
7717 * miscellaneous/popen2.m: Ditto. |
|
7718 * miscellaneous/version.m: Ditto. |
|
7719 * miscellaneous/tic.m: Ditto. |
|
7720 * miscellaneous/toc.m: Just refer to tic.m. |
|
7721 |
3297
|
7722 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7723 `cd dir; $(MAKE); cd ..'. |
|
7724 ($(SUBDIRS)): Likewise. |
|
7725 |
|
7726 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7727 |
|
7728 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7729 of `cd dir; $(MAKE)'. |
|
7730 |
3296
|
7731 * gethelp.cc, mkdoc: New files. |
|
7732 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7733 sources. |
|
7734 |
3291
|
7735 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7736 |
|
7737 * linear-algebra/kron.m: Fix typo in previous change |
|
7738 |
3282
|
7739 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7740 |
|
7741 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7742 |
5095
|
7743 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7744 |
|
7745 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7746 rank when V has more columns than rows. |
|
7747 |
|
7748 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7749 |
|
7750 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7751 |
|
7752 * statistics/tests/manova.m: Avoid problems if |
|
7753 whitespace_in_literal_matrix is set to "traditional". |
|
7754 * statistics/tests/t_test_regression.m: Likewise. |
|
7755 * statistics/tests/u_test.m: Likewise. |
|
7756 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7757 * statistics/tests/anova.m: Likewise. |
|
7758 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7759 * statistics/base/statistics.m: Likewise. |
|
7760 * image/saveimage.m: Likewise. |
|
7761 * signal/arch_fit.m: Likewise. |
|
7762 * signal/autoreg_matrix.m: Likewise. |
|
7763 * signal/triangle_lw.m: Likewise. |
|
7764 * strings/dec2hex.m: Likewise. |
|
7765 |
3268
|
7766 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7767 |
|
7768 * image/saveimage.m: Initialize scale. |
|
7769 |
|
7770 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7771 |
|
7772 * general/reshape.m: Allow reshape (a, size (b)). |
|
7773 |
3266
|
7774 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7775 |
|
7776 * specfun/erfinv.m: Improve stopping criterion. |
|
7777 Add iteration count as second return value. |
|
7778 |
3265
|
7779 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7780 |
|
7781 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7782 |
3263
|
7783 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7784 |
|
7785 * miscellaneous/pack.m: New function. |
|
7786 |
|
7787 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7788 |
|
7789 * plot/figure.m: Always return figure number. With no args, |
|
7790 figure now creates a new figure window and returns its number. |
|
7791 Accept figure (property, value) syntax, but do nothing. |
|
7792 |
5095
|
7793 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7794 |
|
7795 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7796 |
3260
|
7797 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7798 |
|
7799 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7800 evenly spaced. |
|
7801 |
3250
|
7802 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7803 |
|
7804 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7805 contain only zeros. |
|
7806 |
5095
|
7807 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7808 |
|
7809 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7810 instead of appending them. |
|
7811 |
|
7812 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7813 |
|
7814 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7815 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7816 Update from A. S. Hodel. |
|
7817 |
3246
|
7818 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7819 |
|
7820 * polynomial/polyfit.m: Correct previous change. |
|
7821 |
3243
|
7822 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7823 |
|
7824 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7825 |
5095
|
7826 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7827 |
|
7828 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7829 version of krylov and krylovb. |
|
7830 |
|
7831 * control/outlist.m, control/sysout.m: Fix typos. |
|
7832 |
|
7833 * control/sysdimensions.m: Add option for total number of states. |
|
7834 |
|
7835 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7836 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7837 arguments. |
|
7838 |
|
7839 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7840 |
|
7841 * strings/index.m: Fail with meaningful error message if either |
|
7842 arg is a string array. |
|
7843 |
3238
|
7844 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7845 |
|
7846 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7847 infinity-norms of complex matrices. From Sven Khatri |
|
7848 <khatri@saturn.vocalpoint.com>. |
|
7849 |
5095
|
7850 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7851 |
|
7852 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7853 |
|
7854 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7855 |
|
7856 * strings/split.m: Avoid problems when splitting strings that have |
|
7857 \ in them. |
|
7858 |
5095
|
7859 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7860 |
|
7861 * image/colormap.m: Do better arg checking, handle string args |
|
7862 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7863 |
5095
|
7864 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7865 |
|
7866 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7867 * linear-algebra/dot.m: Likewise. |
|
7868 * linear-algebra/cross.m: Likewise. |
|
7869 * general/rot90.m: Likewise. |
|
7870 |
5095
|
7871 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7872 |
|
7873 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7874 that the leading column is not all zeros. |
|
7875 |
|
7876 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7877 |
|
7878 * general/shift.m: Fix potential problems with |
|
7879 whitespace_in_literal_matrix. |
|
7880 * signal/arch_rnd.m: Ditto. |
|
7881 * signal/autocov.m: Ditto. |
|
7882 * signal/diffpara.m: Ditto. |
|
7883 * signal/hurst.m: Ditto. |
|
7884 * signal/periodogram.m: Ditto. |
|
7885 * signal/spectral_adf.m: Ditto. |
|
7886 * signal/spectral_xdf.m: Ditto. |
|
7887 * signal/spencer.m: Ditto. |
|
7888 * signal/synthesis.m: Ditto. |
|
7889 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7890 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7891 * statistics/models/logistic_regression.m: Ditto. |
|
7892 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7893 * statistics/tests/run_test.m: Ditto. |
|
7894 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7895 |
5095
|
7896 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7897 |
|
7898 * plot/__plr2__.m: Fix typo. |
|
7899 |
3233
|
7900 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7901 |
|
7902 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7903 |
5095
|
7904 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7905 |
|
7906 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7907 function. |
|
7908 |
5095
|
7909 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7910 |
|
7911 * control/ss2sys.m: Fix typo. |
|
7912 |
|
7913 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7914 |
|
7915 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7916 |
|
7917 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7918 signal names as lists of strings instead of string arrays. |
|
7919 |
3225
|
7920 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7921 |
3233
|
7922 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7923 <a.s.hodel@eng.auburn.edu>. |
|
7924 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7925 * quaternion/Makefile.in: New file. |
|
7926 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7927 |
|
7928 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7929 |
|
7930 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7931 |
|
7932 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7933 since there can be fewer rows than columns. Round values to |
|
7934 nearest position in colormap instead of truncating. Correct usage |
|
7935 message. |
|
7936 |
5095
|
7937 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7938 |
|
7939 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7940 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7941 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7942 Householder matrix structure of H. |
|
7943 |
|
7944 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7945 |
|
7946 * general/logical.m: Just copy input to output if argument is |
|
7947 already a logical object. |
|
7948 |
3215
|
7949 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7950 |
|
7951 * New files from OCST, in control subdiretory: |
|
7952 |
|
7953 DEMOcontrol.m is_siso.m syschnames.m |
|
7954 abcddim.m is_stabilizable.m syschnamesl.m |
|
7955 abcddims.m is_stable.m syschtsam.m |
|
7956 analdemo.m jet707.m sysconnect.m |
|
7957 are.m lqe.m syscont.m |
|
7958 axis2dlim.m lqg.m syscont_disc.m |
|
7959 bddemo.m lqr.m sysdefioname.m |
|
7960 bode.m lsim.m sysdefstname.m |
|
7961 bode_bounds.m ltifr.m sysdimensions.m |
|
7962 bodquist.m lyap.m sysdisc.m |
|
7963 buildssic.m mb.m sysdup.m |
|
7964 c2d.m minfo.m sysgetsignals.m |
6302
|
7965 com2str.m moddemo.m sysgettsam.m |
3215
|
7966 controldemo.m nichols.m sysgettype.m |
|
7967 ctrb.m nyquist.m sysgroup.m |
|
7968 d2c.m obsv.m sysgroupn.m |
|
7969 damp.m ord2.m sysmult.m |
|
7970 dare.m outlist.m sysout.m |
|
7971 dcgain.m packedform.m sysprune.m |
|
7972 demomarsyas.m packsys.m sysreorder.m |
|
7973 dezero.m; parallel.m sysrepdemo.m |
|
7974 dgkfdemo.m place.m sysscale.m |
|
7975 dgram.m polyout.m syssub.m |
|
7976 dhinfdemo.m prompt.m sysupdate.m |
|
7977 dlqe.m pzmap.m tf2ss.m |
|
7978 dlqg.m qzval.m tf2sys.m |
|
7979 dlqr.m rldemo.m tf2sysl.m |
|
7980 dlyap.m rlocus.m tf2zp.m |
|
7981 dmr2d.m rotg.m tfout.m |
|
7982 fir2sys.m run_cmd.m; tzero.m |
|
7983 frdemo.m series.m tzero2.m |
|
7984 freqchkw.m sortcom.m ugain.m |
|
7985 freqresp.m ss2sys.m unpacksys.m |
|
7986 gram.m ss2tf.m wgt1o.m |
|
7987 h2norm.m ss2zp.m zgfmul.m |
|
7988 h2syn.m starp.m zgfslv.m |
|
7989 hinf_ctr.m step.m zginit.m |
|
7990 hinfdemo.m stepimp.m zgpbal.m |
|
7991 hinfnorm.m strappend.m; zgreduce.m |
|
7992 hinfsyn.m susball.m zgrownorm.m |
|
7993 hinfsyn_chk.m swap.m zgscal.m |
|
7994 impulse.m swapcols.m zgsgiv.m |
|
7995 is_abcd.m swaprows.m zgshsr.m |
|
7996 is_controllable.m sys2fir.m zp2ss.m |
|
7997 is_detectable.m sys2ss.m zp2ssg2.m |
|
7998 is_dgkf.m sys2tf.m zp2sys.m |
|
7999 is_digital.m sys2zp.m zp2tf.m |
|
8000 is_observable.m sysadd.m zpout.m |
|
8001 is_sample.m sysappend.m |
|
8002 |
|
8003 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8004 |
|
8005 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
8006 |
|
8007 * strings/deblank.m: Make it work for string arrays too. |
|
8008 |
3211
|
8009 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8010 |
|
8011 * linear-algebra/housh.m: New file from the OCST. |
|
8012 * linear-algebra/krygetq.m: Ditto. |
|
8013 * linear-algebra/krylov.m: Ditto. |
|
8014 * linear-algebra/krylovb.m: Ditto. |
|
8015 * linear-algebra/qrhouse.m: Ditto. |
|
8016 * general/is_duplicate_entry.m: Ditto. |
|
8017 |
|
8018 * general/is_symmetric.m: Call is_square instead of doing that |
|
8019 check in line. |
|
8020 |
3196
|
8021 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8022 |
3202
|
8023 * general/is_square.m: |
|
8024 |
|
8025 * general/isempty.m, general/is_matrix.m: Delete. |
|
8026 |
|
8027 * general/is_symmetric: Delete special case for strings. Whether |
|
8028 the conversion is valid should depend on implicit_str_to_num_ok. |
|
8029 |
|
8030 * general/is_square.m: If arg is not a matrix, don't check size, |
|
8031 just return 0. |
|
8032 * general/is_symmetric: Likewise. |
|
8033 * general/is_vector.m: Likewise. |
|
8034 * general/is_scalar.m: Likewise. |
|
8035 |
3196
|
8036 * general/length.m: Delete. |
|
8037 |
3191
|
8038 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8039 |
|
8040 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
8041 statistics/distributions/Makefile, statistics/models/Makefile, |
|
8042 and statistics/tests/Makefile to the list of files to create. |
|
8043 |
|
8044 * finance/Makefile.in, statistics/base/Makefile.in, |
|
8045 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
8046 statistics/tests/Makefile.in: New files. |
|
8047 * statistics/Makefile.in: Delete file lists. Now only handle |
|
8048 subdirectories. |
|
8049 * Makefile.in (SUBDIRS): Add finance. |
|
8050 |
|
8051 * Move the following files from statistics to statistics/base: |
|
8052 |
|
8053 corrcoef.m |
|
8054 kurtosis.m |
|
8055 mahalanobis.m |
|
8056 median.m |
|
8057 ols.m |
|
8058 skewness.m |
|
8059 std.m |
|
8060 |
|
8061 New files, from Kurt Hornik's octave-ci package: |
|
8062 |
|
8063 * finance (new directory): |
|
8064 |
|
8065 fv.m |
|
8066 fvl.m |
|
8067 irr.m |
|
8068 nper.m |
|
8069 npv.m |
|
8070 pmt.m |
|
8071 pv.m |
|
8072 pvl.m |
|
8073 rate.m |
|
8074 vol.m |
|
8075 |
|
8076 * linear-algebra/dmult.m |
|
8077 |
|
8078 * signal: |
|
8079 |
|
8080 arch_fit.m |
|
8081 arch_rnd.m |
|
8082 arch_test.m |
|
8083 arma_rnd.m |
|
8084 autocor.m |
|
8085 autocov.m |
|
8086 autoreg_matrix.m |
|
8087 bartlett.m |
|
8088 blackman.m |
|
8089 diffpara.m |
|
8090 durbinlevinson.m |
|
8091 fractdiff.m |
|
8092 hamming.m |
|
8093 hanning.m |
|
8094 hurst.m |
|
8095 periodogram.m |
|
8096 rectangle_lw.m |
|
8097 rectangle_sw.m |
|
8098 sinetone.m |
|
8099 sinewave.m |
|
8100 spectral_adf.m |
|
8101 spectral_xdf.m |
|
8102 spencer.m |
|
8103 stft.m |
|
8104 synthesis.m |
|
8105 triangle_lw.m |
|
8106 triangle_sw.m |
|
8107 yulewalker.m |
|
8108 |
|
8109 * statistics/base (new directory): |
|
8110 |
|
8111 center.m |
|
8112 cloglog.m |
|
8113 cor.m |
|
8114 cov.m |
|
8115 cut.m |
|
8116 iqr.m |
|
8117 kendall.m |
|
8118 logit.m |
|
8119 mean.m |
|
8120 meansq.m |
|
8121 moment.m |
|
8122 ppplot.m |
|
8123 probit.m |
|
8124 qqplot.m |
|
8125 range.m |
|
8126 ranks.m |
|
8127 run_count.m |
|
8128 spearman.m |
|
8129 statistics.m |
|
8130 studentize.m |
|
8131 table.m |
|
8132 values.m |
|
8133 var.m |
|
8134 |
|
8135 (Replaces cov.m and mean.m with new versions.) |
|
8136 |
|
8137 * statistics/distributions (new directory): |
|
8138 |
|
8139 beta_cdf.m |
|
8140 beta_inv.m |
|
8141 beta_pdf.m |
|
8142 beta_rnd.m |
|
8143 binomial_cdf.m |
|
8144 binomial_inv.m |
|
8145 binomial_pdf.m |
|
8146 binomial_rnd.m |
|
8147 cauchy_cdf.m |
|
8148 cauchy_inv.m |
|
8149 cauchy_pdf.m |
|
8150 cauchy_rnd.m |
|
8151 chisquare_cdf.m |
|
8152 chisquare_inv.m |
|
8153 chisquare_pdf.m |
|
8154 chisquare_rnd.m |
|
8155 discrete_cdf.m |
|
8156 discrete_inv.m |
|
8157 discrete_pdf.m |
|
8158 discrete_rnd.m |
|
8159 empirical_cdf.m |
|
8160 empirical_inv.m |
|
8161 empirical_pdf.m |
|
8162 empirical_rnd.m |
|
8163 exponential_cdf.m |
|
8164 exponential_inv.m |
|
8165 exponential_pdf.m |
|
8166 exponential_rnd.m |
|
8167 f_cdf.m |
|
8168 f_inv.m |
|
8169 f_pdf.m |
|
8170 f_rnd.m |
|
8171 gamma_cdf.m |
|
8172 gamma_inv.m |
|
8173 gamma_pdf.m |
|
8174 gamma_rnd.m |
|
8175 geometric_cdf.m |
|
8176 geometric_inv.m |
|
8177 geometric_pdf.m |
|
8178 geometric_rnd.m |
|
8179 hypergeometric_cdf.m |
|
8180 hypergeometric_inv.m |
|
8181 hypergeometric_pdf.m |
|
8182 hypergeometric_rnd.m |
|
8183 kolmogorov_smirnov_cdf.m |
|
8184 laplace_cdf.m |
|
8185 laplace_inv.m |
|
8186 laplace_pdf.m |
|
8187 laplace_rnd.m |
|
8188 logistic_cdf.m |
|
8189 logistic_inv.m |
|
8190 logistic_pdf.m |
|
8191 logistic_rnd.m |
|
8192 lognormal_cdf.m |
|
8193 lognormal_inv.m |
|
8194 lognormal_pdf.m |
|
8195 lognormal_rnd.m |
|
8196 normal_cdf.m |
|
8197 normal_inv.m |
|
8198 normal_pdf.m |
|
8199 normal_rnd.m |
|
8200 pascal_cdf.m |
|
8201 pascal_inv.m |
|
8202 pascal_pdf.m |
|
8203 pascal_rnd.m |
|
8204 poisson_cdf.m |
|
8205 poisson_inv.m |
|
8206 poisson_pdf.m |
|
8207 poisson_rnd.m |
|
8208 stdnormal_cdf.m |
|
8209 stdnormal_inv.m |
|
8210 stdnormal_pdf.m |
|
8211 stdnormal_rnd.m |
|
8212 t_cdf.m |
|
8213 t_inv.m |
|
8214 t_pdf.m |
|
8215 t_rnd.m |
|
8216 uniform_cdf.m |
|
8217 uniform_inv.m |
|
8218 uniform_pdf.m |
|
8219 uniform_rnd.m |
|
8220 weibull_cdf.m |
|
8221 weibull_inv.m |
|
8222 weibull_pdf.m |
|
8223 weibull_rnd.m |
|
8224 wiener_rnd.m |
|
8225 |
|
8226 * statistics/models (new directory): |
|
8227 |
|
8228 logistic_regression.m |
|
8229 logistic_regression_derivatives.m |
|
8230 logistic_regression_likelihood.m |
|
8231 |
|
8232 * statistics/tests (new directory): |
|
8233 |
|
8234 anova.m |
|
8235 bartlett_test.m |
|
8236 chisquare_test_homogeneity.m |
|
8237 chisquare_test_independence.m |
|
8238 cor_test.m |
|
8239 f_test_regression.m |
|
8240 hotelling_test.m |
|
8241 hotelling_test_2.m |
|
8242 kolmogorov_smirnov_test.m |
|
8243 kolmogorov_smirnov_test_2.m |
|
8244 kruskal_wallis_test.m |
|
8245 manova.m |
|
8246 mcnemar_test.m |
|
8247 prop_test_2.m |
|
8248 run_test.m |
|
8249 sign_test.m |
|
8250 t_test.m |
|
8251 t_test_2.m |
|
8252 t_test_regression.m |
|
8253 u_test.m |
|
8254 var_test.m |
|
8255 welch_test.m |
|
8256 wilcoxon_test.m |
|
8257 z_test.m |
|
8258 z_test_2.m |
|
8259 |
|
8260 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8261 |
|
8262 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
8263 compatibility and to avoid Y2K problems. |
|
8264 |
3190
|
8265 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8266 |
|
8267 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
8268 least-squares solution. |
|
8269 |
3180
|
8270 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8271 |
|
8272 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
8273 |
|
8274 * strings/strrep.m: Don't convert args to numeric values. |
|
8275 Prevent warnings for empty string args. |
|
8276 From Georg Thimm <thimm@idiap.ch>. |
|
8277 |
|
8278 * strings/strcat.m: Prevent warnings for empty string args. |
|
8279 |
|
8280 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8281 |
|
8282 * miscellaneous/menu.m: Remove special case for empty string |
|
8283 returned from input(). Add second arg to eval() to catch errors. |
|
8284 |
3178
|
8285 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8286 |
|
8287 * plot/__plt__.m: Don't call usleep. |
|
8288 |
3175
|
8289 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8290 |
|
8291 * linear-algebra/dot.m: New function. |
|
8292 |
|
8293 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
8294 compatibility. |
|
8295 |
|
8296 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8297 |
|
8298 * plot/hist.m: Also allow just one output argument. |
|
8299 |
|
8300 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8301 |
|
8302 * strings/deblank.m: Make it work if the string is only blanks. |
|
8303 |
|
8304 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8305 |
|
8306 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
8307 |
|
8308 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8309 |
|
8310 * plot/oneplot.m: Fix typo. |
|
8311 |
3174
|
8312 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8313 |
|
8314 * miscellaneous/flops.m: Allow a single argument too. |
|
8315 |
|
8316 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8317 |
|
8318 * strings/str2mat.m: Also handle case when there are no empty |
|
8319 strings correctly. |
|
8320 |
|
8321 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8322 |
|
8323 * strings/isletter.m: New function, for Matlab compatibility. |
|
8324 |
3168
|
8325 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8326 |
|
8327 * strings/str2mat.m: Handle string matrices too. |
|
8328 |
3167
|
8329 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8330 |
|
8331 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
8332 linear encoding. |
|
8333 |
|
8334 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
8335 audio/record.m: Open files in binary mode. |
|
8336 |
3164
|
8337 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8338 |
|
8339 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
8340 Move functionality of dump_1_pref here, but use built-in function |
|
8341 type to extract value, and put it inside try/catch block. |
|
8342 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
8343 |
3162
|
8344 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8345 |
|
8346 * plot/__pltopt1.m__: New file. |
|
8347 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
8348 __pltopt1__ multiple times and returning a string array with rows |
|
8349 corresponding to the rows of opt. |
|
8350 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
8351 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
8352 array. |
|
8353 |
|
8354 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8355 |
|
8356 * plot/mplot.m: Fix misspellings of global variables. |
|
8357 Don't call clearplot. |
|
8358 |
|
8359 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8360 |
|
8361 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
8362 "cle;rep" when going in ot multiplot mode. |
|
8363 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
8364 switching out of multiplot mode. |
|
8365 |
3156
|
8366 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
8367 |
3156
|
8368 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
8369 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
8370 |
3141
|
8371 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8372 |
|
8373 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
8374 |
|
8375 * miscellaneous/bug_report.m: Don't try to get smart with |
|
8376 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
8377 |
|
8378 * Makefile.in (install): Create separate ls-R files for |
|
8379 $(datadir) and $(libexecdir). |
|
8380 (uninstall): Remove both ls-R files. |
|
8381 |
3136
|
8382 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8383 |
|
8384 * signal/fftshift.m: New file. |
|
8385 |
|
8386 * plot/contour.m: Fix for non-square case. |
|
8387 |
|
8388 * general/randperm.m: New file. |
|
8389 |
|
8390 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8391 |
|
8392 * specfun/betai.m: Restore file for compatibility with previous |
|
8393 versions. Call betainc with reordered args. |
|
8394 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
8395 |
3131
|
8396 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8397 |
|
8398 * plot/contour.m: Handle discrete contour levels. |
|
8399 |
|
8400 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8401 |
|
8402 * control/lyap.m: For compatibility with Matlab, solve |
|
8403 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
8404 |
3124
|
8405 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8406 |
|
8407 * specfun/bessel.m: New file. |
|
8408 |
|
8409 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
8410 specfun/gammainc.m: Delete. |
|
8411 |
3106
|
8412 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8413 |
|
8414 * image/colormap.m: Initialize __current_color_map__ in global |
|
8415 statement. |
|
8416 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
8417 statement. |
|
8418 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
8419 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8420 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
8421 |
3103
|
8422 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8423 |
|
8424 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
8425 * time/toc.m: Likewise. |
|
8426 |
|
8427 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
8428 |
|
8429 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
8430 anything special for automatic_replot when in multiplot mode -- |
|
8431 recent 3.6beta releases handle this correctly. |
|
8432 |
|
8433 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
8434 setting the terminal type. |
|
8435 |
|
8436 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8437 plot/subwindow.m: Use leading and trailing underscores for |
|
8438 `private' globals. |
|
8439 |
|
8440 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
8441 |
3101
|
8442 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8443 |
|
8444 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
8445 |
3091
|
8446 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8447 |
3092
|
8448 * specfun/gammai.m: Avoid problems with whitespace when |
|
8449 constructing matrices. |
|
8450 |
3091
|
8451 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
8452 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8453 original y vector. |
|
8454 |
3085
|
8455 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8456 |
|
8457 * linear-algebra/cross.m: Use direct formula instead of calling |
|
8458 det three times in a loop. If both args are column (row) vectors, |
|
8459 return a column (row) vector. If they don't match, pay attention |
|
8460 to the value of prefer_column_vectors. |
|
8461 |
5095
|
8462 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
8463 |
|
8464 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
8465 nonsymmetric matrices. |
|
8466 |
|
8467 * general/tril.m: Fix usage message. |
|
8468 |
|
8469 * polynomial/polyvalm.m: Fix error messages. |
|
8470 * polynomial/polyderiv.m: Likewise. |
|
8471 * polynomial/polyval.m: Likewise. |
|
8472 |
3081
|
8473 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8474 |
|
8475 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
8476 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
8477 |
3063
|
8478 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8479 |
|
8480 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
8481 |
5095
|
8482 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
8483 |
|
8484 * plot/__pltopt__.m: Handle key/legend names. |
|
8485 Correctly set colors, line styles, and point styles. |
|
8486 |
3061
|
8487 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8488 |
|
8489 * polynomial/polyfit.m: Return fit y values as second output. |
|
8490 Don't use QR factorization to solve least squares problem. |
|
8491 |
|
8492 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8493 |
|
8494 * control/dlqr.m: Use ao, not a, to compute k. |
|
8495 |
3024
|
8496 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8497 |
|
8498 * miscellaneous/path.m: New file. |
|
8499 |
2993
|
8500 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8501 |
|
8502 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
8503 name. |
|
8504 |
2968
|
8505 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8506 |
|
8507 * specfun/erfinv.m: Add missing semicolon. |
|
8508 |
2870
|
8509 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8510 |
|
8511 * miscellaneous/xor.m: Make type of return value logical. |
|
8512 |
2853
|
8513 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8514 |
|
8515 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8516 warn_comma_in_global_decl. |
|
8517 |
2831
|
8518 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8519 |
|
8520 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
8521 octave-bug script. |
|
8522 |
2823
|
8523 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8524 |
2824
|
8525 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8526 prefer_zero_one_indexing. |
|
8527 |
2823
|
8528 * general/logical.m: New file. |
|
8529 |
2816
|
8530 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8531 |
|
8532 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
8533 and is_vector(). |
|
8534 |
5095
|
8535 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
8536 |
|
8537 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
8538 Use tolerance of 2 * eps. |
|
8539 |
2811
|
8540 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8541 |
|
8542 * Makefile.in (install-strip): New target. |
|
8543 * audio/Makefile.in: Ditto. |
|
8544 * control/Makefile.in: Ditto. |
|
8545 * elfun/Makefile.in: Ditto. |
|
8546 * general/Makefile.in: Ditto. |
|
8547 * image/Makefile.in: Ditto. |
|
8548 * io/Makefile.in: Ditto. |
|
8549 * linear-algebra/Makefile.in: Ditto. |
|
8550 * miscellaneous/Makefile.in: Ditto. |
|
8551 * plot/Makefile.in: Ditto. |
|
8552 * polynomial/Makefile.in: Ditto. |
|
8553 * set/Makefile.in: Ditto. |
|
8554 * signal/Makefile.in: Ditto. |
|
8555 * specfun/Makefile.in: Ditto. |
|
8556 * special-matrix/Makefile.in: Ditto. |
|
8557 * startup/Makefile.in: Ditto. |
|
8558 * statistics/Makefile.in: Ditto. |
|
8559 * strings/Makefile.in: Ditto. |
|
8560 |
2809
|
8561 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8562 |
|
8563 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
8564 |
2798
|
8565 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8566 |
|
8567 * statistics/corrcoef.m: Make it actually work. |
|
8568 |
2795
|
8569 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8570 |
2798
|
8571 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
8572 |
2779
|
8573 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
8574 |
|
8575 * Version 2.0.5 released. |
|
8576 |
2745
|
8577 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8578 |
2749
|
8579 * Makefile.in (maintainer-clean): Also remove configure. |
|
8580 |
2746
|
8581 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
8582 |
2745
|
8583 * general/is_matrix.m: Return zero for empty matrices. |
|
8584 |
|
8585 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8586 |
|
8587 * linear-algebra/vech.m: Size result just once. |
|
8588 |
2726
|
8589 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8590 |
|
8591 * general/is_square.m: Handle empty matrices correctly. |
|
8592 * general/is_symmetric.m: Handle empty matrices and strings. |
|
8593 |
2716
|
8594 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8595 |
|
8596 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
8597 * polynomial/deconv.m: Likewise. |
|
8598 * polynomial/polyderiv.m: Likewise. |
|
8599 * polynomial/polyinteg.m: Likewise. |
|
8600 * polynomial/polyreduce.m: Likewise. |
|
8601 * polynomial/polyval.m: Likewise. |
|
8602 * polynomial/polyvalm.m: Likewise. |
|
8603 * general/postpad.m: Likewise. |
|
8604 * general/prepad.m: Likewise. |
|
8605 |
|
8606 * polynomial/compan.m: Check input with is_vector(), not |
|
8607 is_matrix(). Handle scalar case. |
|
8608 |
2711
|
8609 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8610 |
2715
|
8611 * plot/contour.m: Order data so that it is consistent with |
|
8612 meshgrid and mesh. |
|
8613 |
2711
|
8614 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
8615 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
8616 |
2709
|
8617 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
8618 |
|
8619 * Version 2.0.4 released. |
|
8620 |
2706
|
8621 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8622 |
2702
|
8623 * miscellaneous/paren.m: New file. |
|
8624 |
2693
|
8625 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
8626 |
|
8627 * Version 2.0.3 released. |
|
8628 |
2676
|
8629 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8630 |
|
8631 * image/saveimage.m: Only clip image data that is actually out of |
|
8632 range. |
|
8633 |
2667
|
8634 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8635 |
|
8636 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
8637 also be considered to be matrices. |
|
8638 |
|
8639 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
8640 |
|
8641 * general/isempty.m: Use size(), not rows() and columns(). |
|
8642 |
|
8643 * plot/contour.m: Convert set to gset. |
|
8644 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
8645 |
2663
|
8646 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8647 |
|
8648 * specfun/erfinv.m: Fix typo in last change. |
|
8649 |
2650
|
8650 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8651 |
|
8652 * image/loadimage.m: Make it possible to load files with image |
|
8653 data named X or img. |
|
8654 |
|
8655 * image/default.img: Change name of image from X to img to match |
|
8656 what saveimage does now. |
|
8657 |
|
8658 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
8659 does now. |
|
8660 |
2632
|
8661 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8662 |
2634
|
8663 * Version 2.0.2 released. |
|
8664 |
2632
|
8665 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8666 weird missing-lines bug without creating extra plots unecessarily. |
|
8667 |
2624
|
8668 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8669 |
|
8670 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8671 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8672 io/Makefile.in, linear-algebra/Makefile.in, |
|
8673 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8674 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8675 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8676 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8677 time/Makefile.in (bin-dist): New target. |
|
8678 |
2621
|
8679 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8680 |
|
8681 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8682 |
|
8683 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8684 |
|
8685 * miscellaneous/xor.m: Make it work. |
|
8686 |
2613
|
8687 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8688 |
|
8689 * plot/sombrero.m: Doc fix. |
|
8690 |
2602
|
8691 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8692 |
|
8693 * Version 2.0.1 released. |
|
8694 |
2601
|
8695 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8696 |
|
8697 * elfun/lcm.m: Replace missing if statement. |
|
8698 |
|
8699 * elfun/gcd.m: Report error if no input args. |
|
8700 * elfun/lcm.m: Likewise. |
|
8701 |
2597
|
8702 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8703 |
|
8704 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8705 Also list contents of $libexecdir/octave in ls-R database. |
|
8706 |
2583
|
8707 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8708 |
|
8709 * Version 2.0 released. |
|
8710 |
2575
|
8711 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8712 |
|
8713 * Version 1.94. |
|
8714 |
2558
|
8715 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8716 |
|
8717 * strings/str2num.m: New file. |
|
8718 |
2554
|
8719 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8720 |
|
8721 * Version 1.93. |
|
8722 |
2540
|
8723 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8724 |
|
8725 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8726 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8727 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8728 |
|
8729 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8730 general/common_size.m: New files from Kurt Hornik. |
|
8731 |
|
8732 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8733 New files from Kurt Hornik. |
|
8734 |
|
8735 * signal/detrend.m: New file from Kurt Hornik. |
|
8736 |
|
8737 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8738 specfun/pow2.m, specfun/log2.m: |
|
8739 New files and updates from Kurt Hornik. |
|
8740 |
2523
|
8741 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8742 |
|
8743 * plot/__plt__.m: Add explicit replot after last command is |
|
8744 issued, to force all lines to be displayed. Hmm. |
|
8745 |
2512
|
8746 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8747 |
2520
|
8748 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8749 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8750 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8751 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8752 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8753 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8754 Uset gset, not set. |
|
8755 |
2512
|
8756 * Version 1.92. |
|
8757 |
2482
|
8758 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8759 |
2486
|
8760 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8761 almighty Creator. Use single call to fprintf instead of looping. |
|
8762 |
|
8763 * image/Makefile.in: Delete references to octtopnm. |
|
8764 |
|
8765 * general/logspace.m: Doc fix. |
|
8766 |
2482
|
8767 * Version 1.91. |
|
8768 |
2458
|
8769 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8770 |
|
8771 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8772 |
|
8773 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8774 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8775 deleted. |
|
8776 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8777 of a system() command to delete the tmp file. |
|
8778 |
2452
|
8779 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8780 |
|
8781 * Version 1.90. |
|
8782 |
|
8783 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8784 |
2360
|
8785 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8786 |
|
8787 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8788 Don't check for string value of automatic_replot. |
|
8789 |
|
8790 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8791 Temporarily set do_fortran_indexing to 1, not "true". |
|
8792 |
|
8793 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8794 not "false". |
|
8795 |
|
8796 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8797 "false". |
|
8798 |
2355
|
8799 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8800 |
|
8801 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8802 |
2330
|
8803 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8804 |
|
8805 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8806 system command. |
|
8807 |
|
8808 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8809 |
|
8810 * __plr1__.m: Renamed from polar_int_1.m. |
|
8811 * __plr2__.m: Renamed from polar_int_2.m. |
|
8812 * __plr__.m: Renamed from polar_int.m. |
|
8813 * __plt1__.m: Renamed from plot_int_1.m. |
|
8814 * __plt2__.m: Renamed from plot_int_2.m. |
|
8815 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8816 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8817 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8818 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8819 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8820 * __plt__.m: Renamed from plot_int.m. |
|
8821 * __pltopt__.m: Renamed from plot_opt.m. |
|
8822 Change all callers. |
|
8823 |
|
8824 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8825 |
|
8826 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8827 comments like those found in Emacs lisp files. |
|
8828 |
|
8829 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8830 |
|
8831 * All .m files: Change comment style. |
|
8832 |
|
8833 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8834 |
|
8835 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8836 subplot.m, subwindow.m, top_title.m: |
|
8837 Print error message if gnuplot_has_multiplot is not true. |
|
8838 |
|
8839 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8840 |
|
8841 * plot/figure.m: New function. |
|
8842 |
|
8843 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8844 |
|
8845 * strings/strrep.m: New function. |
|
8846 |
|
8847 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8848 |
|
8849 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8850 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8851 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8852 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8853 New functions from Kurt Hornik, heavily modified by jwe. |
|
8854 |
|
8855 * general/reshape.m: Allow strings to be reshaped too. |
|
8856 |
|
8857 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8858 Always return a scalar. |
|
8859 |
|
8860 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8861 |
|
8862 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8863 Matlab. |
|
8864 |
|
8865 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8866 |
|
8867 * polynomial/polyfit.m: Add missing close paren. |
|
8868 |
|
8869 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8870 |
|
8871 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8872 |
|
8873 * io/scanf.m: Delete. |
|
8874 |
|
8875 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8876 |
|
8877 * statistics/median.m: Fix typo in usage message. |
|
8878 |
|
8879 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8880 |
|
8881 * miscellaneous/popen2.m: New file. |
|
8882 |
|
8883 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8884 |
|
8885 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8886 |
|
8887 * io: New directory. |
|
8888 * Makefile.in (SUBDIRS): Add it to the list. |
|
8889 |
|
8890 * miscellaneous/flops.m: New file. |
|
8891 |
|
8892 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8893 |
|
8894 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8895 vector, for compatibility with previous versions and with Matlab |
|
8896 (which only returns one scalar value). |
|
8897 |
|
8898 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8899 |
|
8900 * general/triu.m: Compute lower bound on loop index correctly. |
|
8901 * general/tril.m: Likewise, for upper bound. |
|
8902 |
|
8903 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8904 |
|
8905 * image/saveimage.m: For color images, make sure indices into |
|
8906 temporary colormap and result matrix have proper orientation. |
|
8907 Set grey flag correctly. |
|
8908 |
|
8909 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8910 |
|
8911 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8912 jrv@vanzandt.mv.com). |
|
8913 |
|
8914 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8915 |
|
8916 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8917 * mesh.m: Transpose Z if only one arg. |
|
8918 Handle case of all three args being matrices (from Jim Van Zandt |
|
8919 jrv@vanzandt.mv.com). |
|
8920 * meshdom.m: Undo previous change. |
|
8921 |
|
8922 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8923 |
|
8924 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8925 |
|
8926 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8927 |
|
8928 * audio: New directory of files from Kurt Hornik and Andreas |
|
8929 Weingessel. |
|
8930 * audio/Makefile.in: New file. |
|
8931 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8932 |
|
8933 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8934 |
|
8935 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8936 |
|
8937 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8938 |
|
8939 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8940 columns (z), not the other way around. |
|
8941 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8942 |
|
8943 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8944 |
|
8945 * plot/axis.m: Return current axis if nargin == 0. |
|
8946 |
|
8947 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8948 |
|
8949 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8950 |
|
8951 * polynomial/polyder.m: New file. |
|
8952 |
|
8953 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8954 |
|
8955 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8956 |
|
8957 * specfun/betainc.m: New file. |
|
8958 * specfun/gammainc.m: New file. |
|
8959 |
|
8960 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8961 |
|
8962 * general/strerror.m: New file. |
|
8963 * general/perror.m: Implement using strerror(). |
|
8964 |
|
8965 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8966 |
|
8967 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8968 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8969 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8970 |
|
8971 * image/saveimage.m: Round img values first. |
|
8972 |
|
8973 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8974 |
|
8975 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8976 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8977 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8978 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8979 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8980 tuwien/strfun/split.m: Add missing semicolons. |
|
8981 |
|
8982 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8983 |
|
8984 * image/Makefile.in: Don't build or install octtoppm. |
|
8985 |
|
8986 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8987 routines so that people who don't have the pbm stuff installed |
2330
|
8988 can still use this function. |
|
8989 |
|
8990 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8991 |
|
8992 * image/saveimage.m: Better error checking, clean up a bit. |
|
8993 |
|
8994 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8995 |
|
8996 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8997 avoid conflict with new built-in text-style function more. |
|
8998 |
|
8999 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
9000 |
|
9001 * startup/Makefile.in (install): Also install octaverc in |
|
9002 $localfcnfiledir/startup/octavrc. |
|
9003 |
|
9004 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9005 |
|
9006 * mkinstalldirs: New file. |
|
9007 * Makefile.in (DISTFILES): Add it to the list. |
|
9008 |
|
9009 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
9010 |
|
9011 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9012 |
|
9013 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
9014 r(1) != c(nr), not if r(1) != c(1). |
|
9015 |
|
9016 * signal/filter.m: Doc fix. |
|
9017 |
|
9018 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9019 |
|
9020 * miscellaneous/cputime.m: Use new resource structure names (no |
|
9021 ru_ or tv_ prefixes). |
|
9022 |
|
9023 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9024 |
|
9025 * time/ctime.m: Fix doc string and usage message. |
|
9026 |
|
9027 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9028 |
|
9029 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
9030 |
|
9031 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9032 |
|
9033 * control/c2d.m: Make function work for any value of |
|
9034 whitespace_in_literal_matrix. |
|
9035 * control/dare.m: Likewise. |
|
9036 * control/tzero.m: Likewise. |
|
9037 * elfun/gcd.m: Likewise. |
|
9038 * elfun/lcm.m: Likewise. |
|
9039 * general/postpad.m: Likewise. |
|
9040 * general/prepad.m: Likewise. |
|
9041 * linear-algebra/kron.m: Likewise. |
|
9042 * miscellaneous/etime.m: Likewise. |
|
9043 * polynomial/conv.m: Likewise. |
|
9044 * polynomial/deconv.m: Likewise. |
|
9045 * polynomial/poly.m: Likewise. |
|
9046 * polynomial/roots.m: Likewise. |
|
9047 * signal/filter.m: Likewise. |
|
9048 * signal/freqz.m: Likewise. |
|
9049 * signal/fftfilt.m: Likewise. |
|
9050 |
|
9051 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9052 |
|
9053 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
9054 |
|
9055 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9056 |
|
9057 * plot/polar_int_2.m: Add missing semicolons. |
|
9058 Set theta = theta', not rho'. |
|
9059 |
|
9060 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9061 |
|
9062 * polynomial/roots.m: Make it work for any value of |
|
9063 whitespace_in_literal_matrix. |
|
9064 |
|
9065 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9066 |
|
9067 * configure.in: New file. |
|
9068 |
|
9069 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9070 |
|
9071 * control/lyap.m: Add missing semicolon. |
|
9072 |
|
9073 * miscellaneous/cputime.m: New function file. |
|
9074 |
|
9075 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9076 |
|
9077 * time: New directory. |
|
9078 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
9079 New function files. |
|
9080 * time/Makefile.in: New file. |
|
9081 * Makefile.in (SUBDIRS): Add time. |
|
9082 |
|
9083 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9084 |
|
9085 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
9086 |
|
9087 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9088 |
|
9089 * plot/plot_int_1.m: Transpose data with .', not '. |
|
9090 |
|
9091 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9092 |
|
9093 * Makefile.in (install uninstall clean mostlyclean distclean |
|
9094 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
9095 |
|
9096 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9097 |
|
9098 * Makefile.in (install): Create ls-R database file. |
|
9099 (uninstall): Delete it. |
|
9100 |
|
9101 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9102 |
5378
|
9103 * image/saveimage.m: Fix typo. |
2330
|
9104 |
|
9105 See ChangeLog.1 in the top level directory for earlier changes. |