7320
|
1 2007-12-17 Peter A. Gustafson <petegus@umich.edu> |
|
2 |
|
3 * plot/__go_draw_axes__.m: Fix mirrored tics and borders for |
|
4 set (gca (), "[xy]axislocation", "{right|top}", "box", "off"). |
|
5 |
7319
|
6 2007-12-17 Ben Abbott <bpabbott@mac.com> |
|
7 |
|
8 * miscellaneous/run.m: Replace script with f when looking for |
|
9 file to run. |
|
10 |
7318
|
11 2007-12-17 David Bateman <dbateman@free.fr> |
|
12 |
|
13 * plot/__go_draw_axes__.m: Use "set pm3d explicit" so that |
|
14 contours can overlay pcolor plots. Priveldge no hidden line |
|
15 removal when there are multiple objects in the plot. |
|
16 |
7316
|
17 2007-12-14 David Bateman <dbateman@free.fr> |
|
18 |
7317
|
19 * plot/contour3.m, plot/__contour__.m: Handle linespec. |
|
20 * plot/contour.m: Doc fix. |
|
21 * plot/__go_draw_axes__.m (case "patch"): Include "lt" in lt string. |
|
22 Include linetype in withclause. |
|
23 |
7316
|
24 * plot/__go_draw_axes__.m (__calc_dimensions__): New function. |
|
25 Use it to determine dimensions. Consolidate all 3-d settings. |
|
26 |
7315
|
27 2007-12-13 John W. Eaton <jwe@octave.org> |
|
28 |
|
29 * image/imshow.m: Turn axis visibility off. |
|
30 Don't scale true color images. |
|
31 * image/image.m: Set axis layer property to "top". |
|
32 |
7307
|
33 2007-12-12 John W. Eaton <jwe@octave.org> |
|
34 |
7313
|
35 * image/loadimage.m: Avoid calling eval. Avoid calling exist. |
|
36 |
|
37 * plot/pie.m: Avoid calling "exist". |
|
38 |
7309
|
39 * linear-algebra/condest.m: Use nargin instead of size(varargin,2). |
7312
|
40 Condense argument processing logic. Allow 6 arguments. |
|
41 Use issquare. Avoid calling "exist". |
7309
|
42 |
7307
|
43 * plot/__go_draw_axes__.m: Handle the axes layer property. |
|
44 |
7305
|
45 2007-12-12 David Bateman <dbateman@free.fr> |
|
46 |
|
47 * plot/ellipsoid.m: Port from octave-forge, editing for style. |
|
48 * plot/Makefile.in (SOURCES): Add to the sources. |
|
49 |
7290
|
50 2007-12-11 John W. Eaton <jwe@octave.org> |
|
51 |
7298
|
52 * plot/surf.m: Set xgrid, ygrid, and zgrid on here. |
|
53 * plot/surface.m: Not here. |
|
54 |
7297
|
55 * plot/__go_draw_axes__.m: Always use "set grid front". Send a |
|
56 subsequent "unset grid" if there is no grid. |
|
57 |
7296
|
58 * plot/__go_draw_axes__.m: Include "front" in "set label" options. |
|
59 |
7293
|
60 * plot/surface.m: Don't set facecolor property in call to |
|
61 __go_surface__. |
|
62 |
7290
|
63 * plot/__plt2vs__.m, plot/__plt2sv__.m: New functions. |
|
64 * plot/__plt2__.m: Handle scalar-vector and vector-scalar cases. |
|
65 |
7292
|
66 2007-12-11 Kai Habel <kai.habel@gmx.de> |
|
67 |
7295
|
68 * plot/__patch__.m: Fix typo. Improve argument checking, so that a |
|
69 color string is not taken as z value. |
|
70 |
7292
|
71 * plot/slice.m: Remove unused variable, set xgrid, ygrid, and |
|
72 zgrid to "on" and box to "off" for used axes. |
|
73 |
|
74 * plot/__go_draw_axes__.m, plot/plot3.m, plot/ribbon.m, |
|
75 plot/slice.m: Use size_equal(var1,var2,...) when possible. |
|
76 |
7286
|
77 2007-12-11 David Bateman <dbateman@free.fr> |
|
78 |
7288
|
79 * miscelleaneous/fullfile.m: Ignore empty arguments. |
|
80 |
7287
|
81 * sparse/spstats.m: Drop argument to Fsparse to force mutation. |
|
82 * statistics/base/mode.m: Ditto. |
|
83 |
7286
|
84 * plot/__plt_get_axis_arg__.m: Ignore integer valued handles as |
|
85 object handles are all now non integer. |
|
86 |
7278
|
87 2007-12-10 John W. Eaton <jwe@octave.org> |
|
88 |
7282
|
89 * plot/sombrero.m, plot/peaks.m: Use surf instead of mesh. |
|
90 |
7281
|
91 * general/issymmetric.m: Use ' instead of .' for compatibility |
|
92 with previous versions of Octave. |
|
93 * general/ishermitian.m: Delete. |
7285
|
94 * general/Makefile.in (SOURCES): Remove ishermitian.m from the list. |
7281
|
95 |
7280
|
96 * plot/fplot.m: In N is not specified, increase initial number of |
|
97 points from 3 and 5 to 5 and 8. |
|
98 |
7279
|
99 * signal/detrend.m: Move tests here from test/test_signal.m. |
|
100 Loosen tolerance on first test from 10*eps to 20*eps. |
|
101 |
7278
|
102 * finance/rate.m: Don't request info from fsolve. |
|
103 |
7277
|
104 2007-12-10 Michael Goffioul <michael.goffioul@gmail.com> |
|
105 |
|
106 * plot/__line__.m: Pass initial property/value pairs to __go_line__. |
|
107 * plot/surface.m: Pass initial property/value pairs to __go_surface__. |
|
108 |
7276
|
109 2007-12-10 David Bateman <dbateman@free.fr> |
|
110 |
|
111 * image/image.m: Rewritten to allow trailing properties to be |
|
112 passed to underlying image object. |
|
113 * image/__img__.m: Pass additional arguments to __go_image__. |
|
114 * plot/__patch__.m: Don't set clim, rely on autoscaling. |
|
115 |
7274
|
116 2007-12-10 John W. Eaton <jwe@octave.org> |
|
117 |
|
118 * plot/__go_draw_axes__.m: If we have a grid, send "set grid |
|
119 front" to gnuplot. |
|
120 |
7271
|
121 2007-12-10 David Bateman <dbateman@free.fr> |
|
122 |
7274
|
123 * plot/__go_draw_axes__.m: Issue "set view map" for pcolor, and "set |
7271
|
124 border front" from images. |
7274
|
125 * plot/__go_draw_figure__.m: Issue "set autoscale fix" for gnuplot. |
|
126 * plot/pcolor.m: Set axis "box" property. |
|
127 * plot/title.m, plot/xlabel.m, plot/ylabel.m, plot/xlabel.m: |
|
128 Mark as commands. |
7271
|
129 |
7269
|
130 2007-12-07 David Bateman <dbateman@free.fr> |
|
131 |
|
132 * plot/surf.m: Don't set facecolor property. |
|
133 |
7265
|
134 2007-12-06 John W. Eaton <jwe@octave.org> |
|
135 |
7269
|
136 * plot/print.m: Pass mono to drawnow. |
|
137 * plot/drawnow.m: New arg, mono. Pass it to __go_draw_figure__. |
|
138 * plot/__go_draw_figure__.m: New arg, mono. Pass it to __go_draw_axes. |
|
139 * plot/__go_draw_axes__.m: New arg, mono. If mono is true, |
|
140 disable color specifications. |
|
141 |
7265
|
142 * general/issymmetric.m: Move tests here from test/test_number.m |
|
143 |
|
144 2007-12-06 Jason Riedy <ejr@cs.berkeley.edu> |
|
145 |
|
146 * general/issymmetric.m: To keep its argument sparse and the |
|
147 function quick, use the infinity norm rather than the 2-norm. |
|
148 Also measure the symmetric part rather than the Hermitian part. |
|
149 * general/ishermitian.m: New file. Measure the Hermitian part. |
|
150 * general/Makefile.in: Add ishermitian.m to SOURCES. |
|
151 |
7248
|
152 2007-12-04 John W. Eaton <jwe@octave.org> |
|
153 |
7257
|
154 * plot/__go_draw_axes__.m: Omit "font \"NAME,SIZE\"" in gnuplot |
|
155 text and label commands if font is "*". |
|
156 |
7248
|
157 * linear-algebra/krylov.m: Doc fixes. |
|
158 From Marco Caliari <caliari@sci.univr.it>. |
|
159 |
7250
|
160 2007-12-04 Kai Habel <kai.habel@gmx.de> |
|
161 |
|
162 * plot/shading.m: Use __plt_get_axis_arg__ for optional axes argument. |
|
163 Add "## PKG_ADD: mark_as_command axis" line. |
|
164 |
7245
|
165 2007-12-03 John W. Eaton <jwe@octave.org> |
|
166 |
|
167 * contour.m, contour3.m, contourc.m, contourf.m, cylinder.m, |
|
168 fplot.m, plot3.m, plotyy.m, quiver3.m, scatter.m, scatter3.m, |
|
169 slice.m, sombrero.m, stairs.m, stem.m, stem3.m: |
|
170 Generate demos from examples. |
|
171 |
7240
|
172 2007-12-03 David Bateman <dbateman@free.fr> |
|
173 |
7243
|
174 * testfun/test.m: Disable "testif" test block to avoid spurious |
|
175 skipped test for "make check". Avoid printing variables for |
|
176 skipped tests. |
|
177 |
7242
|
178 * testfun/test.m: Add "testif" type to allow for conditional tests. |
|
179 |
7240
|
180 * plot/plotyy.m: Use activepositionproperty property of axes |
|
181 object. Set second axis color to "none". |
|
182 * plot/__go_draw_axes__.m: Respect the activepositionproperty |
|
183 property of the axis objects. |
|
184 |
7239
|
185 2007-12-03 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
186 |
|
187 * linear-algebra/condest.m: Loosen tolerance in test. |
|
188 |
7236
|
189 2007-12-02 John W. Eaton <jwe@octave.org> |
|
190 |
|
191 * plot/__go_draw_axes__.m: Remove unnecessary call to |
|
192 get_data_limits. |
|
193 |
7222
|
194 2007-11-30 John W. Eaton <jwe@octave.org> |
|
195 |
|
196 * plot/__go_draw_axes__.m: Don't compute data or axis limits. |
|
197 (get_data_limits, get_axis_limits): Delete. |
|
198 |
7228
|
199 2007-11-30 David Bateman <dbateman@free.fr> |
|
200 |
7235
|
201 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
|
202 |
7228
|
203 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
|
204 tick labels rather than one by one on the labels themselves. |
|
205 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for |
|
206 95% crossing fixed. |
|
207 |
7217
|
208 2007-11-29 David Bateman <dbateman@free.fr> |
|
209 |
7220
|
210 * plot/pareto.m: New file. |
|
211 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
212 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic |
|
213 marks to avoid gnuplot error about formating. More colorspec to |
|
214 after the tics. |
|
215 * plot/plotyy.m: More generic check for appropriate axis color. |
|
216 |
7217
|
217 * plot/__stem__.m: New file based on old stem.m expanded to treat |
|
218 2- and 3-D. |
|
219 * plot/stem3.m: New function. |
|
220 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
221 * plot/stem.m: Adapt to use __stem__. |
|
222 |
7216
|
223 2007-11-29 John W. Eaton <jwe@octave.org> |
|
224 |
|
225 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, |
|
226 plot/surf.m, plot/surface.m: Don't return handle value unless |
|
227 requested. |
|
228 |
|
229 * plot/patch.m: Omit isnan check on handle returned from |
|
230 __plt_get_axis_arg__. |
|
231 |
|
232 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists |
|
233 but has no axes. |
|
234 |
7215
|
235 2007-11-28 David Bateman <dbateman@free.fr> |
|
236 |
|
237 * __plt_get_axis_handle__.m: Also allow hggroup and return axes |
|
238 ancestor. If leading argument is logical set variable nogca to see |
|
239 if gca() should be called if there is no active handle found. |
|
240 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, |
|
241 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, |
|
242 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, |
|
243 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, |
|
244 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use |
|
245 __plt__get_axis_arg__ to find axis handle. |
|
246 * polar.m: Typo. |
|
247 |
7213
|
248 2007-11-28 John W. Eaton <jwe@octave.org> |
|
249 |
|
250 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. |
|
251 |
7211
|
252 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
253 |
|
254 * plot/drawnow.m: Fix typo. |
|
255 |
7206
|
256 2007-11-27 David Bateman <dbateman@free.fr> |
|
257 |
7207
|
258 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
|
259 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
260 plot/semilogyerr.m: Treat an axis handle as the first argument. |
|
261 |
|
262 * plot/meshz.m: New function. |
|
263 * plot/Makefile.in (SOURCES): Add it to the list. |
|
264 * plot/surface.m: Allow surface to accept an axis handle as the |
|
265 first argument. |
|
266 * plot/meshc.m: Extract z from the the surface object rather than |
|
267 varargin so that we can rely on code in surface to treat leading |
|
268 axis handles. |
|
269 |
7206
|
270 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
|
271 y2tics" in the case of a plotyy plot. |
|
272 * plot/plotyy.m: ensure the position property is set correct for |
|
273 the second axis, by setting it after the plot itself. In the case |
|
274 of a plot that returns multiple handles, base the color selection |
|
275 on the first. |
|
276 |
7204
|
277 2007-11-27 Kai Habel <kai.habel@gmx.de> |
|
278 |
|
279 * plot/__go_draw_axes__.m: Set quadrilateral color according to |
|
280 z-value of vertex 'c3'. |
|
281 |
7203
|
282 2007-11-27 John W. Eaton <jwe@octave.org> |
|
283 |
|
284 * image/image.m: Allow nargin == 0 case to work again. |
|
285 |
7202
|
286 2007-11-27 David Bateman <dbateman@free.fr> |
|
287 |
|
288 * plot/__go_draw_figure__.m: Force a multiplot mode with a |
|
289 colorbar, to ensure that the colorbar is on the canvas for png and |
|
290 postscipt outputs. |
|
291 |
7189
|
292 2007-11-26 David Bateman <dbateman@free.fr> |
|
293 |
7197
|
294 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
|
295 return values. |
|
296 |
7194
|
297 * plot/plotyy.m: New function |
|
298 * plot/Makefile.in (SOURCES): Add it here. |
|
299 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text |
|
300 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
|
301 {x|y}label to respect the axis position. |
|
302 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis |
|
303 handle as the first argument. |
|
304 |
7192
|
305 * pkg/pkg.m (pkg:install): When loading the installed packages |
|
306 index into installed_pkgs_lst and not descriptions.. |
|
307 |
7189
|
308 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
|
309 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
310 * plot/quiver.m: Modify to use __quiver__.m. |
|
311 |
|
312 * plot/hist.m: Avoid saturation when the x values are in an |
|
313 inetger type. |
|
314 |
|
315 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> |
|
316 |
|
317 * linear-algebra/condest.m, linear-algebra/onenormest.m: New |
|
318 functions. |
|
319 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. |
|
320 |
|
321 2007-11-26 David Bateman <dbateman@free.fr> |
|
322 |
|
323 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero |
|
324 extent. |
|
325 |
|
326 * plot/colorbar.m: New function. |
|
327 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
328 * plot/__go_draw_axes__.m: Calculate the colorbar position, |
|
329 precalculate the clim, set pm3d except for mesh. |
|
330 * plot/__contour__.m: Don't scale the contours to clim, but rather |
|
331 save the real values so that colorbar corresponds to the contour |
|
332 levels. |
|
333 |
|
334 * plot/stem.m: Set marker color the same as the line color. Draw |
|
335 a single discontinous line object for the stems. |
|
336 |
|
337 * plot/sphere.m: New function ported from JHandles. |
|
338 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
339 |
|
340 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to |
|
341 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 |
|
342 to get enhanced mode to work correctly for the X11 terminal. |
|
343 |
|
344 * plot/imagesc.m, plot/image.m: Scale colormap to image and not |
|
345 the reverse. Allow an axes handle to be passed and/or returned. |
|
346 * plot/__go_draw_axes__.m: Autoscale colormap for images. |
|
347 |
|
348 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to |
|
349 sort surface patches by their depth and not the order they are |
|
350 rendered in. |
|
351 |
|
352 * plot/__patch__.m: Set clim correctly. |
|
353 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
|
354 the marker color is determined by the cmap. |
|
355 * plot/scatter.m: New function to 2D scatter plots. |
|
356 * plot/scatter3.m: New function to 3D scatter plots. |
|
357 * plot/__scatter__.m: Support function for scatter plots |
|
358 * Makefile.in (SOURCES): Ad dnew functions here. |
|
359 |
|
360 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): |
|
361 Return whether the terminal supports enhanced text or not. |
|
362 (drawnow:enhanced_term): New sub-function to determine if terminal |
|
363 supports enhanced mode. |
|
364 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to |
|
365 __go_draw_axes__. |
|
366 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if |
|
367 needed to support the enhanced mode. |
|
368 * plot/print.m: Remove "enhanced" option as this is now treated in |
|
369 drawnow.m. |
|
370 |
|
371 |
|
372 * plot/caxis.m: New function to control the color axis limits. |
|
373 * plot/Makefile.in (SOURCES): Include it. |
|
374 * plot/axis.m: Allow the first argument to be an axes handle. |
|
375 * plot/__go_draw_axes__.m: Move the setting of the caxis, also |
|
376 autoscale caxis for patches. If any(isinf(clim)) don't set the |
|
377 caxis limits. |
|
378 |
|
379 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. |
|
380 * image/Makefile.in (SOURCES): Include it. |
|
381 * plot/__bar__.h: Allow axis handles to be passed. Set the color |
|
382 of the bars for the colormap. |
|
383 * plot/bar.m, plot/barh.m: Document that axis handles can be |
|
384 passed. |
|
385 * plot/__contour.m: Avoid possible divide by zero error. |
|
386 * plot/contour.m: Missing semicolon. |
|
387 * plot/surface.m: Don't attempt to set additional arguments if |
|
388 there are none. |
|
389 * plot/Makefile.in (SOURCES): Include __bars__.m |
|
390 |
|
391 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
392 |
|
393 * plot/__bar__.m: put bar creation code into separate function |
|
394 to allow easy hook up from other graphic backends |
|
395 |
|
396 * plot/__bars__.m: new function containing bar creation code |
|
397 |
7186
|
398 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
|
399 |
|
400 * general/accumarray.m: Correct dimension check. |
|
401 |
7183
|
402 2007-11-26 John W. Eaton <jwe@octave.org> |
|
403 |
|
404 * polynomial/residue.m: Prepad along second dimension. |
|
405 From Doug Stewart <dastew@sympatico.ca>. |
|
406 |
7181
|
407 2007-11-26 Kai Habel <kai.habel@gmx.de> |
|
408 |
7183
|
409 * plot/cylinder.m, plot/slice.m: New functions. |
|
410 * plot/Makefile.in (SOURCES): Add them to the list. |
7181
|
411 |
7177
|
412 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
|
413 |
|
414 * plot/patch.m: Handle arg may also be hggroup object. |
|
415 Use ancestor to find parent axes object. |
|
416 |
7175
|
417 2007-11-14 David Bateman <dbateman@free.fr> |
|
418 |
|
419 * plot/__contour__.m: Treat unclosed contours by adding NaN to |
|
420 flag to patch that it is not closed. Allow z to take string |
|
421 arguments and use it to flag that the contours are placed at the |
|
422 z level of the contour itself. |
|
423 * plot/__go_draw_axes__.m: Treat hidden line removal in patch |
|
424 objects as well. Let hidden removal take precedence in case of a |
|
425 conflict. |
|
426 * plot/surface.m: Allow surface to treat handles being passed or |
|
427 returned. Any additional arguments arr used to set the surface |
|
428 handle. |
|
429 * plot/contour3.m: New function |
|
430 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
431 |
7173
|
432 2007-11-14 John W. Eaton <jwe@octave.org> |
|
433 |
|
434 * specfun/bessel.m: Update doc string from |
|
435 src/DLD-FUNCTIONS/besselj.cc. |
|
436 |
7170
|
437 2007-11-12 David Bateman <dbateman@free.fr> |
|
438 |
|
439 * plot/contour.m: Allow handles to be passed and returned. Split |
|
440 the countour function itself into __contour__.m to be shared with |
|
441 surfc and meshc. |
|
442 * plot/__contour__.m: New file |
|
443 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
444 * plot/__go_draw_axes.m: For patch objects don't attempt to patch |
|
445 the face or edge if the facecolor or edge color are marked as |
|
446 "none". Allow the edgecolor to be determined by the cdata in the |
|
447 same manner as the facecolor. Fail if facecolor is not "none" and |
|
448 a 3-D plot is desired, rather than ignoring zdata. Make the |
|
449 storage of 3D/4D data consistent between line, surface and patch |
|
450 objects. |
|
451 * plot/meshc.m: Use new __contour__.m to plot the contours. |
|
452 * plot/surfc.m: Use new __contour__.m to plot the contours. |
7168
|
453 |
|
454 * plot/__go_draw_axes__.m (get_fontname_and_size): |
|
455 Handle fontweight and fontangle properties. |
|
456 |
7163
|
457 2007-11-12 Kai Habel <kai.habel@gmx.de> |
|
458 |
|
459 * plot/spinmap.m, plot/ribbon.m: New functions. |
|
460 * plot/Makefile.in (SOURCES): Add them to the list. |
|
461 |
|
462 2007-11-12 John W. Eaton <jwe@octave.org> |
|
463 |
|
464 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. |
|
465 Use it to avoid duplicated code. |
|
466 |
7161
|
467 2007-11-12 David Bateman <dbateman@free.fr> |
|
468 |
7162
|
469 * plot/title.m: Fix return value for nargout > 0. |
|
470 |
|
471 * plot/__go_draw_axes.m: Allow the font and fontsize to be |
|
472 specified for the title, xlabel, ylabel and text objects. |
|
473 |
7161
|
474 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
|
475 4.0 and surface plots. |
|
476 |
7160
|
477 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
|
478 |
|
479 * plot/__patch__.m: Fix computation of faces when patch is defined |
|
480 with X/Y/Z data. |
|
481 |
7146
|
482 2007-11-09 John W. Eaton <jwe@octave.org> |
|
483 |
7152
|
484 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154
|
485 Correct logic in setting palette data. |
7152
|
486 |
7151
|
487 * audio/wavread.m, control/base/__bodquist__.m, |
|
488 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, |
|
489 control/system/c2d.m, control/system/is_detectable.m, |
|
490 control/system/is_signal_list.m, control/system/is_stabilizable.m, |
|
491 control/system/tfout.m, general/isdefinite.m, |
|
492 linear-algebra/krylov.m, miscellaneous/compare_versions.m, |
|
493 optimization/glpk.m, path/savepath.m, plot/findobj.m, |
|
494 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, |
|
495 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, |
|
496 sparse/spstats.m, testfun/assert.m, testfun/fail.m, |
|
497 testfun/test.m: Use specific end keywords. |
|
498 |
7146
|
499 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
|
500 |
|
501 2007-11-09 Kai Habel <kai.habel@gmx.de> |
|
502 |
|
503 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: |
|
504 Don't change view if hold is on. |
|
505 |
7142
|
506 2007-11-09 David Bateman <dbateman@free.fr> |
|
507 |
7149
|
508 * plot/hidden.m: New function. |
|
509 * plot/Makefile.in (SOURCES): Add it here. |
|
510 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden |
|
511 line removal. |
|
512 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line |
|
513 removal and if it is "none" don't do hidden line removal. |
|
514 |
7148
|
515 * plot/legend.m: Also allow labels for surface and patch types. |
|
516 * plot/__bar__.m: Split into separate patch pbjects to allow |
|
517 setting of the legend. |
|
518 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch |
|
519 objects as well. |
|
520 |
7146
|
521 * plot/area.m, plot/__area__.m: New functions |
|
522 * plot/Makefile.in (SOURCES): Add them to the list of files. |
|
523 |
7142
|
524 * plot/patch.m: Correctly handle case of axis handle as first arg. |
|
525 |
7144
|
526 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
|
527 |
|
528 * sparse/spdiags.m: Tweak documentation entries to match other uses. |
|
529 |
7131
|
530 2007-11-08 John W. Eaton <jwe@octave.org> |
|
531 |
7133
|
532 * control/base/dcgain.m, control/base/dre.m, |
|
533 control/base/impulse.m, control/base/step.m, |
|
534 control/system/dmr2d.m, control/system/ord2.m, |
|
535 control/system/sys2ss.m, control/system/sysdimensions.m, |
|
536 control/system/sysgetsignals.m, control/system/sysout.m, |
|
537 control/system/tfout.m, control/system/ugain.m, |
|
538 control/system/zpout.m, control/util/strappend.m: |
|
539 Don't fail with usage message if nargout is too large. |
|
540 |
7131
|
541 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
542 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
543 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, |
7134
|
544 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
|
545 control/obsolete/dlqg.m, control/obsolete/minfo.m, |
|
546 control/obsolete/packsys.m, control/obsolete/qzval.m, |
|
547 control/obsolete/rotg.m, control/obsolete/series.m, |
|
548 control/obsolete/swapcols.m, control/obsolete/swaprows.m, |
|
549 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, |
7136
|
550 control/system/__syschnamesl__.m, |
|
551 control/system/__syscont_disc__.m, |
|
552 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, |
|
553 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, |
|
554 control/system/abcddim.m, control/system/buildssic.m, |
|
555 control/system/c2d.m, control/system/cellidx.m, |
|
556 control/system/d2c.m, control/system/dmr2d.m, |
|
557 control/system/fir2sys.m, control/system/is_abcd.m, |
|
558 control/system/is_controllable.m, control/system/is_detectable.m, |
|
559 control/system/is_digital.m, control/system/is_observable.m, |
|
560 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
561 control/system/jet707.m, control/system/listidx.m, |
|
562 control/system/parallel.m, control/system/ss.m, |
|
563 control/system/ss2sys.m, control/system/ss2zp.m, |
|
564 control/system/starp.m, control/system/sys2ss.m, |
|
565 control/system/sys2tf.m, control/system/sys2zp.m, |
|
566 control/system/sysadd.m, control/system/sysappend.m, |
|
567 control/system/sysconnect.m, control/system/syscont.m, |
|
568 control/system/sysdimensions.m, control/system/sysdisc.m, |
7135
|
569 control/system/sysdup.m, control/system/sysgetsignals.m, |
|
570 control/system/sysgroup.m, control/system/sysmin.m, |
7136
|
571 control/system/sysmult.m, control/system/sysout.m, |
|
572 control/system/sysprune.m, control/system/sysreorder.m, |
7135
|
573 control/system/sysscale.m, control/system/syssetsignals.m, |
7136
|
574 control/system/syssub.m, control/system/sysupdate.m, |
|
575 control/system/tf.m, control/system/tf2ss.m, |
|
576 control/system/tf2sys.m, control/system/tfout.m, |
|
577 control/system/zp.m, control/system/zp2ss.m, |
|
578 control/system/zp2sys.m, control/system/zp2tf.m, |
|
579 control/system/zpout.m, control/util/__outlist__.m, |
|
580 control/util/__zgpbal__.m, control/util/axis2dlim.m, |
|
581 control/util/prompt.m, control/util/sortcom.m, |
|
582 control/util/zgfmul.m, control/util/zgfslv.m, |
|
583 control/util/zginit.m, control/util/zgreduce.m, |
|
584 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. |
7131
|
585 |
7130
|
586 2007-11-08 David Bateman <dbateman@free.fr> |
|
587 |
|
588 * plot/quiver.m: Fix arrowheads. |
|
589 |
7128
|
590 2007-11-07 Ben Abbott <bpabbott@mac.com> |
|
591 |
|
592 * set/ismember.m: Call cell_ismember to handle cellstr args. |
7129
|
593 Handle "rows" argument. New tests. |
7128
|
594 (cell_ismember): New function. |
|
595 |
7127
|
596 2007-11-07 John W. Eaton <jwe@octave.org> |
|
597 |
|
598 * control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
599 control/base/__stepimp__.m, control/base/are.m, |
|
600 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, |
|
601 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, |
|
602 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, |
|
603 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, |
|
604 control/base/ltifr.m, control/base/nichols.m, |
|
605 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, |
|
606 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: |
|
607 Style fixes. |
|
608 |
7125
|
609 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
610 |
|
611 * control/base/bode_bounds.m, control/base/dgram.m, |
|
612 control/base/dlyap.m, control/base/freqchkw.m, |
|
613 control/base/gram.m, control/base/place.m, |
|
614 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, |
|
615 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, |
|
616 control/system/is_signal_list.m, control/system/ss2tf.m, |
|
617 control/system/sys2fir.m, control/system/sysgettsam.m, |
|
618 control/system/sysgettype.m, control/system/sysreorder.m, |
|
619 control/system/tf2sys.m, control/system/zp2tf.m, |
|
620 control/util/axis2dlim.m, control/util/swap.m, |
|
621 control/util/zgfmul.m, control/util/zgfslv.m, |
|
622 control/util/zginit.m, control/util/zgreduce.m, |
|
623 control/util/zgrownorm.m, control/util/zgscal.m, |
|
624 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, |
|
625 geometry/inpolygon.m, linear-algebra/housh.m, |
|
626 miscellaneous/compare_versions.m, miscellaneous/inputname.m, |
|
627 miscellaneous/run.m, quaternion/qconj.m, |
|
628 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, |
|
629 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, |
|
630 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, |
|
631 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, |
|
632 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, |
|
633 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, |
|
634 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, |
|
635 sparse/spones.m, sparse/spy.m, specfun/isprime.m, |
|
636 statistics/distributions/empirical_cdf.m, |
|
637 statistics/distributions/empirical_inv.m, |
|
638 statistics/distributions/empirical_pdf.m, |
|
639 statistics/models/logistic_regression_derivatives.m, |
|
640 statistics/models/logistic_regression_likelihood.m: Check nargin. |
|
641 |
7118
|
642 2007-11-07 David Bateman <dbateman@free.fr> |
|
643 |
7120
|
644 * general/gradient.m: Correctly convert deltax and deltay scalar |
|
645 values are scalars to vectors. |
|
646 |
7119
|
647 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
648 the meshc.m function. |
|
649 * plot/meshc.m: Also use the surface function. |
|
650 |
7120
|
651 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118
|
652 * plot/Makefile.in (SOURCES): Add them to the list. |
|
653 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
654 |
7117
|
655 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
656 |
|
657 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
658 |
7115
|
659 2007-11-07 John W. Eaton <jwe@octave.org> |
|
660 |
|
661 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
662 the data limits are infinite. |
|
663 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
664 (get_axis_limits): Don't do anything if min_val or max_val are |
|
665 infinite. |
|
666 |
7112
|
667 2007-11-06 David Bateman <dbateman@free.fr> |
|
668 |
|
669 * plot/hist.m: Pass any additional arguments to bar for |
|
670 treatment. Create a default x value that is always a vector. |
|
671 |
7111
|
672 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
673 |
|
674 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
675 when calling ./configure and add quotes to preserve spaces. |
7109
|
676 |
|
677 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
678 |
|
679 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
680 New files. |
|
681 * plot/mesh.m: Call surface to do the real work. |
|
682 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
683 properties. |
|
684 |
|
685 * image/colormap.m: Also return current colormap if nargout and |
|
686 nargin are both 0. |
|
687 |
7106
|
688 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
689 |
|
690 * startup/inputrc: Delete key bindings starting with \340 code. |
|
691 |
7112
|
692 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
693 |
|
694 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
695 to avoid issues of over- and underflow. From Rolf Fabian |
|
696 <Rolf.Fabian@gmx.de>. |
|
697 |
7097
|
698 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
699 |
|
700 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
701 help texts. |
|
702 |
7096
|
703 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
704 |
|
705 * plot/bar.m, plot/barh.m: Doc fix. |
|
706 |
7094
|
707 2007-10-31 John W. Eaton <jwe@octave.org> |
|
708 |
|
709 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
710 |
7086
|
711 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
712 |
|
713 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
714 objects and legend objects are implemented with a separate axes |
|
715 object. |
|
716 |
7078
|
717 2007-10-30 David Bateman <dbateman@free.fr> |
|
718 |
7081
|
719 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
720 |
7078
|
721 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
722 Use point type 0 for ".". |
|
723 |
7073
|
724 2007-10-26 John W. Eaton <jwe@octave.org> |
|
725 |
7074
|
726 * image/imshow.m: Improve compatibility. |
|
727 * image/image.m: Return handle if nargou > 0. |
|
728 |
7073
|
729 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
730 |
7069
|
731 2007-10-25 John W. Eaton <jwe@octave.org> |
|
732 |
|
733 * miscellaneous/compare_versions.m: Style fixes. |
|
734 |
7060
|
735 2007-10-24 John W. Eaton <jwe@octave.org> |
|
736 |
7061
|
737 * image/saveimage.m: Use functional form of save instead of eval. |
|
738 Use -text instead of -ascii. |
|
739 |
7060
|
740 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
741 |
7054
|
742 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
743 |
|
744 * plot/legend.m: Also extract location string from varargin (lost |
|
745 when 2007-10-08 patch was applied). |
|
746 |
7049
|
747 2007-10-23 David Bateman <dbateman@free.fr> |
|
748 |
|
749 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
750 miscellaneous/what.m: New functions |
|
751 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
752 functions. |
|
753 |
7045
|
754 2007-10-22 David Bateman <dbateman@free.fr> |
|
755 |
|
756 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
757 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
758 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
759 |
7042
|
760 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
761 |
|
762 * plot/contourf.m: New function. |
|
763 * plot/Makefile.in (SOURCES): Add it to the list. |
|
764 |
7040
|
765 2007-10-19 John W. Eaton <jwe@octave.org> |
|
766 |
|
767 * plot/subplot.m: Doc fix. |
|
768 |
7039
|
769 2007-10-19 David Bateman <dbateman@free.fr> |
|
770 |
7041
|
771 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
772 |
7037
|
773 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
774 |
|
775 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
776 output. |
|
777 |
7031
|
778 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
779 |
|
780 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
781 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
782 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
783 control/system/syssetsignals.m, control/base/lqg.m, |
|
784 strings/str2double.m, control/system/sysscale.m, |
|
785 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
786 Make help text fit on pages when using smallbook. |
|
787 |
7028
|
788 2007-10-15 David Bateman <dbateman@free.fr> |
|
789 |
7032
|
790 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
791 on the screen. |
|
792 |
7028
|
793 * testfun/test.m: In error/warning blocks test for an error before |
|
794 a warning to avoid unexpected failures. |
|
795 |
7027
|
796 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
797 |
|
798 * testfun/assert.m: Correct documentation of absolution versus |
|
799 relative error tolerance and add tests. |
|
800 |
7024
|
801 2007-10-14 David Bateman <dbateman@free.fr> |
|
802 |
|
803 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
804 src directory. |
|
805 * plot/Makefile.in (SOURCES): Add fill.m. |
|
806 |
7020
|
807 2007-10-13 David Bateman <dbateman@free.fr> |
|
808 |
|
809 * plot/__patch__.m: Allow multiple patches to be defined and |
|
810 return a single patch object. Allow Faces/Vertices form of |
|
811 patch. Flag failure so the patch can call print_usage. |
|
812 * plot/patch.m: Update help string for Faces/Vertices |
|
813 call. Respect the fail flag returned by __patch__. Add demo code |
|
814 that tests the functionality of patch. |
|
815 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
816 patch object. |
|
817 * plot/fill.m: New function. |
|
818 |
7016
|
819 2007-10-12 John W. Eaton <jwe@octave.org> |
|
820 |
|
821 * Change copyright notices in all files that are part of Octave to |
|
822 GPLv3 or any later version. |
|
823 |
7012
|
824 2007-10-11 John W. Eaton <jwe@octave.org> |
|
825 |
|
826 * plot/__go_draw_axes__.m (get_axis_limits): |
|
827 Return lim = [] if logscale and no positive values. |
|
828 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
829 Set initial min and min positive values to Inf, max values to -Inf. |
|
830 (get_data_limits): Correctly handle xminp when no positive values |
|
831 are found. |
|
832 |
7011
|
833 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
834 |
|
835 * polynomial/residue.m: New optional input for pole multiplicity. |
|
836 Doc fix. Fix tests. |
|
837 |
7010
|
838 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
839 |
|
840 * toplev.cc (Foctave_config_info): Add field "mac". |
|
841 |
|
842 * miscellaneous/ismac.m: New function. |
|
843 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
844 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
845 |
7009
|
846 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
847 |
|
848 * statistics/distributions/hygernd.m: Allow size to be specified |
|
849 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
850 scalars or matrices of a common size. |
|
851 |
7007
|
852 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
853 |
|
854 * control/csrefcard.lt, control/system/is_detectable.m, |
|
855 control/system/sysgroup.m, geometry/voronoin.m, |
|
856 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
857 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
858 statistics/distributions/binornd.m, |
|
859 statistics/distributions/cauchy_rnd.m, |
|
860 statistics/distributions/chi2rnd.m, |
|
861 statistics/distributions/discrete_rnd.m, |
|
862 statistics/distributions/exprnd.m, |
|
863 statistics/distributions/frnd.m, |
|
864 statistics/distributions/gamrnd.m, |
|
865 statistics/distributions/geornd.m, |
|
866 statistics/distributions/laplace_rnd.m, |
|
867 statistics/distributions/logistic_rnd.m, |
|
868 statistics/distributions/lognrnd.m, |
|
869 statistics/distributions/nbinrnd.m, |
|
870 statistics/distributions/normrnd.m, |
|
871 statistics/distributions/poissrnd.m, |
|
872 statistics/distributions/stdnormal_rnd.m, |
|
873 statistics/distributions/trnd.m, |
|
874 statistics/distributions/unifrnd.m, |
|
875 statistics/distributions/wblrnd.m: Spelling fixes. |
|
876 |
7005
|
877 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
878 |
|
879 * time/tic.m: New optional output value. |
|
880 |
|
881 * general/int2str.m: Doc fix. |
|
882 |
7002
|
883 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
884 |
|
885 * statistics/distributions/hygecdf.m, |
|
886 statistics/distributions/hygeinv.m, |
|
887 statistics/distributions/hygepdf.m, |
|
888 statistics/distributions/hygernd.m: |
|
889 Swap order of T and M args for compatibility. |
|
890 |
7001
|
891 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
892 |
|
893 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
894 control/system/buildssic.m, control/system/c2d.m, |
|
895 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
896 control/system/ss2sys.m, control/system/ss2tf.m, |
|
897 control/system/syscont.m, control/system/sysdimensions.m, |
|
898 control/system/sysdisc.m, control/system/sysmult.m, |
|
899 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
900 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
901 general/interp1.m, general/interp2.m, general/interp3.m, |
|
902 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
903 general/rat.m, general/structfun.m, general/trapz.m, |
|
904 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
905 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
906 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
907 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
908 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
909 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
910 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
911 statistics/base/meansq.m, statistics/base/var.m, |
|
912 statistics/tests/chisquare_test_independence.m, |
|
913 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
914 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
915 testfun/test.m: Spelling fixes. |
|
916 |
6998
|
917 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
918 |
|
919 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
920 |
6997
|
921 2007-10-10 John W. Eaton <jwe@octave.org> |
|
922 |
|
923 * general/num2str.m: Always allow for sign for automatically |
|
924 computed format widths. |
|
925 |
6988
|
926 2007-10-09 David Bateman <dbateman@free.fr> |
|
927 |
|
928 * plot/patch.m: Accept a handle as the first argument. |
|
929 |
6987
|
930 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
931 |
7010
|
932 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
933 |
6985
|
934 2007-10-09 John W. Eaton <jwe@octave.org> |
|
935 |
|
936 * audio/wavwrite.m: Accept arguments in compatible order. |
|
937 |
6979
|
938 2007-10-08 David Bateman <dbateman@free.fr> |
|
939 |
|
940 * general/interp2.m: Relax test for values outside the grid to |
|
941 allow monotonically decreasing abscissa as well. |
|
942 |
6978
|
943 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
944 |
|
945 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
946 as output parameter. |
|
947 |
6977
|
948 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
949 |
|
950 * plot/__go_draw_axes__.m, plot/legend.m: |
|
951 Handle compatible position specifiers as strings. |
|
952 |
6975
|
953 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
954 |
|
955 * general/num2str.m: Eliminate extra whitespace in output. |
|
956 * strings/strtrim.m: New function. |
|
957 * strings/Makefile.in (SOURCES): Add it to the list. |
|
958 |
6968
|
959 2007-10-06 John W. Eaton <jwe@octave.org> |
|
960 |
|
961 * polynomial/residue.m: New test from test/test_poly.m. |
|
962 |
6967
|
963 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
964 |
|
965 * image/saveimage.m: Handle saving color images without a colormap. |
|
966 * image/__img_via_file__.m: Add missing semicolon. |
|
967 |
|
968 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
969 |
7010
|
970 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
971 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
972 |
6965
|
973 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
974 |
|
975 * plot/print.m: Handle svg output type. Accept new -S option to |
|
976 specify size for PNG and SVG output types. |
|
977 |
|
978 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
979 |
|
980 * polynomial/mpoles.m: New function. |
|
981 * polynomial/residue.m: Modified to behave in reciprocal |
|
982 manner. No longer compute 4th output, "e". No longer accept |
|
983 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
984 Respect maximum relative difference in poles when determining |
|
985 their multiplicity. Use mpoles to determine the multiplicity of |
|
986 poles. |
|
987 |
6963
|
988 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
989 |
|
990 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
991 for surface plots. |
|
992 |
6962
|
993 2007-10-05 John W. Eaton <jwe@octave.org> |
|
994 |
|
995 * plot/__next_line_color__.m: Get color_rotation from axes |
|
996 colororder property. |
|
997 |
6953
|
998 2007-10-03 John W. Eaton <jwe@octave.org> |
|
999 |
6955
|
1000 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
1001 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
1002 |
6953
|
1003 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
1004 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
1005 special for __vnorm__. |
|
1006 |
6951
|
1007 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
1008 |
6952
|
1009 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
1010 |
6950
|
1011 2007-10-03 David Bateman <dbateman@free.fr> |
|
1012 |
|
1013 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
1014 if a file is architecture dependent based on a list of file |
|
1015 extensions. |
|
1016 (configure_make): Simplify the search for architecture dependent |
|
1017 files based on this function. |
|
1018 (load_pakages_and_dependencies): Also look for bin directory in |
|
1019 the architecture dependent directory. |
|
1020 |
6947
|
1021 2007-10-03 John W. Eaton <jwe@octave.org> |
|
1022 |
|
1023 * miscellaneous/dir.m: Create empty struct with field names. |
|
1024 Include datenum in struct. |
|
1025 |
6943
|
1026 2007-10-02 David Bateman <dbateman@free.fr> |
|
1027 |
|
1028 * miscellaneous/ls.m: If nargout return string array of files |
|
1029 returned by ls. |
|
1030 |
6942
|
1031 2007-10-01 John W. Eaton <jwe@octave.org> |
|
1032 |
|
1033 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
1034 range values. |
|
1035 |
6937
|
1036 2007-10-01 David Bateman <dbateman@free.fr> |
|
1037 |
7010
|
1038 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
1039 speed with small vectors. |
6937
|
1040 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
1041 rather than OCTAVE_HOME(). |
|
1042 |
6935
|
1043 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
1044 |
|
1045 * plot/findobj.m: New function. |
|
1046 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
1047 |
6925
|
1048 2007-09-26 David Bateman <dbateman@free.fr> |
|
1049 |
|
1050 * pkg/pkg.m: Add second argument to setting for prefix for |
|
1051 architecture dependent files. Use throughout. |
|
1052 (pkg:issuperuser): New function, use through to check for |
|
1053 root user. |
|
1054 (pkg:getarchprefix): function to give the archiecture dependent |
|
1055 prefix for a package. |
|
1056 (pkg:getarchdir): New function giving location of architetcure |
|
1057 dependent directory. Use through out. |
|
1058 (pkg:install): Treat architecture dependent directory separately |
|
1059 as in might not be a sub-directory of the package directory. |
|
1060 (pkg:uninstall): ditto. |
|
1061 (pkg:create_pkgadddel): Check for global or local install for |
|
1062 architecture dependent directory. |
|
1063 (pkg:finish_installation): ditto. |
|
1064 (pkg:write_INDEX): ditto. |
|
1065 (pkg:load_packages_and_dependencies): ditto. |
|
1066 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
1067 files to a new location if user is root. |
|
1068 (pkg:rm_rf): Check if file or directory exists before removing. |
|
1069 (pkg:dirempty): Check if directory exists before checking. |
|
1070 |
|
1071 * plot/___patch__.m: Allow face colors to be passed as strings |
|
1072 |
|
1073 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
1074 needed for calls to "hold" without an argument. |
|
1075 |
6920
|
1076 2007-09-21 John W. Eaton <jwe@octave.org> |
|
1077 |
6921
|
1078 * optimization/sqp.m: Fix typo. |
|
1079 |
6920
|
1080 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
1081 |
6919
|
1082 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
1083 |
|
1084 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
1085 |
6918
|
1086 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1087 |
|
1088 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
1089 unidpdf.m and unidinv.m |
|
1090 |
6914
|
1091 2007-09-18 John W. Eaton <jwe@octave.org> |
|
1092 |
|
1093 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
1094 (do_tics_1): Set numeric axes formats to "%.15g". |
|
1095 |
6912
|
1096 2007-09-18 David Bateman <dbateman@free.fr> |
|
1097 |
|
1098 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
1099 of %g when writing data. |
|
1100 |
6908
|
1101 2007-09-17 John W. Eaton <jwe@octave.org> |
|
1102 |
|
1103 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
1104 |
6903
|
1105 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
1106 |
|
1107 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
1108 noninteger N with N-K < 1. |
|
1109 |
6901
|
1110 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
1111 |
|
1112 * strings/index.m: Correct for strings differing after the third |
|
1113 position (bug reported by Maude Martin). |
|
1114 |
6895
|
1115 2007-09-13 John W. Eaton <jwe@octave.org> |
|
1116 |
|
1117 * plot/__default_colormap__.m: Delete. |
|
1118 * plot/Makefile (SOURCES): Remove from the list. |
|
1119 |
6898
|
1120 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
1121 |
|
1122 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
1123 |
6885
|
1124 2007-09-10 David Bateman <dbateman@free.fr> |
|
1125 |
|
1126 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
1127 limit the selection of colors in the same way as for lines. |
|
1128 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
1129 column. |
|
1130 * plot/__bar__.m: Adapt to use "patch". |
|
1131 |
6870
|
1132 2007-09-06 John W. Eaton <jwe@octave.org> |
|
1133 |
|
1134 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
1135 (init_plot_stream): Split from open_plot_stream. |
|
1136 * plot/print.m: Accept -debug=FILE argument. |
|
1137 |
6868
|
1138 2007-09-06 David Bateman <dbateman@free.fr> |
|
1139 |
7010
|
1140 * general/celldisp.m: New function. |
|
1141 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
1142 * miscellaneous/swapbytes.m: New function. |
|
1143 * miscellaneous/gzip.m: New function. |
|
1144 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
1145 |
6863
|
1146 2007-09-05 David Bateman <dbateman@free.fr> |
|
1147 |
7010
|
1148 * general/structfun.m: New function. |
|
1149 * general/Makefile.in (SOURCES): Add it to sources. |
|
1150 * miscellaneous/run.m: New function. |
|
1151 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
1152 * statistics/base/mode.m: New function. |
|
1153 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
1154 |
6862
|
1155 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1156 |
|
1157 * miscellaneous/orderfields.m: Use numel instead of length. |
|
1158 |
|
1159 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
1160 |
|
1161 * miscellaneous/orderfields.m: Handle empty structs. |
|
1162 |
6861
|
1163 2007-09-05 John W. Eaton <jwe@octave.org> |
|
1164 |
|
1165 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
1166 DATA_IDX. |
|
1167 |
|
1168 2007-09-04 David Bateman <dbateman@free.fr> |
|
1169 |
|
1170 * general/isdir.m: Return a logical value. |
|
1171 |
6859
|
1172 2007-09-04 David Bateman <dbateman@free.fr> |
|
1173 |
|
1174 * statistics/distributions/chi2pdf.m, |
|
1175 statistics/distributions/chi2cdf.m, |
|
1176 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
1177 distribution functions to account for inverse of scale factor in |
|
1178 gamma functions. |
|
1179 |
6857
|
1180 2007-09-01 John W. Eaton <jwe@octave.org> |
|
1181 |
|
1182 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
1183 |
6853
|
1184 2007-09-01 David Bateman <dbateman@free.fr> |
|
1185 |
|
1186 * polynomial/polyint.m: New function like polyinteg but with |
|
1187 explicit integration constant. |
|
1188 * polynomial/polyinteg.m: Remove. |
|
1189 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
1190 polyinteg.m. |
|
1191 * deprecated/polyinteg.m: Move version here. |
|
1192 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
1193 |
6852
|
1194 * geometry/voronoi.m: Add large box around data to get a good |
|
1195 approximation of the rays to infinity. |
|
1196 |
6851
|
1197 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
1198 |
|
1199 * plot/axes.m: Allow parent to be specified when creating axes |
|
1200 objects. Support non-figure parents. |
|
1201 |
|
1202 2007-08-31 John W. Eaton <jwe@octave.org> |
|
1203 |
|
1204 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
1205 |
6850
|
1206 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
1207 |
7010
|
1208 * polynomial/polygcd.m: Better layout of example. |
|
1209 * polynomial/compan.m: Remove unnecessary check. |
|
1210 * polynomial/roots.m: Added example to help text. |
|
1211 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
1212 * polynomial/poly.m: Added example to help text. |
6850
|
1213 |
6848
|
1214 2007-08-30 John W. Eaton <jwe@octave.org> |
|
1215 |
|
1216 * optimization/qp.m: Increase maxit to 200. |
|
1217 |
6847
|
1218 2007-08-30 David Bateman <dbateman@free.fr> |
|
1219 |
|
1220 * geometry/inpolygon.m: New file. |
|
1221 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
1222 |
6843
|
1223 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
1224 |
|
1225 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
1226 |
6829
|
1227 2007-08-24 David Bateman <dbateman@free.fr> |
|
1228 |
|
1229 * plot/__go_draw_axes__.m: Treat text color property. |
|
1230 |
6828
|
1231 2007-08-24 John W. Eaton <jwe@octave.org> |
|
1232 |
|
1233 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
1234 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
1235 |
|
1236 * miscellaneous/movefile.m: Separate second and third args and |
|
1237 use p1 and p2, not f1 and f2 when constructing arguments for |
|
1238 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
1239 |
6825
|
1240 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
1241 |
|
1242 * set/intersect.m: Make it work with cell arrays of strings. |
|
1243 |
6823
|
1244 2007-08-24 David Bateman <dbateman@free.fr> |
|
1245 |
7010
|
1246 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
1247 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
1248 functions ported from octave-forge. |
7010
|
1249 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
1250 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
1251 geometry/triplot.m, geometry/tsearchn.m: |
|
1252 New functions. |
7010
|
1253 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
1254 * geometry/Makefile.in (SOURCES): Add functions above. |
|
1255 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
1256 |
6820
|
1257 2007-08-23 John W. Eaton <jwe@octave.org> |
|
1258 |
|
1259 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
1260 variable name. |
|
1261 |
|
1262 2007-08-23 David Bateman <dbateman@free.fr> |
|
1263 |
|
1264 * plot/plot.m: Allow first arg to be axes handle. |
|
1265 |
6818
|
1266 2007-08-22 David Bateman <dbateman@free.fr> |
|
1267 |
|
1268 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
1269 outputs are returned only if requested. |
|
1270 |
|
1271 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
1272 |
|
1273 * control/base/nichols.m: Fix typo. |
|
1274 |
6813
|
1275 2007-08-13 John W. Eaton <jwe@octave.org> |
|
1276 |
|
1277 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
1278 |
6809
|
1279 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
1280 |
|
1281 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
1282 use axes position in each appropriate gnuplot set statement. |
|
1283 |
6808
|
1284 2007-08-10 John W. Eaton <jwe@octave.org> |
|
1285 |
|
1286 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
1287 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1288 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1289 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
1290 |
6807
|
1291 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
1292 |
|
1293 * plot/patch.m, plot/__patch__.m: New files. |
|
1294 * plot/Makefile.in (SOURCES): Add them to the list. |
|
1295 |
|
1296 2007-08-07 John W. Eaton <jwe@octave.org> |
|
1297 |
|
1298 * path/savepath.m: Use single quotes for argument to PATH command |
|
1299 that is inserted in file. |
|
1300 |
6805
|
1301 2007-07-27 John W. Eaton <jwe@octave.org> |
|
1302 |
|
1303 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
1304 not set in the environment. |
|
1305 |
6796
|
1306 2007-07-25 David Bateman <dbateman@free.fr> |
|
1307 |
|
1308 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1309 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1310 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1311 control/util/Makefile.in, deprecated/Makefile.in, |
|
1312 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1313 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1314 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
1315 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1316 polynomial/Makefile.in, quaternion/Makefile.in, |
|
1317 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
1318 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1319 startup/Makefile.in, statistics/Makefile.in, |
|
1320 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1321 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1322 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1323 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
1324 |
6795
|
1325 2007-07-25 John W. Eaton <jwe@octave.org> |
|
1326 |
|
1327 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
1328 |
6793
|
1329 2007-07-24 David Bateman <dbateman@free.fr> |
|
1330 |
|
1331 * image/flag.m: New colormap function. |
|
1332 * images/Makefile.in: Include it in SOURCES. |
|
1333 |
|
1334 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1335 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1336 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1337 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
1338 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
1339 number of colormap elements as the other colormap functions. |
|
1340 |
6790
|
1341 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
1342 |
|
1343 * plot/__go_draw_axes__.m: Handle patch. |
|
1344 |
6788
|
1345 2007-07-23 David Bateman <dbateman@free.fr> |
|
1346 |
|
1347 * general/rat.m: New function for ration approximation imported |
|
1348 from octave-forge. |
|
1349 * general/del2.m: New function for discrete laplacian operator. |
|
1350 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
1351 |
|
1352 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1353 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1354 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1355 image/winter.m, image/brighten.m: Port image functions from |
|
1356 octave-forge. |
|
1357 * image/Makefile.in: Add ported functions to SOURCES. |
|
1358 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
1359 compatibility with matlab. |
|
1360 |
|
1361 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
1362 octave-forge |
|
1363 * plot/Makefile.in: Add ported functions to SOURCES. |
|
1364 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
1365 using gnuplot 4.2 or greater. |
|
1366 |
6785
|
1367 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
1368 |
|
1369 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
1370 |
6781
|
1371 2007-07-19 David Bateman <dbateman@free.fr> |
|
1372 |
|
1373 * plot/fplot.m: More compatible version. |
|
1374 |
6780
|
1375 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
1376 |
|
1377 * plot/clf.m: Check for valid handle before deleting. |
|
1378 |
|
1379 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
1380 __go_figure__ instead of using regular "set" call. |
|
1381 |
6779
|
1382 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
1383 |
|
1384 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
1385 type for gnuplot. |
|
1386 |
6778
|
1387 2007-07-18 John W. Eaton <jwe@octave.org> |
|
1388 |
|
1389 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
1390 gnuplot for each set of axes. |
|
1391 |
6777
|
1392 2007-07-18 David Bateman <dbateman@free.fr> |
|
1393 |
6778
|
1394 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
1395 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
1396 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
1397 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
1398 Use standard scale factor rather than one on the scale factor for |
|
1399 compatibility. |
|
1400 |
|
1401 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
1402 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
1403 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
1404 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
1405 Preserve backward compatibility. |
6777
|
1406 |
6776
|
1407 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
1408 |
|
1409 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
1410 to avoid issues with regexp special characters in the path strings. |
|
1411 |
6770
|
1412 2007-07-06 David Bateman <dbateman@free.fr> |
|
1413 |
6778
|
1414 * general/accumarray.m: New function to create an array by |
|
1415 accumulating the elements. |
6770
|
1416 |
6768
|
1417 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
1418 |
|
1419 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
1420 (fdjac): Set nx outside of if block. |
|
1421 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
1422 |
6765
|
1423 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
1424 |
|
1425 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
1426 |
|
1427 * plot/axis.m: Also set "visible" property when setting axes to |
|
1428 on/off. |
|
1429 |
6762
|
1430 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
1431 |
|
1432 * image/colormap.m: Only return colormap if nargout > 0. |
|
1433 Mark as command. |
|
1434 |
6758
|
1435 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1436 |
|
1437 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
1438 strcmp for selected property comparisons. |
|
1439 |
6756
|
1440 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
1441 |
6778
|
1442 * image/imshow.m: Fix check for colormap arguments. |
6756
|
1443 |
6754
|
1444 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
1445 |
|
1446 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
1447 |
6756
|
1448 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
1449 |
6778
|
1450 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
1451 argument, and note that the data should be sorted for the |
|
1452 definition of the median to be correct. |
|
1453 |
6778
|
1454 * statistics/base/std.m: Add missing square to definition of |
6754
|
1455 standard deviation. |
|
1456 |
6778
|
1457 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
1458 |
|
1459 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
1460 statistics/base/std.m: |
|
1461 Note that \bar{x} is the mean value of x in the help text. |
|
1462 |
6778
|
1463 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
1464 coefficient to the help text. |
|
1465 |
6778
|
1466 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
1467 |
|
1468 * statistics/base/var.m: Put N in @math in help text. |
|
1469 |
|
1470 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
1471 statistics/tests/kolmogorov_smirnov_test.m: |
|
1472 Write about possible values of 'dist' in help text. |
|
1473 |
6778
|
1474 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
1475 Add definition of correlation to the help text. |
|
1476 |
6778
|
1477 * statistics/base/logit.m, statistics/base/kendall.m, |
|
1478 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
1479 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
1480 TeXification of help text. |
|
1481 |
|
1482 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
1483 |
|
1484 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
1485 Add missing @var's to help text. |
|
1486 |
|
1487 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
1488 |
|
1489 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
1490 of help text. |
|
1491 |
|
1492 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
1493 help text. |
|
1494 |
|
1495 * statistics/distributions/unidpdf.m, |
|
1496 statistics/distributions/discrete_pdf.m: |
|
1497 Replace 'pDF' with 'PDF' in help text. |
|
1498 |
6753
|
1499 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1500 |
|
1501 * strings/substr.m: Use offset consistently in code and doc string. |
|
1502 From Rafael Laboissiere <rafael@debian.org>. |
|
1503 |
6752
|
1504 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
1505 |
6778
|
1506 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
1507 |
6751
|
1508 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1509 |
|
1510 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
1511 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
1512 <juhani@cs.joensuu.fi>. |
|
1513 |
6748
|
1514 2007-06-20 John W. Eaton <jwe@octave.org> |
|
1515 |
6749
|
1516 * strings/index.m: Allow strings to be empty. |
|
1517 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
1518 |
6748
|
1519 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
1520 |
6747
|
1521 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
1522 |
|
1523 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
1524 separate matrices. |
|
1525 |
6746
|
1526 2007-06-19 David Bateman <dbateman@free.fr> |
|
1527 |
|
1528 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
1529 only ";;" legend syntax. |
|
1530 * polynomial/mkpp.m: ditto. |
|
1531 * polynomial/pchip.m: ditto. |
|
1532 * signal/freqz_plot.m: ditto. |
|
1533 * sparse/gplot.m: ditto. |
|
1534 * sparse/treeplot.m: ditto. |
|
1535 |
6745
|
1536 2007-06-19 John W. Eaton <jwe@octave.org> |
|
1537 |
|
1538 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
1539 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
1540 |
6742
|
1541 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1542 |
6778
|
1543 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
1544 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
1545 to check for NA. |
|
1546 |
6741
|
1547 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1548 |
6778
|
1549 * optimization/glpk.m: TeXified the help text. |
|
1550 * optimization/qp.m: TeXified the help text. |
|
1551 * optimization/sqp.m: TeXified the help text. |
6741
|
1552 |
6740
|
1553 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
1554 |
6778
|
1555 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
1556 |
6738
|
1557 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1558 |
|
1559 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
1560 have_newer_gnuplot is true. |
|
1561 |
6736
|
1562 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
1563 |
6778
|
1564 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
1565 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
1566 to 90, all others 0. |
|
1567 |
6778
|
1568 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
1569 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
1570 get_data_limits. |
6778
|
1571 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
1572 called by __errplot__. |
|
1573 |
6730
|
1574 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1575 |
|
1576 * testfun/test.m: Also return number of expected failures. |
|
1577 |
6724
|
1578 2007-06-14 John W. Eaton <jwe@octave.org> |
|
1579 |
6730
|
1580 * set/ismember.m: Mark two tests known to fail with xtest. |
|
1581 |
6724
|
1582 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
1583 |
6728
|
1584 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
1585 |
|
1586 * testfun/test.m: Add xtest support for tests known to fail. |
|
1587 |
6727
|
1588 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
1589 |
|
1590 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
1591 epslatexstandalone terminals. |
|
1592 |
6721
|
1593 2007-06-14 David Bateman <dbateman@free.fr> |
|
1594 |
|
1595 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
1596 as permutation of results was incorrect. |
|
1597 * general/interp1.m: Add demo on second derivative |
|
1598 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
1599 call. Add 3D demo. Fix typos |
|
1600 * general/interp3.m: Fix typos. Correct permutation for use of |
|
1601 interpn. |
6721
|
1602 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
1603 |
6717
|
1604 2007-06-13 John W. Eaton <jwe@octave.org> |
|
1605 |
|
1606 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
1607 |
6706
|
1608 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
1609 |
|
1610 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
1611 |
6704
|
1612 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
1613 |
|
1614 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
1615 Set have_linestyle to true if two character linestyle is found. |
|
1616 |
6702
|
1617 2007-06-12 David Bateman <dbateman@free.fr> |
|
1618 |
6717
|
1619 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
1620 and interpn.m. |
|
1621 |
|
1622 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
1623 structure before using it. |
|
1624 |
|
1625 2007-06-12 David Bateman <dbateman@free.fr> |
|
1626 |
6704
|
1627 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
1628 * general/__splinen__.m: New support function for N-dimensional |
|
1629 spline interpolation. |
|
1630 * general/bicubic.m: Allow definition of extrapolation |
|
1631 value. Adapt tests to use new graphics interface |
|
1632 * general/interp2.m: Call __splinen__ for 2-D spline |
|
1633 interpolation. Make the lookup table code only be called for |
|
1634 linear and nearest methods. |
|
1635 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
1636 and spline interpolation. |
|
1637 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
1638 and spline interpolation. |
6704
|
1639 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
1640 |
6701
|
1641 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
1642 |
|
1643 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1644 |
6699
|
1645 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1646 |
|
1647 * plot/fplot.m: If function is inline, vectorize it. |
|
1648 |
6698
|
1649 2007-06-10 David Bateman <dbateman@free.fr> |
|
1650 |
|
1651 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1652 directory if need to, so that it fits on a line. |
|
1653 |
6695
|
1654 2007-06-07 David Bateman <dbateman@free.fr> |
|
1655 |
|
1656 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1657 saved file so that dependent packages are loaded first, and if |
|
1658 nargout==0 don't return any arguments. |
|
1659 (pkg:install): Only load packages that are marked autoload after |
|
1660 install. Various fixes. Save in order. |
|
1661 (pkg:uninstall): Save in order |
|
1662 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1663 packages. |
|
1664 (pkg:save_order): New function to sort package list with dependent |
|
1665 packages first. |
|
1666 (pkg:load_packages_and_dependencies): New function to load both a |
|
1667 list of packages and their dependencies. |
|
1668 (pkg:load_package_dirs): New function that returns a vector of the |
|
1669 indexes into the installed package list indicating the packages to |
|
1670 load and the order to load them in to respect the dependencies. |
|
1671 |
6688
|
1672 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1673 |
|
1674 * plot/axes.m: Eliminate redundant else clause. |
|
1675 |
6686
|
1676 2007-06-03 David Bateman <dbateman@free.fr> |
|
1677 |
|
1678 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1679 * pkg/pkg.m: Protect against multiple actions being define. |
|
1680 |
6683
|
1681 2007-06-01 David Bateman <dbateman@free.fr> |
|
1682 |
|
1683 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1684 incorporate into main pkg function. |
|
1685 (pkg:install): Check for existence of files to install before |
|
1686 globbing and warn the user if they don't exist. |
|
1687 |
6675
|
1688 2007-05-31 David Bateman <dbateman@free.fr> |
|
1689 |
6679
|
1690 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1691 directory over several copy command to limit the line length. |
|
1692 * miscellaneous/movefile.m: Ditto. |
|
1693 |
6675
|
1694 * pkg.m: Add build option to allow binary Octave packages to be |
|
1695 built from source packages. Probe absolute path of prefix, global |
|
1696 and local lists. Use strcat, rather that [] for strings. |
|
1697 (pkg:build): New function to binary binary package. |
|
1698 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1699 (pkg:repackage): Package binary Octave package from installation. |
|
1700 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1701 from m-files into main installation directory. |
|
1702 (pkg:shell): Suppress verbose messages from shell and only display |
|
1703 them with the verbose flag. |
|
1704 (pkg:installed_packages): Also include the loaded flag in the |
|
1705 local and global packages. |
|
1706 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1707 flagged as loaded. |
|
1708 |
|
1709 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1710 |
|
1711 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1712 with and without architecture dependent directories. |
|
1713 (pkg:installed_packages): Probe the global_list file even if it is |
|
1714 the same as the local_list. |
|
1715 |
6669
|
1716 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1717 |
|
1718 * sparse/spy.m: Set axis to "ij" mode. |
|
1719 |
6664
|
1720 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1721 |
|
1722 * set/ismember.m: Quote first arg of "fail" tests. |
|
1723 |
6663
|
1724 2007-05-24 David Bateman <dbateman@free.fr> |
|
1725 |
6778
|
1726 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1727 |
6655
|
1728 2007-05-22 David Bateman <dbateman@free.fr> |
|
1729 |
|
1730 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1731 error(lasterr()(8:end)). |
|
1732 (pkg:install): Warning for empty packages being removed. Suppress |
|
1733 spurious output. Warning rather than error for uninstalling a |
|
1734 package that is not installed to avoid RPM issue. |
|
1735 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1736 inst or architecture dependent directory if it exists. |
|
1737 |
6653
|
1738 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1739 |
|
1740 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1741 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1742 signal/freqz.m: Fix typos. |
|
1743 |
6645
|
1744 2007-05-21 David Bateman <dbateman@free.fr> |
|
1745 |
|
1746 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1747 force installation location. |
|
1748 (rebuild): New subfunction to rebuild package database from |
|
1749 installed packages. Also allows changing of autoload status |
|
1750 (install): Warn use if attempting to install from non existent |
|
1751 file. |
|
1752 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1753 "USER", "root"))' for root test. |
|
1754 |
|
1755 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1756 |
|
1757 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1758 and replace "\" characters with "/". |
|
1759 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1760 characters with "/" throughout. |
|
1761 (shell): New subfunction that wraps system and is careful with the |
|
1762 shell on windows platforms. |
|
1763 (configure_make): Explictly pass complier etc to configure |
|
1764 process. |
|
1765 (issuperuser): Force default to global install for Windows machines. |
|
1766 |
6636
|
1767 2007-05-19 Kristan Onu |
|
1768 |
|
1769 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1770 |
6634
|
1771 2007-05-18 David Bateman <dbateman@free.fr> |
|
1772 |
|
1773 * pkg/pkg.m (install): More verbosity. |
|
1774 (configure_make): Ditto. |
|
1775 (create_pkgadddel): Install in architecture dependent directory if |
|
1776 it exists to address issues with autoload/mfilename. |
|
1777 (write_INDEX): Check in archiecture dependent directories as well. |
|
1778 |
6633
|
1779 2007-05-17 David Bateman <dbateman@free.fr> |
|
1780 |
|
1781 * plot/hbar.m: Remove. |
|
1782 * plot/barh.m: and move it here. |
|
1783 |
6631
|
1784 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1785 |
|
1786 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1787 |
6629
|
1788 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1789 |
|
1790 * general/logspace.m: Return second arg if fewer than two values |
|
1791 are requested. |
|
1792 |
6619
|
1793 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1794 |
|
1795 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1796 on a new line. |
|
1797 |
6617
|
1798 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1799 |
|
1800 * statistics/distributions/norminv.m, |
|
1801 statistics/distributions/norminv.m, |
|
1802 statistics/distributions/normpdf.m, |
|
1803 statistics/distributions/normrnd.m: |
|
1804 Use standard deviation, not variance. |
|
1805 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1806 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1807 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1808 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1809 backward compatibility. |
|
1810 |
6616
|
1811 2007-05-14 David Bateman <dbateman@free.fr> |
|
1812 |
|
1813 * pkg/pkg.m: Mark loaded packages with "*". |
|
1814 |
6615
|
1815 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1816 |
|
1817 * miscellaneous/single.m: Doc fix. |
|
1818 Convert to double instead of returning argument unchanged. |
|
1819 |
|
1820 * miscellaneous/doc.m: Doc fix. |
|
1821 |
|
1822 * miscellaneous/ver.m: Doc fix. |
|
1823 Don't display information about Octave Forge. |
|
1824 |
6614
|
1825 2007-05-12 David Bateman <dbateman@free.fr> |
|
1826 |
|
1827 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1828 install to be printed. An error in the on_uninstall script causes |
|
1829 a failure to uninstall. Place oct- and mex-files in an |
|
1830 architecture dependent directory. |
|
1831 |
6611
|
1832 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1833 |
|
1834 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1835 |
6609
|
1836 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1837 |
|
1838 * statistics/distributions/normcdf.m: Use standard deviation |
|
1839 instead of variance for compatibility. |
|
1840 |
|
1841 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1842 |
|
1843 |
|
1844 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1845 |
|
1846 * set/ismember.m: Always return logical values. |
|
1847 |
|
1848 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1849 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1850 |
|
1851 * general/__isequal__.m: Allow numeric values of different classes |
|
1852 to compare equal. |
|
1853 |
6606
|
1854 2007-05-07 David Bateman <dbateman@free.fr> |
|
1855 |
6607
|
1856 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1857 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1858 |
6605
|
1859 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1860 |
|
1861 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1862 |
6604
|
1863 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1864 |
|
1865 * contour.m: Rewrite help string. |
|
1866 |
6599
|
1867 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1868 |
|
1869 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1870 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1871 Special case nargout == 0. |
|
1872 |
6597
|
1873 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1874 |
|
1875 * general/sub2ind.m: Handle empty input, add tests. |
|
1876 |
6590
|
1877 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1878 |
|
1879 * plot/contourc.m: Doc fix. |
|
1880 |
6586
|
1881 2007-04-26 David Bateman <dbateman@free.fr> |
|
1882 |
|
1883 * plot/hist.m: Partially remove previous patch. |
|
1884 |
6582
|
1885 2007-04-26 David Bateman <dbateman@free.fr> |
|
1886 |
|
1887 * plot/hist.m: Support returning of handle |
|
1888 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1889 cells. |
|
1890 |
6575
|
1891 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1892 |
6579
|
1893 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1894 "title \"\"", not "". |
|
1895 |
6575
|
1896 * plot/legend.m: Initialize WARNED to false. |
|
1897 |
6567
|
1898 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1899 |
|
1900 * io/beep.m: Fix cut and paste error. |
|
1901 From S�ren Hauberg <soren@hauberg.org>. |
|
1902 |
|
1903 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1904 |
|
1905 * plot/box.m: Delete extra endfunction keyword. |
|
1906 |
6560
|
1907 2007-04-23 David Bateman <dbateman@free.fr> |
|
1908 |
|
1909 * plot/plot3.m: Call newplot. |
|
1910 |
6553
|
1911 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1912 |
|
1913 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1914 |
6546
|
1915 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1916 |
|
1917 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1918 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1919 |
6544
|
1920 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1921 |
|
1922 * control/util/axis2dlim.m: Delete extraneous line. |
|
1923 |
6542
|
1924 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1925 |
|
1926 * specfun/factorial.m: Increase tolerance in large value test. |
|
1927 |
6540
|
1928 2007-04-18 David Bateman <dbateman@free.fr> |
|
1929 |
|
1930 * __bar__.m: New support function for bar/hbar to support graphic |
|
1931 handles, and additional arguments. |
|
1932 * bar.m: Convert to use __bar__. |
|
1933 * hbar.m: New function |
|
1934 * hist.m: Explicitly set the width of the bar plot. |
|
1935 |
6533
|
1936 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1937 |
6534
|
1938 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1939 |
6533
|
1940 * set/ismember.m: New tests. |
|
1941 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1942 |
6532
|
1943 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1944 |
|
1945 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1946 Add tests. |
|
1947 |
6527
|
1948 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1949 |
6528
|
1950 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1951 looks_like_copyright in src/help.cc. |
|
1952 From S�ren Hauberg <soren@hauberg.org>. |
|
1953 |
6527
|
1954 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1955 |
6526
|
1956 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1957 |
6527
|
1958 * optimization/sqp.m: Initialize info to 0. |
|
1959 |
6526
|
1960 * optimization/qp.m: Undo previous change. |
|
1961 |
6524
|
1962 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1963 |
|
1964 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1965 length one. |
|
1966 |
6523
|
1967 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1968 |
|
1969 * optimization/qp.m: Avoid Octave indexing bug. |
|
1970 |
6521
|
1971 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1972 |
6522
|
1973 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1974 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1975 control/system/sysrepdemo.m: |
|
1976 Adapt to page_screen_output as a function. |
6521
|
1977 |
6518
|
1978 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1979 |
|
1980 * miscellaneous/not.m: Delete. |
|
1981 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1982 |
|
1983 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1984 |
|
1985 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1986 that are close but not exactly equal. |
|
1987 |
6515
|
1988 2007-04-11 David Bateman <dbateman@free.fr> |
|
1989 |
|
1990 * general/bitcmp.m: Make it work again. |
|
1991 |
6512
|
1992 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1993 |
|
1994 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1995 that are close but not exactly equal. |
|
1996 |
6511
|
1997 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1998 |
|
1999 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
2000 in response to a change in x limits for now. |
|
2001 |
6510
|
2002 2007-04-09 John W. Eaton <jwe@octave.org> |
|
2003 |
|
2004 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
2005 (__go_draw_axes__): Use it to write data to plot stream. |
|
2006 |
6509
|
2007 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2008 |
|
2009 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
2010 zeros. Set markerfacecolor property in call to plot. |
|
2011 |
6508
|
2012 2007-04-06 John W. Eaton <jwe@octave.org> |
|
2013 |
|
2014 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
2015 |
|
2016 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2017 |
|
2018 * plot/stem.m: Use plot instead of a series of calls to line. |
|
2019 |
6494
|
2020 2007-04-05 John W. Eaton <jwe@octave.org> |
|
2021 |
6499
|
2022 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
2023 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
2024 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
2025 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
2026 |
6496
|
2027 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
2028 Use strcmpi instead of strcmp+tolower. |
6496
|
2029 Style fixes. |
|
2030 |
6494
|
2031 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
2032 Plotting fixes. Style fixes. |
|
2033 |
|
2034 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
2035 Style fixes. |
|
2036 |
|
2037 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
2038 Style fixes. |
|
2039 |
|
2040 * testfun/demo.m, testfun/example.m: Style fixes. |
|
2041 Use "strcat (...)" instead of "[...]". |
|
2042 Use format specifiers in calls to warning. |
|
2043 |
|
2044 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
2045 Use "strcat (...)" instead of "[...]". |
|
2046 Use "x(end)" instead of "x(length (x))". |
|
2047 Check NA before NaN. |
|
2048 Style fixes. |
|
2049 |
6473
|
2050 2007-03-29 John W. Eaton <jwe@octave.org> |
|
2051 |
6474
|
2052 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
2053 |
6467
|
2054 2007-03-27 John W. Eaton <jwe@octave.org> |
|
2055 |
|
2056 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2057 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2058 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2059 control/util/Makefile.in, deprecated/Makefile.in, |
|
2060 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2061 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2062 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2063 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2064 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2065 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2066 special-matrix/Makefile.in, startup/Makefile.in, |
|
2067 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2068 statistics/distributions/Makefile.in, |
|
2069 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2070 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2071 Use ln instead of $(LN_S) in dist target. |
|
2072 |
6465
|
2073 2007-03-27 David Bateman <dbateman@free.fr> |
|
2074 |
|
2075 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
2076 gnuplot 4.0. |
|
2077 |
6464
|
2078 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2079 |
|
2080 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
2081 |
6461
|
2082 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2083 |
|
2084 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
2085 plot stream and using binary data. |
|
2086 |
6459
|
2087 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2088 |
|
2089 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2090 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2091 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
2092 |
|
2093 2007-03-26 David Bateman <dbateman@free.fr> |
|
2094 |
6461
|
2095 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
2096 |
6459
|
2097 * plot/plot3.m: Handle line properties. |
|
2098 * plot/plot.m: Update docstring. |
|
2099 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
2100 * plot/__plt__.m: Also gather properties. |
|
2101 |
6455
|
2102 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
2103 |
|
2104 * testfun/assert.m: Delete special check for empty objects. |
|
2105 Add test. |
|
2106 |
6453
|
2107 2007-03-26 John W. Eaton <jwe@octave.org> |
|
2108 |
6454
|
2109 * plot/drawnow.m: Exit early if call is recursive. |
|
2110 |
6453
|
2111 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
2112 Check for Inf too. |
|
2113 (__go_draw_axes__): Use get_data_limits. |
|
2114 |
6450
|
2115 2007-03-24 John W. Eaton <jwe@octave.org> |
|
2116 |
6451
|
2117 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
2118 send terminal setting command with title option to plot stream. |
|
2119 |
6450
|
2120 * plot/legend.m: Correctly increment index into list of children.. |
|
2121 |
6434
|
2122 2007-03-23 John W. Eaton <jwe@octave.org> |
|
2123 |
6448
|
2124 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
2125 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
2126 control/base/nyquist.m, control/base/nichols.m, |
|
2127 control/base/frdemo.m, signal/freqz_plot.m, |
|
2128 control/base/__stepimp__.m, control/base/bode.m, |
|
2129 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
2130 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
2131 Update plotting code. |
|
2132 |
|
2133 * control/base/bode.m: Unwrap phase angle. |
|
2134 |
|
2135 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
2136 |
|
2137 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
2138 |
|
2139 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
2140 commands. |
6446
|
2141 |
6442
|
2142 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
2143 Handle numeric color specs. |
6442
|
2144 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
2145 |
6441
|
2146 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
2147 |
6440
|
2148 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2149 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2150 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
2151 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
2152 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
2153 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
2154 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
2155 |
6438
|
2156 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
2157 plot, not just multiplots. |
|
2158 |
6436
|
2159 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
2160 |
6434
|
2161 * plot/contour.m: Don't call drawnow. |
|
2162 |
6431
|
2163 2007-03-22 John W. Eaton <jwe@octave.org> |
|
2164 |
6432
|
2165 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
2166 property of each figure. |
|
2167 |
6431
|
2168 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
2169 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2170 |
|
2171 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2172 |
|
2173 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
2174 less than eps to 0. |
|
2175 |
6429
|
2176 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
2177 |
|
2178 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
2179 * testfun/speed.m: Documentation and example fix. |
|
2180 |
6424
|
2181 2007-03-21 John W. Eaton <jwe@octave.org> |
|
2182 |
|
2183 * plot/subplot.m: If we find an existing subplot region, set |
|
2184 it to be the "currentaxes" property for the current figure. |
6425
|
2185 Delete old axes objects if the new axes object overlaps the old. |
6424
|
2186 |
6422
|
2187 2007-03-20 David Bateman <dbateman@free.fr> |
|
2188 |
|
2189 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
2190 |
|
2191 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
2192 |
|
2193 * general/arrayfun.m: New function. |
|
2194 |
6418
|
2195 2007-03-20 John W. Eaton <jwe@octave.org> |
|
2196 |
6419
|
2197 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
2198 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
2199 |
|
2200 * plot/clf.m: Don't call drawnow. |
|
2201 |
6431
|
2202 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
2203 |
6420
|
2204 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
2205 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
2206 images. |
|
2207 |
6418
|
2208 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
2209 instead of global. Only register __go_close_all__ with atexit if |
|
2210 the plot stream is successfully opened. |
6418
|
2211 |
6413
|
2212 2007-03-15 John W. Eaton <jwe@octave.org> |
|
2213 |
6418
|
2214 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
2215 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2216 |
|
2217 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2218 |
|
2219 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
2220 Use numeric line types. |
6413
|
2221 |
|
2222 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
2223 lines and larger markers. Remove key titles from line type |
|
2224 properties. |
6413
|
2225 |
6405
|
2226 2007-03-14 John W. Eaton <jwe@octave.org> |
|
2227 |
6412
|
2228 * plot/__axis_label__.m: Accept additional property-value pairs |
|
2229 and pass them to __go_text__. Simply return the handle obtained |
|
2230 from __go_text__ instead of calling get on the current axis. |
|
2231 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
2232 Allow for extra property value pairs to be passed along. |
|
2233 * plot/title.m: Implement with __axis_label__ since it does all |
|
2234 that title needs to do. |
|
2235 |
6410
|
2236 * plot/clf.m: Set currentaxes property for current figure to []. |
|
2237 |
6405
|
2238 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
2239 |
|
2240 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
2241 and __plt2__, not just the last. |
|
2242 |
|
2243 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
2244 (SOURCES_IN, GEN_M): Delete. |
|
2245 (FCN_FILES): Don't include $(GEN_M). |
|
2246 (all): Don't depend on $(GEN_M). |
|
2247 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
2248 |
|
2249 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
2250 |
|
2251 * plot/newplot.m: Call __go_axes_init__ instead of |
|
2252 __uiobject_axes_init__. |
|
2253 |
|
2254 * plot/mesh.m: Use __go_surface__ instead of |
|
2255 __uiobject_surface_ctor__. Don't access object fields directly. |
|
2256 |
|
2257 * plot/line.m: Use __line__ to do actual work. |
|
2258 * plot/__line__.m: New function. |
|
2259 |
|
2260 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
2261 Use get and set instead of accessing object fields directly. |
|
2262 |
|
2263 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
2264 handle. |
|
2265 |
|
2266 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
2267 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
2268 __uiobject_draw_figure__. |
|
2269 |
|
2270 * plot/clf.m: Use get instead of accessing object fields |
|
2271 directly. Simply delete children. Don't set currentaxes. |
|
2272 |
|
2273 * plot/close.m (close_all_figures): New subfunction. |
|
2274 Use it instead of getting list of figures to close from |
|
2275 __uiobject_figures__. |
|
2276 |
|
2277 * plot/closereq.m: Simply delete the current figure. Don't set |
|
2278 currentfigure. |
|
2279 |
|
2280 * plot/__errplot__.m: Call __line__ instead of |
|
2281 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
2282 directly. Don't call __uiobject_adopt__. |
|
2283 |
|
2284 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
2285 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
2286 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
2287 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
2288 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
2289 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
2290 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
2291 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
2292 plot/__uiobject_init_root_figure__.in, |
|
2293 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
2294 plot/__uiobject_root_figure_ctor__.m, |
|
2295 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2296 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
2297 plot/set.in: Delete. |
6408
|
2298 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
2299 |
|
2300 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
2301 Pass "hidden" as second arg to close. |
|
2302 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
2303 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
2304 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
2305 |
6405
|
2306 * image/__img__.m: Use __go_image__ to create image graphics |
|
2307 handle. |
|
2308 |
|
2309 * miscellaneous/delete.m: Call __go_delete__, not |
|
2310 __uiobject_delete__. Check that arg is a graphics handle before |
|
2311 calling __go_delete__. |
|
2312 |
6403
|
2313 2007-03-13 John W. Eaton <jwe@octave.org> |
|
2314 |
|
2315 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
2316 arg instead of switch statement. |
6528
|
2317 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
2318 |
|
2319 2007-03-12 John W. Eaton <jwe@octave.org> |
|
2320 |
|
2321 * miscellaneous/cast.m: New function. |
|
2322 |
|
2323 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
2324 |
6398
|
2325 2007-03-08 John W. Eaton <jwe@octave.org> |
|
2326 |
|
2327 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
2328 tilde expansion on target filename before passing it to the shell. |
|
2329 |
|
2330 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
2331 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
2332 |
6396
|
2333 2007-03-08 David Bateman <dbateman@free.fr> |
|
2334 |
|
2335 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
2336 replacing slower version based on dicrete_rnd. |
|
2337 |
6392
|
2338 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2339 |
6395
|
2340 * control/base/rlocus.m: Update for current plotting functions. |
|
2341 |
|
2342 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2343 |
|
2344 * control/base/rlocus.m: Improve display. |
|
2345 |
|
2346 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2347 |
|
2348 * plot/legend.m: Only handle positions -1:4. |
|
2349 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
2350 found in option string |
|
2351 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
2352 |
6394
|
2353 * plot/newplot.m: Always reset next line color. |
|
2354 |
6392
|
2355 * testfun/assert.m: Check that number of dimensions match before |
|
2356 checking dimensions. |
|
2357 |
6391
|
2358 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
2359 |
|
2360 * specfun/perms.m, specfun/factorial.m: Check args. |
|
2361 |
6387
|
2362 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2363 |
6390
|
2364 * plot/mesh.m: Call newplot before doing anything. |
|
2365 |
|
2366 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
2367 just "e". Only flush plot stream once. |
|
2368 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2369 |
6387
|
2370 * strings/blanks.m: Omit first index in assignment. |
|
2371 |
6386
|
2372 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
2373 |
|
2374 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
2375 |
6385
|
2376 2007-03-06 David Bateman <dbateman@free.fr> |
|
2377 John W. Eaton <jwe@octave.org> |
|
2378 |
|
2379 * set/setdiff.m: Ignore "rows" for cell array args. |
|
2380 Handle cellstr args. |
|
2381 |
6382
|
2382 2007-03-05 John W. Eaton <jwe@octave.org> |
|
2383 |
|
2384 * optimization/sqp.m: Defer first call to obj_hess until after |
|
2385 calling obj_fun. |
|
2386 |
6377
|
2387 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
2388 |
|
2389 * specfun/nchoosek.m: Fix nargin check. |
|
2390 |
6376
|
2391 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2392 |
|
2393 * image/__img__.m: Don't set xlim and ylim properties. |
|
2394 |
6374
|
2395 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
2396 |
|
2397 * general/interp1.m: Fix *style cases for decreasing x. |
|
2398 |
6372
|
2399 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
2400 |
|
2401 * polynomial/roots.m: Check nargin before accessing arg. |
|
2402 |
6369
|
2403 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2404 |
|
2405 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
2406 increment data_idx unless using gnuplot for display. |
|
2407 |
6368
|
2408 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2409 |
|
2410 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
2411 plots with images. |
|
2412 * image/image.m, image/imagesc.m, image/imshow.m: |
|
2413 Deprecate zoom argument. |
|
2414 |
6366
|
2415 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2416 |
|
2417 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
2418 temporary file names. Keep image and colormap file ids separate. |
|
2419 |
|
2420 * general/interp1.m: Correctly compute min and max values when |
|
2421 values are decreasing and not evenly spaced. |
|
2422 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
2423 |
6365
|
2424 2007-02-27 John W. Eaton <jwe@octave.org> |
|
2425 |
|
2426 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
2427 returning an empty cell array. |
|
2428 |
6546
|
2429 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
2430 |
|
2431 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
2432 |
6546
|
2433 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
2434 |
|
2435 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2436 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2437 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2438 control/util/Makefile.in, deprecated/Makefile.in, |
|
2439 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2440 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2441 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2442 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2443 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2444 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2445 special-matrix/Makefile.in, startup/Makefile.in, |
|
2446 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2447 statistics/distributions/Makefile.in, |
|
2448 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2449 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2450 Use $(LN_S) instead of ln or ln -s. |
|
2451 |
6356
|
2452 2007-02-24 David Bateman <dbateman@free.fr> |
|
2453 |
|
2454 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
2455 '\n' in FILES file. |
6357
|
2456 (configure_make): Also install any mex files. |
6356
|
2457 |
6353
|
2458 2007-02-24 David Bateman <dbateman@free.fr> |
|
2459 |
|
2460 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
2461 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
2462 |
6351
|
2463 2007-02-23 John W. Eaton <jwe@octave.org> |
|
2464 |
|
2465 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
2466 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
2467 |
|
2468 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
2469 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
2470 |
6349
|
2471 2007-02-23 David Bateman <dbateman@free.fr> |
|
2472 |
|
2473 * statistics/distributions/discrete_rnd.m, |
|
2474 statistics/distributions/geornd.m, |
|
2475 statistics/distributions/lognnd.m, |
|
2476 statistics/distributions/nbinrnd.m, |
|
2477 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
2478 |
|
2479 * statistics/distributions/unidcdf.m, |
|
2480 statistics/distributions/unidinv.m, |
|
2481 statistics/distributions/unidpdf.m, |
|
2482 statistics/distributions/unidrnd.m: New functions based on |
6351
|
2483 discrete_cdf, etc. |
6349
|
2484 |
|
2485 * statistics/distributions/pascal_cdf.m, |
|
2486 statistics/distributions/pascal_inv.m, |
|
2487 statistics/distributions/pascal_pdf.m, |
|
2488 statistics/distributions/pascal_rnd.m: Remove. |
|
2489 * statistics/distributions/nbincdf.m, |
|
2490 statistics/distributions/nbininv.m, |
|
2491 statistics/distributions/nbinpdf.m, |
|
2492 statistics/distributions/nbinrnd.m: Replace with matlab |
|
2493 compatible functions. |
|
2494 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
2495 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
2496 nbincdf, etc functions to implement these. |
|
2497 |
6344
|
2498 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2499 |
|
2500 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
2501 command and data. |
|
2502 |
|
2503 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2504 |
|
2505 * miscellaneous/doc.m: If index search fails, try again without |
|
2506 the index search option. |
|
2507 |
6339
|
2508 2007-02-22 David Bateman <dbateman@free.fr> |
|
2509 |
6341
|
2510 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
2511 |
6340
|
2512 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
2513 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
2514 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
2515 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
2516 and randp to accelerate. |
|
2517 |
6339
|
2518 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
2519 |
6338
|
2520 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2521 |
|
2522 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
2523 cache data and display after xlim and ylim have been determined. |
|
2524 |
6337
|
2525 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2526 |
|
2527 * plot/__uiobject_draw_axes__.m: |
|
2528 Allow multiple images to be displayed with gnuplot. |
|
2529 |
6333
|
2530 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
2531 |
|
2532 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
2533 for versions of GLPK 4.15 and later. |
|
2534 |
6328
|
2535 2007-02-19 John W. Eaton <jwe@octave.org> |
|
2536 |
|
2537 * plot/__uiobject_alloc__.in: If next available element in |
|
2538 __uiobject_list__ is 0, grow list before doing anything else. |
|
2539 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
2540 first call when size of __uiobject_list__ is 0. |
|
2541 |
6323
|
2542 2007-02-16 John W. Eaton <jwe@octave.org> |
|
2543 |
|
2544 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
2545 |
6321
|
2546 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
2547 |
|
2548 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
2549 |
6316
|
2550 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
2551 |
|
2552 * specfun/nchoosek.m: Check nargin. |
|
2553 |
6314
|
2554 2007-02-15 John W. Eaton <jwe@octave.org> |
|
2555 |
6315
|
2556 * path/addpath.m, path/rmpath.m: Delete |
|
2557 * path/Makefile.in (SOURCES): Remove them from the list. |
|
2558 |
6314
|
2559 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
2560 Delete title, xlabel, ylabel, and zlabel properties before |
|
2561 reassigning. |
|
2562 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
2563 Don't init outerposition if "mode" is "replace". |
|
2564 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
2565 If axes nextplot property is replace, pass "replace" as mode arg |
|
2566 to __uiobject_axes_init__. |
|
2567 |
6308
|
2568 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2569 |
6310
|
2570 * image/imshow.m: Don't restore old colormap. |
|
2571 |
6309
|
2572 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
2573 * image/__img__.m: New file containing common parts of image.m and |
|
2574 imshow.m. |
6312
|
2575 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
2576 * image/image.m, image/imshow.m: Call __img__. |
|
2577 * plot/__uiobject_draw_axes__.m: |
|
2578 Handle rgb imaged data stored in 3-d arrays. |
|
2579 |
6308
|
2580 * plot/figure.m: Doc fix. |
|
2581 |
6304
|
2582 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2583 |
|
2584 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
2585 for reading and writing data. New tests. Improve rounding. |
|
2586 |
6302
|
2587 2007-02-13 John W. Eaton <jwe@octave.org> |
|
2588 |
6303
|
2589 * plot/stem.m: New file, adapted from OctPlot. |
|
2590 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2591 |
6302
|
2592 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2593 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2594 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2595 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
2596 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
2597 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2598 plot/semilogyerr.m: Return handles to line objects. |
|
2599 |
6301
|
2600 2007-02-11 John W. Eaton <jwe@octave.org> |
|
2601 |
|
2602 * plot/__uiobject_close_all.m: New file. |
|
2603 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2604 |
6298
|
2605 2007-02-10 John W. Eaton <jwe@octave.org> |
|
2606 |
|
2607 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
2608 * plot/__uiobject_globals__.m: Don't call mlock. |
|
2609 |
|
2610 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
2611 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
2612 before calling pclose. |
|
2613 |
6291
|
2614 2007-02-09 John W. Eaton <jwe@octave.org> |
|
2615 |
6295
|
2616 * plot/subplot.m: Delete spurious call to axes. |
|
2617 |
6293
|
2618 * plot/figure.m: Call drawnow for current figure before creating |
|
2619 or switching to a new figure. |
|
2620 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
2621 nargin == 0 case. |
|
2622 |
6291
|
2623 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
2624 strange values like Inf+NaNi. |
|
2625 |
6283
|
2626 2007-02-08 John W. Eaton <jwe@octave.org> |
|
2627 |
6286
|
2628 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
2629 and check gnuplot_use_title_option instead of just assuming -title |
|
2630 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2631 |
6285
|
2632 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
2633 |
6284
|
2634 * audio/Makefile.in, control/base/Makefile.in, |
|
2635 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2636 control/system/Makefile.in, control/util/Makefile.in, |
|
2637 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2638 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2639 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2640 optimization/Makefile.in, plot/Makefile.in, |
|
2641 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2642 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2643 special-matrix/Makefile.in, startup/Makefile.in, |
|
2644 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2645 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2646 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2647 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2648 |
6283
|
2649 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2650 only given property list. |
|
2651 |
6278
|
2652 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2653 |
6280
|
2654 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2655 properties. |
|
2656 |
6278
|
2657 * plot/sombrero.m: Call box ("off") after mesh. |
|
2658 |
|
2659 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2660 line default" commands with older versions of gnuplot. |
|
2661 |
|
2662 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2663 |
6273
|
2664 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2665 |
|
2666 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2667 * sparse/gplot.m: Use line style - instead of 1. |
|
2668 |
6272
|
2669 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2670 |
|
2671 * plot/print.m: Avoid error message from cellidx. |
|
2672 |
|
2673 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2674 |
|
2675 * plot/legend.m: Fix check for data. |
|
2676 |
6270
|
2677 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2678 |
|
2679 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2680 Always set lt and pt. |
|
2681 |
6269
|
2682 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2683 |
|
2684 * plot/contourc.m: Correctly compute X and Y. |
|
2685 |
6268
|
2686 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2687 |
|
2688 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2689 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2690 |
6264
|
2691 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2692 |
6266
|
2693 * plot/__uiobject_draw_axes__.m: |
|
2694 Don't try to set axis limits unless we have data. |
|
2695 |
6264
|
2696 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2697 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2698 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2699 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2700 instead of of key and fmt strings. |
|
2701 |
|
2702 * plot/__pltopt1__.m: Greatly simplify. |
|
2703 |
|
2704 * plot/__next_line_color__.m: New file. |
|
2705 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2706 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2707 |
|
2708 * plot/__default_plot_options__.m: New file. |
|
2709 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2710 |
|
2711 * plot/__plt3__.m: Delete. |
|
2712 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2713 |
6259
|
2714 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2715 |
6263
|
2716 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2717 linestyle, linewidth, marker, and markersize properties. |
|
2718 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2719 colors and widths, and line styles. |
|
2720 |
|
2721 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2722 |
6261
|
2723 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2724 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2725 |
|
2726 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2727 __gnuplot_save_data__. |
|
2728 |
6259
|
2729 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2730 |
6258
|
2731 2007-01-30 David Bateman <dbateman@free.fr> |
|
2732 |
|
2733 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2734 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2735 -auto to force autoload behavior. |
|
2736 (installed_packages): Make list of installed packages unique. |
|
2737 |
6259
|
2738 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2739 |
|
2740 * Merge of changes from graphics-branch: |
|
2741 |
|
2742 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2743 |
|
2744 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2745 |
|
2746 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2747 property if it exists. |
|
2748 |
6259
|
2749 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2750 |
|
2751 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2752 min values outside of loop over child objects. |
|
2753 |
|
2754 * plot/contour.m, plot/contourc.m: New files. |
|
2755 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2756 |
|
2757 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2758 find a gnuplot version newer than 4.0. |
|
2759 * image/__img_gnuplot__.m: Delete. |
|
2760 * image/image.m: Create image graphics object. |
|
2761 Call newplot to setup and drawnow to finish. |
|
2762 Eliminate ZOOM arg. |
|
2763 |
|
2764 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2765 |
|
2766 * plot/legend.m: Eliminate useless variable "warned". |
|
2767 |
|
2768 * plot/__uiobject_image_ctor__.m: New file. |
|
2769 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2770 |
|
2771 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2772 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2773 |
|
2774 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2775 |
|
2776 * plot/__default_colormap__.m: New file. |
|
2777 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2778 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2779 property. |
|
2780 * image/colormap.m: Use colormap property of current figure |
|
2781 to store colormap instead of using persistent variable. |
|
2782 Call __default_colormap__ to get default map value. |
|
2783 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2784 |
|
2785 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2786 Handle some tick mark options. |
|
2787 |
|
2788 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2789 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2790 set dataaspectratiomode to "manual". |
|
2791 |
|
2792 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2793 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2794 |
|
2795 * plot/axis.m: New file. |
|
2796 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2797 |
|
2798 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2799 set corresponding *limmode to "manual". |
|
2800 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2801 Use it to compute autosclaled limits. |
|
2802 Arg is now handle, not object. Change all callers. |
|
2803 Compute data limits. |
|
2804 |
6259
|
2805 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2806 |
|
2807 * plot/drawnow: Fix visibility check for zero args. |
|
2808 |
|
2809 * plot/text.m: New file. |
|
2810 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2811 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2812 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2813 horizontalalignment properties. |
|
2814 |
|
2815 * plot/figure.m: Set options for f we just constructed or were |
|
2816 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2817 |
|
2818 * plot/drawnow.m: Handle visible field for figure here. |
|
2819 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2820 |
|
2821 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2822 title and axis labels. |
|
2823 |
|
2824 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2825 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2826 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2827 * plot/view.m: New file. |
|
2828 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2829 |
|
2830 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2831 Call __request_drawnow__. |
|
2832 |
|
2833 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2834 |
|
2835 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2836 Call set to set properties. Return handle instead of structure. |
|
2837 Change all callers. |
|
2838 |
|
2839 * plot/__uiobject_axes_setr__.m: New file. |
|
2840 * plot/set.in: Check for __setter__ field. |
|
2841 |
|
2842 * plot/__uiobject_axes_init__.in: |
|
2843 Rename from plot/__uiobject_axes_init__.m. |
|
2844 Include __uiobject_globals__. |
|
2845 Accept handle as arg instead of structure |
|
2846 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2847 from the list. |
|
2848 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2849 |
6259
|
2850 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2851 |
|
2852 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2853 |
|
2854 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2855 initializing each global variable. |
|
2856 |
6259
|
2857 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2858 |
|
2859 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2860 __uiobject_figure_handles_free_list__): New global variables. |
|
2861 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2862 Place unused handles on the free list. |
|
2863 |
|
2864 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2865 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2866 |
|
2867 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2868 handles here. Return figure handle. |
|
2869 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2870 |
6259
|
2871 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2872 |
|
2873 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2874 data for gnuplot. |
|
2875 |
|
2876 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2877 files. |
|
2878 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2879 (DISTFILES): Include include-globals.awk in the list. |
|
2880 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2881 ($(GEN_M) : %.m : %.in): New rule. |
|
2882 |
|
2883 * include-globals.awk: New file. |
|
2884 |
|
2885 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2886 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2887 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2888 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2889 plot/__uiobject_init_root_figure__.in, |
|
2890 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2891 Rename from corresponding .m files. |
|
2892 |
|
2893 * move-if-change: New file. |
|
2894 |
|
2895 * plot/__uiobject_delete__.m: New file. |
|
2896 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2897 plot/__uiobject_delete_child__.m: Delete. |
|
2898 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2899 not a character string. |
|
2900 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2901 Fix assignment to tmp key value in loop. |
|
2902 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2903 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2904 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2905 Inline code to delete children. |
|
2906 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2907 __uiobject_list__. |
|
2908 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2909 and free child. |
|
2910 |
6259
|
2911 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2912 |
|
2913 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2914 handle is empty, not 0. |
|
2915 * plot/__uiobject_root_figure_ctor__.m: |
|
2916 Set currentfigure to [], not 0. |
|
2917 |
|
2918 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2919 |
|
2920 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2921 |
|
2922 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2923 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2924 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2925 plot/__uiobject_delete_children__.m, |
|
2926 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2927 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2928 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2929 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2930 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2931 plot/__uiobject_init_figure__.m, |
|
2932 plot/__uiobject_init_root_figure__.m, |
|
2933 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2934 plot/__uiobject_remove_child__.m, |
|
2935 plot/__uiobject_root_figure_ctor__.m, |
|
2936 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2937 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2938 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2939 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2940 plot/set.m: New files. |
|
2941 |
|
2942 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2943 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2944 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2945 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2946 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2947 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2948 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2949 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2950 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2951 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2952 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2953 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2954 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2955 plot/semilogyerr.m, plot/replot.m: |
|
2956 Adapt to new graphics data structure. |
|
2957 |
|
2958 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2959 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2960 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2961 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2962 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2963 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2964 |
|
2965 2007-01-24 David Bateman <dbateman@free.fr> |
|
2966 |
|
2967 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2968 Delete bare newline in string passed to write_INDEX. |
|
2969 |
|
2970 * sparse/sprandsym.m: Make work for even values of N. |
|
2971 |
|
2972 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2973 |
|
2974 * miscellaneous/news.m: New file. |
|
2975 |
|
2976 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2977 |
|
2978 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2979 |
|
2980 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2981 |
|
2982 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2983 |
|
2984 * testfun/test.m: Check for all files in path, use first found. |
|
2985 |
|
2986 2007-01-22 David Bateman <dbateman@free.fr> |
|
2987 |
|
2988 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2989 |
|
2990 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2991 |
|
2992 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2993 file name. |
|
2994 |
|
2995 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2996 nargout is 1. Handle colormaps that have too few colors. |
|
2997 |
|
2998 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2999 (configure_make): Use fullfile instead of concatenating with "/". |
|
3000 |
6258
|
3001 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
3002 |
|
3003 * set/ismember.m: Handle N-d arrays. |
|
3004 |
|
3005 2007-01-10 David Bateman <dbateman@free.fr> |
|
3006 |
|
3007 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
3008 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
3009 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
3010 New files. |
|
3011 |
|
3012 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
3013 |
6778
|
3014 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
3015 |
|
3016 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
3017 |
|
3018 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
3019 instead of concatenating with "/". Use mlock to ensure that |
|
3020 persistent variables are not clobbered if user types clear all. |
|
3021 |
|
3022 2007-01-08 John W. Eaton <jwe@octave.org> |
|
3023 |
|
3024 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3025 Improve handling of file names containing globbing characters. |
|
3026 From S�ren Hauberg <hauberg@gmail.com>. |
|
3027 |
|
3028 2007-01-05 John W. Eaton <jwe@octave.org> |
|
3029 |
|
3030 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
3031 New files. |
|
3032 |
|
3033 2006-12-30 John W. Eaton <jwe@octave.org> |
|
3034 |
|
3035 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
3036 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
3037 |
|
3038 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
3039 |
|
3040 * image/imshow.m: Strip NaNs from image. |
|
3041 |
|
3042 2006-12-08 David Bateman <dbateman@free.fr> |
|
3043 |
|
3044 * sparse/normest.m: New file. |
|
3045 |
6286
|
3046 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
3047 |
6210
|
3048 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
3049 Work on Windows systems without cp or mv. |
|
3050 |
6209
|
3051 * startup/inputrc: Include sequences for Windows. |
|
3052 |
6203
|
3053 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
3054 |
|
3055 * pkg/pkg.m (unload_packages): New function. |
|
3056 (pkg): Handle unload action. |
|
3057 |
|
3058 * __errplot__.m: Add missing semicolon. |
|
3059 |
6193
|
3060 2006-11-30 John W. Eaton <jwe@octave.org> |
|
3061 |
|
3062 * miscellaneous/mexext.m: New file. |
|
3063 |
6189
|
3064 2006-11-29 David Bateman <dbateman@free.fr> |
|
3065 |
|
3066 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
3067 location of package lists to be probed and set. |
|
3068 |
6179
|
3069 2006-11-17 John W. Eaton <jwe@octave.org> |
|
3070 |
6181
|
3071 * plot/__render_plot1__.m: Reverse y axis for images. |
|
3072 |
6179
|
3073 * plot/__render_plot__.m: New args, terminal and output. |
|
3074 * plot/print.m: Don't set output and term here. Instead, call |
|
3075 __render_plot__ with terminal and output. |
|
3076 |
6178
|
3077 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3078 |
|
3079 * plot/__render_plot1__.m: New file. |
|
3080 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
3081 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
3082 gnuplot. Let __render_plot__ do that. |
|
3083 |
6177
|
3084 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
3085 |
|
3086 * plot/plot.m: Fix doc string. |
|
3087 |
6173
|
3088 2006-11-16 John W. Eaton <jwe@octave.org> |
|
3089 |
|
3090 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
3091 before sending anything to the plotter. |
|
3092 |
6172
|
3093 2006-11-15 John W. Eaton <jwe@octave.org> |
|
3094 |
|
3095 * image/__img_gnuplot__.m: Store more info in global plot |
|
3096 structures and use __render_plot__ to build plot command to |
|
3097 display image. |
|
3098 |
|
3099 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
3100 |
|
3101 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
3102 __plot_command_sep__): Delete. |
|
3103 (__plot_data_type__, __plot_data_parametric__, |
|
3104 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
3105 __plot_usingstr__, __plot_withstr__): New variables. |
|
3106 * plot/__init_plot_vars__.m: Initialize them. |
|
3107 |
|
3108 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
3109 Don't handle sep or cmd. |
|
3110 |
|
3111 * plot/__render_plot__.m: New function. |
|
3112 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
3113 Store more info in global plot structures and use __render_plot__ |
|
3114 to build plot command. |
|
3115 * plot/replot.m: Simply call __render_plot__. |
|
3116 |
|
3117 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
3118 Set __plot_data_parametric__ here. |
|
3119 |
6164
|
3120 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3121 |
6166
|
3122 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
3123 |
6164
|
3124 * image/image_viewer.m: Set default values here. |
|
3125 * image/image.m: Not here. |
|
3126 |
|
3127 * image/image_viewer.m: Always return old values. Check arguments. |
|
3128 * image/__img_gnuplot__.m: Rename from __img__m. |
|
3129 |
|
3130 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
3131 |
|
3132 * image/image_viewer.m: New function. |
|
3133 * image/__img_via_file__.m: New function. |
|
3134 * image/image.m: Use image_viewer to determine which program to |
|
3135 use for image viewing. |
6754
|
3136 * image/__img__.m: Silently accept more than 3 args. |
6164
|
3137 |
6163
|
3138 2006-11-14 John W. Eaton <jwe@octave.org> |
|
3139 |
|
3140 * plot/__do_legend__.m, plot/__errplot__.m, |
|
3141 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
3142 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
3143 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
3144 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
3145 Use __plot_globals__ for multiplot variables. Keep track of |
|
3146 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
3147 |
6157
|
3148 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3149 |
6158
|
3150 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
3151 |
6157
|
3152 * miscellaneous/substruct.m: New function. |
|
3153 |
|
3154 * testfun/assert.m: Force orientation to match when comparing |
|
3155 struct elements. |
|
3156 |
|
3157 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
3158 when comparing structs. |
|
3159 |
|
3160 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
3161 |
6754
|
3162 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
3163 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
3164 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
3165 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
3166 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
3167 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
3168 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
3169 |
6156
|
3170 2006-11-13 John W. Eaton <jwe@octave.org> |
|
3171 |
|
3172 * plot/mesh.m: Use size_equal to compare dimensions. |
|
3173 |
6154
|
3174 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
3175 |
|
3176 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
3177 |
6152
|
3178 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
3179 |
|
3180 * miscellaneous/copyfile.m: Fix docs to match function. |
|
3181 |
6145
|
3182 2006-11-08 John W. Eaton <jwe@octave.org> |
|
3183 |
6146
|
3184 * plot/legend.m: New function, adapted from Octave Forge. |
|
3185 |
|
3186 * plot/__do_legend__.m: New function. |
|
3187 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
3188 plot/replot.m: Call it before plotting. |
|
3189 |
|
3190 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
3191 noparametric" to gnuplot.. |
|
3192 |
|
3193 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
3194 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
3195 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
3196 and return key title separate from line format. Accept format and |
|
3197 key as cellstr. Always return data as cell array. Return format |
|
3198 and key title as cellstr. |
|
3199 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
3200 Handle line format and key titles separately. |
|
3201 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
3202 |
|
3203 * plot/__plot_globals__.m (__plot_line_offset__, |
|
3204 __plot_key_labels__, __plot_key_properties__): New global |
|
3205 variables. Initialize them. |
|
3206 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
3207 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
3208 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
3209 (__plot_line_offset__, __plot_key_labels__, |
|
3210 __plot_key_properties__): Store information about plot key titles. |
|
3211 |
|
3212 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
3213 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
3214 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
3215 respectively. |
|
3216 |
|
3217 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
3218 |
6145
|
3219 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
3220 whle concatenating args. |
|
3221 |
6144
|
3222 2006-11-07 John W. Eaton <jwe@octave.org> |
|
3223 |
|
3224 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
3225 |
6142
|
3226 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
3227 |
6143
|
3228 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
3229 option to regexp. |
|
3230 |
6142
|
3231 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
3232 |
6138
|
3233 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
3234 |
6139
|
3235 * strings/index.m: New arg, direction. Simplify and speed up. |
|
3236 * strings/rindex.m: Implement using index (..., "last"); |
|
3237 |
6754
|
3238 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
3239 |
6130
|
3240 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
3241 |
|
3242 * general/__isequal__.m: Test size and class more consistently. |
|
3243 |
6116
|
3244 2006-10-27 John W. Eaton <jwe@octave.org> |
|
3245 |
6117
|
3246 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
3247 From Michael Goffioul <michael.goffioul@swing.be>. |
|
3248 |
6116
|
3249 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
3250 * miscellaneous/dir.m: Mark as a command. |
|
3251 |
6112
|
3252 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3253 |
|
3254 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
3255 |
6088
|
3256 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3257 |
|
3258 * image/image.m: Set x = y = [] when nargin == 0; |
|
3259 |
|
3260 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
3261 |
|
3262 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
3263 * image/__img__.m: New file, originally from |
|
3264 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
3265 |
6087
|
3266 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3267 |
|
3268 * plot/__gnuplot_version__.m: New function, originally from |
|
3269 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
3270 Quentin Spencer <qspencer@ieee.org>. |
|
3271 |
6085
|
3272 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
3273 |
|
3274 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
3275 |
6081
|
3276 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
3277 |
|
3278 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
3279 miscellaneous/gunzip.m: New files. |
|
3280 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
3281 Call unpack to do the real work. |
|
3282 |
6075
|
3283 2006-10-24 John W. Eaton <jwe@octave.org> |
|
3284 |
6078
|
3285 * plot/plot3.m: If we have a format string, then also pass using |
|
3286 string to __plt3__. |
|
3287 |
6077
|
3288 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
3289 |
6075
|
3290 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
3291 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
3292 |
6069
|
3293 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
3294 |
|
3295 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
3296 Quote filenames in shell commands. |
|
3297 |
6055
|
3298 2006-10-17 David Bateman <dbateman@free.fr> |
|
3299 |
|
3300 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
3301 the package directory is missing. |
|
3302 |
6052
|
3303 2006-10-13 John W. Eaton <jwe@octave.org> |
|
3304 |
|
3305 * plot/box.m: New function. |
|
3306 |
6050
|
3307 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
3308 |
|
3309 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
3310 |
6049
|
3311 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
3312 |
|
3313 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
3314 |
6047
|
3315 2006-10-10 John W. Eaton <jwe@octave.org> |
|
3316 |
|
3317 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
3318 |
6046
|
3319 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
3320 |
|
3321 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3322 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3323 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
3324 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
3325 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
3326 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
3327 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
3328 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
3329 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
3330 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
3331 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
3332 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
3333 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
3334 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
3335 control/system/buildssic.m, control/system/c2d.m, |
|
3336 control/system/cellidx.m, control/system/d2c.m, |
|
3337 control/system/dmr2d.m, control/system/fir2sys.m, |
|
3338 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3339 control/system/is_detectable.m, control/system/is_digital.m, |
|
3340 control/system/is_observable.m, control/system/is_siso.m, |
|
3341 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3342 control/system/jet707.m, control/system/listidx.m, |
|
3343 control/system/ord2.m, control/system/parallel.m, |
|
3344 control/system/ss.m, control/system/ss2zp.m, |
|
3345 control/system/starp.m, control/system/sys2ss.m, |
|
3346 control/system/sys2tf.m, control/system/sys2zp.m, |
|
3347 control/system/sysadd.m, control/system/sysappend.m, |
|
3348 control/system/syschtsam.m, control/system/sysconnect.m, |
|
3349 control/system/syscont.m, control/system/sysdimensions.m, |
|
3350 control/system/sysdisc.m, control/system/sysdup.m, |
|
3351 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
3352 control/system/sysgroup.m, control/system/sysidx.m, |
|
3353 control/system/sysmin.m, control/system/sysmult.m, |
|
3354 control/system/sysout.m, control/system/sysprune.m, |
|
3355 control/system/sysscale.m, control/system/syssetsignals.m, |
|
3356 control/system/syssub.m, control/system/sysupdate.m, |
|
3357 control/system/tf.m, control/system/tfout.m, |
|
3358 control/system/ugain.m, control/system/zp.m, |
|
3359 control/system/zpout.m, control/util/__outlist__.m, |
|
3360 control/util/__zgpbal__.m, control/util/prompt.m, |
|
3361 control/util/sortcom.m, control/util/strappend.m, |
|
3362 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
3363 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
3364 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
3365 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
3366 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3367 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
3368 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
3369 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
3370 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
3371 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
3372 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
3373 general/ind2sub.m, general/int2str.m, |
|
3374 general/is_duplicate_entry.m, general/isdefinite.m, |
|
3375 general/isequal.m, general/isequalwithequalnans.m, |
|
3376 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
3377 general/isvector.m, general/logical.m, general/logspace.m, |
|
3378 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
3379 general/perror.m, general/postpad.m, general/prepad.m, |
|
3380 general/randperm.m, general/rem.m, general/repmat.m, |
|
3381 general/rot90.m, general/rotdim.m, general/shift.m, |
|
3382 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
3383 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
3384 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
3385 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
3386 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
3387 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
3388 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
3389 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
3390 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
3391 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
3392 linear-algebra/logm.m, linear-algebra/norm.m, |
|
3393 linear-algebra/null.m, linear-algebra/orth.m, |
|
3394 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
3395 linear-algebra/trace.m, linear-algebra/vec.m, |
|
3396 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
3397 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
3398 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
3399 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
3400 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
3401 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
3402 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
3403 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
3404 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
3405 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
3406 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
3407 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
3408 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
3409 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
3410 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
3411 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
3412 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
3413 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
3414 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
3415 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3416 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
3417 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
3418 polynomial/polyder.m, polynomial/polyderiv.m, |
|
3419 polynomial/polyfit.m, polynomial/polygcd.m, |
|
3420 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3421 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3422 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
3423 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
3424 set/complement.m, set/create_set.m, set/intersect.m, |
|
3425 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
3426 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
3427 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
3428 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
3429 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
3430 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
3431 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
3432 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
3433 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
3434 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
3435 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
3436 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
3437 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
3438 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
3439 special-matrix/hankel.m, special-matrix/hilb.m, |
|
3440 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
3441 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
3442 statistics/base/center.m, statistics/base/cloglog.m, |
|
3443 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
3444 statistics/base/cov.m, statistics/base/cut.m, |
|
3445 statistics/base/gls.m, statistics/base/iqr.m, |
|
3446 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
3447 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
3448 statistics/base/mean.m, statistics/base/meansq.m, |
|
3449 statistics/base/median.m, statistics/base/moment.m, |
|
3450 statistics/base/ols.m, statistics/base/ppplot.m, |
|
3451 statistics/base/probit.m, statistics/base/qqplot.m, |
|
3452 statistics/base/range.m, statistics/base/ranks.m, |
|
3453 statistics/base/run_count.m, statistics/base/skewness.m, |
|
3454 statistics/base/spearman.m, statistics/base/statistics.m, |
|
3455 statistics/base/std.m, statistics/base/studentize.m, |
|
3456 statistics/base/table.m, statistics/base/values.m, |
|
3457 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
3458 statistics/distributions/betainv.m, |
|
3459 statistics/distributions/betapdf.m, |
|
3460 statistics/distributions/betarnd.m, |
|
3461 statistics/distributions/binocdf.m, |
|
3462 statistics/distributions/binoinv.m, |
|
3463 statistics/distributions/binopdf.m, |
|
3464 statistics/distributions/binornd.m, |
|
3465 statistics/distributions/cauchy_cdf.m, |
|
3466 statistics/distributions/cauchy_inv.m, |
|
3467 statistics/distributions/cauchy_pdf.m, |
|
3468 statistics/distributions/cauchy_rnd.m, |
|
3469 statistics/distributions/chi2cdf.m, |
|
3470 statistics/distributions/chi2inv.m, |
|
3471 statistics/distributions/chi2pdf.m, |
|
3472 statistics/distributions/chi2rnd.m, |
|
3473 statistics/distributions/discrete_cdf.m, |
|
3474 statistics/distributions/discrete_inv.m, |
|
3475 statistics/distributions/discrete_pdf.m, |
|
3476 statistics/distributions/discrete_rnd.m, |
|
3477 statistics/distributions/empirical_rnd.m, |
|
3478 statistics/distributions/expcdf.m, |
|
3479 statistics/distributions/expinv.m, |
|
3480 statistics/distributions/exppdf.m, |
|
3481 statistics/distributions/exprnd.m, |
|
3482 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
3483 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
3484 statistics/distributions/gamcdf.m, |
|
3485 statistics/distributions/gaminv.m, |
|
3486 statistics/distributions/gampdf.m, |
|
3487 statistics/distributions/gamrnd.m, |
|
3488 statistics/distributions/geocdf.m, |
|
3489 statistics/distributions/geoinv.m, |
|
3490 statistics/distributions/geopdf.m, |
|
3491 statistics/distributions/geornd.m, |
|
3492 statistics/distributions/hygecdf.m, |
|
3493 statistics/distributions/hygeinv.m, |
|
3494 statistics/distributions/hygepdf.m, |
|
3495 statistics/distributions/hygernd.m, |
|
3496 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3497 statistics/distributions/laplace_cdf.m, |
|
3498 statistics/distributions/laplace_inv.m, |
|
3499 statistics/distributions/laplace_pdf.m, |
|
3500 statistics/distributions/laplace_rnd.m, |
|
3501 statistics/distributions/logistic_cdf.m, |
|
3502 statistics/distributions/logistic_inv.m, |
|
3503 statistics/distributions/logistic_pdf.m, |
|
3504 statistics/distributions/logistic_rnd.m, |
|
3505 statistics/distributions/logncdf.m, |
|
3506 statistics/distributions/logninv.m, |
|
3507 statistics/distributions/lognpdf.m, |
|
3508 statistics/distributions/lognrnd.m, |
|
3509 statistics/distributions/normcdf.m, |
|
3510 statistics/distributions/norminv.m, |
|
3511 statistics/distributions/normpdf.m, |
|
3512 statistics/distributions/normrnd.m, |
|
3513 statistics/distributions/pascal_cdf.m, |
|
3514 statistics/distributions/pascal_inv.m, |
|
3515 statistics/distributions/pascal_pdf.m, |
|
3516 statistics/distributions/pascal_rnd.m, |
|
3517 statistics/distributions/poisscdf.m, |
|
3518 statistics/distributions/poissinv.m, |
|
3519 statistics/distributions/poisspdf.m, |
|
3520 statistics/distributions/poissrnd.m, |
|
3521 statistics/distributions/stdnormal_cdf.m, |
|
3522 statistics/distributions/stdnormal_inv.m, |
|
3523 statistics/distributions/stdnormal_pdf.m, |
|
3524 statistics/distributions/stdnormal_rnd.m, |
|
3525 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
3526 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
3527 statistics/distributions/unifcdf.m, |
|
3528 statistics/distributions/unifinv.m, |
|
3529 statistics/distributions/unifpdf.m, |
|
3530 statistics/distributions/unifrnd.m, |
|
3531 statistics/distributions/wblcdf.m, |
|
3532 statistics/distributions/wblinv.m, |
|
3533 statistics/distributions/wblpdf.m, |
|
3534 statistics/distributions/wblrnd.m, |
|
3535 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
3536 statistics/tests/bartlett_test.m, |
|
3537 statistics/tests/chisquare_test_homogeneity.m, |
|
3538 statistics/tests/chisquare_test_independence.m, |
|
3539 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
3540 statistics/tests/hotelling_test.m, |
|
3541 statistics/tests/hotelling_test_2.m, |
|
3542 statistics/tests/kolmogorov_smirnov_test.m, |
|
3543 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3544 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
3545 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
3546 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
3547 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3548 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3549 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3550 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3551 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3552 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
3553 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
3554 strings/index.m, strings/isletter.m, strings/lower.m, |
|
3555 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3556 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3557 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
3558 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
3559 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
3560 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
3561 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
3562 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
3563 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3564 time/etime.m, time/is_leap_year.m: |
|
3565 Use print_usage instead of usage. |
|
3566 |
6044
|
3567 2006-10-09 David Bateman <dbateman@free.fr> |
|
3568 |
|
3569 * time/datevec.m: Add additional compatible default parsing strings. |
|
3570 |
6395
|
3571 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
3572 |
6042
|
3573 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
3574 Remove compare_versions subfunction. |
|
3575 |
|
3576 * miscellaneous/compare_versions.m: New function to compare |
|
3577 version numbers as strings with any boolean operators. |
|
3578 |
6041
|
3579 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
3580 file exists. |
|
3581 |
6036
|
3582 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3583 |
|
3584 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
3585 |
6032
|
3586 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
3587 |
6037
|
3588 * pkg/pkg.m: Update docs. Handle prefix option. |
|
3589 Handle dependencies for load option. |
6032
|
3590 |
6029
|
3591 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3592 |
6030
|
3593 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
3594 |
|
3595 * plot/clg.m: Delete. |
|
3596 * plot/__init_plot_vars__.m: New function. |
|
3597 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
3598 |
6025
|
3599 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
3600 |
|
3601 * pkg/pkg.m: Avoid calling addpath with no args. |
|
3602 |
6024
|
3603 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
3604 |
|
3605 * audio/loadaudio.m, control/base/nyquist.m, |
|
3606 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
3607 linear-algebra/krylov.m, statistics/base/center.m, |
|
3608 statistics/base/median.m, statistics/base/std.m, |
|
3609 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
3610 find first or last element matching a condition. |
|
3611 |
6023
|
3612 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
3613 |
|
3614 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
3615 general/__isequal__.m: Minimize looping using cellfun. |
|
3616 |
6020
|
3617 2006-10-02 David Bateman <dbateman@free.fr> |
|
3618 |
|
3619 * pkg/pkg.m (copy_files): always create installation directory. |
|
3620 |
6016
|
3621 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
3622 |
|
3623 * miscellaneous/doc.m: Swap file and directory args to info. |
|
3624 |
|
3625 2006-10-01 Arno Onken <whyly@gmx.net> |
|
3626 |
|
3627 * statistics/distributions/exprnd.m: Fix typo. |
|
3628 |
6014
|
3629 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
3630 |
|
3631 * polynomial/ppval.m: Use .' instead of '. |
|
3632 * polynomial/spline.m: Likewise. New tests. |
|
3633 |
6004
|
3634 2006-09-26 David Bateman <dbateman@free.fr> |
|
3635 |
|
3636 * __plt3__.m: Using global variables __plot_data__, |
|
3637 __plot_data_offset__ and __plot_command__ to store plots and |
|
3638 correctly handle multiplots, and hold state. Only accept a single |
|
3639 data parameter plus, using, format and with strings. Remove |
|
3640 setting of gnuplot parameters. |
|
3641 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
3642 * __setup_plot__.m: Convert to a function and pass the plotting |
|
3643 command to use. |
|
3644 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3645 * contour.m: Use unwind protect on the parametric state of plot |
|
3646 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3647 * mesh.m: ditto. |
|
3648 * plot3.m: Error checking, setting of parametric state and |
|
3649 formation of matrix to plot moved from old __plt3__. |
|
3650 |
5996
|
3651 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3652 |
5997
|
3653 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3654 |
|
3655 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3656 |
|
3657 * signal/filter2.m: Correct texinfo doc. |
|
3658 |
|
3659 2006-09-22 David Bateman <dbateman@free.fr> |
|
3660 |
|
3661 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3662 |
5993
|
3663 2006-09-15 David Bateman <dbateman@free.fr> |
|
3664 |
|
3665 * pkg/pkg.m (prepare_installation): Don't create package |
|
3666 installation directory here. |
|
3667 (copy_files): Create it here instead, to avoid issues with |
|
3668 upgrades. Also install the COPYING file in packinfo. |
|
3669 |
5989
|
3670 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3671 |
|
3672 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3673 |
5987
|
3674 2006-08-30 David Bateman <dbateman@free.fr> |
|
3675 |
|
3676 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3677 error message for archive name not matching package name. |
|
3678 (installed_packages): Size header of printed results to |
|
3679 arguments. Sort the list of installed packages before printing |
|
3680 them. |
|
3681 |
5986
|
3682 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3683 |
|
3684 * signal/freqz.m: Update tests. |
|
3685 |
|
3686 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3687 |
|
3688 * signal/freqz.m: Corretly postpad arrays. |
|
3689 Don't call fliplr on a column vector. |
|
3690 |
5984
|
3691 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3692 |
|
3693 * general/shiftdim.m: Use permute instead of reshape. |
|
3694 |
5981
|
3695 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3696 |
|
3697 * miscellaneous/parseparams.m: New function. |
|
3698 |
5980
|
3699 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3700 |
|
3701 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3702 options for info program invocation. |
|
3703 |
5976
|
3704 2006-08-30 David Bateman <dbateman@free.fr> |
|
3705 |
5987
|
3706 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3707 previous change. |
|
3708 |
5974
|
3709 2006-08-26 David Bateman <dbateman@free.fr> |
|
3710 |
|
3711 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3712 absence of trailing "/" in OCTAVE_HOME. |
|
3713 |
5973
|
3714 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3715 |
|
3716 * time/datenum.m: Allow arg to be character string. |
|
3717 |
5971
|
3718 2006-08-25 David Bateman <dbateman@free.fr> |
|
3719 |
|
3720 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3721 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3722 they are empty. If package directory is empty, remove it to fail |
|
3723 gracefully for system specific packages. |
|
3724 (extract_pkgadd, create_pkgadd): delete. |
|
3725 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3726 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3727 bin/ to the EXEC_PATH when the package is loaded. |
|
3728 |
5962
|
3729 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3730 |
|
3731 * image/saveimage.m: Use logical indexing instead of |
|
3732 indices computed by calling find on the logical index. |
|
3733 |
5961
|
3734 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3735 |
5967
|
3736 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3737 Use logical indexing instead of indices computed by calling find |
|
3738 on the logical index. |
|
3739 |
|
3740 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3741 |
5959
|
3742 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3743 |
|
3744 * control/system/tf2zp.m: Simplify gain calculation. |
|
3745 |
5958
|
3746 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3747 |
|
3748 * plot/__plt__.m: Insert using clauses for all plots. |
|
3749 |
5957
|
3750 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3751 |
|
3752 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3753 args. |
|
3754 |
5955
|
3755 2006-08-22 David Bateman <dbateman@free.fr> |
|
3756 |
|
3757 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3758 Search inst/*.m and src/*.m files in the package for |
|
3759 PKG_ADD directives and append user supplied PKG_ADD. |
|
3760 (pkg): Call create_pkgadd after copying files. |
|
3761 |
5947
|
3762 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3763 |
|
3764 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3765 Insert directory separator between OCTAVE_HOME and rest of package |
|
3766 installation directory. |
|
3767 |
|
3768 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3769 |
|
3770 * general/num2str.m: Early return if arg is empty. |
|
3771 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3772 |
5946
|
3773 2006-08-21 David Bateman <dbateman@free.fr> |
|
3774 |
|
3775 * strings/mat2str.m: Compute NC before using. |
|
3776 |
5937
|
3777 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3778 |
|
3779 * audio/wavread.m: Fix calculation of sample count. |
|
3780 |
5934
|
3781 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3782 |
|
3783 * image/imshow.m: New Matlab-compatible version. |
|
3784 |
5930
|
3785 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3786 |
|
3787 * deprecated/is_global.m: Delete. |
|
3788 |
5928
|
3789 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3790 |
|
3791 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3792 |
5926
|
3793 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3794 |
|
3795 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3796 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3797 |
5928
|
3798 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3799 |
6778
|
3800 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3801 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3802 Handle changes to system function. |
|
3803 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3804 recursive directory removal. |
5922
|
3805 |
5924
|
3806 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3807 |
6778
|
3808 * colormap.m: Change global variable to persistent. |
5923
|
3809 |
5922
|
3810 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3811 |
5920
|
3812 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3813 |
|
3814 * strings/str2double.m: Fix missing semicolon. |
|
3815 |
5910
|
3816 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3817 |
|
3818 * plot/plot3.m: Accept one complex or one real and one complex |
|
3819 argument and plot real and imaginary components for y and z. |
|
3820 |
5908
|
3821 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3822 |
|
3823 * testfun/test.m: Call fflush after each block of calls to |
|
3824 fprintf, fputs, or fdisp. |
|
3825 |
5904
|
3826 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3827 |
|
3828 * miscellaneous/mex.m: New function. |
|
3829 |
5901
|
3830 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3831 |
|
3832 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3833 |
5881
|
3834 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3835 |
|
3836 * miscellaneous/orderfields.m: New file. |
|
3837 |
5873
|
3838 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3839 |
|
3840 * time/datevec.m: Make another attempt to account for precision of |
|
3841 datenum format. |
|
3842 |
5868
|
3843 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3844 |
|
3845 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3846 Use feval instead of "type -q" to get values now that all the |
|
3847 symbols are functions. |
|
3848 |
5860
|
3849 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3850 |
|
3851 * time/datevec.m: Avoid computing log of non-positive values. |
|
3852 |
5859
|
3853 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3854 |
|
3855 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3856 |
5839
|
3857 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3858 |
|
3859 * audio/wavread.m: Fix file range error and add read support for |
|
3860 24-bit WAV files. |
|
3861 |
5837
|
3862 2006-06-01 David Bateman <dbateman@free.fr> |
|
3863 |
|
3864 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3865 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3866 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3867 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3868 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3869 |
5835
|
3870 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3871 |
|
3872 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3873 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3874 |
5830
|
3875 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3876 |
|
3877 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3878 |
5829
|
3879 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3880 |
|
3881 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3882 really needed. |
|
3883 |
5827
|
3884 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3885 |
6754
|
3886 * general/lookup.m: New file from Octave Forge. |
5827
|
3887 |
|
3888 2006-05-22 David Bateman <dbateman@free.fr> |
|
3889 |
6754
|
3890 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3891 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3892 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3893 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3894 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3895 strings/strtok.m: New files from Octave Forge. |
5827
|
3896 |
5824
|
3897 2006-05-19 David Bateman <dbateman@free.fr> |
|
3898 |
|
3899 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3900 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3901 |
5821
|
3902 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3903 |
|
3904 * set/intersection.m: Delete |
|
3905 * deprecated/intersection.m: New file. |
|
3906 |
5820
|
3907 2006-05-17 David Bateman <dbateman@free.fr> |
|
3908 |
|
3909 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3910 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3911 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3912 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3913 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3914 Forge. |
|
3915 |
5809
|
3916 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3917 |
5815
|
3918 * path/path.m: Delete (now a built-in function). |
|
3919 |
5811
|
3920 * pkg/Makefile.in: New file. |
|
3921 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3922 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3923 |
5808
|
3924 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3925 |
|
3926 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3927 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3928 |
5807
|
3929 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3930 |
|
3931 * tar.m, untar.m, unzip.m: New files. |
|
3932 |
5801
|
3933 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3934 |
5804
|
3935 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3936 * path/setpath.m: Delete. |
|
3937 |
5801
|
3938 * pkg/pkg.m: New file. |
|
3939 |
5798
|
3940 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3941 |
|
3942 * plot/plot.m: Doc string fix. |
|
3943 |
|
3944 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3945 |
|
3946 * testfun/speeed.m: Use new interface to unique and assert. |
|
3947 Improve documentation. Approximate time complexity from log-log |
|
3948 plot. Return time complexity and raw times if requested. The |
|
3949 mean ratio is no longer returned. Provide complete control over |
|
3950 which n are computed. |
|
3951 |
|
3952 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3953 |
|
3954 * path/path.m: Move here from miscellaneous. |
|
3955 Adapt to new LOADPATH definition. |
|
3956 |
5789
|
3957 2006-05-03 David Bateman <dbateman@free.fr> |
|
3958 |
|
3959 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3960 explicit uses of a path seperation character with pathsep(). |
|
3961 |
5786
|
3962 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3963 |
6778
|
3964 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3965 |
5781
|
3966 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3967 |
|
3968 * startup/main-rcfile: Disable some warnings. |
|
3969 |
5762
|
3970 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3971 |
|
3972 * strings/strcmpi.m: Return false instead of error if args are not |
|
3973 char or cellstr. |
|
3974 |
5750
|
3975 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3976 |
|
3977 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3978 Nx1, not 1xN. |
|
3979 |
5746
|
3980 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3981 |
|
3982 * plot/hist.m: Ignore NaN in inputs. |
|
3983 |
5745
|
3984 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3985 |
|
3986 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3987 |
5741
|
3988 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3989 |
|
3990 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3991 are both empty. |
|
3992 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3993 from __plt1__ or __plt2__. |
|
3994 |
5737
|
3995 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3996 |
6778
|
3997 * set/unique.m: Properly handle single column input when |
5737
|
3998 "rows" is specified. |
|
3999 |
5732
|
4000 2006-04-04 John W. Eaton <jwe@octave.org> |
|
4001 |
5736
|
4002 * path/setpath.m: New file. |
|
4003 * path/savepath.m: Use setpath to set path instead of assigning |
|
4004 directly to LOADPATH. |
|
4005 |
5732
|
4006 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
4007 New files, adapted from Octave Forge by Keith Goodman |
|
4008 <kwgoodman@gmail.com>. |
|
4009 * path: New directory. |
|
4010 * Makefile.in (SUBDIRS): Add it to the list. |
|
4011 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
4012 |
5731
|
4013 2006-04-02 David Bateman <dbateman@free.fr> |
|
4014 |
|
4015 * general/tril.m, general.triu.m: |
|
4016 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
4017 to allow user types to work correctly. |
|
4018 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
4019 |
5727
|
4020 2006-04-03 David Bateman <dbateman@free.fr> |
|
4021 |
|
4022 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
4023 Accept keyword "minor" for minor grid. |
|
4024 |
5721
|
4025 2006-03-28 John W. Eaton <jwe@octave.org> |
|
4026 |
|
4027 * general/isscalar.m: Only require that all dimensions are 1 for |
|
4028 compatiblity. |
|
4029 |
|
4030 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
4031 |
|
4032 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
4033 compatibility. |
|
4034 |
5720
|
4035 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
4036 |
|
4037 * plot/__errplot__.m: Doc string fix. |
|
4038 |
|
4039 * miscellaneous/doc.m: Mark as command. |
|
4040 |
|
4041 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
4042 general/isequalwithequalnans.m, general/blkdiag.m, |
|
4043 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
4044 |
5717
|
4045 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
4046 |
|
4047 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
4048 return 3d matrices. |
|
4049 |
|
4050 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
4051 |
|
4052 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
4053 |
5708
|
4054 2006-03-22 John W. Eaton <jwe@octave.org> |
|
4055 |
|
4056 * plot/print.m: Don't replot after popping terminal setting. |
|
4057 |
5696
|
4058 2006-03-20 John W. Eaton <jwe@octave.org> |
|
4059 |
|
4060 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
4061 mkoctfile. Use fullfile to construct file name. |
|
4062 |
5695
|
4063 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
4064 |
|
4065 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
4066 shell script from Octave prompt. |
|
4067 |
5690
|
4068 2006-03-17 John W. Eaton <jwe@octave.org> |
|
4069 |
5693
|
4070 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
4071 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
4072 |
|
4073 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
4074 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
4075 Call new wbl functions to do the real work. |
|
4076 Swap args and provide default values as necessary to preserve |
|
4077 compatibility with old version of Octave. |
|
4078 |
|
4079 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
4080 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
4081 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
4082 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
4083 Swap scale and shape args for compatibility. |
|
4084 |
5692
|
4085 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
4086 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
4087 Preserve compatibility with old versions of Octave given new |
|
4088 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
4089 |
5692
|
4090 * statistics/distributions/logncdf.m, |
|
4091 statistics/distributions/logninv.m, |
|
4092 statistics/distributions/lognpdf.m, |
|
4093 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
4094 From Ben Barrowes <barrowes@alum.mit.edu> |
|
4095 |
5691
|
4096 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
4097 current 2.1.x version. |
|
4098 |
|
4099 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
4100 |
5690
|
4101 * miscellaneous/dir.m: Use readdir instead of glob. |
|
4102 Special case for "." to avoid globbing. Use list_in_columns. |
|
4103 Eliminate unused variables len and finfo. |
|
4104 |
5689
|
4105 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
4106 |
|
4107 * miscellaneous/dir.m: Improve compatibility. |
|
4108 |
5687
|
4109 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4110 |
|
4111 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
4112 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
4113 |
5686
|
4114 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4115 |
|
4116 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
4117 of looking at sum of max dimensions. |
|
4118 |
5681
|
4119 2006-03-16 David Bateman <dbateman@free.fr> |
|
4120 |
|
4121 * testfun/test.m: Clear last warning before warning test to avoid |
|
4122 issues with previously set warnings. |
|
4123 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
4124 sparse matrices. Force matrix type from spqr solution to be |
|
4125 singular to force QR solvers to be used for assert. |
|
4126 |
5678
|
4127 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4128 |
|
4129 * strings/strfind.m: New file. |
|
4130 |
5677
|
4131 2006-03-16 John W. Eaton <jwe@octave.org> |
|
4132 |
|
4133 * general/rows.m, general/columns.m: Delete. |
|
4134 |
5674
|
4135 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4136 |
|
4137 * strings/strcmpi.m: Simplify. |
|
4138 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
4139 * strings/strtrunc.m: New file. |
5674
|
4140 |
5676
|
4141 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
4142 |
5672
|
4143 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4144 |
|
4145 * miscellaneous/doc.m: New file. |
|
4146 From Soren Hauberg <soren@hauberg.org>. |
|
4147 |
5671
|
4148 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
4149 |
|
4150 * miscellaneous/mkoctfile.m: New file. |
|
4151 |
5670
|
4152 2006-03-15 John W. Eaton <jwe@octave.org> |
|
4153 |
|
4154 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
4155 |
5666
|
4156 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
4157 |
|
4158 * strings/bin2dec.m: Doc fix. |
|
4159 |
5661
|
4160 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
4161 |
|
4162 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
4163 * time/datenum.m: New function to compute day number from time. |
|
4164 |
5659
|
4165 2006-03-09 John W. Eaton <jwe@octave.org> |
|
4166 |
|
4167 * miscellaneous/unix.m, plot/print.m: |
|
4168 Swap order of outputs from system. |
|
4169 |
5642
|
4170 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
4171 |
|
4172 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
4173 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
4174 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
4175 control/base/__stepimp__.m, control/base/are.m, |
|
4176 control/base/controldemo.m, control/base/damp.m, |
|
4177 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
4178 control/base/step.m, control/system/abcddim.m, |
|
4179 control/system/is_abcd.m, control/system/is_controllable.m, |
|
4180 control/system/is_detectable.m, control/system/is_observable.m, |
|
4181 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
4182 control/system/jet707.m, control/system/sys2fir.m, |
|
4183 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
4184 control/system/tfout.m, control/system/ugain.m, |
|
4185 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
4186 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
4187 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
4188 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
4189 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
4190 general/circshift.m, general/columns.m, general/flipdim.m, |
|
4191 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
4192 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
4193 general/isequalwithequalnans.m, general/isscalar.m, |
|
4194 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
4195 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
4196 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
4197 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
4198 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
4199 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
4200 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
4201 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
4202 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
4203 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
4204 miscellaneous/license.m, miscellaneous/menu.m, |
|
4205 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
4206 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
4207 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
4208 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
4209 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
4210 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
4211 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
4212 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
4213 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
4214 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
4215 polynomial/polyinteg.m, polynomial/polyout.m, |
|
4216 polynomial/polyreduce.m, polynomial/polyval.m, |
|
4217 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
4218 set/create_set.m, set/intersection.m, set/ismember.m, |
|
4219 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
4220 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
4221 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
4222 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
4223 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
4224 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
4225 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
4226 special-matrix/vander.m, statistics/base/median.m, |
|
4227 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
4228 statistics/distributions/gaminv.m, |
|
4229 statistics/distributions/gampdf.m, |
|
4230 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
4231 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
4232 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
4233 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
4234 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
4235 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
4236 |
5633
|
4237 2006-02-27 John W. Eaton <jwe@octave.org> |
|
4238 |
|
4239 * time/tic.m: Move here from miscellaneous/tic.m. |
|
4240 * time/toc.m: Move here from miscellaneous/toc.m. |
|
4241 |
|
4242 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
4243 |
|
4244 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
4245 does not assign output of toc to a variable. |
|
4246 |
5627
|
4247 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
4248 |
|
4249 * axis.m: Catch limits that are the same and return an error. |
|
4250 |
5625
|
4251 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4252 |
|
4253 * plot/print.m: Accept emf device option to support Enhanced |
|
4254 Metafile format. |
|
4255 |
|
4256 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
4257 |
|
4258 * control/base/lqe.m: Doc fix. |
|
4259 |
5623
|
4260 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
4261 |
|
4262 * statistics/distributions/gamcdf.m: Doc fix. |
|
4263 * statistics/distributions/gaminv.m: Doc fix. |
|
4264 * statistics/distributions/gampdf.m: Doc fix. |
|
4265 * statistics/distributions/gamrnd.m: Doc fix. |
|
4266 |
5610
|
4267 2006-02-09 David Bateman <dbateman@free.fr> |
|
4268 |
6778
|
4269 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
4270 for arbitrary user type. |
|
4271 * general/tril.m: ditto. |
|
4272 * sparse/sprand.m: Doc fix. |
|
4273 * sparse/sprandn.m: Ditto. |
|
4274 * sparse/sprandsym.m: New function. |
|
4275 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
4276 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
4277 Update for syntax error for latest texinfo.tex file. |
5610
|
4278 |
5605
|
4279 2006-02-02 John W. Eaton <jwe@octave.org> |
|
4280 |
|
4281 * plot/grid.m: Append ";\n" to "set grid" command. |
|
4282 |
|
4283 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
4284 |
|
4285 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
4286 |
5597
|
4287 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4288 |
|
4289 * audio/Makefile.in, control/base/Makefile.in, |
|
4290 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
4291 control/system/Makefile.in, control/util/Makefile.in, |
|
4292 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
4293 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
4294 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
4295 optimization/Makefile.in, plot/Makefile.in, |
|
4296 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
4297 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
4298 special-matrix/Makefile.in, startup/Makefile.in, |
|
4299 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
4300 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
4301 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
4302 (all): Depend on PKG_ADD. |
|
4303 (PKG_ADD): New target. |
|
4304 |
|
4305 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4306 |
|
4307 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
4308 |
5596
|
4309 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4310 |
|
4311 * time/etime.m: Move here from miscellaneous/etime.m. |
|
4312 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
4313 |
5595
|
4314 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4315 |
6778
|
4316 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
4317 * miscellaneous/fullfile.m: Likewise. |
|
4318 |
5592
|
4319 2006-01-12 David Bateman <dbateman@free.fr> |
|
4320 |
|
4321 * general/blkdiag.m: Compatible behavior for empty matrices |
|
4322 * statistics/base/unidrnd.m: Documentation buglet. |
|
4323 |
5583
|
4324 2005-12-14 David Bateman <dbateman@free.fr> |
|
4325 |
5589
|
4326 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
4327 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
4328 |
|
4329 * Makefile.in (SUBDIRS): Include testfun. |
|
4330 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
4331 |
5583
|
4332 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
4333 |
|
4334 * general/__isequal__.m: Remove reference to getfield. |
|
4335 |
|
4336 * plot/hist.m: Update test code for row/column discrepencies. |
|
4337 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
4338 Update the test code for this. |
|
4339 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
4340 |
5579
|
4341 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4342 |
|
4343 * cell/cell2mat.m: New file, from octave-forge. |
|
4344 |
5576
|
4345 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
4346 |
|
4347 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
4348 New graph theory functions. |
|
4349 |
5574
|
4350 2005-12-13 John W. Eaton <jwe@octave.org> |
|
4351 |
|
4352 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
4353 |
|
4354 * control/system/ss.m: Doc fix. |
|
4355 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4356 |
5572
|
4357 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
4358 |
|
4359 * audio/wavread.m, audio/wavwrite.m: |
|
4360 Correct scaling for 8-bit linear pcm samples. |
|
4361 Improve scaling for all other linear pcm resolutions. |
|
4362 |
5568
|
4363 2005-12-07 John W. Eaton <jwe@octave.org> |
|
4364 |
|
4365 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
4366 |
|
4367 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
4368 * strings/strjust.m: Likewise. |
|
4369 |
|
4370 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
4371 * signal/arma_rnd.m: Likewise. |
|
4372 * strings/strcat.m: Likewise. |
|
4373 * control/base/__freqresp__.m: Likewise. |
|
4374 * control/base/place.m: Likewise. |
|
4375 * control/base/pzmap.m: Likewise. |
|
4376 * control/base/pzmap.m: Likewise. |
|
4377 * control/system/sysappend.m: Likewise. |
|
4378 * control/system/syscont.m: Likewise. |
|
4379 * control/system/sysdisc.m: Likewise. |
|
4380 * control/system/sysgroup.m: Likewise. |
|
4381 * control/system/tfout.m: Likewise. |
|
4382 * control/system/zpout.m: Likewise. |
|
4383 * control/util/__outlist__.m: Likewise. |
|
4384 |
5567
|
4385 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4386 |
|
4387 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
4388 Avoid for loop in interleave/deinterleave steps. |
|
4389 |
5565
|
4390 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
4391 |
|
4392 * audio/wavread.m, audio/wavwrite.m: New files. |
|
4393 |
5563
|
4394 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4395 |
|
4396 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
4397 |
5560
|
4398 2005-12-05 John W. Eaton <jwe@octave.org> |
|
4399 |
5561
|
4400 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
4401 |
5558
|
4402 2005-12-02 John W. Eaton <jwe@octave.org> |
|
4403 |
|
4404 * miscellaneous/fileattrib.m: New function. |
|
4405 |
5556
|
4406 2005-12-01 John W. Eaton <jwe@octave.org> |
|
4407 |
|
4408 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
4409 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
4410 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
4411 |
5555
|
4412 2005-11-30 John W. Eaton <jwe@octave.org> |
|
4413 |
|
4414 * linear-algebra/krylov.m: Format doc string. |
|
4415 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4416 |
5551
|
4417 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
4418 |
|
4419 * general/blkdiag.m: Import from octave-forge. |
|
4420 Ignore empty matrices in the input. Add tests. |
5549
|
4421 |
|
4422 * general/isequal.m, general/isequalwithequalnans.m: |
|
4423 New wrapper scripts for general/__isequal__.m. |
|
4424 * general/__isequal__.m: Rename from general/isequal.m. |
|
4425 New arg, nans_compare_equal. |
|
4426 |
5548
|
4427 2005-11-29 John W. Eaton <jwe@octave.org> |
|
4428 |
|
4429 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
4430 calling system. Only append octave_forge_string if |
|
4431 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
4432 Call license instead of hard-coding license info here. |
|
4433 |
|
4434 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
4435 __octave_licenses__. Use puts instead of disp. |
5548
|
4436 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
4437 If nargout = 1, return license info instead of printing usage message. |
|
4438 |
5546
|
4439 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4440 |
|
4441 * miscellaneous/ver.m: New file. |
|
4442 * miscellaneous/license.m: New file. |
|
4443 |
5545
|
4444 2005-11-22 John W. Eaton <jwe@octave.org> |
|
4445 |
|
4446 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
4447 gnuplot set command. |
|
4448 |
5539
|
4449 2005-11-15 John W. Eaton <jwe@octave.org> |
|
4450 |
|
4451 * general/shiftdim.m: Doc fix. |
|
4452 |
5532
|
4453 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
4454 |
|
4455 * set/unique.m: Doc string fix. |
|
4456 |
5527
|
4457 2005-11-01 John W. Eaton <jwe@octave.org> |
|
4458 |
|
4459 * Makefile.in (distclean, maintainer-clean): |
|
4460 Also remove autom4te.cache directory. |
|
4461 From Quentin Spencer <qspencer@ieee.org>. |
|
4462 |
5518
|
4463 2005-10-28 John W. Eaton <jwe@octave.org> |
|
4464 |
|
4465 * general/shiftdim.m: Compatibility fix for row vectors. |
|
4466 Correct check for non-scalar non-integer shift. For positive |
|
4467 N, shift is remainder of N and number of dims. Always return NS. |
|
4468 Simplify. |
|
4469 |
5500
|
4470 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
4471 |
|
4472 * general/randperm.m: Improve compatibility by allowing input |
|
4473 value of zero. |
|
4474 |
5493
|
4475 2005-10-13 John W. Eaton <jwe@octave.org> |
|
4476 |
|
4477 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
4478 If in multiplot mode, clear plot before issuing new plot command. |
|
4479 |
|
4480 * plot/__setup_plot__.m: New function. |
|
4481 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
4482 Handle multiplot data and offsets here. |
|
4483 |
|
4484 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
4485 Move initialization to __setup_plot__.m. |
|
4486 |
|
4487 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
4488 Don't reset gnuplot_command_replot. |
|
4489 |
|
4490 * plot/replot.m: Handle multiplot data and offsets here. |
|
4491 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4492 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
4493 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
4494 |
5489
|
4495 2005-10-12 John W. Eaton <jwe@octave.org> |
|
4496 |
|
4497 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
4498 |
5482
|
4499 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
4500 |
|
4501 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
4502 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
4503 _inv functions. |
|
4504 * chi2pdf.m: Fixed typos in the documentation. |
|
4505 |
5475
|
4506 2005-09-28 John W. Eaton <jwe@octave.org> |
|
4507 |
5476
|
4508 * miscellaneous/single.m: New function. |
|
4509 |
5475
|
4510 * statistics/base/unidrnd.m: New function. |
|
4511 |
5474
|
4512 2005-09-27 John W. Eaton <jwe@octave.org> |
|
4513 |
|
4514 * miscellaneous/dir.m: Filename never includes directory part. |
|
4515 |
5464
|
4516 2005-09-22 John W. Eaton <jwe@octave.org> |
|
4517 |
|
4518 * polynomial/residue.m: Use logical indexing instead of find.. |
|
4519 |
|
4520 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
4521 |
|
4522 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
4523 and zero poles. |
|
4524 |
5462
|
4525 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
4526 |
|
4527 * strings/deblank.m: Handle cell arrays. |
|
4528 * strings/split.m: New argument, N, to limit number of splits. |
|
4529 |
|
4530 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
4531 |
|
4532 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
4533 |
5460
|
4534 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
4535 |
|
4536 * control/base/rlocus.m: Doc fix. |
|
4537 |
5459
|
4538 2005-09-20 John W. Eaton <jwe@octave.org> |
|
4539 |
|
4540 * general/isvector.m: Improve compatibility. |
|
4541 |
|
4542 * general/postpad.m: Allow first argument to be a scalar. |
|
4543 Allow padding to extend dimensionality. |
|
4544 * general/prepad.m: Likewise. |
|
4545 |
5448
|
4546 2005-09-14 Daniel <durbano@shbano.com> |
|
4547 |
|
4548 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
4549 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
4550 /control/base/dgram.m: Doc string fixes. |
5448
|
4551 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4552 |
5446
|
4553 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4554 |
|
4555 * saveimage.m: Do not ignore most significant bit when writing |
|
4556 black and white images to file. |
|
4557 |
5443
|
4558 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
4559 |
|
4560 * audio/playaudio.m, control/base/__bodquist__.m, |
|
4561 control/base/lqg.m, control/obsolete/dezero.m, |
|
4562 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
4563 control/system/c2d.m, control/system/cellidx.m, |
|
4564 control/system/d2c.m, control/system/dmr2d.m, |
|
4565 control/system/is_signal_list.m, control/system/listidx.m, |
|
4566 control/system/ss.m, control/system/sysappend.m, |
|
4567 control/system/sysconnect.m, control/system/sysdup.m, |
|
4568 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
4569 control/system/sysprune.m, control/system/syssetsignals.m, |
|
4570 control/system/tfout.m, control/system/zpout.m, |
|
4571 control/util/prompt.m, control/util/sortcom.m, |
|
4572 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
4573 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
4574 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
4575 general/strerror.m, image/colormap.m, image/imshow.m, |
|
4576 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
4577 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
4578 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
4579 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
4580 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
4581 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
4582 plot/print.m, plot/title.m, plot/top_title.m, |
|
4583 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
4584 statistics/base/mean.m, statistics/base/moment.m, |
|
4585 statistics/tests/cor_test.m, |
|
4586 statistics/tests/kolmogorov_smirnov_test.m, |
|
4587 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
4588 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
4589 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
4590 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
4591 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
4592 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
4593 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
4594 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
4595 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
4596 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
4597 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
4598 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
4599 isvector instead of is_vector. Use isstruct instead of |
|
4600 is_struct. Use char instead of setstr. |
|
4601 |
5435
|
4602 2005-08-31 Daniel <durbano@shbano.com> |
|
4603 |
|
4604 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
4605 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
4606 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4607 |
5431
|
4608 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
4609 |
|
4610 * image/saveimage.m: Open output file in binary mode. |
|
4611 |
|
4612 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
4613 |
5427
|
4614 2005-08-16 John W. Eaton <jwe@octave.org> |
|
4615 |
|
4616 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
4617 outputs. |
|
4618 |
5426
|
4619 2005-08-15 John W. Eaton <jwe@octave.org> |
|
4620 |
|
4621 * strings/strcat.m: Allow single argument. |
|
4622 |
5416
|
4623 2005-07-18 John W. Eaton <jwe@octave.org> |
|
4624 |
|
4625 * strings/strcmp.m: Delete. |
|
4626 |
5413
|
4627 2005-07-13 John W. Eaton <jwe@octave.org> |
|
4628 |
|
4629 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
4630 versions of Octave. |
|
4631 |
|
4632 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
4633 |
|
4634 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
4635 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
4636 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
4637 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
4638 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
4639 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
4640 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
4641 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
4642 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
4643 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4644 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4645 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4646 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4647 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4648 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4649 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4650 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4651 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4652 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4653 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4654 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4655 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4656 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4657 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4658 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4659 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4660 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4661 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4662 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4663 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4664 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4665 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4666 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4667 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4668 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4669 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4670 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4671 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4672 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4673 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4674 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4675 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4676 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4677 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4678 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4679 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4680 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4681 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4682 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4683 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4684 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4685 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4686 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4687 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4688 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4689 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4690 |
|
4691 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4692 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4693 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4694 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4695 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4696 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4697 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4698 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4699 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4700 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4701 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4702 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4703 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4704 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4705 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4706 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4707 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4708 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4709 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4710 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4711 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4712 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4713 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4714 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4715 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4716 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4717 deprecated/wiener_rnd.m: New files. |
|
4718 |
5408
|
4719 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4720 |
|
4721 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4722 * deprecated/weibull_rnd.m: New file. |
|
4723 |
5407
|
4724 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4725 |
|
4726 * strings/dec2base.m: Allow matrix arguments. |
|
4727 |
5406
|
4728 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4729 |
|
4730 * plot/__errplot__.m: Use __plot_globals__. |
|
4731 * plot/__plt__.m: Likewise. |
|
4732 * plot/figure.m: Likewise. |
|
4733 |
|
4734 * plot/hold.m: New file. |
|
4735 * plot/ishold.m: New file. |
|
4736 * plot/__plot_globals__.m: New file. |
|
4737 |
5400
|
4738 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4739 |
|
4740 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4741 |
|
4742 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4743 |
|
4744 * strings/findstr.m: Return [] for no matches. |
|
4745 |
5399
|
4746 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4747 |
|
4748 * miscellaneous/tic.m: Fix doc string. |
|
4749 |
5395
|
4750 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4751 |
|
4752 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4753 |
5393
|
4754 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4755 |
|
4756 * general/isequal.m: Correct nargin check. |
|
4757 |
5388
|
4758 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4759 |
|
4760 * general/isvector.m: Handle N-d arrays. |
|
4761 From Bill Denney <denney@seas.upenn.edu>. |
|
4762 |
5381
|
4763 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4764 |
|
4765 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4766 |
5377
|
4767 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4768 |
|
4769 * signal/freqz.m: Use correct calculations when given a vector of |
|
4770 frequencies. Improve accuracy of returned frequency vector. |
|
4771 Improve speed for medium length filters (at a slight cost for slow |
|
4772 filters). Add test cases. |
|
4773 |
5373
|
4774 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4775 |
|
4776 * plot/loglog.m: Fix set commands. |
|
4777 |
5381
|
4778 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4779 |
|
4780 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4781 |
5371
|
4782 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4783 |
5373
|
4784 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4785 |
5372
|
4786 * strings/strncmp.m: New file, from Tom Holroyd |
|
4787 <tomh@kurage.nimh.nih.gov>. |
|
4788 |
5371
|
4789 * strings/strcmp.m: Return logical values in all cases. |
|
4790 |
5366
|
4791 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4792 |
|
4793 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4794 Texinfoize doc string. |
|
4795 |
|
4796 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4797 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4798 set terminal push/pop and unconditionally set output to screen |
|
4799 when done to avoid requiring gget. Use a cell array for dev_list |
|
4800 and cellidx to search for items in the list. Delete local |
|
4801 variable endl. Don't set and restore automatic_replot. Use {} |
|
4802 instead of nth to index varargin. Delete local variable |
|
4803 va_arg_cnt. |
|
4804 |
5355
|
4805 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4806 |
|
4807 * general/num2str.m: Return early if X is a character string. |
|
4808 |
5347
|
4809 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4810 |
5348
|
4811 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4812 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4813 |
5347
|
4814 * plot/polar.m: Don't call __pltopt__ here. |
|
4815 |
5333
|
4816 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4817 |
|
4818 * mkdoc: Print header message. |
|
4819 |
5319
|
4820 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4821 |
|
4822 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4823 startup/octaverc. |
|
4824 |
5318
|
4825 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4826 |
|
4827 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4828 (__im_numeric_limits__): New internal function. |
|
4829 |
5317
|
4830 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4831 |
|
4832 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4833 data, not mean of group_mean. |
|
4834 |
|
4835 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4836 |
|
4837 * startup/local-rcfile: New file. |
|
4838 * startup/main-rcfile: Rename from startup/octaverc. |
|
4839 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4840 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4841 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4842 |
|
4843 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4844 |
|
4845 * startup/inputrc: New file. |
|
4846 * startup/octaverc: Configure readline using inputrc from |
|
4847 startupfiledir. |
|
4848 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4849 in $(fcnfiledir)/startup. |
|
4850 |
5310
|
4851 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4852 |
|
4853 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4854 |
5289
|
4855 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4856 |
|
4857 * optimization/glpk.m: Handle SENSE argument. |
|
4858 |
|
4859 * optimization/qp.m, optimization/sqp.m: New files. |
|
4860 |
5276
|
4861 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4862 |
|
4863 * Makefile.in (clean, distclean, maintainer-clean): |
|
4864 Avoid duplication in rules. |
|
4865 |
5252
|
4866 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4867 |
|
4868 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4869 setting {no,}parametric. |
|
4870 * plot/figure.m: Likewise, for setting terminal type. |
|
4871 |
|
4872 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4873 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4874 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4875 plot/title.m, plot/top_title.m: Avoid eval. |
|
4876 |
5251
|
4877 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4878 |
5253
|
4879 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4880 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4881 Use __gnuplot_replot__ instead of replot. |
|
4882 |
5252
|
4883 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4884 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4885 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4886 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4887 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4888 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4889 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4890 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4891 |
5251
|
4892 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4893 |
5244
|
4894 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4895 |
|
4896 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4897 * optimization/glpk.m: Likewise. |
|
4898 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4899 (row vectors are orginary character strings). |
|
4900 * optimization/glpkparam.m: Delete. |
|
4901 |
5243
|
4902 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4903 |
|
4904 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4905 of dimensions of X. |
|
4906 |
5237
|
4907 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4908 |
5239
|
4909 * general/tril.m, general/triu.m: Return value of same class as |
|
4910 argument. |
|
4911 |
5237
|
4912 * optimization/glpk.m: Simplify interface. By default, solve |
|
4913 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4914 * optimization/glpkmex.m: New file. |
|
4915 |
5232
|
4916 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4917 |
5237
|
4918 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4919 list. |
|
4920 |
5233
|
4921 * optimization/glpk.m: Adapt to Octave coding style. |
|
4922 No need for varargout or varargin. |
|
4923 Print usage message if nargin > 11. |
|
4924 Allow any value of nargout. |
|
4925 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4926 Avoid looping when checking character classes. |
|
4927 |
5232
|
4928 * optimization: New directory. |
|
4929 * Makefile.in (SUBDIRS): Add it to the list. |
|
4930 * optimization/Makefile.in: New file. |
|
4931 * optimization/glpk.m, optimization/glpkparams.m, |
|
4932 optimization/glpktest1, optimization/glpktest2: New files. |
|
4933 |
5218
|
4934 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4935 |
|
4936 * strings/split.m: Quick return for empty second arg. |
|
4937 Improve warning for multi-line strings. |
|
4938 Speed up by avoiding sprintf in loop and eval. |
|
4939 |
5217
|
4940 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4941 |
|
4942 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4943 * polynomial/polyder.m: Ditto. |
6778
|
4944 * polynomial/polygcd.m: New function. |
5217
|
4945 |
5214
|
4946 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4947 |
5215
|
4948 * control/base/__stepimp__.m, control/base/bode.m, |
|
4949 control/base/frdemo.m, control/base/nichols.m, |
|
4950 control/base/nyquist.m, control/base/pzmap.m, |
|
4951 control/base/rldemo.m, control/base/rlocus.m, |
|
4952 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4953 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4954 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4955 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4956 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4957 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4958 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4959 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4960 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4961 plot/xlabel.m, quaternion/demoquat.m, |
|
4962 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4963 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4964 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4965 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4966 gsplot from @seealso docs. |
5214
|
4967 |
|
4968 * plot/replot.m: New file. |
|
4969 |
5205
|
4970 2005-03-15 David Bateman <dbateman@free.fr> |
|
4971 |
|
4972 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4973 |
5196
|
4974 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4975 |
|
4976 * statistics/Makefile.in (bin-dist): Delete target. |
|
4977 (BINDISTSUBDIRS): Delete variable. |
6754
|
4978 * control/Makefile.in: Likewise. |
5196
|
4979 |
5378
|
4980 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4981 (BINDISTFILES): Delete variable. |
5378
|
4982 * control/base/Makefile.in: Likewise. |
|
4983 * control/hinf/Makefile.in: Likewise. |
|
4984 * control/obsolete/Makefile.in: Likewise. |
|
4985 * control/system/Makefile.in: Likewise. |
|
4986 * control/util/Makefile.in: Likewise. |
|
4987 * deprecated/Makefile.in: Likewise. |
|
4988 * elfun/Makefile.in: Likewise. |
|
4989 * finance/Makefile.in: Likewise. |
|
4990 * general/Makefile.in: Likewise. |
|
4991 * image/Makefile.in: Likewise. |
|
4992 * sparse/Makefile.in: Likewise. |
|
4993 * io/Makefile.in: Likewise. |
|
4994 * plot/Makefile.in: Likewise. |
|
4995 * Makefile.in: Likewise. |
|
4996 * miscellaneous/Makefile.in: Likewise. |
|
4997 * linear-algebra/Makefile.in: Likewise. |
|
4998 * polynomial/Makefile.in: Likewise. |
|
4999 * quaternion/Makefile.in: Likewise. |
|
5000 * set/Makefile.in: Likewise. |
|
5001 * signal/Makefile.in: Likewise. |
|
5002 * specfun/Makefile.in: Likewise. |
|
5003 * special-matrix/Makefile.in: Likewise. |
|
5004 * startup/Makefile.in: Likewise. |
|
5005 * statistics/base/Makefile.in: Likewise. |
|
5006 * statistics/distributions/Makefile.in: Likewise. |
|
5007 * statistics/models/Makefile.in: Likewise. |
|
5008 * statistics/tests/Makefile.in: Likewise. |
|
5009 * strings/Makefile.in: Likewise. |
|
5010 * time/Makefile.in: Likewise. |
5196
|
5011 |
5195
|
5012 2005-03-08 John W. Eaton <jwe@octave.org> |
|
5013 |
|
5014 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
5015 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
5016 |
5192
|
5017 2005-03-04 John W. Eaton <jwe@octave.org> |
|
5018 |
|
5019 * plot/clg.m: New file. |
|
5020 |
5193
|
5021 2005-03-03 John W. Eaton <jwe@octave.org> |
|
5022 |
|
5023 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
5024 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
5025 strings/strcmpi.m: |
|
5026 New files from Octave-forge. Adapt to Octave coding standards. |
|
5027 |
5181
|
5028 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5029 |
|
5030 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
5031 computation range. |
|
5032 |
5164
|
5033 2005-02-25 John W. Eaton <jwe@octave.org> |
|
5034 |
|
5035 Sparse merge. |
|
5036 |
|
5037 2005-01-23 David Bateman <dbateman@free.fr> |
|
5038 |
|
5039 * sparse/randperm.m: Delete duplicate randperm.m. |
|
5040 |
|
5041 2005-01-10 John W. Eaton <jwe@octave.org> |
|
5042 |
|
5043 * sparse/Makefile.in: New file. |
|
5044 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
5045 |
|
5046 2005-01-07 David Bateman <dbateman@free.fr> |
|
5047 |
|
5048 * set/unique.m: import file from octave-forge. |
|
5049 |
|
5050 2005-01-05 David Bateman <dbateman@free.fr> |
|
5051 |
|
5052 * Makefile.in: include sparse directory in SUBDIRS. |
|
5053 |
|
5054 2004-12-30 John W. Eaton <jwe@octave.org> |
|
5055 |
|
5056 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
5057 src/DLD-FUNCTIONS/sparse.cc). |
|
5058 |
|
5059 2004-12-28 John W. Eaton <jwe@octave.org> |
|
5060 |
|
5061 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
5062 Andy Adler <adler@site.uottawa.ca>. |
|
5063 |
|
5064 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
5065 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
5066 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
5067 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
5068 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
5069 |
|
5070 * sparse: New directory. |
|
5071 |
5158
|
5072 2005-02-22 John W. Eaton <jwe@octave.org> |
|
5073 |
|
5074 * polynomial/residue.m: Force prepad to always create row vectors. |
|
5075 |
|
5076 * polynomial/poly.m: Quick return if m is 0. |
|
5077 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
5078 |
5154
|
5079 2005-02-21 David Bateman <dbateman@free.fr> |
|
5080 |
|
5081 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
5082 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
5083 Fix for row vectors with at least one element of lambda not in |
|
5084 (0, Inf). |
|
5085 |
5152
|
5086 2005-02-21 John W. Eaton <jwe@octave.org> |
|
5087 |
5153
|
5088 * statistics/base/qqplot.m: Use feval instead of eval. |
|
5089 |
5152
|
5090 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
5091 plot/__axis_label__.m: Issue replot command. |
|
5092 |
5135
|
5093 2005-02-09 John W. Eaton <jwe@octave.org> |
|
5094 |
|
5095 * polynomial/polyderiv.m: Force P to be a row vector. |
|
5096 |
5133
|
5097 2005-02-08 John W. Eaton <jwe@octave.org> |
|
5098 |
|
5099 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
5100 provided and len <= computed max_len. |
|
5101 |
5125
|
5102 2005-01-27 David Bateman <dbateman@free.fr> |
|
5103 |
|
5104 * strings/dec2base.m: Be even more careful about handling all digits. |
|
5105 |
|
5106 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
5107 |
|
5108 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
5109 |
5123
|
5110 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
5111 |
|
5112 * statistics/base/median.m: Make it work for the scalar case too. |
|
5113 |
6308
|
5114 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
5115 |
|
5116 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
5117 Simplify logic for decoding args. |
5117
|
5118 |
5115
|
5119 2005-01-24 John W. Eaton <jwe@octave.org> |
|
5120 |
5116
|
5121 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
5122 |
|
5123 * plot/__plt__.m: No need to save and reset hold state now. |
|
5124 (first_plot): Delete unused variable. |
|
5125 |
5115
|
5126 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
5127 |
|
5128 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
5129 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
5130 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
5131 plot/__plt2vv__.m: |
|
5132 Return data and gnuplot commands instead of evaluating them. |
|
5133 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
5134 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
5135 |
5108
|
5136 2005-01-18 John W. Eaton <jwe@octave.org> |
|
5137 |
|
5138 * linear-algebra/cross.m: Allocate idx1 before use. |
|
5139 |
5096
|
5140 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
5141 |
|
5142 * statistics/base/range.m: Fix varargin usage. |
|
5143 |
5091
|
5144 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
5145 |
|
5146 * strings/deblank.m: Remove all trailing whitespace (check with |
|
5147 isspace), not just SPC. |
|
5148 |
5090
|
5149 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
5150 |
|
5151 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
5152 |
5073
|
5153 2004-11-09 John W. Eaton <jwe@octave.org> |
|
5154 |
|
5155 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
5156 From Julius Smith <jos@ccrma.stanford.edu>. |
|
5157 |
5072
|
5158 2004-11-08 John W. Eaton <jwe@octave.org> |
|
5159 |
|
5160 * plot/__plt2vm__.m: Delete debugging statement. |
|
5161 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
5162 |
5065
|
5163 2004-11-04 John W. Eaton <jwe@octave.org> |
|
5164 |
|
5165 * plot/hist.m: Always return row vectors for vector args. |
|
5166 |
5031
|
5167 2004-09-23 John W. Eaton <jwe@octave.org> |
|
5168 |
|
5169 * strings/strcmp.m: If args are not strings or cell arrays of |
|
5170 strings, return zero instead of reporting an error. |
|
5171 |
5021
|
5172 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
5173 |
|
5174 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
5175 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
5176 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
5177 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
5178 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
5179 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
5180 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
5181 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
5182 control/system/is_detectable.m, control/system/is_sample.m, |
|
5183 control/system/is_siso.m, control/system/is_stable.m, |
|
5184 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
5185 control/system/sys2tf.m, control/system/sys2zp.m, |
|
5186 control/system/sysappend.m, control/system/sysconnect.m, |
|
5187 control/system/sysdisc.m, control/system/sysdup.m, |
|
5188 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
5189 control/system/syssetsignals.m, control/system/syssub.m, |
|
5190 control/system/tf2sys.m, control/system/ugain.m, |
|
5191 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5192 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
5193 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
5194 |
|
5195 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
5196 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
5197 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
5198 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
5199 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
5200 control/system/sysappend.m, control/system/sysconnect.m, |
|
5201 control/system/sysdup.m, control/system/sysgroup.m, |
|
5202 control/system/sysprune.m, control/system/sysreorder.m, |
|
5203 control/system/sysscale.m, control/system/syssub.m, |
|
5204 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
5205 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
5206 polynomial/polyout.m, specfun/log2.m: |
|
5207 Add output arguments in doc strings. |
|
5208 |
|
5209 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
5210 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
5211 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
5212 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
5213 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
5214 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
5215 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
5216 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
5217 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
5218 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
5219 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
5220 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
5221 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
5222 control/system/c2d.m, control/system/is_abcd.m, |
|
5223 control/system/is_controllable.m, control/system/is_detectable.m, |
|
5224 control/system/is_observable.m, control/system/is_stable.m, |
|
5225 control/system/jet707.m, control/system/ord2.m, |
|
5226 control/system/starp.m, control/system/sys2fir.m, |
|
5227 control/system/sys2ss.m, control/system/sys2tf.m, |
|
5228 control/system/sys2zp.m, control/system/syscont.m, |
|
5229 control/system/sysdisc.m, control/system/sysdup.m, |
|
5230 control/system/sysgettype.m, control/system/sysgroup.m, |
|
5231 control/system/sysmult.m, control/system/sysprune.m, |
|
5232 control/system/sysreorder.m, control/system/sysscale.m, |
|
5233 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
5234 control/system/tf2ss.m, control/system/tf2sys.m, |
|
5235 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5236 control/util/axis2dlim.m, control/util/prompt.m, |
|
5237 control/util/zgfmul.m, control/util/zginit.m, |
|
5238 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
5239 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
5240 in doc strings. |
|
5241 |
|
5242 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
5243 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
5244 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
5245 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5246 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5247 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5248 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5249 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
5250 control/system/c2d.m, control/system/fir2sys.m, |
|
5251 control/system/is_stabilizable.m, control/system/jet707.m, |
|
5252 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
5253 control/util/zgshsr.m, polynomial/polyout.m: |
|
5254 New @tex section(s) in doc strings for better formating of printed |
|
5255 output. |
|
5256 |
|
5257 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
5258 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
5259 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
5260 Use proper double quote marks for TeX. |
|
5261 |
|
5262 * control/base/DEMOcontrol.m: Add missing ; |
|
5263 |
|
5264 * control/base/nichols.m, control/base/rlocus.m, |
|
5265 control/obsolete/minfo.m, control/system/is_digital.m, |
|
5266 control/system/ss2zp.m, control/system/sysmin.m, |
|
5267 control/system/tf2zp.m, control/util/sortcom.m: |
|
5268 Convert documentation to use or more completely use Texinfo. |
|
5269 |
|
5270 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
5271 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
5272 control/system/parallel.m, control/system/ss2tf.m, |
|
5273 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
5274 art splitting over a page boundary. |
|
5275 |
|
5276 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5277 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5278 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5279 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5280 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
5281 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
5282 the TeX documentation. |
|
5283 |
|
5284 * control/system/is_stabilizable.m: |
|
5285 Add Copyright so that help is displayed correctly. |
|
5286 |
|
5287 * special-matrix/vander.m: Octave indexes start at 1. |
|
5288 |
5011
|
5289 2004-09-21 David Bateman <dbateman@free.fr> |
|
5290 |
|
5291 * general/rotdim.m: New function for rotation of an N-d array in an |
|
5292 arbitrary plane. |
|
5293 |
|
5294 * general/flipdim.m: New function to flip an N-d array about an |
|
5295 arbitrary axis. |
|
5296 |
5003
|
5297 2004-09-15 David Bateman <dbateman@free.fr> |
|
5298 |
|
5299 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
5300 |
4992
|
5301 2004-09-15 John W. Eaton <jwe@octave.org> |
|
5302 |
|
5303 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
5304 Use iscellstr to check for cells rather than iscell. |
|
5305 Improve diagnostics for invalid args. |
4992
|
5306 |
4983
|
5307 2004-09-10 David Bateman <dbateman@free.fr> |
|
5308 |
|
5309 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
5310 and p with n > 1, and fix for matrix n and p with n == 1. |
|
5311 |
|
5312 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
5313 due to row vs. column vector operations. |
|
5314 |
4964
|
5315 2004-09-03 David Bateman <dbateman@free.fr> |
|
5316 |
|
5317 * general/repmat.m: Fix to allow logical classes. |
|
5318 |
4950
|
5319 2004-08-31 John W. Eaton <jwe@octave.org> |
|
5320 |
|
5321 * general/isa.m: New function, from Octave-forge. |
|
5322 |
|
5323 2004-08-31 David Bateman <dbateman@free.fr> |
|
5324 |
|
5325 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
5326 limitation on the use of int64 and uint64 types, and the use |
|
5327 of the eval. |
|
5328 |
|
5329 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
5330 in .^ with integer types is fixed. |
|
5331 |
|
5332 * general/repmat.m: Adapt to allow integer types. |
4945
|
5333 |
|
5334 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
5335 |
|
5336 * plot/axis.m: Don't reset axes when querying them. |
|
5337 |
4942
|
5338 2004-08-27 David Bateman <dbateman@free.fr> |
|
5339 |
|
5340 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
5341 Eliminate loop. |
|
5342 |
4918
|
5343 2004-07-27 David Bateman <dbateman@free.fr> |
|
5344 |
|
5345 * general/num2str.m: Also insert spaces in output when precision |
|
5346 argument is supplied. |
|
5347 |
4915
|
5348 2004-07-23 David Bateman <dbateman@free.fr> |
|
5349 |
|
5350 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
5351 |
4911
|
5352 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5353 |
|
5354 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
5355 |
|
5356 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
5357 |
|
5358 * miscellaneous/unix.m: Fix doc string. |
|
5359 |
|
5360 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
5361 |
|
5362 * plot/figure.m: Clarification of documentation. |
|
5363 |
|
5364 * image/imshow.m: Warn for complex images. |
|
5365 Only estimate colourmap for images in [0, 65536]. |
|
5366 |
|
5367 2004-07-22 David Bateman <dbateman@free.fr> |
|
5368 |
|
5369 * general/num2str.m: Fix the case of an all zero input. |
|
5370 |
4906
|
5371 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5372 |
|
5373 * general/ind2sub.m: Doc fix. |
|
5374 |
4900
|
5375 2004-06-08 John W. Eaton <jwe@octave.org> |
|
5376 |
|
5377 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
5378 convert function handle to string for eval. |
|
5379 |
4898
|
5380 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
5381 |
|
5382 * plot/errorbar.m: Remove debugging output. |
|
5383 |
|
5384 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5385 |
|
5386 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
5387 |
4897
|
5388 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5389 |
4898
|
5390 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
5391 |
|
5392 * polynomial/polyout.m: Use parenthesis if necessary around |
|
5393 complex polynomial coefficient. |
|
5394 |
4897
|
5395 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
5396 the bug which causes __errplot__ to ignore the last argument. |
|
5397 |
4894
|
5398 2004-06-03 David Bateman <dbateman@free.fr> |
|
5399 |
|
5400 * general/shiftdim.m: New function based on JWE code snippet. |
|
5401 |
|
5402 * general/circdim.m: New function. |
|
5403 |
4890
|
5404 2004-05-06 David Bateman <dbateman@free.fr> |
|
5405 |
|
5406 * general/issquare.m: Fail if ndim(x) > 2. |
|
5407 |
|
5408 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
5409 |
|
5410 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
5411 N-d array arguments. Add optional dim argument to define |
|
5412 dimension along which to operate. |
|
5413 |
|
5414 * linear-algebra/dmult.m: Allow N-d arrays. |
|
5415 |
|
5416 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
5417 |
4885
|
5418 2004-04-29 David Bateman <dbateman@free.fr> |
|
5419 |
|
5420 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
5421 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
5422 statistics/base/statistics.m, statistics/base/skewness.m |
|
5423 statistics/base/iqr.m: |
|
5424 Make N-d array aware. Allow optional argument to define the |
|
5425 dimension along which to operate. Update the documentation. |
|
5426 |
|
5427 * statistics/base/ranks.m: Change algorithm to use sort, |
|
5428 and adjust for the ties after. |
|
5429 |
|
5430 * statistics/base/run_counts.m: Change algorithm to use |
|
5431 the a combination of diff and find, rather than a for-loop. |
|
5432 |
4881
|
5433 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
5434 |
|
5435 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
5436 |
4878
|
5437 2004-04-23 David Bateman <dbateman@free.fr> |
|
5438 |
|
5439 * general/int2str.m: Treat only real part of argument, and treat |
|
5440 NDArrays by stacking the slices through the matrix vertically. |
|
5441 |
|
5442 * general/num2str.m: Improve format of integer matrices, and the |
|
5443 conversion of complex matrices added. Treat NDArrays by stacking |
|
5444 the slices through the matrix vertically. |
|
5445 |
|
5446 * deprecated/com2str.m: Moved here from general subdirectory. |
|
5447 |
4877
|
5448 2004-04-22 John W. Eaton <jwe@octave.org> |
|
5449 |
|
5450 * quaternion/qtransvmat.m: Use continuation characters to make |
|
5451 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
5452 |
4869
|
5453 2004-04-21 David Bateman <dbateman@free.fr> |
|
5454 |
5378
|
5455 * elfun/lcm.m: Make N-d aware. |
4870
|
5456 |
4869
|
5457 * general/diff.m: Make the code N-d array aware. Allow an |
|
5458 optional argument to define the dimension along which to perform |
|
5459 the differences and allow the order of the differences to be larger |
|
5460 than the dimension itself. |
|
5461 |
|
5462 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
5463 use of these functions to 1- and 2-d arrays. |
|
5464 |
4863
|
5465 2004-04-16 John W. Eaton <jwe@octave.org> |
|
5466 |
|
5467 * elfun/gcd.m: Delete. |
|
5468 |
4862
|
5469 2004-04-15 David Bateman <dbateman@free.fr> |
|
5470 |
|
5471 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
5472 |
|
5473 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
5474 array aware and and optional argument for the dimension along |
|
5475 which to operate. |
|
5476 |
5378
|
5477 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
5478 argument for the dimension to be consistent with other N-d array |
|
5479 functions. |
|
5480 |
4860
|
5481 2004-04-08 David Bateman <dbateman@free.fr> |
|
5482 |
|
5483 * statistics/distributions/discrete_cdf.m, |
|
5484 statistics/distributions/discrete_inv.m, |
|
5485 statistics/distributions/discrete_pdf.m, |
|
5486 statistics/distributions/discrete_rnd.m, |
|
5487 statistics/distributions/exponential_cdf.m, |
|
5488 statistics/distributions/exponential_inv.m, |
|
5489 statistics/distributions/exponential_pdf.m, |
|
5490 statistics/distributions/exponential_rnd.m, |
|
5491 statistics/distributions/f_cdf.m, |
|
5492 statistics/distributions/f_inv.m, |
|
5493 statistics/distributions/f_pdf.m, |
|
5494 statistics/distributions/f_rnd.m, |
|
5495 statistics/distributions/geometric_cdf.m, |
|
5496 statistics/distributions/geometric_inv.m, |
|
5497 statistics/distributions/geometric_pdf.m, |
|
5498 statistics/distributions/geometric_rnd.m, |
|
5499 statistics/distributions/hypergeometric_rnd.m, |
|
5500 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
5501 statistics/distributions/laplace_cdf.m, |
|
5502 statistics/distributions/laplace_inv.m, |
|
5503 statistics/distributions/laplace_pdf.m, |
|
5504 statistics/distributions/laplace_rnd.m, |
|
5505 statistics/distributions/logistic_inv.m, |
|
5506 statistics/distributions/logistic_rnd.m, |
|
5507 statistics/distributions/lognormal_cdf.m, |
|
5508 statistics/distributions/lognormal_inv.m, |
|
5509 statistics/distributions/lognormal_pdf.m, |
|
5510 statistics/distributions/lognormal_rnd.m, |
|
5511 statistics/distributions/pascal_cdf.m, |
|
5512 statistics/distributions/pascal_inv.m, |
|
5513 statistics/distributions/pascal_pdf.m, |
|
5514 statistics/distributions/pascal_rnd.m, |
|
5515 statistics/distributions/poisson_cdf.m, |
|
5516 statistics/distributions/poisson_inv.m, |
|
5517 statistics/distributions/poisson_pdf.m, |
|
5518 statistics/distributions/poisson_rnd.m, |
|
5519 statistics/distributions/t_cdf.m, |
|
5520 statistics/distributions/t_inv.m, |
|
5521 statistics/distributions/t_pdf.m, |
|
5522 statistics/distributions/t_rnd.m, |
|
5523 statistics/distributions/weibull_cdf.m, |
|
5524 statistics/distributions/weibull_inv.m, |
|
5525 statistics/distributions/weibull_pdf.m, |
|
5526 statistics/distributions/weibull_rnd.m: |
|
5527 Allow N-d arrays. |
|
5528 |
|
5529 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
5530 that results in NaN in places where it should not have had. |
|
5531 |
|
5532 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
5533 allow creating arbitrary matrices, compatiable with the other |
5583
|
5534 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
5535 |
|
5536 * statistics/distributions/empirical_rnd.m: New argument formats |
|
5537 to allow creating arbitrary matrices, compatiable with the other |
5583
|
5538 *_rnd.m functions. Maintain compatibility with previous |
4860
|
5539 format. Allow N-d arrays. |
|
5540 |
|
5541 * statistics/distributions/hypergeometric_cdf.m, |
|
5542 statistics/distributions/hypergeometric_inv.m, |
|
5543 statistics/distributions/hypergeometric_pdf.m, |
|
5544 statistics/distributions/wiener_rnd.m: |
|
5545 Error for non-scalar arguments. |
|
5546 |
|
5547 * statistics/distributions/pascal_rnd.m: |
|
5548 Correct for n = 1 bug, where all elements were equal. |
|
5549 |
4849
|
5550 2004-04-06 David Bateman <dbateman@free.fr> |
|
5551 |
4854
|
5552 * general/common_size.m, miscellaneous/bincoeff.m, |
|
5553 statistics/distributions/beta_cdf.m, |
|
5554 statistics/distributions/beta_inv.m, |
|
5555 statistics/distributions/beta_pdf.m, |
|
5556 statistics/distributions/beta_rnd.m, |
|
5557 statistics/distributions/binomial_cdf.m, |
|
5558 statistics/distributions/binomial_inv.m, |
|
5559 statistics/distributions/binomial_pdf.m, |
|
5560 statistics/distributions/binomial_rnd.m, |
|
5561 statistics/distributions/cauchy_cdf.m, |
|
5562 statistics/distributions/cauchy_inv.m, |
|
5563 statistics/distributions/cauchy_pdf.m, |
|
5564 statistics/distributions/cauchy_rnd.m, |
|
5565 statistics/distributions/chisquare_cdf.m, |
|
5566 statistics/distributions/chisquare_inv.m, |
|
5567 statistics/distributions/chisquare_pdf.m, |
|
5568 statistics/distributions/chisquare_rnd.m, |
|
5569 statistics/distributions/gamma_cdf.m, |
|
5570 statistics/distributions/gamma_inv.m, |
|
5571 statistics/distributions/gamma_pdf.m, |
|
5572 statistics/distributions/gamma_rnd.m, |
|
5573 statistics/distributions/normal_cdf.m, |
|
5574 statistics/distributions/normal_inv.m, |
|
5575 statistics/distributions/normal_pdf.m, |
|
5576 statistics/distributions/normal_rnd.m, |
|
5577 statistics/distributions/stdnormal_cdf.m, |
|
5578 statistics/distributions/stdnormal_pdf.m, |
|
5579 statistics/distributions/stdnormal_rnd.m, |
|
5580 statistics/distributions/uniform_cdf.m, |
|
5581 statistics/distributions/uniform_inv.m, |
|
5582 statistics/distributions/uniform_pdf.m, |
|
5583 statistics/distributions/uniform_rnd.m: |
|
5584 Allow the inputs to be N-d arrays. |
|
5585 |
4852
|
5586 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
5587 * statistics/base/median.m: Likewise. |
4849
|
5588 |
4844
|
5589 2004-04-02 David Bateman <dbateman@free.fr> |
|
5590 |
|
5591 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
5592 * statistics/base/center.m, statistics/base/meansq.m, |
|
5593 statistics/base/moment.m, statistics/base/range.m: |
4852
|
5594 Update for N-d arrays. |
4844
|
5595 * signal/fftshift.m: Fix dimensioning error. |
|
5596 |
|
5597 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
5598 N-d arrays. |
4844
|
5599 |
4852
|
5600 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
5601 |
|
5602 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
5603 |
4852
|
5604 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
5605 |
|
5606 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
5607 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
5608 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
5609 |
|
5610 * control/system/sysidx.m: Use cellidx and not listidx. |
|
5611 |
4841
|
5612 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5613 |
|
5614 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
5615 default of "" (so it is off unless explicitly set by the user). |
|
5616 |
4836
|
5617 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
5618 |
|
5619 * image/imshow.m: Accept "truesize" argument. |
|
5620 Ignore current colormap. New tests and demos. |
|
5621 |
4834
|
5622 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
5623 |
|
5624 * signal/sinewave.m: Allow N to default to M. |
|
5625 |
4826
|
5626 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5627 |
|
5628 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
5629 |
4818
|
5630 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5631 |
|
5632 * general/deal.m: New function. |
4819
|
5633 Add tests from Paul Kienzle. |
4818
|
5634 |
4811
|
5635 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5636 |
|
5637 * plot/hist.m: Compute histogram correctly for n>=30. |
|
5638 |
5095
|
5639 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
5640 |
|
5641 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
5642 |
4806
|
5643 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5644 |
|
5645 * miscellaneous/horzcat.m: Delete. |
|
5646 * miscellaneous/vertcat.m: Delete. |
|
5647 |
4790
|
5648 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5649 |
|
5650 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5651 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5652 |
4789
|
5653 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5654 |
|
5655 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5656 doing multiple plots in the same gnuplot frame. |
|
5657 |
4780
|
5658 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5659 |
|
5660 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5661 control/system/cellidx.m, control/system/ss.m, |
|
5662 control/system/tf.m, control/system/zp.m: New functions. |
|
5663 |
4778
|
5664 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5665 |
|
5666 * statistics/distributions/discrete_inv.m: |
|
5667 Reduce memory requirements. |
|
5668 |
4772
|
5669 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5670 |
|
5671 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5672 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5673 |
4771
|
5674 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5675 |
|
5676 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5677 control/base/analdemo.m, control/base/bddemo.m, |
|
5678 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5679 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5680 control/base/rldemo.m, control/base/rlocus.m, |
|
5681 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5682 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5683 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5684 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5685 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5686 control/system/__sysdefioname__.m, |
|
5687 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5688 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5689 control/system/c2d.m, control/system/d2c.m, |
|
5690 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5691 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5692 control/system/jet707.m, control/system/listidx.m, |
|
5693 control/system/moddemo.m, control/system/ord2.m, |
|
5694 control/system/packedform.m, control/system/parallel.m, |
|
5695 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5696 control/system/sys2zp.m, control/system/sysadd.m, |
|
5697 control/system/sysappend.m, control/system/sysconnect.m, |
|
5698 control/system/syscont.m, control/system/sysdimensions.m, |
|
5699 control/system/sysdisc.m, control/system/sysdup.m, |
|
5700 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5701 control/system/sysgroup.m, control/system/sysmin.m, |
|
5702 control/system/sysmult.m, control/system/sysprune.m, |
|
5703 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5704 control/system/syssetsignals.m, control/system/syssub.m, |
|
5705 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5706 control/system/ugain.m, control/system/zp2ss.m, |
|
5707 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5708 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5709 Use cell arrays instead of lists. |
|
5710 |
4723
|
5711 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5712 |
|
5713 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5714 so that bar (1, 1) will work. |
|
5715 |
4710
|
5716 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5717 |
4717
|
5718 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5719 * plot/__errplot__.m: Likewise. |
|
5720 * plot/__plt__.m: Likewise. |
|
5721 * plot/plot_border.m: Likewise. |
|
5722 |
4710
|
5723 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5724 not $(DOCSTRINGS). |
|
5725 |
4706
|
5726 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5727 |
|
5728 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5729 rank ([], tol). |
|
5730 |
4691
|
5731 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5732 |
4692
|
5733 * elfun/acot.m: Return atan (1./z). |
|
5734 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5735 |
4691
|
5736 * miscellaneous/dir.m: New file. |
|
5737 |
|
5738 * general/num2str.m: Use "%d" as format if values are ints with |
|
5739 magnitude less than 1e10. |
|
5740 |
|
5741 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5742 |
|
5743 * general/num2str.m: If single arg is string, return it. |
|
5744 |
|
5745 * miscellaneous/not.m: New file. |
|
5746 |
|
5747 * miscellaneous/unix.m: New file. |
|
5748 |
|
5749 * miscellaneous/isunix.m: New file. |
|
5750 * miscellaneous/ispc.m: New file. |
|
5751 |
|
5752 * miscellaneous/computer.m: New file. |
|
5753 |
|
5754 * miscellaneous/delete.m: New file. |
|
5755 |
4689
|
5756 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5757 |
|
5758 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5759 |
|
5760 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5761 |
|
5762 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5763 Always return substituted version of LOADPATH if nargout != 0. |
|
5764 |
4685
|
5765 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5766 |
|
5767 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5768 before continuing. |
|
5769 |
|
5770 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5771 |
4677
|
5772 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5773 |
|
5774 * general/ind2sub.m: New file. |
|
5775 * general/sub2ind.m: New file. |
|
5776 |
4675
|
5777 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5778 |
|
5779 * control/system/zp2ss.m: Don't save and restore |
|
5780 warn_empty_list_elements. |
|
5781 |
|
5782 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5783 |
6778
|
5784 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5785 |
4673
|
5786 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5787 |
|
5788 * statistics/base/mean.m: Remove special case for row vectors. |
|
5789 |
4637
|
5790 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5791 |
|
5792 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5793 |
4631
|
5794 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5795 |
|
5796 * statistics/base/iqr.m: Handle matrices. |
|
5797 |
4630
|
5798 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5799 |
|
5800 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5801 |
4629
|
5802 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5803 |
|
5804 * miscellaneous/path.m: Fix thinko in previous change. |
|
5805 |
4609
|
5806 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5807 |
4629
|
5808 * control/base/dare.m: Check positive (semi)definiteness and |
|
5809 dimensions of r (and q). |
|
5810 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5811 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5812 near unit circle. |
4611
|
5813 |
|
5814 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5815 Correct the behavior for discrete-time systems. |
|
5816 * control/system/is_stabilizable.m: Likewise. |
|
5817 |
4609
|
5818 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5819 |
|
5820 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5821 |
4610
|
5822 * general/isdefinite.m: New function. |
|
5823 |
4567
|
5824 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5825 |
|
5826 * general/reshape: Delete. |
|
5827 |
4559
|
5828 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5829 |
|
5830 * general/numel.m: Delete. |
|
5831 |
4535
|
5832 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5833 |
4536
|
5834 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5835 |
|
5836 * deprecated/isstr.m: New file. |
4535
|
5837 |
4529
|
5838 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5839 |
|
5840 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5841 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5842 |
4525
|
5843 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5844 |
|
5845 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5846 |
4503
|
5847 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5848 |
|
5849 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5850 |
4492
|
5851 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5852 |
|
5853 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5854 Allow optional length argument. |
|
5855 |
4491
|
5856 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5857 |
|
5858 * polynomial/polyfit.m: Avoid calling flipud. |
|
5859 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5860 Return structure as second output value for improved Matlab |
|
5861 compatibility. |
|
5862 |
4476
|
5863 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5864 |
4478
|
5865 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5866 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5867 with one non-zero dimension. |
|
5868 |
4476
|
5869 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5870 warn_single_quote_string to the list. |
4478
|
5871 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5872 from the list. |
4476
|
5873 |
5095
|
5874 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5875 |
|
5876 * signal/autocov.m: Transpose result of conj because diag returns |
|
5877 a column vector, not a row vector. |
|
5878 |
|
5879 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5880 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5881 with quotes. |
|
5882 |
4466
|
5883 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5884 |
4468
|
5885 * io/printf.m, io/puts.m: Delete. |
|
5886 |
4466
|
5887 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5888 default_return_value from the list. |
|
5889 Add warn_undefined_return_values to the list. |
|
5890 |
|
5891 |
4464
|
5892 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5893 |
|
5894 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5895 and initialize_global_variables from the list. |
|
5896 |
4460
|
5897 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5898 |
4463
|
5899 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5900 |
|
5901 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5902 |
|
5903 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5904 * control/system/sys2fir.m: Likewise. |
|
5905 |
|
5906 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5907 * control/system/__tf2sysl__.m: Likewise. |
|
5908 |
|
5909 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5910 |
|
5911 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5912 and [] concatenation. |
|
5913 * control/system/sys2fir.m: Likewise. |
|
5914 |
|
5915 * control/base/dgram.m, control/base/freqchkw.m, |
|
5916 control/base/gram.m, control/system/__abcddims__.m, |
|
5917 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5918 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5919 control/system/is_siso.m, control/system/sys2fir.m, |
|
5920 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5921 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5922 control/system/ugain.m, control/util/prompt.m, |
|
5923 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5924 control/util/zgshsr.m: |
|
5925 Improve conformance to Octave coding style. |
|
5926 |
4461
|
5927 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5928 the list. |
|
5929 Delete resize_on_range_error from the list. |
|
5930 |
4460
|
5931 * control/base/pzmap.m, control/base/place.m, |
|
5932 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5933 control/system/syscont.m, control/system/sysdisc.m, |
|
5934 control/system/sysgroup.m, control/system/tfout.m, |
|
5935 control/system/zp2ss.m, control/system/zpout.m, |
|
5936 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5937 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5938 empty_list_elements_ok. |
|
5939 |
|
5940 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5941 Delete empty_list_elements_ok from the list. |
|
5942 |
4457
|
5943 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5944 |
|
5945 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5946 list. |
|
5947 Delete treat_neg_dim_as_zero from the list. |
|
5948 |
|
5949 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5950 |
4451
|
5951 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5952 |
4455
|
5953 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5954 was not used in the code in any case). |
|
5955 |
|
5956 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5957 do_fortran_indexing. |
|
5958 |
4452
|
5959 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5960 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5961 |
4451
|
5962 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5963 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5964 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5965 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5966 warn_fortran_indexing in the list. |
|
5967 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5968 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5969 prefer_column_vectors from list. |
4451
|
5970 |
4440
|
5971 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5972 |
|
5973 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5974 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5975 directory. |
|
5976 |
5095
|
5977 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5978 |
|
5979 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5980 |
5095
|
5981 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5982 |
|
5983 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5984 return "." with extension. |
|
5985 |
4422
|
5986 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5987 |
|
5988 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5989 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5990 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5991 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5992 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5993 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5994 |
4413
|
5995 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5996 |
|
5997 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5998 |
5095
|
5999 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
6000 |
|
6001 * plot/hist.m: Improve performance by using different algorithms |
|
6002 depending on number of bins. |
|
6003 |
4404
|
6004 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6005 |
|
6006 * control/system/sysadd.m: If systems are not "tf", convert before |
|
6007 adding. |
|
6008 |
5095
|
6009 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
6010 |
|
6011 * image/imagesc.m: Accept data limits parameter for colormap. |
|
6012 |
5095
|
6013 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
6014 |
|
6015 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
6016 the impulse by t_step. |
|
6017 |
4373
|
6018 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6019 |
|
6020 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
6021 column vectors. |
|
6022 |
5095
|
6023 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
6024 |
|
6025 * linear-algebra/null.m: Handle empty matrix arg. |
|
6026 |
4369
|
6027 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6028 |
|
6029 * general/shift.m: Force empty_list_elements_ok to 1. |
|
6030 |
4358
|
6031 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6032 |
|
6033 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
6034 New files. |
|
6035 |
4348
|
6036 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6037 |
|
6038 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
6039 function handle to pass to feval. |
|
6040 * statistics/base/qqplot.m: Likewise. |
|
6041 * statistics/base/ppplot.m: Likewise. |
|
6042 * signal/spectral_xdf.m: Likewise. |
|
6043 * signal/spectral_adf.m: Likewise. |
|
6044 |
4340
|
6045 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6046 |
|
6047 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
6048 |
4334
|
6049 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6050 |
|
6051 * linear-algebra/logm.m: New file. |
|
6052 |
5095
|
6053 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
6054 |
|
6055 * mkpkgadd: Scan C++ files as well |
|
6056 |
5095
|
6057 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
6058 |
|
6059 * strings/findstr.m: Return empty set for zero-length target. |
|
6060 |
5095
|
6061 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
6062 |
|
6063 * set/union.m: Preserve the orientation of inputs. |
|
6064 |
4305
|
6065 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6066 |
|
6067 * general/int2str.m: Eliminate leading spaces. |
|
6068 |
4303
|
6069 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6070 |
|
6071 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
6072 |
5095
|
6073 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
6074 |
|
6075 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
6076 $(BUILD_LDFLAGS) to compiler. |
|
6077 |
4295
|
6078 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6079 |
|
6080 * general/num2str.m: Don't specify field width for scalars. |
|
6081 |
4292
|
6082 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6083 |
|
6084 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
6085 |
4265
|
6086 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6087 |
4279
|
6088 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
6089 |
4266
|
6090 * miscellaneous/tempname.m: New file. |
|
6091 |
|
6092 * miscellaneous/tempdir.m: New file. |
|
6093 |
4265
|
6094 * miscellaneous/fullfile.m: New file. |
|
6095 |
4259
|
6096 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6097 |
4264
|
6098 * miscellaneous/fileparts.m: New file. |
|
6099 |
|
6100 * io/beep.m: New file. |
|
6101 |
4260
|
6102 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
6103 format only. |
4259
|
6104 |
4257
|
6105 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6106 |
|
6107 * strings/strcmp.m: Handle cell arrays of strings. |
|
6108 |
4229
|
6109 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6110 |
|
6111 * general/int2str.m: Handle matrices. |
|
6112 * general/num2str.m: Likewise. |
|
6113 Also handle optional precision, and format args. |
|
6114 |
4225
|
6115 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6116 |
|
6117 * audio/Makefile.in, control/base/Makefile.in, |
|
6118 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
6119 control/system/Makefile.in, elfun/Makefile.in, |
|
6120 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
6121 io/Makefile.in, linear-algebra/Makefile.in, |
|
6122 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
6123 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
6124 specfun/Makefile.in, special-matrix/Makefile.in, |
|
6125 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
6126 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
6127 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
6128 deprecated/Makefile.in: Use new do-script-install and |
|
6129 do-script-uninstall macros. |
|
6130 |
|
6131 * mkpkgadd: New script. |
|
6132 |
|
6133 * plot/close.m: New file. |
|
6134 |
4184
|
6135 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6136 |
|
6137 * image/image.m: Use -raw option for xv. |
|
6138 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
6139 |
4172
|
6140 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6141 |
4174
|
6142 * control/base/lsim.m: Use approximate test for step size change. |
|
6143 |
4172
|
6144 * signal/bartlett.m: Avoid row/column mismatch error. |
|
6145 |
5095
|
6146 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
6147 |
|
6148 * statistics/base/var.m: Use better formula for improved accuracy. |
|
6149 |
5095
|
6150 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
6151 |
|
6152 * control/base/lsim.m: Correct doc string. |
|
6153 |
5095
|
6154 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
6155 |
|
6156 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
6157 |
4148
|
6158 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6159 |
|
6160 * plot/contour.m: Handle x and y as matrices too. |
|
6161 |
5095
|
6162 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
6163 |
|
6164 * plot/contour.m: Fix error and usage messages. |
|
6165 |
4146
|
6166 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6167 |
|
6168 * plot/contour.m: Correct orientation of plot. |
|
6169 |
4139
|
6170 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6171 |
|
6172 * control/base/analdemo.m: Fix typo. |
|
6173 |
5095
|
6174 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
6175 |
|
6176 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
6177 |
4098
|
6178 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6179 |
|
6180 * mkdoc: Exit immediately on errors. |
|
6181 Exit with error if gethelp does not exist. |
|
6182 |
|
6183 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
6184 |
4093
|
6185 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6186 |
|
6187 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
6188 |
5095
|
6189 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
6190 |
|
6191 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
6192 * statistics/distributions/normal_pdf.m: Likewise. |
|
6193 * statistics/distributions/normal_inv.m: Likewise. |
|
6194 |
5095
|
6195 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
6196 |
|
6197 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
6198 |
5095
|
6199 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
6200 |
|
6201 * statistics/base/var.m: Handle complex values. |
|
6202 |
4031
|
6203 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6204 |
|
6205 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
6206 list. |
|
6207 * deprecated/Makefile.in: New file. |
|
6208 |
5095
|
6209 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
6210 |
|
6211 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
6212 * statistics/distributions/binomial_cdf.m: Likewise. |
|
6213 * statistics/distributions/f_cdf.m: Likewise. |
|
6214 * statistics/distributions/t_cdf.m: Likewise. |
|
6215 |
|
6216 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
6217 * specfun/beta.m: Likewise. |
|
6218 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
6219 * statistics/distributions/gamma_pdf.m: Likewise. |
|
6220 * statistics/distributions/poisson_pdf.m: Likewise. |
|
6221 |
|
6222 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
6223 * statistics/distributions/poisson_cdf.m: Likewise. |
|
6224 |
4026
|
6225 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6226 |
4028
|
6227 * deprecated/is_bool.m: New file. |
|
6228 * deprecated/is_complex.m: New file. |
|
6229 * deprecated/is_global.m: New file. |
|
6230 * deprecated/is_list.m: New file. |
|
6231 * deprecated/is_matrix.m: New file. |
|
6232 * deprecated/is_scalar.m: New file. |
|
6233 * deprecated/is_square.m: New file. |
|
6234 * deprecated/is_stream.m: New file. |
|
6235 * deprecated/is_struct.m: New file. |
|
6236 * deprecated/is_symmetric.m: New file. |
|
6237 * deprecated/is_vector.m: New file. |
4030
|
6238 * Change all callers of these functions to use the new names. |
4028
|
6239 |
4029
|
6240 * deprecated: New directory. |
|
6241 * Makefile.in (SUBDIRS): Add it to the list. |
|
6242 |
4026
|
6243 * general/isscalar.m: Rename from is_scalar.m. |
|
6244 * general/issquare.m: Rename from is_square.m. |
|
6245 * general/issymmetric.m: Rename from is_symmetric.m. |
|
6246 * general/isvector.m: Rename from is_vector.m. |
|
6247 |
4022
|
6248 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6249 |
|
6250 * statistics/base/mean.m: Allow empty matrices. |
|
6251 Handle DIM arg. |
|
6252 |
5095
|
6253 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
6254 |
|
6255 * plot/__errcomm__.m: If format is not specified, default to error |
|
6256 bar format. |
|
6257 |
4011
|
6258 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6259 |
|
6260 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
6261 __F_SETFL__ and __O_NONBLOCK__. |
|
6262 |
|
6263 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
6264 * miscellaneous/bug_report.m: Likewise. |
|
6265 |
4007
|
6266 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6267 |
4008
|
6268 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
6269 * general/rem.m: Likewise. |
|
6270 |
|
6271 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
6272 * plot/semilogxerr.m: Likewise. |
4007
|
6273 * plot/semilogyerr.m: Likewise. |
|
6274 |
5095
|
6275 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
6276 |
|
6277 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
6278 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
6279 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
6280 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
6281 |
|
6282 * plot/errorbar.m: Use __errcomm__.m. |
|
6283 * plot/__errplot__.m: Minor cleanups. |
|
6284 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
6285 * plot/__pltopt1__.m: Likewise. |
|
6286 |
3980
|
6287 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6288 |
3981
|
6289 * general/rem.m: Delete redundant call to usage. |
|
6290 |
3980
|
6291 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
6292 |
5095
|
6293 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
6294 |
|
6295 * general/mod.m: New function. |
|
6296 |
3979
|
6297 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6298 |
|
6299 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
6300 * control/system/sysadd.m: Likewise. |
|
6301 * control/system/sysgroup.m: Likewise. |
|
6302 * control/system/syssub.m: Likewise. |
|
6303 * elfun/gcd.m: Likewise. |
|
6304 * elfun/lcm.m: Likewise. |
|
6305 * general/common_size.m: Likewise. |
|
6306 * io/printf.m: Likewise. |
|
6307 * miscellaneous/menu.m: Likewise. |
|
6308 * miscellaneous/path.m: Likewise. |
|
6309 * plot/__errplot__.m: Likewise. |
|
6310 * plot/__plt__.m: Likewise. |
|
6311 * plot/axis.m: Likewise. |
|
6312 * plot/errorbar.m: Likewise. |
|
6313 * plot/mplot.m: Likewise. |
|
6314 * plot/loglog.m: Likewise. |
|
6315 * plot/plot.m: Likewise. |
|
6316 * plot/plot_border.m: Likewise. |
|
6317 * plot/semilogx.m: Likewise. |
|
6318 * plot/semilogy.m: Likewise. |
|
6319 * plot/xlabel.m: Likewise. |
|
6320 * plot/ylabel.m: Likewise. |
|
6321 * plot/zlabel.m: Likewise. |
|
6322 * statistics/base/ppplot.m: Likewise. |
|
6323 * statistics/base/qqplot.m: Likewise. |
|
6324 * statistics/tests/bartlett_test.m: Likewise. |
|
6325 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
6326 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6327 * strings/str2mat.m: Likewise. |
|
6328 * strings/strcat.m: Likewise. |
|
6329 |
5095
|
6330 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
6331 |
|
6332 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
6333 |
3924
|
6334 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6335 |
|
6336 * skip-autoheader: New file, for autogen.sh. |
3925
|
6337 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
6338 |
5095
|
6339 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
6340 |
|
6341 * general/repmat.m: New function. |
|
6342 |
5095
|
6343 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
6344 |
|
6345 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
6346 Use optional parameter to specify the number of bits in the input. |
|
6347 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
6348 floats in the range [-1,1], 2x speedup. |
|
6349 |
|
6350 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
6351 |
3910
|
6352 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6353 |
|
6354 * linear-algebra/kron.m: Delete. |
|
6355 |
5095
|
6356 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
6357 |
|
6358 * signal/freqz.m: If nargout is zero, plot results instead of |
|
6359 returning them. |
|
6360 * signal/freqz_plot.m: New file. |
|
6361 |
5095
|
6362 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
6363 |
5378
|
6364 * signal/unwrap.m: New file. |
3906
|
6365 |
5095
|
6366 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
6367 |
|
6368 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
6369 divide by zero warning. |
|
6370 |
5095
|
6371 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
6372 |
3894
|
6373 * strings/deblank.m: Trim \0 as well as blank. |
|
6374 |
5378
|
6375 * freqz.m: Evaluate a specific range of frequencies |
3893
|
6376 expressed in radians or Hz relative to a supplied sample rate. |
|
6377 |
5095
|
6378 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
6379 |
|
6380 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
6381 |
3891
|
6382 * strings/findstr.m: Vectorize as much as possible. |
|
6383 |
5095
|
6384 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
6385 |
|
6386 * special-matrix/invhilb.m: New version that is faster and more |
|
6387 accurate. |
|
6388 |
5095
|
6389 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
6390 |
|
6391 * configure.in: Update for autoconf 2.5x. |
|
6392 |
5095
|
6393 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
6394 |
|
6395 * special-matrix/vander.m: Code tidy and vectorize. |
|
6396 |
5095
|
6397 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
6398 |
3883
|
6399 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
6400 to vectors. Issue a warning in the case x matches y' but return a |
|
6401 column vector as Octave currently does. |
|
6402 |
3882
|
6403 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
6404 |
|
6405 * control/system/starp.m: Leave more of the documentation |
|
6406 processing to texinfo and less to the @format block. |
|
6407 |
|
6408 * image/imagesc.m: Only display image if no output is requested. |
|
6409 Code tidying. |
|
6410 |
3876
|
6411 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6412 |
|
6413 * statistics/base/center.m: Accept and return empty matrix. |
|
6414 |
3872
|
6415 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6416 |
|
6417 * specfun/erfinv.m: Fix usage message. |
|
6418 |
3869
|
6419 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6420 |
|
6421 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
6422 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
6423 |
3837
|
6424 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6425 |
|
6426 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
6427 capitalized variable names. |
|
6428 |
3836
|
6429 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
6430 |
|
6431 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
6432 |
5095
|
6433 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
6434 |
|
6435 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
6436 |
3803
|
6437 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
6438 |
3833
|
6439 * general/cart2pol.m: New file. |
|
6440 * general/pol2cart.m: New file. |
|
6441 * general/cart2sph.m: New file. |
|
6442 * general/sph2cart.m: New file. |
|
6443 * image/rgb2hsv.m: New file. |
|
6444 * image/hsv2rgb.m: New file. |
3803
|
6445 |
|
6446 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6447 |
|
6448 * plot/meshgrid.m: Avoid for loops. |
|
6449 * plot/meshdom.m: Likewise. |
|
6450 |
3801
|
6451 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6452 |
|
6453 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
6454 |
|
6455 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
6456 |
|
6457 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
6458 norm. |
|
6459 |
3792
|
6460 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
6461 |
|
6462 * statistics/tests/welch_test.m: Fix typo. |
|
6463 |
|
6464 * statistics/distributions/chisquare_cdf.m: |
|
6465 Don't restrict inputs to be only positive integers. |
|
6466 * statistics/distributions/chisquare_inv.m: Likewise. |
|
6467 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
6468 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
6469 * statistics/distributions/f_cdf.m: Likewise. |
|
6470 * statistics/distributions/f_inv.m: Likewise. |
|
6471 * statistics/distributions/f_pdf.m: Likewise. |
|
6472 * statistics/distributions/f_rnd.m: Likewise. |
|
6473 * statistics/distributions/t_cdf.m: Likewise. |
|
6474 * statistics/distributions/t_inv.m: Likewise. |
|
6475 * statistics/distributions/t_pdf.m: Likewise. |
|
6476 * statistics/distributions/t_rnd.m: Likewise. |
|
6477 |
3790
|
6478 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6479 |
|
6480 * strings/dec2base.m: New file. |
|
6481 * strings/base2dec.m: New file. |
|
6482 * strings/strjust.m: New file. |
|
6483 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
6484 * strings/dec2bin.m: Likewise. |
|
6485 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
6486 * strings/bin2dec.m: Likewise. |
|
6487 |
5095
|
6488 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
6489 |
|
6490 * statistics/base/ppplot.m: Use gset, not set. |
|
6491 * statistics/base/qqplot.m: Likewise. |
|
6492 |
5095
|
6493 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
6494 |
|
6495 * control/system/c2d.m: Add missing endif. |
|
6496 |
3759
|
6497 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6498 |
|
6499 * strings/index.m: Return 0 if either string is empty. |
|
6500 |
|
6501 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
6502 |
|
6503 * control/system/c2d.m: Allow option of matched pole/zero |
|
6504 equivalent for conversion. |
|
6505 |
|
6506 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
6507 |
|
6508 * strings/findstr.m: Return empty matrix if search string is empty. |
|
6509 |
3757
|
6510 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
6511 |
|
6512 * saveimage.m: Do create rawbit image for black and white images, |
|
6513 but do it correctly. |
|
6514 |
3754
|
6515 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6516 |
6778
|
6517 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
6518 result polynomials. |
3754
|
6519 |
3748
|
6520 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6521 |
|
6522 * image/saveimage.m: Don't try to create rawbit image. |
|
6523 |
3740
|
6524 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6525 |
|
6526 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
6527 |
5095
|
6528 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
6529 |
|
6530 * plot/contour.m: Reorder args for Matlab compatibility. |
|
6531 |
3727
|
6532 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
6533 |
|
6534 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
6535 |
3717
|
6536 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6537 |
3718
|
6538 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
6539 |
3717
|
6540 * plot/mesh.m: Also set nologscale before plotting. |
|
6541 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
6542 xyerrorbars instead of just errorbars. |
|
6543 |
3714
|
6544 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
6545 |
|
6546 * image/image.m: Try display (from ImageMagick) first. |
|
6547 |
3709
|
6548 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
6549 |
|
6550 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
6551 conjugate transpose. |
|
6552 |
3705
|
6553 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6554 |
|
6555 * strings/str2mat.m: Apply setstr to each argument. |
|
6556 |
3696
|
6557 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
6558 |
|
6559 * control/base/dkalman.m: New file. |
|
6560 * control/base/dlqe.m: Handle singular A matrix. |
|
6561 * control/base/dlqr.m: Likewise. |
|
6562 |
3695
|
6563 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6564 |
|
6565 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
6566 dimensions don't match. |
|
6567 |
3690
|
6568 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
6569 |
|
6570 * plot/hist.m: Allow 3 argument form to work. |
|
6571 |
5095
|
6572 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
6573 |
|
6574 * plot/plot.m: Add examples in doc string. |
|
6575 |
5095
|
6576 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
6577 |
|
6578 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
6579 Do the right thing even if automatic_replot is not zero. |
|
6580 Avoid failure if system has pure imaginary poles. |
|
6581 |
3674
|
6582 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6583 |
|
6584 * general/logical.m: Return arg if it is empty. Better error |
|
6585 message for non-numeric types. |
|
6586 |
5095
|
6587 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
6588 |
|
6589 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
6590 about difference with Matlab dlqe function. |
|
6591 |
|
6592 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
6593 |
5095
|
6594 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
6595 |
|
6596 * strings/strrep.m: Fix typo. |
|
6597 |
3666
|
6598 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6599 |
|
6600 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
6601 |
5095
|
6602 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
6603 |
|
6604 * strings/strrep.m: Avoid for loop for speed. |
3667
|
6605 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
6606 |
5095
|
6607 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
6608 |
|
6609 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
6610 guess for iteration. |
|
6611 |
3651
|
6612 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6613 |
|
6614 * image/image.m: Allow image (A) or image (x, y, A). |
|
6615 * image/imagesc.m: Likewise. |
|
6616 |
|
6617 * image/image.m: If zoom is not supplied, or if it is an empty |
|
6618 matrix, autoscale the image. |
|
6619 |
3618
|
6620 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6621 |
3619
|
6622 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
6623 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6624 |
3618
|
6625 * image/saveimage.m: Add comment to file saying who created it and |
|
6626 when it was created. Suggested by Stephen Eglen |
|
6627 <stephen@cogsci.ed.ac.uk>. |
|
6628 |
5095
|
6629 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
6630 |
|
6631 * polynomial/polyreduce.m: Simplify by looking for the first |
|
6632 non-zero element rather than the last of the first set of zero |
|
6633 elements. |
|
6634 |
|
6635 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
6636 |
5095
|
6637 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
6638 |
|
6639 * image/saveimage.m: Swap black and white colormaps so zero is |
|
6640 displayed as black and 1 is displayed as white. |
|
6641 Fix indexing bug in ppm case. |
|
6642 |
3604
|
6643 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6644 |
|
6645 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6646 between the two distributions (took same approach as ks.test() in R.) |
|
6647 |
3603
|
6648 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6649 |
|
6650 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6651 |
3599
|
6652 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6653 |
3601
|
6654 * Makefile.in (clean): Also remove gethelp. |
|
6655 |
3599
|
6656 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6657 |
5095
|
6658 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6659 |
|
6660 * set/create_set.m: Use find to avoid while loop. |
|
6661 |
5095
|
6662 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6663 |
|
6664 * plot/hist.m: New optional third argument. |
|
6665 |
|
6666 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6667 |
|
6668 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6669 number appended. |
|
6670 |
3575
|
6671 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6672 |
|
6673 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6674 |
3498
|
6675 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6676 |
|
6677 * image/saveimage.m: Delete some debugging code. |
|
6678 |
3486
|
6679 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6680 |
|
6681 * signal/sinc.m: Avoid reshaping. |
|
6682 |
|
6683 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6684 * image/ind2rgb.m: Ditto. |
|
6685 * image/ind2gray.m: Ditto. |
|
6686 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6687 implicit_str_to_num_ok. |
|
6688 |
3483
|
6689 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6690 |
|
6691 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6692 a list of file structures, not a vector of numeric file ids. |
|
6693 |
3474
|
6694 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6695 |
3476
|
6696 * plot/__axis_label__.m: New function. |
|
6697 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6698 * plot/xlabel.m: Use it. |
|
6699 * plot/ylabel.m: Ditto. |
|
6700 * plot/zlabel.m: Ditto. |
|
6701 |
3474
|
6702 * plot/mesh.m: Fix error message to reflect reality. |
|
6703 |
5095
|
6704 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6705 |
|
6706 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6707 |
5095
|
6708 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6709 |
|
6710 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6711 * audio/loadaudio.m: Ditto. |
|
6712 * audio/playaudio.m: Ditto. |
|
6713 |
3456
|
6714 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6715 |
|
6716 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6717 * statistics/distributions/beta_inv.m: Ditto. |
|
6718 * statistics/distributions/beta_pdf.m: Ditto. |
|
6719 * statistics/distributions/beta_rnd.m: Ditto. |
|
6720 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6721 * statistics/distributions/binomial_inv.m: Ditto. |
|
6722 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6723 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6724 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6725 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6726 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6727 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6728 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6729 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6730 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6731 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6732 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6733 * statistics/distributions/discrete_inv.m: Ditto. |
|
6734 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6735 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6736 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6737 * statistics/distributions/empirical_inv.m: Ditto. |
|
6738 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6739 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6740 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6741 * statistics/distributions/exponential_inv.m: Ditto. |
|
6742 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6743 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6744 * statistics/distributions/f_cdf.m: Ditto. |
|
6745 * statistics/distributions/f_inv.m: Ditto. |
|
6746 * statistics/distributions/f_pdf.m: Ditto. |
|
6747 * statistics/distributions/f_rnd.m: Ditto. |
|
6748 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6749 * statistics/distributions/gamma_inv.m: Ditto. |
|
6750 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6751 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6752 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6753 * statistics/distributions/geometric_inv.m: Ditto. |
|
6754 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6755 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6756 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6757 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6758 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6759 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6760 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6761 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6762 * statistics/distributions/laplace_inv.m: Ditto. |
|
6763 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6764 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6765 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6766 * statistics/distributions/logistic_inv.m: Ditto. |
|
6767 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6768 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6769 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6770 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6771 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6772 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6773 * statistics/distributions/normal_cdf.m: Ditto. |
|
6774 * statistics/distributions/normal_inv.m: Ditto. |
|
6775 * statistics/distributions/normal_pdf.m: Ditto. |
|
6776 * statistics/distributions/normal_rnd.m: Ditto. |
|
6777 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6778 * statistics/distributions/pascal_inv.m: Ditto. |
|
6779 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6780 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6781 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6782 * statistics/distributions/poisson_inv.m: Ditto. |
|
6783 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6784 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6785 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6786 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6787 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6788 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6789 * statistics/distributions/t_cdf.m: Ditto. |
|
6790 * statistics/distributions/t_inv.m: Ditto. |
|
6791 * statistics/distributions/t_pdf.m: Ditto. |
|
6792 * statistics/distributions/t_rnd.m: Ditto. |
|
6793 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6794 * statistics/distributions/uniform_inv.m: Ditto. |
|
6795 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6796 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6797 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6798 * statistics/distributions/weibull_inv.m: Ditto. |
|
6799 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6800 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6801 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6802 |
3453
|
6803 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6804 |
|
6805 * statistics/base/values.m: Texinfoize doc string. |
|
6806 * statistics/base/var.m: Ditto. |
|
6807 * statistics/base/table.m: Ditto. |
|
6808 * statistics/base/studentize.m: Ditto. |
|
6809 * statistics/base/statistics.m: Ditto. |
|
6810 * statistics/base/spearman.m: Ditto. |
|
6811 * statistics/base/run_count.m: Ditto. |
|
6812 * statistics/base/ranks.m: Ditto. |
|
6813 * statistics/base/range.m: Ditto. |
|
6814 * statistics/base/qqplot.m: Ditto. |
|
6815 * statistics/base/probit.m: Ditto. |
|
6816 * statistics/base/ppplot.m: Ditto. |
|
6817 * statistics/base/moment.m: Ditto. |
|
6818 * statistics/base/meansq.m: Ditto. |
|
6819 * statistics/base/logit.m: Ditto. |
|
6820 * statistics/base/kendall.m: Ditto. |
|
6821 * statistics/base/iqr.m: Ditto. |
|
6822 * statistics/base/cut.m: Ditto. |
|
6823 * statistics/base/cor.m: Ditto. |
|
6824 * statistics/base/cloglog.m: Ditto. |
|
6825 * statistics/base/center.m: Ditto. |
3454
|
6826 * statistics/models/logistic_regression.m: Ditto. |
|
6827 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6828 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6829 * statistics/tests/anova.m: Ditto. |
|
6830 * statistics/tests/bartlett_test.m: Ditto. |
|
6831 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6832 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6833 * statistics/tests/cor_test.m: Ditto. |
|
6834 * statistics/tests/f_test_regression.m: Ditto. |
|
6835 * statistics/tests/hotelling_test.m: Ditto. |
|
6836 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6837 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6838 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6839 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6840 * statistics/tests/manova.m: Ditto. |
|
6841 * statistics/tests/mcnemar_test.m: Ditto. |
|
6842 * statistics/tests/prop_test_2.m: Ditto. |
|
6843 * statistics/tests/run_test.m: Ditto. |
|
6844 * statistics/tests/sign_test.m: Ditto. |
|
6845 * statistics/tests/t_test.m: Ditto. |
|
6846 * statistics/tests/t_test_2.m: Ditto. |
|
6847 * statistics/tests/t_test_regression.m: Ditto. |
|
6848 * statistics/tests/u_test.m: Ditto. |
|
6849 * statistics/tests/var_test.m: Ditto. |
|
6850 * statistics/tests/welch_test.m: Ditto. |
|
6851 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6852 * statistics/tests/z_test.m: Ditto. |
|
6853 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6854 |
3446
|
6855 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6856 |
|
6857 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6858 * plot/__plr1__.m: Ditto. |
|
6859 * plot/__pltopt__.m: Ditto. |
|
6860 * plot/__plt__.m: Ditto. |
|
6861 * plot/__plt2vv__.m: Ditto. |
|
6862 * plot/__plr2__.m: Ditto. |
|
6863 * plot/__plr__.m: Ditto. |
|
6864 * plot/__plt1__.m: Ditto. |
|
6865 * plot/__plt2__.m: Ditto. |
|
6866 * plot/__plt2mm__.m: Ditto. |
|
6867 * plot/__plt2mv__.m: Ditto. |
|
6868 * plot/__plt2ss__.m: Ditto. |
|
6869 * miscellaneous/paren.m: Ditto. |
|
6870 * miscellaneous/comma.m: Ditto. |
|
6871 * miscellaneous/semicolon.m: Ditto. |
|
6872 * miscellaneous/path.m: Ditto. |
|
6873 * miscellaneous/list_primes.m: Ditto. |
|
6874 * miscellaneous/flops.m: Ditto. |
|
6875 * miscellaneous/dump_prefs.m: Ditto. |
|
6876 * miscellaneous/bug_report.m: Ditto. |
|
6877 * linear-algebra/dot.m: Ditto |
|
6878 * linear-algebra/dmult.m: Ditto. |
|
6879 * general/randperm.m: Ditto. |
|
6880 * general/logical.m: Ditto. |
|
6881 * general/is_duplicate_entry.m: Ditto. |
|
6882 * signal/arch_fit.m: Ditto. |
|
6883 * signal/arch_rnd.m: Ditto. |
|
6884 * signal/arch_test.m: Ditto. |
|
6885 * signal/arma_rnd.m: Ditto. |
|
6886 * signal/autocor.m: Ditto. |
|
6887 * signal/autocov.m: Ditto. |
|
6888 * signal/autoreg_matrix.m: Ditto. |
|
6889 * signal/bartlett.m: Ditto. |
|
6890 * signal/blackman.m: Ditto. |
|
6891 * signal/detrend.m: Ditto. |
|
6892 * signal/diffpara.m: Ditto. |
|
6893 * signal/durbinlevinson.m: Ditto. |
|
6894 * signal/fftconv.m: Ditto. |
|
6895 * signal/fftfilt.m: Ditto. |
|
6896 * signal/fftshift.m: Ditto. |
|
6897 * signal/fractdiff.m: Ditto. |
|
6898 * signal/freqz.m: Ditto. |
|
6899 * signal/hamming.m: Ditto. |
|
6900 * signal/hanning.m: Ditto. |
|
6901 * signal/hurst.m: Ditto. |
|
6902 * signal/periodogram.m: Ditto. |
|
6903 * signal/rectangle_lw.m: Ditto. |
|
6904 * signal/rectangle_sw.m: Ditto. |
|
6905 * signal/sinc.m: Ditto. |
|
6906 * signal/sinetone.m: Ditto. |
|
6907 * signal/sinewave.m: Ditto. |
|
6908 * signal/spectral_adf.m: Ditto. |
|
6909 * signal/spectral_xdf.m: Ditto. |
|
6910 * signal/spencer.m: Ditto. |
|
6911 * signal/stft.m: Ditto. |
|
6912 * signal/synthesis.m: Ditto. |
|
6913 * signal/triangle_lw.m: Ditto. |
|
6914 * signal/triangle_sw.m: Ditto. |
|
6915 * signal/yulewalker.m: Ditto. |
3450
|
6916 * control/util/strappend.m: Ditto. |
3451
|
6917 * control/base/nichols.m: Ditto. |
3452
|
6918 * control/system/is_signal_list.m: Ditto. |
|
6919 * control/system/listidx.m: Ditto. |
|
6920 * control/system/sysgettsam.m: Ditto. |
|
6921 * control/system/sysidx.m: Ditto. |
3446
|
6922 |
3438
|
6923 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6924 |
|
6925 * control/system/__abcddims__.m: Rename from |
|
6926 control/system/abcddims.m, change all callers. |
|
6927 * control/base/__bodquist__.m: Likewise. |
|
6928 * control/base/__freqresp__.m: Likewise. |
|
6929 * control/util/__outlist__.m: Likewise. |
|
6930 * control/base/__stepimp__.m: Likewise. |
|
6931 * control/system/__syschnamesl__.m: Likewise. |
|
6932 * control/system/__syscont_disc__.m: Likewise. |
|
6933 * control/system/__sysdefioname__.m: Likewise. |
|
6934 * control/system/__sysdefstname__.m: Likewise. |
|
6935 * control/system/__sysgroupn__.m: Likewise. |
|
6936 * control/system/__tf2sysl__.m: Likewise. |
|
6937 * control/util/__zgpbal__.m: Likewise. |
|
6938 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6939 |
|
6940 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6941 * quaternion/qconj.m: Ditto. |
|
6942 * quaternion/qcoordinate_plot.m: Ditto. |
|
6943 * quaternion/qderiv.m: Ditto. |
|
6944 * quaternion/qderivmat.m: Ditto. |
|
6945 * quaternion/qinv.m: Ditto. |
|
6946 * quaternion/qmult.m: Ditto. |
|
6947 * quaternion/qtrans.m: Ditto. |
|
6948 * quaternion/qtransv.m: Ditto. |
|
6949 * quaternion/qtransvmat.m: Ditto. |
|
6950 * quaternion/quaternion.m: Ditto. |
3438
|
6951 |
3436
|
6952 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6953 |
|
6954 * control/base/Makefile.in: Ditto. |
|
6955 * control/hinf/Makefile.in: New file. |
|
6956 * control/marsyas/Makefile.in: Ditto. |
|
6957 * control/obsolete/Makefile.in: Ditto. |
|
6958 * control/system/Makefile.in: Ditto. |
|
6959 * control/util/Makefile.in: Ditto. |
|
6960 |
|
6961 * strings/com2str.m: Move here from control directory. |
|
6962 |
|
6963 * control/base: New directory. |
|
6964 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6965 * control/base/analdemo.m: Ditto. |
|
6966 * control/base/are.m: Ditto. |
|
6967 * control/base/bddemo.m: Ditto. |
|
6968 * control/base/bode.m: Ditto. |
|
6969 * control/base/bode_bounds.m: Ditto. |
|
6970 * control/base/bodquist.m: Ditto. |
|
6971 * control/base/controldemo.m: Ditto. |
|
6972 * control/base/ctrb.m: Ditto. |
|
6973 * control/base/damp.m: Ditto. |
|
6974 * control/base/dare.m: Ditto. |
|
6975 * control/base/dcgain.m: Ditto. |
|
6976 * control/base/dgram.m: Ditto. |
|
6977 * control/base/dlqe.m: Ditto. |
|
6978 * control/base/dlqr.m: Ditto. |
|
6979 * control/base/dlyap.m: Ditto. |
|
6980 * control/base/dre.m: Ditto. |
|
6981 * control/base/frdemo.m: Ditto. |
|
6982 * control/base/freqchkw.m: Ditto. |
|
6983 * control/base/freqresp.m: Ditto. |
|
6984 * control/base/gram.m: Ditto. |
|
6985 * control/base/impulse.m: Ditto. |
|
6986 * control/base/lqe.m: Ditto. |
|
6987 * control/base/lqg.m: Ditto. |
|
6988 * control/base/lqr.m: Ditto. |
|
6989 * control/base/lsim.m: Ditto. |
|
6990 * control/base/ltifr.m: Ditto. |
|
6991 * control/base/lyap.m: Ditto. |
|
6992 * control/base/nichols.m: Ditto. |
|
6993 * control/base/nyquist.m: Ditto. |
|
6994 * control/base/obsv.m: Ditto. |
|
6995 * control/base/place.m: Ditto. |
|
6996 * control/base/pzmap.m: Ditto. |
|
6997 * control/base/rldemo.m: Ditto. |
|
6998 * control/base/rlocus.m: Ditto. |
|
6999 * control/base/step.m: Ditto. |
|
7000 * control/base/stepimp.m: Ditto. |
|
7001 * control/base/tzero.m: Ditto. |
|
7002 * control/base/tzero2.m: Ditto. |
|
7003 |
|
7004 * control/hinf: New directory. |
|
7005 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
7006 * control/hinf/h2norm.m: Ditto. |
|
7007 * control/hinf/h2syn.m: Ditto. |
|
7008 * control/hinf/hinf_ctr.m: Ditto. |
|
7009 * control/hinf/hinfdemo.m: Ditto. |
|
7010 * control/hinf/hinfnorm.m: Ditto. |
|
7011 * control/hinf/hinfsyn.m: Ditto. |
|
7012 * control/hinf/hinfsyn_chk.m: Ditto. |
|
7013 * control/hinf/hinfsyn_ric.m: Ditto. |
|
7014 * control/hinf/wgt1o.m: Ditto. |
3441
|
7015 * control/hinf/dgkfdemo.m: Ditto. |
|
7016 * control/hinf/is_dgkf.m: Ditto. |
3436
|
7017 |
|
7018 * control/marsyas: New directory. |
|
7019 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
7020 * control/marsyas/susball.m: Ditto. |
|
7021 |
|
7022 * control/obsolete/dezero.m: Move here from control directory. |
|
7023 * control/obsolete/rotg.m: Ditto. |
|
7024 |
|
7025 * control/system: New directory. |
|
7026 * control/system/abcddim.m: Move here from control directory. |
|
7027 * control/system/abcddims.m: Ditto. |
|
7028 * control/system/buildssic.m: Ditto. |
|
7029 * control/system/c2d.m: Ditto. |
|
7030 * control/system/d2c.m: Ditto. |
|
7031 * control/system/dmr2d.m: Ditto. |
|
7032 * control/system/fir2sys.m: Ditto. |
|
7033 * control/system/is_abcd.m: Ditto. |
|
7034 * control/system/is_digital.m: Ditto. |
|
7035 * control/system/is_sample.m: Ditto. |
|
7036 * control/system/is_signal_list.m: Ditto. |
|
7037 * control/system/is_siso.m: Ditto. |
3441
|
7038 * control/system/is_controllable.m: Ditto. |
|
7039 * control/system/is_detectable.m: Ditto. |
|
7040 * control/system/is_observable.m: Ditto. |
|
7041 * control/system/is_stabilizable.m: Ditto. |
|
7042 * control/system/is_stable.m: Ditto. |
3436
|
7043 * control/system/jet707.m: Ditto. |
|
7044 * control/system/listidx.m: Ditto. |
|
7045 * control/system/moddemo.m: Ditto. |
|
7046 * control/system/ord2.m: Ditto. |
|
7047 * control/system/packedform.m: Ditto. |
|
7048 * control/system/parallel.m: Ditto. |
|
7049 * control/system/ss2sys.m: Ditto. |
|
7050 * control/system/ss2tf.m: Ditto. |
|
7051 * control/system/ss2zp.m: Ditto. |
|
7052 * control/system/starp.m: Ditto. |
|
7053 * control/system/sys2fir.m: Ditto. |
|
7054 * control/system/sys2ss.m: Ditto. |
|
7055 * control/system/sys2tf.m: Ditto. |
|
7056 * control/system/sys2zp.m: Ditto. |
|
7057 * control/system/sysadd.m: Ditto. |
|
7058 * control/system/sysappend.m: Ditto. |
|
7059 * control/system/syschnamesl.m: Ditto. |
|
7060 * control/system/syschtsam.m: Ditto. |
|
7061 * control/system/sysconnect.m: Ditto. |
|
7062 * control/system/syscont.m: Ditto. |
|
7063 * control/system/syscont_disc.m: Ditto. |
|
7064 * control/system/sysdefioname.m: Ditto. |
|
7065 * control/system/sysdefstname.m: Ditto. |
|
7066 * control/system/sysdimensions.m: Ditto. |
|
7067 * control/system/sysdisc.m: Ditto. |
|
7068 * control/system/sysdup.m: Ditto. |
|
7069 * control/system/sysgetsignals.m: Ditto. |
|
7070 * control/system/sysgettsam.m: Ditto. |
|
7071 * control/system/sysgettype.m: Ditto. |
|
7072 * control/system/sysgroup.m: Ditto. |
|
7073 * control/system/sysgroupn.m: Ditto. |
|
7074 * control/system/sysidx.m: Ditto. |
|
7075 * control/system/sysmin.m: Ditto. |
|
7076 * control/system/sysmult.m: Ditto. |
|
7077 * control/system/sysout.m: Ditto. |
|
7078 * control/system/sysprune.m: Ditto. |
|
7079 * control/system/sysreorder.m: Ditto. |
|
7080 * control/system/sysrepdemo.m: Ditto. |
|
7081 * control/system/sysscale.m: Ditto. |
|
7082 * control/system/syssetsignals.m: Ditto. |
|
7083 * control/system/syssub.m: Ditto. |
|
7084 * control/system/sysupdate.m: Ditto. |
|
7085 * control/system/tf2ss.m: Ditto. |
|
7086 * control/system/tf2sys.m: Ditto. |
|
7087 * control/system/tf2sysl.m: Ditto. |
|
7088 * control/system/tf2zp.m: Ditto. |
|
7089 * control/system/tfout.m: Ditto. |
|
7090 * control/system/ugain.m: Ditto. |
|
7091 * control/system/zp2ss.m: Ditto. |
|
7092 * control/system/zp2ssg2.m: Ditto. |
|
7093 * control/system/zp2sys.m: Ditto. |
|
7094 * control/system/zp2tf.m: Ditto. |
|
7095 * control/system/zpout.m: Ditto. |
|
7096 |
|
7097 * control/util: New directory. |
|
7098 * control/util/axis2dlim.m: Move here from control directory. |
|
7099 * control/util/outlist.m: Ditto. |
|
7100 * control/util/prompt.m: Ditto. |
|
7101 * control/util/run_cmd.m: Ditto. |
|
7102 * control/util/sortcom.m: Ditto. |
|
7103 * control/util/strappend.m: Ditto. |
|
7104 * control/util/swap.m: Ditto. |
|
7105 * control/util/zgfmul.m: Ditto. |
|
7106 * control/util/zgfslv.m: Ditto. |
|
7107 * control/util/zginit.m: Ditto. |
|
7108 * control/util/zgpbal.m: Ditto. |
|
7109 * control/util/zgreduce.m: Ditto. |
|
7110 * control/util/zgrownorm.m: Ditto. |
|
7111 * control/util/zgscal.m: Ditto. |
|
7112 * control/util/zgsgiv.m: Ditto. |
|
7113 * control/util/zgshsr.m: Ditto. |
|
7114 |
3427
|
7115 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7116 |
|
7117 * gethelp.cc (extract_help_text): Discard first space character |
|
7118 after consecutive comment characters. |
|
7119 |
3422
|
7120 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
7121 |
|
7122 * control/obsolete: New directory |
|
7123 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
7124 * control/obsolete/swapcols.m: Ditto. |
|
7125 * control/obsolete/dlqg.m: Ditto. |
|
7126 * control/obsolete/minfo.m: Ditto. |
|
7127 * control/obsolete/packsys.m: Ditto. |
|
7128 * control/obsolete/qzval.m: Ditto. |
|
7129 * control/obsolete/unpacksys.m: Ditto. |
|
7130 * control/obsolete/series.m: Ditto. |
|
7131 * control/obsolete/syschnames.m: Ditto. |
|
7132 * polynomial/polyout.m: Ditto. |
3422
|
7133 |
3420
|
7134 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7135 |
|
7136 * general/fliplr.m: Eliminate useless copy of arg. |
|
7137 * general/flipud.m: Ditto. |
|
7138 |
3418
|
7139 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7140 |
|
7141 * linear-algebra/cross.m: Only return a row vector if both args |
|
7142 are row vectors. |
|
7143 * polynomial/polyfit.m: Likewise. |
|
7144 |
|
7145 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
7146 |
|
7147 * statistics/distributions/discrete_rnd.m: |
|
7148 Always generate a row vector. |
|
7149 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
7150 |
5095
|
7151 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
7152 |
|
7153 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
7154 |
|
7155 * audio/setaudio.m: Texinfoize doc string. |
|
7156 * control/com2str.m: Likewise. |
|
7157 * control/controldemo.m: Likewise. |
|
7158 * control/DEMOcontrol.m: Likewise. |
|
7159 * control/dezero.m: Likewise. |
|
7160 * control/dre.m: Likewise. |
|
7161 * control/hinfsyn_ric.m: Likewise. |
|
7162 |
5095
|
7163 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
7164 |
|
7165 * io/printf.m: Add @seealso{...} to doc string. |
|
7166 * io/puts.m: Likewise. |
|
7167 * plot/semilogx.m: Likewise. |
|
7168 * plot/semilogy.m: Likewise. |
|
7169 * plot/__pltopt__.m: Likewise. |
|
7170 * plot/bar.m: Likewise. |
|
7171 * plot/xlabel.m: Likewise. |
|
7172 * plot/grid.m: Likewise. |
|
7173 * plot/shg.m: Likewise. |
|
7174 * plot/title.m: Likewise. |
|
7175 * plot/mesh.m: Likewise. |
|
7176 * plot/__pltopt1__.m: Likewise. |
|
7177 * plot/contour.m: Likewise. |
|
7178 * plot/hist.m: Likewise. |
|
7179 * plot/stairs.m: Likewise. |
|
7180 * plot/meshgrid.m: Likewise. |
|
7181 * plot/polar.m: Likewise. |
|
7182 * plot/loglog.m: Likewise. |
|
7183 * plot/plot.m: Likewise. |
|
7184 * miscellaneous/semicolon.m: Likewise. |
|
7185 * miscellaneous/menu.m: Likewise. |
|
7186 * miscellaneous/etime.m: Likewise. |
|
7187 * miscellaneous/texas_lotto.m: Likewise. |
|
7188 * miscellaneous/comma.m: Likewise. |
|
7189 * audio/lin2mu.m: Likewise. |
|
7190 * audio/playaudio.m: Likewise. |
|
7191 * audio/loadaudio.m: Likewise. |
|
7192 * audio/saveaudio.m: Likewise. |
|
7193 * audio/mu2lin.m: Likewise. |
|
7194 * audio/record.m: Likewise. |
|
7195 * strings/isletter.m: Likewise. |
|
7196 * strings/lower.m: Likewise. |
|
7197 * strings/lower.m: Likewise. |
|
7198 * strings/upper.m: Likewise. |
|
7199 * specfun/erfinv.m: Likewise. |
|
7200 * specfun/gammai.m: Likewise. |
|
7201 * specfun/log2.m: Likewise. |
|
7202 * specfun/pow2.m: Likewise. |
|
7203 * elfun/gcd.m: Likewise. |
|
7204 * elfun/lcm.m: Likewise. |
|
7205 * special-matrix/vander.m: Likewise. |
|
7206 * special-matrix/sylvester_matrix.m: Likewise. |
|
7207 * special-matrix/hilb.m: Likewise. |
|
7208 * special-matrix/hankel.m: Likewise. |
|
7209 * special-matrix/toeplitz.m: Likewise. |
|
7210 * special-matrix/invhilb.m: Likewise. |
|
7211 * statistics/base/std.m: Likewise. |
|
7212 * statistics/base/median.m: Likewise. |
|
7213 * linear-algebra/cond.m: Likewise. |
|
7214 * linear-algebra/norm.m: Likewise. |
|
7215 * finance/nper.m: Likewise. |
|
7216 * finance/pmt.m: Likewise. |
|
7217 * finance/pv.m: Likewise. |
|
7218 * finance/rate.m: Likewise. |
|
7219 * finance/npv.m: Likewise. |
|
7220 * general/fliplr.m: Likewise. |
|
7221 * general/flipud.m: Likewise. |
|
7222 * general/is_scalar.m: Likewise. |
|
7223 * general/rem.m: Likewise. |
|
7224 * general/perror.m: Likewise. |
|
7225 * general/tril.m: Likewise. |
|
7226 * general/rot90.m: Likewise. |
|
7227 * general/num2str.m: Likewise. |
|
7228 * general/int2str.m: Likewise. |
|
7229 * general/reshape.m: Likewise. |
|
7230 * general/logspace.m: Likewise. |
|
7231 * general/is_symmetric.m: Likewise. |
|
7232 * general/is_vector.m: Likewise. |
|
7233 * general/nextpow2.m: Likewise. |
|
7234 * general/columns.m: Likewise. |
|
7235 * general/is_square.m: Likewise. |
|
7236 * general/rows.m: Likewise. |
|
7237 * control/ugain.m: Likewise. |
|
7238 * control/damp.m: Likewise. |
|
7239 * control/dare.m: Likewise. |
|
7240 * control/are.m: Likewise. |
|
7241 * control/sys2fir.m: Likewise. |
|
7242 * control/abcddim.m: Likewise. |
|
7243 * control/is_abcd.m: Likewise. |
|
7244 * control/step.m: Likewise. |
|
7245 * control/is_observable.m: Likewise. |
|
7246 * control/is_controllable.m: Likewise. |
|
7247 * control/jet707.m: Likewise. |
|
7248 * control/polyout.m: Likewise. |
|
7249 * control/impulse.m: Likewise. |
|
7250 * control/lqg.m: Likewise. |
|
7251 * control/is_detectable.m: Likewise. |
|
7252 * control/sysdimensions.m: Likewise. |
|
7253 * control/sysupdate.m: Likewise. |
|
7254 * control/stepimp.m: Likewise. |
|
7255 * control/is_stable.m: Likewise. |
|
7256 * control/tfout.m: Likewise. |
|
7257 * control/zpout.m: Likewise. |
|
7258 |
3405
|
7259 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7260 |
|
7261 * set/complement.m: Add @seealso{} stuff. |
|
7262 * set/create_set.m: Likewise. |
|
7263 * set/intersection.m: Likewise. |
|
7264 * set/union.m: Likewise. |
|
7265 |
3399
|
7266 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7267 |
3400
|
7268 * control/d2c.m: Use double quotes instead of single quotes for |
|
7269 string constants. |
|
7270 * control/dgkfdemo.m: Likewise. |
|
7271 * control/fir2sys.m: Likewise. |
|
7272 * control/frdemo.m: Likewise. |
|
7273 * control/moddemo.m: Likewise. |
|
7274 * control/minfo.m: Likewise. |
|
7275 * control/is_stabilizable.m: Likewise. |
|
7276 * control/is_dgkf.m: Likewise. |
|
7277 * control/polyout.m: Likewise. |
|
7278 * control/sysconnect.m: Likewise. |
|
7279 * control/sysrepdemo.m: Likewise. |
|
7280 * control/tf2sys.m: Likewise. |
|
7281 * control/tfout.m: Likewise. |
|
7282 * control/zp2sys.m: Likewise. |
|
7283 * control/zpout.m: Likewise. |
|
7284 * control/tzero.m: Likewise. |
|
7285 |
|
7286 * control/DEMOcontrol.m: Handle moddemo case too. |
|
7287 |
|
7288 * image/loadimage.m: Use double quotes instead of single quotes |
|
7289 for string constants. Use sprintf instead of square brackets to |
|
7290 construct string. |
|
7291 |
3399
|
7292 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
7293 * control/fir2sys.m: Likewise. |
3399
|
7294 |
3390
|
7295 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7296 |
|
7297 * mkdoc: Only delete spaces before @ characters at the beginning |
|
7298 of a line. |
|
7299 |
3383
|
7300 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7301 |
3388
|
7302 * control/bddemo.m: Make it more likely to work with any value of |
|
7303 whitespace_in_literal_matrix. |
3386
|
7304 * control/analdemo.m: Ditto. |
|
7305 * control/dgkfdemo.m: Ditto. |
|
7306 * control/frdemo.m: Ditto. |
|
7307 * control/sysrepdemo.m: Ditto. |
|
7308 * control/moddemo.m: Ditto. |
3388
|
7309 * control/zp2ss.m: Ditto. |
3387
|
7310 * control/zp2tf.m: Ditto. |
3388
|
7311 * control/syssub.m: Ditto. |
|
7312 * finance/npv.m: Ditto. |
|
7313 * statistics/base/studentize.m: Ditto. |
|
7314 * statistics/base/values.m: Ditto. |
|
7315 * statistics/distributions/exponential_cdf.m: Ditto. |
|
7316 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
7317 |
3384
|
7318 * control/dezero.m: Use toascii to convert string to ASCII value |
|
7319 instead of multiplying it by 1. |
|
7320 |
3383
|
7321 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
7322 * control/zpout.m: Ditto. |
|
7323 * control/tfout.m: Ditto. |
|
7324 * control/tf2sys.m: Ditto. |
|
7325 * control/syssub.m: Ditto. |
|
7326 * control/syssetsignals.m: Ditto. |
|
7327 * control/sysout.m: Ditto. |
|
7328 * control/sysmult.m: Ditto. |
|
7329 * control/sysgroup.m: Ditto. |
|
7330 * control/sysdup.m: Ditto. |
|
7331 * control/sysdisc.m: Ditto. |
|
7332 * control/syscont.m: Ditto. |
|
7333 * control/sysconnect.m: Ditto. |
|
7334 * control/sysappend.m: Ditto. |
|
7335 * control/sysadd.m: Ditto. |
|
7336 * control/ss2sys.m: Ditto. |
|
7337 * control/nyquist.m: Ditto. |
|
7338 * control/lqg.m: Ditto. |
|
7339 * control/fir2sys.m: Ditto. |
|
7340 * control/dmr2d.m: Ditto. |
|
7341 * control/dezero.m: Ditto. |
|
7342 * control/d2c.m: Ditto. |
|
7343 * control/c2d.m: Ditto. |
|
7344 * control/bddemo.m: Ditto. |
|
7345 * control/pzmap.m: Ditto. |
|
7346 |
5095
|
7347 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
7348 |
|
7349 * signal/spectral_adf.m: Fix typo. |
|
7350 |
3372
|
7351 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7352 |
|
7353 * linear-algebra/cond.m: Texinfoize doc string. |
|
7354 * linear-algebra/kron.m: Ditto. |
|
7355 * linear-algebra/norm.m: Ditto. |
|
7356 * linear-algebra/null.m: Ditto. |
|
7357 * linear-algebra/orth.m: Ditto. |
|
7358 * linear-algebra/rank.m: Ditto. |
|
7359 * linear-algebra/trace.m: Ditto. |
|
7360 * linear-algebra/qzhess.m: Ditto. |
|
7361 * miscellaneous/menu.m: Ditto. |
3373
|
7362 * general/perror.m: Ditto. |
|
7363 * general/strerror.m: Ditto. |
|
7364 * general/columns.m: Ditto. |
|
7365 * general/rows.m: Ditto. |
|
7366 * image/colormap.m: Ditto. |
|
7367 * image/gray.m: Ditto. |
|
7368 * image/gray2ind.m: Ditto. |
|
7369 * image/image.m: Ditto. |
|
7370 * image/imagesc.m: Ditto. |
|
7371 * image/imshow.m: Ditto. |
|
7372 * image/ind2gray.m: Ditto. |
|
7373 * image/ind2rgb.m: Ditto. |
|
7374 * image/loadimage.m: Ditto. |
|
7375 * image/rgb2ntsc.m: Ditto. |
|
7376 * image/ntsc2rgb.m: Ditto. |
|
7377 * image/ocean.m: Ditto. |
|
7378 * image/rgb2ind.m: Ditto. |
|
7379 * image/saveimage.m: Ditto. |
3372
|
7380 * io/printf.m: Ditto. |
|
7381 * io/puts.m: Ditto. |
|
7382 |
3369
|
7383 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7384 |
|
7385 * special-matrix/hankel.m: Texinfoize doc string. |
|
7386 * special-matrix/hilb.m: Ditto. |
|
7387 * special-matrix/invhilb.m: Ditto. |
|
7388 * special-matrix/sylvester_matrix.m: Ditto. |
|
7389 * special-matrix/toeplitz.m: Ditto. |
|
7390 * special-matrix/vander.m: Ditto. |
|
7391 * linear-algebra/vec.m: Ditto. |
|
7392 * linear-algebra/vech.m: Ditto. |
|
7393 * general/common_size.m: Ditto. |
|
7394 * general/diff.m: Ditto. |
|
7395 * general/fliplr.m: Ditto. |
|
7396 * general/flipud.m: Ditto. |
|
7397 * general/rot90.m: Ditto. |
|
7398 * general/reshape.m: Ditto. |
|
7399 * general/shift.m: Ditto. |
|
7400 * general/tril.m: Ditto. |
|
7401 * general/triu.m: Ditto. |
|
7402 * general/logspace.m: Ditto. |
3371
|
7403 * general/nargchk.m: Ditto. |
3369
|
7404 |
3367
|
7405 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7406 |
|
7407 * statistics/base/mean: Texinfoize doc string. |
|
7408 * statistics/base/median: Ditto. |
|
7409 * statistics/base/std: Ditto. |
|
7410 * statistics/base/cov: Ditto. |
|
7411 * statistics/base/corrcoef: Ditto. |
|
7412 * statistics/base/kurtosis: Ditto. |
|
7413 * statistics/base/mahalanobis: Ditto. |
|
7414 * statistics/base/skewness: Ditto. |
3368
|
7415 * statistics/base/gls.m: Ditto. |
|
7416 * statistics/base/ols.m: Ditto. |
3367
|
7417 * signal/detrend.m: Ditto. |
|
7418 * signal/freqz.m: Ditto. |
|
7419 * signal/sinc.m: Ditto. |
|
7420 * signal/fftconv.m: Ditto. |
|
7421 * signal/fftfilt.m: Ditto. |
3368
|
7422 * set/create_set.m: Ditto. |
|
7423 * set/union.m: Ditto. |
|
7424 * set/intersection.m: Ditto. |
|
7425 * set/complement.m: Ditto. |
|
7426 * poly/compan.m: Ditto. |
|
7427 * poly/conv: Ditto. |
|
7428 * poly/deconv: Ditto. |
|
7429 * poly/poly: Ditto. |
|
7430 * poly/polyderiv: Ditto. |
|
7431 * poly/polyfit: Ditto. |
|
7432 * poly/polyinteg: Ditto. |
|
7433 * poly/polyreduce: Ditto. |
|
7434 * poly/polyval: Ditto. |
|
7435 * poly/polyvalm: Ditto. |
|
7436 * poly/residue: Ditto. |
|
7437 * poly/roots: Ditto. |
|
7438 * plot/top_title.m: Ditto |
|
7439 * plot/subwindow.m: Ditto |
|
7440 * plot/subplot.m: Ditto |
|
7441 * plot/plot_border.m: Ditto |
|
7442 * plot/oneplot.m: Ditto |
|
7443 * plot/multiplot.m: Ditto |
|
7444 * plot/mplot.m: Ditto |
|
7445 * plot/xlabel.m: Ditto |
|
7446 * plot/figure.m: Ditto |
|
7447 * plot/meshdom.m: Ditto |
|
7448 * plot/mesh.m: Ditto |
|
7449 * plot/stairs.m: Ditto |
|
7450 * plot/polar.m: Ditto |
|
7451 * plot/loglog.m: Ditto |
|
7452 * plot/hist.m: Ditto |
|
7453 * plot/contour.m: Ditto |
|
7454 * plot/bar.m: Ditto |
|
7455 * plot/axis.m: Ditto |
|
7456 * plot/plot.m: Ditto. |
3367
|
7457 |
3361
|
7458 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7459 |
3365
|
7460 * control/pinv.m: Delete. |
|
7461 |
3364
|
7462 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
7463 |
3361
|
7464 * strings/blanks.m: Texinfoize doc string. |
|
7465 * strings/strcat.m: Ditto. |
|
7466 * strings/str2mat.m: Ditto. |
|
7467 * strings/deblank.m: Ditto. |
|
7468 * strings/findstr.m: Ditto. |
|
7469 * strings/index.m: Ditto. |
|
7470 * strings/rindex.m: Ditto. |
|
7471 * strings/split.m: Ditto. |
|
7472 * strings/strcmp.m: Ditto. |
|
7473 * strings/strrep.m: Ditto. |
|
7474 * strings/substr.m: Ditto. |
|
7475 * general/int2str.m: Ditto. |
|
7476 * general/num2str.m: Ditto. |
|
7477 * strings/dec2bin.m: Ditto. |
|
7478 * strings/bin2dec: Ditto. |
|
7479 * strings/dec2bin: Ditto. |
|
7480 * strings/dec2hex: Ditto. |
|
7481 * strings/hex2dec: Ditto. |
|
7482 * strings/str2num: Ditto. |
|
7483 |
3347
|
7484 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7485 |
|
7486 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
7487 |
5095
|
7488 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
7489 |
|
7490 * control/DEMOcontrol.m: Texinfoize doc string. |
|
7491 * control/abcddim.m: Ditto. |
|
7492 * control/abcddims.m: Ditto. |
|
7493 * control/analdemo.m: Ditto. |
|
7494 * control/are.m: Ditto. |
|
7495 * control/axis2dlim.m: Ditto. |
|
7496 * control/bddemo.m: Ditto. |
|
7497 * control/bode.m: Ditto. |
|
7498 * control/bode_bounds.m: Ditto. |
|
7499 * control/bodquist.m: Ditto. |
|
7500 * control/buildssic.m: Ditto. |
|
7501 * control/c2d.m: Ditto. |
|
7502 * control/ctrb.m: Ditto. |
|
7503 * control/d2c.m: Ditto. |
|
7504 * control/damp.m: Ditto. |
|
7505 * control/dare.m: Ditto. |
|
7506 * control/dcgain.m: Ditto. |
|
7507 * control/dgkfdemo.m: Ditto. |
|
7508 * control/dgram.m: Ditto. |
|
7509 * control/dlqe.m: Ditto. |
|
7510 * control/dlqr.m: Ditto. |
|
7511 * control/dlyap.m: Ditto. |
|
7512 * control/dmr2d.m: Ditto. |
|
7513 * control/fir2sys.m: Ditto. |
|
7514 * control/frdemo.m: Ditto. |
|
7515 * control/freqchkw.m: Ditto. |
|
7516 * control/freqresp.m: Ditto. |
|
7517 * control/gram.m: Ditto. |
|
7518 * control/h2norm.m: Ditto. |
|
7519 * control/h2syn.m: Ditto. |
|
7520 * control/hinf_ctr.m: Ditto. |
|
7521 * control/hinfdemo.m: Ditto. |
|
7522 * control/hinfnorm.m: Ditto. |
|
7523 * control/hinfsyn.m: Ditto. |
|
7524 * control/hinfsyn_chk.m: Ditto. |
|
7525 * control/impulse.m: Ditto. |
|
7526 * control/is_abcd.m: Ditto. |
|
7527 * control/is_controllable.m: Ditto. |
|
7528 * control/is_detectable.m: Ditto. |
|
7529 * control/is_dgkf.m: Ditto. |
|
7530 * control/is_digital.m: Ditto. |
|
7531 * control/is_observable.m: Ditto. |
|
7532 * control/is_sample.m: Ditto. |
|
7533 * control/is_signal_list.m: Ditto. |
|
7534 * control/is_siso.m: Ditto. |
|
7535 * control/is_stabilizable.m: Ditto. |
|
7536 * control/is_stable.m: Ditto. |
|
7537 * control/jet707.m: Ditto. |
|
7538 * control/lqe.m: Ditto. |
|
7539 * control/lqg.m: Ditto. |
|
7540 * control/lqr.m: Ditto. |
|
7541 * control/lsim.m: Ditto. |
|
7542 * control/ltifr.m: Ditto. |
|
7543 * control/lyap.m: Ditto. |
|
7544 * control/moddemo.m: Ditto. |
|
7545 * control/nyquist.m: Ditto. |
|
7546 * control/obsv.m: Ditto. |
|
7547 * control/ord2.m: Ditto. |
|
7548 * control/outlist.m: Ditto. |
|
7549 * control/pinv.m: Ditto. |
|
7550 * control/place.m: Ditto. |
|
7551 * control/polyout.m: Ditto. |
|
7552 * control/prompt.m: Ditto. |
|
7553 * control/pzmap.m: Ditto. |
|
7554 * control/qzval.m: Ditto. |
|
7555 * control/rldemo.m: Ditto. |
|
7556 * control/rlocus.m: Ditto. |
|
7557 * control/sortcom.m: Ditto. |
|
7558 * control/ss2sys.m: Ditto. |
|
7559 * control/ss2tf.m: Ditto. |
|
7560 * control/ss2zp.m: Ditto. |
|
7561 * control/starp.m: Ditto. |
|
7562 * control/step.m: Ditto. |
|
7563 * control/stepimp.m: Ditto. |
|
7564 * control/susball.m: Ditto. |
|
7565 * control/sys2fir.m: Ditto. |
|
7566 * control/sys2ss.m: Ditto. |
|
7567 * control/sys2tf.m: Ditto. |
|
7568 * control/sys2zp.m: Ditto. |
|
7569 * control/sysadd.m: Ditto. |
|
7570 * control/sysappend.m: Ditto. |
|
7571 * control/syschnames.m: Ditto. |
|
7572 * control/syschnamesl.m: Ditto. |
|
7573 * control/syschtsam.m: Ditto. |
|
7574 * control/sysconnect.m: Ditto. |
|
7575 * control/syscont.m: Ditto. |
|
7576 * control/syscont_disc.m: Ditto. |
|
7577 * control/sysdefioname.m: Ditto. |
|
7578 * control/sysdefstname.m: Ditto. |
|
7579 * control/sysdimensions.m: Ditto. |
|
7580 * control/sysdisc.m: Ditto. |
|
7581 * control/sysdup.m: Ditto. |
|
7582 * control/sysgetsignals.m: Ditto. |
|
7583 * control/sysgettype.m: Ditto. |
|
7584 * control/sysgroup.m: Ditto. |
|
7585 * control/sysgroupn.m: Ditto. |
|
7586 * control/sysmult.m: Ditto. |
|
7587 * control/sysout.m: Ditto. |
|
7588 * control/sysprune.m: Ditto. |
|
7589 * control/sysreorder.m: Ditto. |
|
7590 * control/sysrepdemo.m: Ditto. |
|
7591 * control/sysscale.m: Ditto. |
|
7592 * control/syssetsignals.m: Ditto. |
|
7593 * control/syssub.m: Ditto. |
|
7594 * control/sysupdate.m: Ditto. |
|
7595 * control/tf2ss.m: Ditto. |
|
7596 * control/tf2sys.m: Ditto. |
|
7597 * control/tf2sysl.m: Ditto. |
|
7598 * control/tf2zp.m: Ditto. |
|
7599 * control/tfout.m: Ditto. |
|
7600 * control/tzero.m: Ditto. |
|
7601 * control/tzero2.m: Ditto. |
|
7602 * control/ugain.m: Ditto. |
|
7603 * control/wgt1o.m: Ditto. |
|
7604 * control/zgfmul.m: Ditto. |
|
7605 * control/zgfslv.m: Ditto. |
|
7606 * control/zginit.m: Ditto. |
|
7607 * control/zgpbal.m: Ditto. |
|
7608 * control/zgreduce.m: Ditto. |
|
7609 * control/zgrownorm.m: Ditto. |
|
7610 * control/zgscal.m: Ditto. |
|
7611 * control/zgsgiv.m: Ditto. |
|
7612 * control/zgshsr.m: Ditto. |
|
7613 * control/zp2ss.m: Ditto. |
|
7614 * control/zp2ssg2.m: Ditto. |
|
7615 * control/zp2sys.m: Ditto. |
|
7616 * control/zp2tf.m: Ditto. |
|
7617 * control/zpout.m: Ditto. |
|
7618 |
5095
|
7619 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
7620 |
5378
|
7621 * audio/lin2mu.m: Texinfoize doc string. |
|
7622 * audio/loadaudio.m: Ditto. |
|
7623 * audio/mu2lin.m: Ditto. |
|
7624 * audio/playaudio.m: Ditto. |
|
7625 * audio/record.m: Ditto. |
|
7626 * audio/saveaudio.m: Ditto. |
3332
|
7627 |
5095
|
7628 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7629 |
|
7630 * elfun/acot.m: Texinfoize doc string. |
|
7631 * elfun/acsc.m: Ditto. |
|
7632 * elfun/acsch.m: Ditto. |
|
7633 * elfun/asec.m: Ditto. |
|
7634 * elfun/asech.m: Ditto. |
|
7635 * elfun/cot.m: Ditto. |
|
7636 * elfun/coth.m: Ditto. |
|
7637 * elfun/csc.m: Ditto. |
|
7638 * elfun/csch.m: Ditto. |
|
7639 * elfun/gcd.m: Ditto. |
|
7640 * elfun/lcm.m: Ditto. |
|
7641 * elfun/sec.m: Ditto. |
|
7642 * elfun/sech.m: Ditto. |
|
7643 * general/nextpow2.m: Ditto. |
|
7644 * general/rem.m: Ditto. |
|
7645 * linear-algebra/commutation_matrix.m: Ditto. |
|
7646 * linear-algebra/cross.m: Ditto. |
|
7647 * linear-algebra/duplication_matrix.m: Ditto. |
|
7648 * miscellaneous/bincoeff.m: Ditto. |
|
7649 * miscellaneous/xor.m: Ditto. |
|
7650 * specfun/bessel.m: Ditto. |
|
7651 * specfun/beta.m: Ditto. |
|
7652 * specfun/betai.m: Ditto. |
|
7653 * specfun/erfinv.m: Ditto. |
|
7654 * specfun/gammai.m: Ditto. |
|
7655 * specfun/log2.m: Ditto. |
|
7656 * specfun/pow2.m: Ditto. |
|
7657 |
5095
|
7658 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7659 |
|
7660 * general/is_scalar.m: Texinfoize help text. |
|
7661 * general/is_square.m: Ditto. |
|
7662 * general/is_symmetric.m: Ditto. |
|
7663 |
3320
|
7664 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7665 |
|
7666 * strings/split.m: If the string to be split is empty, just return |
|
7667 an empty string. |
|
7668 |
3319
|
7669 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7670 |
|
7671 * Makefile.in (ALL_M_FILES): New macro. |
|
7672 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7673 |
3306
|
7674 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7675 |
|
7676 * control/bode.m: Don't return anything if nargout == 0. |
|
7677 |
|
7678 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7679 |
|
7680 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7681 |
3305
|
7682 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7683 |
|
7684 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7685 gethelp.cc to the list. |
|
7686 |
3296
|
7687 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7688 |
3301
|
7689 * time/asctime.m: Texinfoize help text. |
|
7690 * time/clock.m: Ditto. |
|
7691 * time/date.m: Ditto. |
|
7692 * miscellaneous/cputime.m: Ditto. |
|
7693 * miscellaneous/etime.m: Ditto. |
|
7694 * miscellaneous/is_leap_year.m: Ditto. |
|
7695 * miscellaneous/popen2.m: Ditto. |
|
7696 * miscellaneous/version.m: Ditto. |
|
7697 * miscellaneous/tic.m: Ditto. |
|
7698 * miscellaneous/toc.m: Just refer to tic.m. |
|
7699 |
3297
|
7700 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7701 `cd dir; $(MAKE); cd ..'. |
|
7702 ($(SUBDIRS)): Likewise. |
|
7703 |
|
7704 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7705 |
|
7706 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7707 of `cd dir; $(MAKE)'. |
|
7708 |
3296
|
7709 * gethelp.cc, mkdoc: New files. |
|
7710 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7711 sources. |
|
7712 |
3291
|
7713 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7714 |
|
7715 * linear-algebra/kron.m: Fix typo in previous change |
|
7716 |
3282
|
7717 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7718 |
|
7719 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7720 |
5095
|
7721 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7722 |
|
7723 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7724 rank when V has more columns than rows. |
|
7725 |
|
7726 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7727 |
|
7728 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7729 |
|
7730 * statistics/tests/manova.m: Avoid problems if |
|
7731 whitespace_in_literal_matrix is set to "traditional". |
|
7732 * statistics/tests/t_test_regression.m: Likewise. |
|
7733 * statistics/tests/u_test.m: Likewise. |
|
7734 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7735 * statistics/tests/anova.m: Likewise. |
|
7736 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7737 * statistics/base/statistics.m: Likewise. |
|
7738 * image/saveimage.m: Likewise. |
|
7739 * signal/arch_fit.m: Likewise. |
|
7740 * signal/autoreg_matrix.m: Likewise. |
|
7741 * signal/triangle_lw.m: Likewise. |
|
7742 * strings/dec2hex.m: Likewise. |
|
7743 |
3268
|
7744 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7745 |
|
7746 * image/saveimage.m: Initialize scale. |
|
7747 |
|
7748 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7749 |
|
7750 * general/reshape.m: Allow reshape (a, size (b)). |
|
7751 |
3266
|
7752 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7753 |
|
7754 * specfun/erfinv.m: Improve stopping criterion. |
|
7755 Add iteration count as second return value. |
|
7756 |
3265
|
7757 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7758 |
|
7759 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7760 |
3263
|
7761 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7762 |
|
7763 * miscellaneous/pack.m: New function. |
|
7764 |
|
7765 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7766 |
|
7767 * plot/figure.m: Always return figure number. With no args, |
|
7768 figure now creates a new figure window and returns its number. |
|
7769 Accept figure (property, value) syntax, but do nothing. |
|
7770 |
5095
|
7771 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7772 |
|
7773 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7774 |
3260
|
7775 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7776 |
|
7777 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7778 evenly spaced. |
|
7779 |
3250
|
7780 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7781 |
|
7782 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7783 contain only zeros. |
|
7784 |
5095
|
7785 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7786 |
|
7787 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7788 instead of appending them. |
|
7789 |
|
7790 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7791 |
|
7792 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7793 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7794 Update from A. S. Hodel. |
|
7795 |
3246
|
7796 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7797 |
|
7798 * polynomial/polyfit.m: Correct previous change. |
|
7799 |
3243
|
7800 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7801 |
|
7802 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7803 |
5095
|
7804 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7805 |
|
7806 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7807 version of krylov and krylovb. |
|
7808 |
|
7809 * control/outlist.m, control/sysout.m: Fix typos. |
|
7810 |
|
7811 * control/sysdimensions.m: Add option for total number of states. |
|
7812 |
|
7813 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7814 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7815 arguments. |
|
7816 |
|
7817 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7818 |
|
7819 * strings/index.m: Fail with meaningful error message if either |
|
7820 arg is a string array. |
|
7821 |
3238
|
7822 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7823 |
|
7824 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7825 infinity-norms of complex matrices. From Sven Khatri |
|
7826 <khatri@saturn.vocalpoint.com>. |
|
7827 |
5095
|
7828 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7829 |
|
7830 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7831 |
|
7832 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7833 |
|
7834 * strings/split.m: Avoid problems when splitting strings that have |
|
7835 \ in them. |
|
7836 |
5095
|
7837 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7838 |
|
7839 * image/colormap.m: Do better arg checking, handle string args |
|
7840 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7841 |
5095
|
7842 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7843 |
|
7844 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7845 * linear-algebra/dot.m: Likewise. |
|
7846 * linear-algebra/cross.m: Likewise. |
|
7847 * general/rot90.m: Likewise. |
|
7848 |
5095
|
7849 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7850 |
|
7851 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7852 that the leading column is not all zeros. |
|
7853 |
|
7854 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7855 |
|
7856 * general/shift.m: Fix potential problems with |
|
7857 whitespace_in_literal_matrix. |
|
7858 * signal/arch_rnd.m: Ditto. |
|
7859 * signal/autocov.m: Ditto. |
|
7860 * signal/diffpara.m: Ditto. |
|
7861 * signal/hurst.m: Ditto. |
|
7862 * signal/periodogram.m: Ditto. |
|
7863 * signal/spectral_adf.m: Ditto. |
|
7864 * signal/spectral_xdf.m: Ditto. |
|
7865 * signal/spencer.m: Ditto. |
|
7866 * signal/synthesis.m: Ditto. |
|
7867 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7868 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7869 * statistics/models/logistic_regression.m: Ditto. |
|
7870 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7871 * statistics/tests/run_test.m: Ditto. |
|
7872 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7873 |
5095
|
7874 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7875 |
|
7876 * plot/__plr2__.m: Fix typo. |
|
7877 |
3233
|
7878 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7879 |
|
7880 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7881 |
5095
|
7882 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7883 |
|
7884 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7885 function. |
|
7886 |
5095
|
7887 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7888 |
|
7889 * control/ss2sys.m: Fix typo. |
|
7890 |
|
7891 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7892 |
|
7893 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7894 |
|
7895 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7896 signal names as lists of strings instead of string arrays. |
|
7897 |
3225
|
7898 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7899 |
3233
|
7900 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7901 <a.s.hodel@eng.auburn.edu>. |
|
7902 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7903 * quaternion/Makefile.in: New file. |
|
7904 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7905 |
|
7906 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7907 |
|
7908 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7909 |
|
7910 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7911 since there can be fewer rows than columns. Round values to |
|
7912 nearest position in colormap instead of truncating. Correct usage |
|
7913 message. |
|
7914 |
5095
|
7915 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7916 |
|
7917 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7918 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7919 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7920 Householder matrix structure of H. |
|
7921 |
|
7922 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7923 |
|
7924 * general/logical.m: Just copy input to output if argument is |
|
7925 already a logical object. |
|
7926 |
3215
|
7927 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7928 |
|
7929 * New files from OCST, in control subdiretory: |
|
7930 |
|
7931 DEMOcontrol.m is_siso.m syschnames.m |
|
7932 abcddim.m is_stabilizable.m syschnamesl.m |
|
7933 abcddims.m is_stable.m syschtsam.m |
|
7934 analdemo.m jet707.m sysconnect.m |
|
7935 are.m lqe.m syscont.m |
|
7936 axis2dlim.m lqg.m syscont_disc.m |
|
7937 bddemo.m lqr.m sysdefioname.m |
|
7938 bode.m lsim.m sysdefstname.m |
|
7939 bode_bounds.m ltifr.m sysdimensions.m |
|
7940 bodquist.m lyap.m sysdisc.m |
|
7941 buildssic.m mb.m sysdup.m |
|
7942 c2d.m minfo.m sysgetsignals.m |
6302
|
7943 com2str.m moddemo.m sysgettsam.m |
3215
|
7944 controldemo.m nichols.m sysgettype.m |
|
7945 ctrb.m nyquist.m sysgroup.m |
|
7946 d2c.m obsv.m sysgroupn.m |
|
7947 damp.m ord2.m sysmult.m |
|
7948 dare.m outlist.m sysout.m |
|
7949 dcgain.m packedform.m sysprune.m |
|
7950 demomarsyas.m packsys.m sysreorder.m |
|
7951 dezero.m; parallel.m sysrepdemo.m |
|
7952 dgkfdemo.m place.m sysscale.m |
|
7953 dgram.m polyout.m syssub.m |
|
7954 dhinfdemo.m prompt.m sysupdate.m |
|
7955 dlqe.m pzmap.m tf2ss.m |
|
7956 dlqg.m qzval.m tf2sys.m |
|
7957 dlqr.m rldemo.m tf2sysl.m |
|
7958 dlyap.m rlocus.m tf2zp.m |
|
7959 dmr2d.m rotg.m tfout.m |
|
7960 fir2sys.m run_cmd.m; tzero.m |
|
7961 frdemo.m series.m tzero2.m |
|
7962 freqchkw.m sortcom.m ugain.m |
|
7963 freqresp.m ss2sys.m unpacksys.m |
|
7964 gram.m ss2tf.m wgt1o.m |
|
7965 h2norm.m ss2zp.m zgfmul.m |
|
7966 h2syn.m starp.m zgfslv.m |
|
7967 hinf_ctr.m step.m zginit.m |
|
7968 hinfdemo.m stepimp.m zgpbal.m |
|
7969 hinfnorm.m strappend.m; zgreduce.m |
|
7970 hinfsyn.m susball.m zgrownorm.m |
|
7971 hinfsyn_chk.m swap.m zgscal.m |
|
7972 impulse.m swapcols.m zgsgiv.m |
|
7973 is_abcd.m swaprows.m zgshsr.m |
|
7974 is_controllable.m sys2fir.m zp2ss.m |
|
7975 is_detectable.m sys2ss.m zp2ssg2.m |
|
7976 is_dgkf.m sys2tf.m zp2sys.m |
|
7977 is_digital.m sys2zp.m zp2tf.m |
|
7978 is_observable.m sysadd.m zpout.m |
|
7979 is_sample.m sysappend.m |
|
7980 |
|
7981 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7982 |
|
7983 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7984 |
|
7985 * strings/deblank.m: Make it work for string arrays too. |
|
7986 |
3211
|
7987 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7988 |
|
7989 * linear-algebra/housh.m: New file from the OCST. |
|
7990 * linear-algebra/krygetq.m: Ditto. |
|
7991 * linear-algebra/krylov.m: Ditto. |
|
7992 * linear-algebra/krylovb.m: Ditto. |
|
7993 * linear-algebra/qrhouse.m: Ditto. |
|
7994 * general/is_duplicate_entry.m: Ditto. |
|
7995 |
|
7996 * general/is_symmetric.m: Call is_square instead of doing that |
|
7997 check in line. |
|
7998 |
3196
|
7999 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8000 |
3202
|
8001 * general/is_square.m: |
|
8002 |
|
8003 * general/isempty.m, general/is_matrix.m: Delete. |
|
8004 |
|
8005 * general/is_symmetric: Delete special case for strings. Whether |
|
8006 the conversion is valid should depend on implicit_str_to_num_ok. |
|
8007 |
|
8008 * general/is_square.m: If arg is not a matrix, don't check size, |
|
8009 just return 0. |
|
8010 * general/is_symmetric: Likewise. |
|
8011 * general/is_vector.m: Likewise. |
|
8012 * general/is_scalar.m: Likewise. |
|
8013 |
3196
|
8014 * general/length.m: Delete. |
|
8015 |
3191
|
8016 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8017 |
|
8018 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
8019 statistics/distributions/Makefile, statistics/models/Makefile, |
|
8020 and statistics/tests/Makefile to the list of files to create. |
|
8021 |
|
8022 * finance/Makefile.in, statistics/base/Makefile.in, |
|
8023 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
8024 statistics/tests/Makefile.in: New files. |
|
8025 * statistics/Makefile.in: Delete file lists. Now only handle |
|
8026 subdirectories. |
|
8027 * Makefile.in (SUBDIRS): Add finance. |
|
8028 |
|
8029 * Move the following files from statistics to statistics/base: |
|
8030 |
|
8031 corrcoef.m |
|
8032 kurtosis.m |
|
8033 mahalanobis.m |
|
8034 median.m |
|
8035 ols.m |
|
8036 skewness.m |
|
8037 std.m |
|
8038 |
|
8039 New files, from Kurt Hornik's octave-ci package: |
|
8040 |
|
8041 * finance (new directory): |
|
8042 |
|
8043 fv.m |
|
8044 fvl.m |
|
8045 irr.m |
|
8046 nper.m |
|
8047 npv.m |
|
8048 pmt.m |
|
8049 pv.m |
|
8050 pvl.m |
|
8051 rate.m |
|
8052 vol.m |
|
8053 |
|
8054 * linear-algebra/dmult.m |
|
8055 |
|
8056 * signal: |
|
8057 |
|
8058 arch_fit.m |
|
8059 arch_rnd.m |
|
8060 arch_test.m |
|
8061 arma_rnd.m |
|
8062 autocor.m |
|
8063 autocov.m |
|
8064 autoreg_matrix.m |
|
8065 bartlett.m |
|
8066 blackman.m |
|
8067 diffpara.m |
|
8068 durbinlevinson.m |
|
8069 fractdiff.m |
|
8070 hamming.m |
|
8071 hanning.m |
|
8072 hurst.m |
|
8073 periodogram.m |
|
8074 rectangle_lw.m |
|
8075 rectangle_sw.m |
|
8076 sinetone.m |
|
8077 sinewave.m |
|
8078 spectral_adf.m |
|
8079 spectral_xdf.m |
|
8080 spencer.m |
|
8081 stft.m |
|
8082 synthesis.m |
|
8083 triangle_lw.m |
|
8084 triangle_sw.m |
|
8085 yulewalker.m |
|
8086 |
|
8087 * statistics/base (new directory): |
|
8088 |
|
8089 center.m |
|
8090 cloglog.m |
|
8091 cor.m |
|
8092 cov.m |
|
8093 cut.m |
|
8094 iqr.m |
|
8095 kendall.m |
|
8096 logit.m |
|
8097 mean.m |
|
8098 meansq.m |
|
8099 moment.m |
|
8100 ppplot.m |
|
8101 probit.m |
|
8102 qqplot.m |
|
8103 range.m |
|
8104 ranks.m |
|
8105 run_count.m |
|
8106 spearman.m |
|
8107 statistics.m |
|
8108 studentize.m |
|
8109 table.m |
|
8110 values.m |
|
8111 var.m |
|
8112 |
|
8113 (Replaces cov.m and mean.m with new versions.) |
|
8114 |
|
8115 * statistics/distributions (new directory): |
|
8116 |
|
8117 beta_cdf.m |
|
8118 beta_inv.m |
|
8119 beta_pdf.m |
|
8120 beta_rnd.m |
|
8121 binomial_cdf.m |
|
8122 binomial_inv.m |
|
8123 binomial_pdf.m |
|
8124 binomial_rnd.m |
|
8125 cauchy_cdf.m |
|
8126 cauchy_inv.m |
|
8127 cauchy_pdf.m |
|
8128 cauchy_rnd.m |
|
8129 chisquare_cdf.m |
|
8130 chisquare_inv.m |
|
8131 chisquare_pdf.m |
|
8132 chisquare_rnd.m |
|
8133 discrete_cdf.m |
|
8134 discrete_inv.m |
|
8135 discrete_pdf.m |
|
8136 discrete_rnd.m |
|
8137 empirical_cdf.m |
|
8138 empirical_inv.m |
|
8139 empirical_pdf.m |
|
8140 empirical_rnd.m |
|
8141 exponential_cdf.m |
|
8142 exponential_inv.m |
|
8143 exponential_pdf.m |
|
8144 exponential_rnd.m |
|
8145 f_cdf.m |
|
8146 f_inv.m |
|
8147 f_pdf.m |
|
8148 f_rnd.m |
|
8149 gamma_cdf.m |
|
8150 gamma_inv.m |
|
8151 gamma_pdf.m |
|
8152 gamma_rnd.m |
|
8153 geometric_cdf.m |
|
8154 geometric_inv.m |
|
8155 geometric_pdf.m |
|
8156 geometric_rnd.m |
|
8157 hypergeometric_cdf.m |
|
8158 hypergeometric_inv.m |
|
8159 hypergeometric_pdf.m |
|
8160 hypergeometric_rnd.m |
|
8161 kolmogorov_smirnov_cdf.m |
|
8162 laplace_cdf.m |
|
8163 laplace_inv.m |
|
8164 laplace_pdf.m |
|
8165 laplace_rnd.m |
|
8166 logistic_cdf.m |
|
8167 logistic_inv.m |
|
8168 logistic_pdf.m |
|
8169 logistic_rnd.m |
|
8170 lognormal_cdf.m |
|
8171 lognormal_inv.m |
|
8172 lognormal_pdf.m |
|
8173 lognormal_rnd.m |
|
8174 normal_cdf.m |
|
8175 normal_inv.m |
|
8176 normal_pdf.m |
|
8177 normal_rnd.m |
|
8178 pascal_cdf.m |
|
8179 pascal_inv.m |
|
8180 pascal_pdf.m |
|
8181 pascal_rnd.m |
|
8182 poisson_cdf.m |
|
8183 poisson_inv.m |
|
8184 poisson_pdf.m |
|
8185 poisson_rnd.m |
|
8186 stdnormal_cdf.m |
|
8187 stdnormal_inv.m |
|
8188 stdnormal_pdf.m |
|
8189 stdnormal_rnd.m |
|
8190 t_cdf.m |
|
8191 t_inv.m |
|
8192 t_pdf.m |
|
8193 t_rnd.m |
|
8194 uniform_cdf.m |
|
8195 uniform_inv.m |
|
8196 uniform_pdf.m |
|
8197 uniform_rnd.m |
|
8198 weibull_cdf.m |
|
8199 weibull_inv.m |
|
8200 weibull_pdf.m |
|
8201 weibull_rnd.m |
|
8202 wiener_rnd.m |
|
8203 |
|
8204 * statistics/models (new directory): |
|
8205 |
|
8206 logistic_regression.m |
|
8207 logistic_regression_derivatives.m |
|
8208 logistic_regression_likelihood.m |
|
8209 |
|
8210 * statistics/tests (new directory): |
|
8211 |
|
8212 anova.m |
|
8213 bartlett_test.m |
|
8214 chisquare_test_homogeneity.m |
|
8215 chisquare_test_independence.m |
|
8216 cor_test.m |
|
8217 f_test_regression.m |
|
8218 hotelling_test.m |
|
8219 hotelling_test_2.m |
|
8220 kolmogorov_smirnov_test.m |
|
8221 kolmogorov_smirnov_test_2.m |
|
8222 kruskal_wallis_test.m |
|
8223 manova.m |
|
8224 mcnemar_test.m |
|
8225 prop_test_2.m |
|
8226 run_test.m |
|
8227 sign_test.m |
|
8228 t_test.m |
|
8229 t_test_2.m |
|
8230 t_test_regression.m |
|
8231 u_test.m |
|
8232 var_test.m |
|
8233 welch_test.m |
|
8234 wilcoxon_test.m |
|
8235 z_test.m |
|
8236 z_test_2.m |
|
8237 |
|
8238 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8239 |
|
8240 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
8241 compatibility and to avoid Y2K problems. |
|
8242 |
3190
|
8243 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8244 |
|
8245 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
8246 least-squares solution. |
|
8247 |
3180
|
8248 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8249 |
|
8250 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
8251 |
|
8252 * strings/strrep.m: Don't convert args to numeric values. |
|
8253 Prevent warnings for empty string args. |
|
8254 From Georg Thimm <thimm@idiap.ch>. |
|
8255 |
|
8256 * strings/strcat.m: Prevent warnings for empty string args. |
|
8257 |
|
8258 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8259 |
|
8260 * miscellaneous/menu.m: Remove special case for empty string |
|
8261 returned from input(). Add second arg to eval() to catch errors. |
|
8262 |
3178
|
8263 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8264 |
|
8265 * plot/__plt__.m: Don't call usleep. |
|
8266 |
3175
|
8267 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8268 |
|
8269 * linear-algebra/dot.m: New function. |
|
8270 |
|
8271 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
8272 compatibility. |
|
8273 |
|
8274 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8275 |
|
8276 * plot/hist.m: Also allow just one output argument. |
|
8277 |
|
8278 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8279 |
|
8280 * strings/deblank.m: Make it work if the string is only blanks. |
|
8281 |
|
8282 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8283 |
|
8284 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
8285 |
|
8286 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8287 |
|
8288 * plot/oneplot.m: Fix typo. |
|
8289 |
3174
|
8290 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8291 |
|
8292 * miscellaneous/flops.m: Allow a single argument too. |
|
8293 |
|
8294 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8295 |
|
8296 * strings/str2mat.m: Also handle case when there are no empty |
|
8297 strings correctly. |
|
8298 |
|
8299 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8300 |
|
8301 * strings/isletter.m: New function, for Matlab compatibility. |
|
8302 |
3168
|
8303 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8304 |
|
8305 * strings/str2mat.m: Handle string matrices too. |
|
8306 |
3167
|
8307 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8308 |
|
8309 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
8310 linear encoding. |
|
8311 |
|
8312 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
8313 audio/record.m: Open files in binary mode. |
|
8314 |
3164
|
8315 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8316 |
|
8317 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
8318 Move functionality of dump_1_pref here, but use built-in function |
|
8319 type to extract value, and put it inside try/catch block. |
|
8320 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
8321 |
3162
|
8322 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8323 |
|
8324 * plot/__pltopt1.m__: New file. |
|
8325 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
8326 __pltopt1__ multiple times and returning a string array with rows |
|
8327 corresponding to the rows of opt. |
|
8328 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
8329 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
8330 array. |
|
8331 |
|
8332 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8333 |
|
8334 * plot/mplot.m: Fix misspellings of global variables. |
|
8335 Don't call clearplot. |
|
8336 |
|
8337 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8338 |
|
8339 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
8340 "cle;rep" when going in ot multiplot mode. |
|
8341 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
8342 switching out of multiplot mode. |
|
8343 |
3156
|
8344 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
8345 |
3156
|
8346 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
8347 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
8348 |
3141
|
8349 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8350 |
|
8351 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
8352 |
|
8353 * miscellaneous/bug_report.m: Don't try to get smart with |
|
8354 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
8355 |
|
8356 * Makefile.in (install): Create separate ls-R files for |
|
8357 $(datadir) and $(libexecdir). |
|
8358 (uninstall): Remove both ls-R files. |
|
8359 |
3136
|
8360 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8361 |
|
8362 * signal/fftshift.m: New file. |
|
8363 |
|
8364 * plot/contour.m: Fix for non-square case. |
|
8365 |
|
8366 * general/randperm.m: New file. |
|
8367 |
|
8368 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8369 |
|
8370 * specfun/betai.m: Restore file for compatibility with previous |
|
8371 versions. Call betainc with reordered args. |
|
8372 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
8373 |
3131
|
8374 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8375 |
|
8376 * plot/contour.m: Handle discrete contour levels. |
|
8377 |
|
8378 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8379 |
|
8380 * control/lyap.m: For compatibility with Matlab, solve |
|
8381 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
8382 |
3124
|
8383 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8384 |
|
8385 * specfun/bessel.m: New file. |
|
8386 |
|
8387 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
8388 specfun/gammainc.m: Delete. |
|
8389 |
3106
|
8390 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8391 |
|
8392 * image/colormap.m: Initialize __current_color_map__ in global |
|
8393 statement. |
|
8394 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
8395 statement. |
|
8396 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
8397 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8398 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
8399 |
3103
|
8400 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8401 |
|
8402 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
8403 * time/toc.m: Likewise. |
|
8404 |
|
8405 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
8406 |
|
8407 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
8408 anything special for automatic_replot when in multiplot mode -- |
|
8409 recent 3.6beta releases handle this correctly. |
|
8410 |
|
8411 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
8412 setting the terminal type. |
|
8413 |
|
8414 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8415 plot/subwindow.m: Use leading and trailing underscores for |
|
8416 `private' globals. |
|
8417 |
|
8418 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
8419 |
3101
|
8420 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8421 |
|
8422 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
8423 |
3091
|
8424 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8425 |
3092
|
8426 * specfun/gammai.m: Avoid problems with whitespace when |
|
8427 constructing matrices. |
|
8428 |
3091
|
8429 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
8430 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8431 original y vector. |
|
8432 |
3085
|
8433 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8434 |
|
8435 * linear-algebra/cross.m: Use direct formula instead of calling |
|
8436 det three times in a loop. If both args are column (row) vectors, |
|
8437 return a column (row) vector. If they don't match, pay attention |
|
8438 to the value of prefer_column_vectors. |
|
8439 |
5095
|
8440 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
8441 |
|
8442 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
8443 nonsymmetric matrices. |
|
8444 |
|
8445 * general/tril.m: Fix usage message. |
|
8446 |
|
8447 * polynomial/polyvalm.m: Fix error messages. |
|
8448 * polynomial/polyderiv.m: Likewise. |
|
8449 * polynomial/polyval.m: Likewise. |
|
8450 |
3081
|
8451 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8452 |
|
8453 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
8454 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
8455 |
3063
|
8456 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8457 |
|
8458 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
8459 |
5095
|
8460 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
8461 |
|
8462 * plot/__pltopt__.m: Handle key/legend names. |
|
8463 Correctly set colors, line styles, and point styles. |
|
8464 |
3061
|
8465 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8466 |
|
8467 * polynomial/polyfit.m: Return fit y values as second output. |
|
8468 Don't use QR factorization to solve least squares problem. |
|
8469 |
|
8470 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8471 |
|
8472 * control/dlqr.m: Use ao, not a, to compute k. |
|
8473 |
3024
|
8474 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8475 |
|
8476 * miscellaneous/path.m: New file. |
|
8477 |
2993
|
8478 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8479 |
|
8480 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
8481 name. |
|
8482 |
2968
|
8483 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8484 |
|
8485 * specfun/erfinv.m: Add missing semicolon. |
|
8486 |
2870
|
8487 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8488 |
|
8489 * miscellaneous/xor.m: Make type of return value logical. |
|
8490 |
2853
|
8491 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8492 |
|
8493 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8494 warn_comma_in_global_decl. |
|
8495 |
2831
|
8496 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8497 |
|
8498 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
8499 octave-bug script. |
|
8500 |
2823
|
8501 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8502 |
2824
|
8503 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8504 prefer_zero_one_indexing. |
|
8505 |
2823
|
8506 * general/logical.m: New file. |
|
8507 |
2816
|
8508 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8509 |
|
8510 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
8511 and is_vector(). |
|
8512 |
5095
|
8513 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
8514 |
|
8515 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
8516 Use tolerance of 2 * eps. |
|
8517 |
2811
|
8518 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8519 |
|
8520 * Makefile.in (install-strip): New target. |
|
8521 * audio/Makefile.in: Ditto. |
|
8522 * control/Makefile.in: Ditto. |
|
8523 * elfun/Makefile.in: Ditto. |
|
8524 * general/Makefile.in: Ditto. |
|
8525 * image/Makefile.in: Ditto. |
|
8526 * io/Makefile.in: Ditto. |
|
8527 * linear-algebra/Makefile.in: Ditto. |
|
8528 * miscellaneous/Makefile.in: Ditto. |
|
8529 * plot/Makefile.in: Ditto. |
|
8530 * polynomial/Makefile.in: Ditto. |
|
8531 * set/Makefile.in: Ditto. |
|
8532 * signal/Makefile.in: Ditto. |
|
8533 * specfun/Makefile.in: Ditto. |
|
8534 * special-matrix/Makefile.in: Ditto. |
|
8535 * startup/Makefile.in: Ditto. |
|
8536 * statistics/Makefile.in: Ditto. |
|
8537 * strings/Makefile.in: Ditto. |
|
8538 |
2809
|
8539 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8540 |
|
8541 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
8542 |
2798
|
8543 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8544 |
|
8545 * statistics/corrcoef.m: Make it actually work. |
|
8546 |
2795
|
8547 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8548 |
2798
|
8549 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
8550 |
2779
|
8551 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
8552 |
|
8553 * Version 2.0.5 released. |
|
8554 |
2745
|
8555 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8556 |
2749
|
8557 * Makefile.in (maintainer-clean): Also remove configure. |
|
8558 |
2746
|
8559 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
8560 |
2745
|
8561 * general/is_matrix.m: Return zero for empty matrices. |
|
8562 |
|
8563 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8564 |
|
8565 * linear-algebra/vech.m: Size result just once. |
|
8566 |
2726
|
8567 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8568 |
|
8569 * general/is_square.m: Handle empty matrices correctly. |
|
8570 * general/is_symmetric.m: Handle empty matrices and strings. |
|
8571 |
2716
|
8572 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8573 |
|
8574 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
8575 * polynomial/deconv.m: Likewise. |
|
8576 * polynomial/polyderiv.m: Likewise. |
|
8577 * polynomial/polyinteg.m: Likewise. |
|
8578 * polynomial/polyreduce.m: Likewise. |
|
8579 * polynomial/polyval.m: Likewise. |
|
8580 * polynomial/polyvalm.m: Likewise. |
|
8581 * general/postpad.m: Likewise. |
|
8582 * general/prepad.m: Likewise. |
|
8583 |
|
8584 * polynomial/compan.m: Check input with is_vector(), not |
|
8585 is_matrix(). Handle scalar case. |
|
8586 |
2711
|
8587 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8588 |
2715
|
8589 * plot/contour.m: Order data so that it is consistent with |
|
8590 meshgrid and mesh. |
|
8591 |
2711
|
8592 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
8593 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
8594 |
2709
|
8595 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
8596 |
|
8597 * Version 2.0.4 released. |
|
8598 |
2706
|
8599 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8600 |
2702
|
8601 * miscellaneous/paren.m: New file. |
|
8602 |
2693
|
8603 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
8604 |
|
8605 * Version 2.0.3 released. |
|
8606 |
2676
|
8607 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8608 |
|
8609 * image/saveimage.m: Only clip image data that is actually out of |
|
8610 range. |
|
8611 |
2667
|
8612 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8613 |
|
8614 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
8615 also be considered to be matrices. |
|
8616 |
|
8617 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
8618 |
|
8619 * general/isempty.m: Use size(), not rows() and columns(). |
|
8620 |
|
8621 * plot/contour.m: Convert set to gset. |
|
8622 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
8623 |
2663
|
8624 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8625 |
|
8626 * specfun/erfinv.m: Fix typo in last change. |
|
8627 |
2650
|
8628 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8629 |
|
8630 * image/loadimage.m: Make it possible to load files with image |
|
8631 data named X or img. |
|
8632 |
|
8633 * image/default.img: Change name of image from X to img to match |
|
8634 what saveimage does now. |
|
8635 |
|
8636 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
8637 does now. |
|
8638 |
2632
|
8639 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8640 |
2634
|
8641 * Version 2.0.2 released. |
|
8642 |
2632
|
8643 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8644 weird missing-lines bug without creating extra plots unecessarily. |
|
8645 |
2624
|
8646 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8647 |
|
8648 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8649 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8650 io/Makefile.in, linear-algebra/Makefile.in, |
|
8651 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8652 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8653 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8654 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8655 time/Makefile.in (bin-dist): New target. |
|
8656 |
2621
|
8657 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8658 |
|
8659 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8660 |
|
8661 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8662 |
|
8663 * miscellaneous/xor.m: Make it work. |
|
8664 |
2613
|
8665 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8666 |
|
8667 * plot/sombrero.m: Doc fix. |
|
8668 |
2602
|
8669 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8670 |
|
8671 * Version 2.0.1 released. |
|
8672 |
2601
|
8673 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8674 |
|
8675 * elfun/lcm.m: Replace missing if statement. |
|
8676 |
|
8677 * elfun/gcd.m: Report error if no input args. |
|
8678 * elfun/lcm.m: Likewise. |
|
8679 |
2597
|
8680 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8681 |
|
8682 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8683 Also list contents of $libexecdir/octave in ls-R database. |
|
8684 |
2583
|
8685 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8686 |
|
8687 * Version 2.0 released. |
|
8688 |
2575
|
8689 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8690 |
|
8691 * Version 1.94. |
|
8692 |
2558
|
8693 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8694 |
|
8695 * strings/str2num.m: New file. |
|
8696 |
2554
|
8697 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8698 |
|
8699 * Version 1.93. |
|
8700 |
2540
|
8701 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8702 |
|
8703 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8704 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8705 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8706 |
|
8707 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8708 general/common_size.m: New files from Kurt Hornik. |
|
8709 |
|
8710 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8711 New files from Kurt Hornik. |
|
8712 |
|
8713 * signal/detrend.m: New file from Kurt Hornik. |
|
8714 |
|
8715 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8716 specfun/pow2.m, specfun/log2.m: |
|
8717 New files and updates from Kurt Hornik. |
|
8718 |
2523
|
8719 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8720 |
|
8721 * plot/__plt__.m: Add explicit replot after last command is |
|
8722 issued, to force all lines to be displayed. Hmm. |
|
8723 |
2512
|
8724 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8725 |
2520
|
8726 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8727 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8728 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8729 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8730 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8731 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8732 Uset gset, not set. |
|
8733 |
2512
|
8734 * Version 1.92. |
|
8735 |
2482
|
8736 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8737 |
2486
|
8738 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8739 almighty Creator. Use single call to fprintf instead of looping. |
|
8740 |
|
8741 * image/Makefile.in: Delete references to octtopnm. |
|
8742 |
|
8743 * general/logspace.m: Doc fix. |
|
8744 |
2482
|
8745 * Version 1.91. |
|
8746 |
2458
|
8747 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8748 |
|
8749 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8750 |
|
8751 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8752 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8753 deleted. |
|
8754 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8755 of a system() command to delete the tmp file. |
|
8756 |
2452
|
8757 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8758 |
|
8759 * Version 1.90. |
|
8760 |
|
8761 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8762 |
2360
|
8763 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8764 |
|
8765 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8766 Don't check for string value of automatic_replot. |
|
8767 |
|
8768 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8769 Temporarily set do_fortran_indexing to 1, not "true". |
|
8770 |
|
8771 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8772 not "false". |
|
8773 |
|
8774 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8775 "false". |
|
8776 |
2355
|
8777 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8778 |
|
8779 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8780 |
2330
|
8781 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8782 |
|
8783 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8784 system command. |
|
8785 |
|
8786 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8787 |
|
8788 * __plr1__.m: Renamed from polar_int_1.m. |
|
8789 * __plr2__.m: Renamed from polar_int_2.m. |
|
8790 * __plr__.m: Renamed from polar_int.m. |
|
8791 * __plt1__.m: Renamed from plot_int_1.m. |
|
8792 * __plt2__.m: Renamed from plot_int_2.m. |
|
8793 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8794 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8795 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8796 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8797 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8798 * __plt__.m: Renamed from plot_int.m. |
|
8799 * __pltopt__.m: Renamed from plot_opt.m. |
|
8800 Change all callers. |
|
8801 |
|
8802 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8803 |
|
8804 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8805 comments like those found in Emacs lisp files. |
|
8806 |
|
8807 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8808 |
|
8809 * All .m files: Change comment style. |
|
8810 |
|
8811 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8812 |
|
8813 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8814 subplot.m, subwindow.m, top_title.m: |
|
8815 Print error message if gnuplot_has_multiplot is not true. |
|
8816 |
|
8817 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8818 |
|
8819 * plot/figure.m: New function. |
|
8820 |
|
8821 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8822 |
|
8823 * strings/strrep.m: New function. |
|
8824 |
|
8825 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8826 |
|
8827 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8828 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8829 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8830 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8831 New functions from Kurt Hornik, heavily modified by jwe. |
|
8832 |
|
8833 * general/reshape.m: Allow strings to be reshaped too. |
|
8834 |
|
8835 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8836 Always return a scalar. |
|
8837 |
|
8838 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8839 |
|
8840 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8841 Matlab. |
|
8842 |
|
8843 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8844 |
|
8845 * polynomial/polyfit.m: Add missing close paren. |
|
8846 |
|
8847 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8848 |
|
8849 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8850 |
|
8851 * io/scanf.m: Delete. |
|
8852 |
|
8853 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8854 |
|
8855 * statistics/median.m: Fix typo in usage message. |
|
8856 |
|
8857 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8858 |
|
8859 * miscellaneous/popen2.m: New file. |
|
8860 |
|
8861 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8862 |
|
8863 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8864 |
|
8865 * io: New directory. |
|
8866 * Makefile.in (SUBDIRS): Add it to the list. |
|
8867 |
|
8868 * miscellaneous/flops.m: New file. |
|
8869 |
|
8870 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8871 |
|
8872 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8873 vector, for compatibility with previous versions and with Matlab |
|
8874 (which only returns one scalar value). |
|
8875 |
|
8876 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8877 |
|
8878 * general/triu.m: Compute lower bound on loop index correctly. |
|
8879 * general/tril.m: Likewise, for upper bound. |
|
8880 |
|
8881 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8882 |
|
8883 * image/saveimage.m: For color images, make sure indices into |
|
8884 temporary colormap and result matrix have proper orientation. |
|
8885 Set grey flag correctly. |
|
8886 |
|
8887 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8888 |
|
8889 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8890 jrv@vanzandt.mv.com). |
|
8891 |
|
8892 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8893 |
|
8894 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8895 * mesh.m: Transpose Z if only one arg. |
|
8896 Handle case of all three args being matrices (from Jim Van Zandt |
|
8897 jrv@vanzandt.mv.com). |
|
8898 * meshdom.m: Undo previous change. |
|
8899 |
|
8900 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8901 |
|
8902 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8903 |
|
8904 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8905 |
|
8906 * audio: New directory of files from Kurt Hornik and Andreas |
|
8907 Weingessel. |
|
8908 * audio/Makefile.in: New file. |
|
8909 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8910 |
|
8911 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8912 |
|
8913 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8914 |
|
8915 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8916 |
|
8917 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8918 columns (z), not the other way around. |
|
8919 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8920 |
|
8921 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8922 |
|
8923 * plot/axis.m: Return current axis if nargin == 0. |
|
8924 |
|
8925 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8926 |
|
8927 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8928 |
|
8929 * polynomial/polyder.m: New file. |
|
8930 |
|
8931 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8932 |
|
8933 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8934 |
|
8935 * specfun/betainc.m: New file. |
|
8936 * specfun/gammainc.m: New file. |
|
8937 |
|
8938 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8939 |
|
8940 * general/strerror.m: New file. |
|
8941 * general/perror.m: Implement using strerror(). |
|
8942 |
|
8943 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8944 |
|
8945 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8946 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8947 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8948 |
|
8949 * image/saveimage.m: Round img values first. |
|
8950 |
|
8951 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8952 |
|
8953 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8954 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8955 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8956 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8957 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8958 tuwien/strfun/split.m: Add missing semicolons. |
|
8959 |
|
8960 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8961 |
|
8962 * image/Makefile.in: Don't build or install octtoppm. |
|
8963 |
|
8964 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8965 routines so that people who don't have the pbm stuff installed |
2330
|
8966 can still use this function. |
|
8967 |
|
8968 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8969 |
|
8970 * image/saveimage.m: Better error checking, clean up a bit. |
|
8971 |
|
8972 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8973 |
|
8974 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8975 avoid conflict with new built-in text-style function more. |
|
8976 |
|
8977 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8978 |
|
8979 * startup/Makefile.in (install): Also install octaverc in |
|
8980 $localfcnfiledir/startup/octavrc. |
|
8981 |
|
8982 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8983 |
|
8984 * mkinstalldirs: New file. |
|
8985 * Makefile.in (DISTFILES): Add it to the list. |
|
8986 |
|
8987 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8988 |
|
8989 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8990 |
|
8991 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8992 r(1) != c(nr), not if r(1) != c(1). |
|
8993 |
|
8994 * signal/filter.m: Doc fix. |
|
8995 |
|
8996 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8997 |
|
8998 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8999 ru_ or tv_ prefixes). |
|
9000 |
|
9001 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9002 |
|
9003 * time/ctime.m: Fix doc string and usage message. |
|
9004 |
|
9005 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9006 |
|
9007 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
9008 |
|
9009 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
9010 |
|
9011 * control/c2d.m: Make function work for any value of |
|
9012 whitespace_in_literal_matrix. |
|
9013 * control/dare.m: Likewise. |
|
9014 * control/tzero.m: Likewise. |
|
9015 * elfun/gcd.m: Likewise. |
|
9016 * elfun/lcm.m: Likewise. |
|
9017 * general/postpad.m: Likewise. |
|
9018 * general/prepad.m: Likewise. |
|
9019 * linear-algebra/kron.m: Likewise. |
|
9020 * miscellaneous/etime.m: Likewise. |
|
9021 * polynomial/conv.m: Likewise. |
|
9022 * polynomial/deconv.m: Likewise. |
|
9023 * polynomial/poly.m: Likewise. |
|
9024 * polynomial/roots.m: Likewise. |
|
9025 * signal/filter.m: Likewise. |
|
9026 * signal/freqz.m: Likewise. |
|
9027 * signal/fftfilt.m: Likewise. |
|
9028 |
|
9029 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9030 |
|
9031 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
9032 |
|
9033 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9034 |
|
9035 * plot/polar_int_2.m: Add missing semicolons. |
|
9036 Set theta = theta', not rho'. |
|
9037 |
|
9038 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9039 |
|
9040 * polynomial/roots.m: Make it work for any value of |
|
9041 whitespace_in_literal_matrix. |
|
9042 |
|
9043 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9044 |
|
9045 * configure.in: New file. |
|
9046 |
|
9047 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9048 |
|
9049 * control/lyap.m: Add missing semicolon. |
|
9050 |
|
9051 * miscellaneous/cputime.m: New function file. |
|
9052 |
|
9053 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9054 |
|
9055 * time: New directory. |
|
9056 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
9057 New function files. |
|
9058 * time/Makefile.in: New file. |
|
9059 * Makefile.in (SUBDIRS): Add time. |
|
9060 |
|
9061 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9062 |
|
9063 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
9064 |
|
9065 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9066 |
|
9067 * plot/plot_int_1.m: Transpose data with .', not '. |
|
9068 |
|
9069 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9070 |
|
9071 * Makefile.in (install uninstall clean mostlyclean distclean |
|
9072 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
9073 |
|
9074 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9075 |
|
9076 * Makefile.in (install): Create ls-R database file. |
|
9077 (uninstall): Delete it. |
|
9078 |
|
9079 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
9080 |
5378
|
9081 * image/saveimage.m: Fix typo. |
2330
|
9082 |
|
9083 See ChangeLog.1 in the top level directory for earlier changes. |