7222
|
1 2007-11-30 John W. Eaton <jwe@octave.org> |
|
2 |
|
3 * plot/__go_draw_axes__.m: Don't compute data or axis limits. |
|
4 (get_data_limits, get_axis_limits): Delete. |
|
5 |
7228
|
6 2007-11-30 David Bateman <dbateman@free.fr> |
|
7 |
7235
|
8 * plot/__scatter__.m: Avoid out of bounds varargin element access. |
|
9 |
7228
|
10 * plot/__go_draw_axes__.m (do_tics_1): regexprep the cell array of |
|
11 tick labels rather than one by one on the labels themselves. |
|
12 * plot/pareto.m: Bug in numerical labels fixed. Bug in search for |
|
13 95% crossing fixed. |
|
14 |
7217
|
15 2007-11-29 David Bateman <dbateman@free.fr> |
|
16 |
7220
|
17 * plot/pareto.m: New file. |
|
18 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
19 * plot/__go_draw_axes__.m (do_tics1): Replace "%" with "%%" in tic |
|
20 marks to avoid gnuplot error about formating. More colorspec to |
|
21 after the tics. |
|
22 * plot/plotyy.m: More generic check for appropriate axis color. |
|
23 |
7217
|
24 * plot/__stem__.m: New file based on old stem.m expanded to treat |
|
25 2- and 3-D. |
|
26 * plot/stem3.m: New function. |
|
27 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
28 * plot/stem.m: Adapt to use __stem__. |
|
29 |
7216
|
30 2007-11-29 John W. Eaton <jwe@octave.org> |
|
31 |
|
32 * plot/contour.m, plot/contour3.m, plot/fill.m, plot/patch.m, |
|
33 plot/surf.m, plot/surface.m: Don't return handle value unless |
|
34 requested. |
|
35 |
|
36 * plot/patch.m: Omit isnan check on handle returned from |
|
37 __plt_get_axis_arg__. |
|
38 |
|
39 * plot/__plt_get_axis_arg__.m: Don't fail if current figure exists |
|
40 but has no axes. |
|
41 |
7215
|
42 2007-11-28 David Bateman <dbateman@free.fr> |
|
43 |
|
44 * __plt_get_axis_handle__.m: Also allow hggroup and return axes |
|
45 ancestor. If leading argument is logical set variable nogca to see |
|
46 if gca() should be called if there is no active handle found. |
|
47 * __bar__.m, caxis.m, scatter.m, contourf.m, __axes_limits__.m, |
|
48 fill.m, surf.m, meshz.m, axis.m, pie.m, contour.m, |
|
49 quiver.m, area.m, grid.m, cylinder.m, contour3.m, surface.m, |
|
50 patch.m, scatter3.m, plot.m, sphere.m, quiver3.m, plotyy.m, |
|
51 xlabel.m, ylabel.m, surfnorm.m, zlabel.m: Adapt to use |
|
52 __plt__get_axis_arg__ to find axis handle. |
|
53 * polar.m: Typo. |
|
54 |
7213
|
55 2007-11-28 John W. Eaton <jwe@octave.org> |
|
56 |
|
57 * plot/__go_draw_axes__.m (get_data_limits): Delete unused arg TX. |
|
58 |
7211
|
59 2007-11-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
60 |
|
61 * plot/drawnow.m: Fix typo. |
|
62 |
7206
|
63 2007-11-27 David Bateman <dbateman@free.fr> |
|
64 |
7207
|
65 * plot/errorbar.m, plot/loglog.m, plot/loglogerr.m, plot/polar.m, |
|
66 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
67 plot/semilogyerr.m: Treat an axis handle as the first argument. |
|
68 |
|
69 * plot/meshz.m: New function. |
|
70 * plot/Makefile.in (SOURCES): Add it to the list. |
|
71 * plot/surface.m: Allow surface to accept an axis handle as the |
|
72 first argument. |
|
73 * plot/meshc.m: Extract z from the the surface object rather than |
|
74 varargin so that we can rely on code in surface to treat leading |
|
75 axis handles. |
|
76 |
7206
|
77 * plot/__go_draw_axes__.m: Add nomirror to "set ytics" and "set |
|
78 y2tics" in the case of a plotyy plot. |
|
79 * plot/plotyy.m: ensure the position property is set correct for |
|
80 the second axis, by setting it after the plot itself. In the case |
|
81 of a plot that returns multiple handles, base the color selection |
|
82 on the first. |
|
83 |
7204
|
84 2007-11-27 Kai Habel <kai.habel@gmx.de> |
|
85 |
|
86 * plot/__go_draw_axes__.m: Set quadrilateral color according to |
|
87 z-value of vertex 'c3'. |
|
88 |
7203
|
89 2007-11-27 John W. Eaton <jwe@octave.org> |
|
90 |
|
91 * image/image.m: Allow nargin == 0 case to work again. |
|
92 |
7202
|
93 2007-11-27 David Bateman <dbateman@free.fr> |
|
94 |
|
95 * plot/__go_draw_figure__.m: Force a multiplot mode with a |
|
96 colorbar, to ensure that the colorbar is on the canvas for png and |
|
97 postscipt outputs. |
|
98 |
7189
|
99 2007-11-26 David Bateman <dbateman@free.fr> |
|
100 |
7197
|
101 * sparse/spstats.m, statistics/base/mode.m: More care with sparse |
|
102 return values. |
|
103 |
7194
|
104 * plot/plotyy.m: New function |
|
105 * plot/Makefile.in (SOURCES): Add it here. |
|
106 * plot/__go_draw_axes__.m: Force axis margins for plotyy. Set text |
|
107 color for {x|y|z}label and {x|y|z}tics. Also force the label of |
|
108 {x|y}label to respect the axis position. |
|
109 * plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: Accept an axis |
|
110 handle as the first argument. |
|
111 |
7192
|
112 * pkg/pkg.m (pkg:install): When loading the installed packages |
|
113 index into installed_pkgs_lst and not descriptions.. |
|
114 |
7189
|
115 * plot/quiver3.m, plot/surfnorm.m, plot/__quiver__.m: New functions. |
|
116 * plot/Makefile.in (SOURCES): Add them to the sources. |
|
117 * plot/quiver.m: Modify to use __quiver__.m. |
|
118 |
|
119 * plot/hist.m: Avoid saturation when the x values are in an |
|
120 inetger type. |
|
121 |
|
122 2007-11-26 Jason Riedy <ejr@cs.berkeley.edu> |
|
123 |
|
124 * linear-algebra/condest.m, linear-algebra/onenormest.m: New |
|
125 functions. |
|
126 * linear-algebra/Makefile.in (SOURCES): Add them to the sources. |
|
127 |
|
128 2007-11-26 David Bateman <dbateman@free.fr> |
|
129 |
|
130 * plot/__go_draw_axes__.m: Prevent the cbrange from being of zero |
|
131 extent. |
|
132 |
|
133 * plot/colorbar.m: New function. |
|
134 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
135 * plot/__go_draw_axes__.m: Calculate the colorbar position, |
|
136 precalculate the clim, set pm3d except for mesh. |
|
137 * plot/__contour__.m: Don't scale the contours to clim, but rather |
|
138 save the real values so that colorbar corresponds to the contour |
|
139 levels. |
|
140 |
|
141 * plot/stem.m: Set marker color the same as the line color. Draw |
|
142 a single discontinous line object for the stems. |
|
143 |
|
144 * plot/sphere.m: New function ported from JHandles. |
|
145 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
146 |
|
147 * plot/__go_draw_axes__.m: Pass the have_newer_gnuplot arg to |
|
148 __maybe_munge_text__. Use it to reforce fontname for gnuplot 4.0 |
|
149 to get enhanced mode to work correctly for the X11 terminal. |
|
150 |
|
151 * plot/imagesc.m, plot/image.m: Scale colormap to image and not |
|
152 the reverse. Allow an axes handle to be passed and/or returned. |
|
153 * plot/__go_draw_axes__.m: Autoscale colormap for images. |
|
154 |
|
155 * plot/__go_draw_axes__.m: Add depthorder flag to "set pm3d" to |
|
156 sort surface patches by their depth and not the order they are |
|
157 rendered in. |
|
158 |
|
159 * plot/__patch__.m: Set clim correctly. |
|
160 * plot__go_draw_axes__.m: Allow patch objects to have markers, and |
|
161 the marker color is determined by the cmap. |
|
162 * plot/scatter.m: New function to 2D scatter plots. |
|
163 * plot/scatter3.m: New function to 3D scatter plots. |
|
164 * plot/__scatter__.m: Support function for scatter plots |
|
165 * Makefile.in (SOURCES): Ad dnew functions here. |
|
166 |
|
167 * plot/drawnow.m (open_gnuplot_stream, init_gnuplot_stream): |
|
168 Return whether the terminal supports enhanced text or not. |
|
169 (drawnow:enhanced_term): New sub-function to determine if terminal |
|
170 supports enhanced mode. |
|
171 * plot/__go_draw_figure__.m: Accept enhanced flag and pass to |
|
172 __go_draw_axes__. |
|
173 * plot/__go_draw_axes__.m: Accept enhanced flag and munge text if |
|
174 needed to support the enhanced mode. |
|
175 * plot/print.m: Remove "enhanced" option as this is now treated in |
|
176 drawnow.m. |
|
177 |
|
178 |
|
179 * plot/caxis.m: New function to control the color axis limits. |
|
180 * plot/Makefile.in (SOURCES): Include it. |
|
181 * plot/axis.m: Allow the first argument to be an axes handle. |
|
182 * plot/__go_draw_axes__.m: Move the setting of the caxis, also |
|
183 autoscale caxis for patches. If any(isinf(clim)) don't set the |
|
184 caxis limits. |
|
185 |
|
186 * image/gmap40.m: New gnuplot 4.0 specific colormap fucntion. |
|
187 * image/Makefile.in (SOURCES): Include it. |
|
188 * plot/__bar__.h: Allow axis handles to be passed. Set the color |
|
189 of the bars for the colormap. |
|
190 * plot/bar.m, plot/barh.m: Document that axis handles can be |
|
191 passed. |
|
192 * plot/__contour.m: Avoid possible divide by zero error. |
|
193 * plot/contour.m: Missing semicolon. |
|
194 * plot/surface.m: Don't attempt to set additional arguments if |
|
195 there are none. |
|
196 * plot/Makefile.in (SOURCES): Include __bars__.m |
|
197 |
|
198 2007-11-19 Michael Goffioul <michael.goffioul@gmail.com> |
|
199 |
|
200 * plot/__bar__.m: put bar creation code into separate function |
|
201 to allow easy hook up from other graphic backends |
|
202 |
|
203 * plot/__bars__.m: new function containing bar creation code |
|
204 |
7186
|
205 2007-11-26 Alexander Barth <barth.alexander@gmail.com> |
|
206 |
|
207 * general/accumarray.m: Correct dimension check. |
|
208 |
7183
|
209 2007-11-26 John W. Eaton <jwe@octave.org> |
|
210 |
|
211 * polynomial/residue.m: Prepad along second dimension. |
|
212 From Doug Stewart <dastew@sympatico.ca>. |
|
213 |
7181
|
214 2007-11-26 Kai Habel <kai.habel@gmx.de> |
|
215 |
7183
|
216 * plot/cylinder.m, plot/slice.m: New functions. |
|
217 * plot/Makefile.in (SOURCES): Add them to the list. |
7181
|
218 |
7177
|
219 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
|
220 |
|
221 * plot/patch.m: Handle arg may also be hggroup object. |
|
222 Use ancestor to find parent axes object. |
|
223 |
7175
|
224 2007-11-14 David Bateman <dbateman@free.fr> |
|
225 |
|
226 * plot/__contour__.m: Treat unclosed contours by adding NaN to |
|
227 flag to patch that it is not closed. Allow z to take string |
|
228 arguments and use it to flag that the contours are placed at the |
|
229 z level of the contour itself. |
|
230 * plot/__go_draw_axes__.m: Treat hidden line removal in patch |
|
231 objects as well. Let hidden removal take precedence in case of a |
|
232 conflict. |
|
233 * plot/surface.m: Allow surface to treat handles being passed or |
|
234 returned. Any additional arguments arr used to set the surface |
|
235 handle. |
|
236 * plot/contour3.m: New function |
|
237 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
238 |
7173
|
239 2007-11-14 John W. Eaton <jwe@octave.org> |
|
240 |
|
241 * specfun/bessel.m: Update doc string from |
|
242 src/DLD-FUNCTIONS/besselj.cc. |
|
243 |
7170
|
244 2007-11-12 David Bateman <dbateman@free.fr> |
|
245 |
|
246 * plot/contour.m: Allow handles to be passed and returned. Split |
|
247 the countour function itself into __contour__.m to be shared with |
|
248 surfc and meshc. |
|
249 * plot/__contour__.m: New file |
|
250 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
251 * plot/__go_draw_axes.m: For patch objects don't attempt to patch |
|
252 the face or edge if the facecolor or edge color are marked as |
|
253 "none". Allow the edgecolor to be determined by the cdata in the |
|
254 same manner as the facecolor. Fail if facecolor is not "none" and |
|
255 a 3-D plot is desired, rather than ignoring zdata. Make the |
|
256 storage of 3D/4D data consistent between line, surface and patch |
|
257 objects. |
|
258 * plot/meshc.m: Use new __contour__.m to plot the contours. |
|
259 * plot/surfc.m: Use new __contour__.m to plot the contours. |
7168
|
260 |
|
261 * plot/__go_draw_axes__.m (get_fontname_and_size): |
|
262 Handle fontweight and fontangle properties. |
|
263 |
7163
|
264 2007-11-12 Kai Habel <kai.habel@gmx.de> |
|
265 |
|
266 * plot/spinmap.m, plot/ribbon.m: New functions. |
|
267 * plot/Makefile.in (SOURCES): Add them to the list. |
|
268 |
|
269 2007-11-12 John W. Eaton <jwe@octave.org> |
|
270 |
|
271 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. |
|
272 Use it to avoid duplicated code. |
|
273 |
7161
|
274 2007-11-12 David Bateman <dbateman@free.fr> |
|
275 |
7162
|
276 * plot/title.m: Fix return value for nargout > 0. |
|
277 |
|
278 * plot/__go_draw_axes.m: Allow the font and fontsize to be |
|
279 specified for the title, xlabel, ylabel and text objects. |
|
280 |
7161
|
281 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
|
282 4.0 and surface plots. |
|
283 |
7160
|
284 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
|
285 |
|
286 * plot/__patch__.m: Fix computation of faces when patch is defined |
|
287 with X/Y/Z data. |
|
288 |
7146
|
289 2007-11-09 John W. Eaton <jwe@octave.org> |
|
290 |
7152
|
291 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154
|
292 Correct logic in setting palette data. |
7152
|
293 |
7151
|
294 * audio/wavread.m, control/base/__bodquist__.m, |
|
295 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, |
|
296 control/system/c2d.m, control/system/is_detectable.m, |
|
297 control/system/is_signal_list.m, control/system/is_stabilizable.m, |
|
298 control/system/tfout.m, general/isdefinite.m, |
|
299 linear-algebra/krylov.m, miscellaneous/compare_versions.m, |
|
300 optimization/glpk.m, path/savepath.m, plot/findobj.m, |
|
301 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, |
|
302 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, |
|
303 sparse/spstats.m, testfun/assert.m, testfun/fail.m, |
|
304 testfun/test.m: Use specific end keywords. |
|
305 |
7146
|
306 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
|
307 |
|
308 2007-11-09 Kai Habel <kai.habel@gmx.de> |
|
309 |
|
310 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: |
|
311 Don't change view if hold is on. |
|
312 |
7142
|
313 2007-11-09 David Bateman <dbateman@free.fr> |
|
314 |
7149
|
315 * plot/hidden.m: New function. |
|
316 * plot/Makefile.in (SOURCES): Add it here. |
|
317 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden |
|
318 line removal. |
|
319 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line |
|
320 removal and if it is "none" don't do hidden line removal. |
|
321 |
7148
|
322 * plot/legend.m: Also allow labels for surface and patch types. |
|
323 * plot/__bar__.m: Split into separate patch pbjects to allow |
|
324 setting of the legend. |
|
325 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch |
|
326 objects as well. |
|
327 |
7146
|
328 * plot/area.m, plot/__area__.m: New functions |
|
329 * plot/Makefile.in (SOURCES): Add them to the list of files. |
|
330 |
7142
|
331 * plot/patch.m: Correctly handle case of axis handle as first arg. |
|
332 |
7144
|
333 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
|
334 |
|
335 * sparse/spdiags.m: Tweak documentation entries to match other uses. |
|
336 |
7131
|
337 2007-11-08 John W. Eaton <jwe@octave.org> |
|
338 |
7133
|
339 * control/base/dcgain.m, control/base/dre.m, |
|
340 control/base/impulse.m, control/base/step.m, |
|
341 control/system/dmr2d.m, control/system/ord2.m, |
|
342 control/system/sys2ss.m, control/system/sysdimensions.m, |
|
343 control/system/sysgetsignals.m, control/system/sysout.m, |
|
344 control/system/tfout.m, control/system/ugain.m, |
|
345 control/system/zpout.m, control/util/strappend.m: |
|
346 Don't fail with usage message if nargout is too large. |
|
347 |
7131
|
348 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
349 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
350 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, |
7134
|
351 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
|
352 control/obsolete/dlqg.m, control/obsolete/minfo.m, |
|
353 control/obsolete/packsys.m, control/obsolete/qzval.m, |
|
354 control/obsolete/rotg.m, control/obsolete/series.m, |
|
355 control/obsolete/swapcols.m, control/obsolete/swaprows.m, |
|
356 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, |
7136
|
357 control/system/__syschnamesl__.m, |
|
358 control/system/__syscont_disc__.m, |
|
359 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, |
|
360 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, |
|
361 control/system/abcddim.m, control/system/buildssic.m, |
|
362 control/system/c2d.m, control/system/cellidx.m, |
|
363 control/system/d2c.m, control/system/dmr2d.m, |
|
364 control/system/fir2sys.m, control/system/is_abcd.m, |
|
365 control/system/is_controllable.m, control/system/is_detectable.m, |
|
366 control/system/is_digital.m, control/system/is_observable.m, |
|
367 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
368 control/system/jet707.m, control/system/listidx.m, |
|
369 control/system/parallel.m, control/system/ss.m, |
|
370 control/system/ss2sys.m, control/system/ss2zp.m, |
|
371 control/system/starp.m, control/system/sys2ss.m, |
|
372 control/system/sys2tf.m, control/system/sys2zp.m, |
|
373 control/system/sysadd.m, control/system/sysappend.m, |
|
374 control/system/sysconnect.m, control/system/syscont.m, |
|
375 control/system/sysdimensions.m, control/system/sysdisc.m, |
7135
|
376 control/system/sysdup.m, control/system/sysgetsignals.m, |
|
377 control/system/sysgroup.m, control/system/sysmin.m, |
7136
|
378 control/system/sysmult.m, control/system/sysout.m, |
|
379 control/system/sysprune.m, control/system/sysreorder.m, |
7135
|
380 control/system/sysscale.m, control/system/syssetsignals.m, |
7136
|
381 control/system/syssub.m, control/system/sysupdate.m, |
|
382 control/system/tf.m, control/system/tf2ss.m, |
|
383 control/system/tf2sys.m, control/system/tfout.m, |
|
384 control/system/zp.m, control/system/zp2ss.m, |
|
385 control/system/zp2sys.m, control/system/zp2tf.m, |
|
386 control/system/zpout.m, control/util/__outlist__.m, |
|
387 control/util/__zgpbal__.m, control/util/axis2dlim.m, |
|
388 control/util/prompt.m, control/util/sortcom.m, |
|
389 control/util/zgfmul.m, control/util/zgfslv.m, |
|
390 control/util/zginit.m, control/util/zgreduce.m, |
|
391 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. |
7131
|
392 |
7130
|
393 2007-11-08 David Bateman <dbateman@free.fr> |
|
394 |
|
395 * plot/quiver.m: Fix arrowheads. |
|
396 |
7128
|
397 2007-11-07 Ben Abbott <bpabbott@mac.com> |
|
398 |
|
399 * set/ismember.m: Call cell_ismember to handle cellstr args. |
7129
|
400 Handle "rows" argument. New tests. |
7128
|
401 (cell_ismember): New function. |
|
402 |
7127
|
403 2007-11-07 John W. Eaton <jwe@octave.org> |
|
404 |
|
405 * control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
406 control/base/__stepimp__.m, control/base/are.m, |
|
407 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, |
|
408 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, |
|
409 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, |
|
410 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, |
|
411 control/base/ltifr.m, control/base/nichols.m, |
|
412 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, |
|
413 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: |
|
414 Style fixes. |
|
415 |
7125
|
416 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
417 |
|
418 * control/base/bode_bounds.m, control/base/dgram.m, |
|
419 control/base/dlyap.m, control/base/freqchkw.m, |
|
420 control/base/gram.m, control/base/place.m, |
|
421 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, |
|
422 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, |
|
423 control/system/is_signal_list.m, control/system/ss2tf.m, |
|
424 control/system/sys2fir.m, control/system/sysgettsam.m, |
|
425 control/system/sysgettype.m, control/system/sysreorder.m, |
|
426 control/system/tf2sys.m, control/system/zp2tf.m, |
|
427 control/util/axis2dlim.m, control/util/swap.m, |
|
428 control/util/zgfmul.m, control/util/zgfslv.m, |
|
429 control/util/zginit.m, control/util/zgreduce.m, |
|
430 control/util/zgrownorm.m, control/util/zgscal.m, |
|
431 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, |
|
432 geometry/inpolygon.m, linear-algebra/housh.m, |
|
433 miscellaneous/compare_versions.m, miscellaneous/inputname.m, |
|
434 miscellaneous/run.m, quaternion/qconj.m, |
|
435 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, |
|
436 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, |
|
437 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, |
|
438 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, |
|
439 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, |
|
440 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, |
|
441 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, |
|
442 sparse/spones.m, sparse/spy.m, specfun/isprime.m, |
|
443 statistics/distributions/empirical_cdf.m, |
|
444 statistics/distributions/empirical_inv.m, |
|
445 statistics/distributions/empirical_pdf.m, |
|
446 statistics/models/logistic_regression_derivatives.m, |
|
447 statistics/models/logistic_regression_likelihood.m: Check nargin. |
|
448 |
7118
|
449 2007-11-07 David Bateman <dbateman@free.fr> |
|
450 |
7120
|
451 * general/gradient.m: Correctly convert deltax and deltay scalar |
|
452 values are scalars to vectors. |
|
453 |
7119
|
454 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
455 the meshc.m function. |
|
456 * plot/meshc.m: Also use the surface function. |
|
457 |
7120
|
458 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118
|
459 * plot/Makefile.in (SOURCES): Add them to the list. |
|
460 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
461 |
7117
|
462 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
463 |
|
464 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
465 |
7115
|
466 2007-11-07 John W. Eaton <jwe@octave.org> |
|
467 |
|
468 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
469 the data limits are infinite. |
|
470 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
471 (get_axis_limits): Don't do anything if min_val or max_val are |
|
472 infinite. |
|
473 |
7112
|
474 2007-11-06 David Bateman <dbateman@free.fr> |
|
475 |
|
476 * plot/hist.m: Pass any additional arguments to bar for |
|
477 treatment. Create a default x value that is always a vector. |
|
478 |
7111
|
479 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
480 |
|
481 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
482 when calling ./configure and add quotes to preserve spaces. |
7109
|
483 |
|
484 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
485 |
|
486 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
487 New files. |
|
488 * plot/mesh.m: Call surface to do the real work. |
|
489 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
490 properties. |
|
491 |
|
492 * image/colormap.m: Also return current colormap if nargout and |
|
493 nargin are both 0. |
|
494 |
7106
|
495 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
496 |
|
497 * startup/inputrc: Delete key bindings starting with \340 code. |
|
498 |
7112
|
499 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
500 |
|
501 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
502 to avoid issues of over- and underflow. From Rolf Fabian |
|
503 <Rolf.Fabian@gmx.de>. |
|
504 |
7097
|
505 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
506 |
|
507 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
508 help texts. |
|
509 |
7096
|
510 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
511 |
|
512 * plot/bar.m, plot/barh.m: Doc fix. |
|
513 |
7094
|
514 2007-10-31 John W. Eaton <jwe@octave.org> |
|
515 |
|
516 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
517 |
7086
|
518 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
519 |
|
520 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
521 objects and legend objects are implemented with a separate axes |
|
522 object. |
|
523 |
7078
|
524 2007-10-30 David Bateman <dbateman@free.fr> |
|
525 |
7081
|
526 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
527 |
7078
|
528 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
529 Use point type 0 for ".". |
|
530 |
7073
|
531 2007-10-26 John W. Eaton <jwe@octave.org> |
|
532 |
7074
|
533 * image/imshow.m: Improve compatibility. |
|
534 * image/image.m: Return handle if nargou > 0. |
|
535 |
7073
|
536 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
537 |
7069
|
538 2007-10-25 John W. Eaton <jwe@octave.org> |
|
539 |
|
540 * miscellaneous/compare_versions.m: Style fixes. |
|
541 |
7060
|
542 2007-10-24 John W. Eaton <jwe@octave.org> |
|
543 |
7061
|
544 * image/saveimage.m: Use functional form of save instead of eval. |
|
545 Use -text instead of -ascii. |
|
546 |
7060
|
547 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
548 |
7054
|
549 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
550 |
|
551 * plot/legend.m: Also extract location string from varargin (lost |
|
552 when 2007-10-08 patch was applied). |
|
553 |
7049
|
554 2007-10-23 David Bateman <dbateman@free.fr> |
|
555 |
|
556 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
557 miscellaneous/what.m: New functions |
|
558 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
559 functions. |
|
560 |
7045
|
561 2007-10-22 David Bateman <dbateman@free.fr> |
|
562 |
|
563 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
564 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
565 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
566 |
7042
|
567 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
568 |
|
569 * plot/contourf.m: New function. |
|
570 * plot/Makefile.in (SOURCES): Add it to the list. |
|
571 |
7040
|
572 2007-10-19 John W. Eaton <jwe@octave.org> |
|
573 |
|
574 * plot/subplot.m: Doc fix. |
|
575 |
7039
|
576 2007-10-19 David Bateman <dbateman@free.fr> |
|
577 |
7041
|
578 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
579 |
7037
|
580 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
581 |
|
582 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
583 output. |
|
584 |
7031
|
585 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
586 |
|
587 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
588 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
589 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
590 control/system/syssetsignals.m, control/base/lqg.m, |
|
591 strings/str2double.m, control/system/sysscale.m, |
|
592 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
593 Make help text fit on pages when using smallbook. |
|
594 |
7028
|
595 2007-10-15 David Bateman <dbateman@free.fr> |
|
596 |
7032
|
597 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
598 on the screen. |
|
599 |
7028
|
600 * testfun/test.m: In error/warning blocks test for an error before |
|
601 a warning to avoid unexpected failures. |
|
602 |
7027
|
603 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
604 |
|
605 * testfun/assert.m: Correct documentation of absolution versus |
|
606 relative error tolerance and add tests. |
|
607 |
7024
|
608 2007-10-14 David Bateman <dbateman@free.fr> |
|
609 |
|
610 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
611 src directory. |
|
612 * plot/Makefile.in (SOURCES): Add fill.m. |
|
613 |
7020
|
614 2007-10-13 David Bateman <dbateman@free.fr> |
|
615 |
|
616 * plot/__patch__.m: Allow multiple patches to be defined and |
|
617 return a single patch object. Allow Faces/Vertices form of |
|
618 patch. Flag failure so the patch can call print_usage. |
|
619 * plot/patch.m: Update help string for Faces/Vertices |
|
620 call. Respect the fail flag returned by __patch__. Add demo code |
|
621 that tests the functionality of patch. |
|
622 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
623 patch object. |
|
624 * plot/fill.m: New function. |
|
625 |
7016
|
626 2007-10-12 John W. Eaton <jwe@octave.org> |
|
627 |
|
628 * Change copyright notices in all files that are part of Octave to |
|
629 GPLv3 or any later version. |
|
630 |
7012
|
631 2007-10-11 John W. Eaton <jwe@octave.org> |
|
632 |
|
633 * plot/__go_draw_axes__.m (get_axis_limits): |
|
634 Return lim = [] if logscale and no positive values. |
|
635 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
636 Set initial min and min positive values to Inf, max values to -Inf. |
|
637 (get_data_limits): Correctly handle xminp when no positive values |
|
638 are found. |
|
639 |
7011
|
640 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
641 |
|
642 * polynomial/residue.m: New optional input for pole multiplicity. |
|
643 Doc fix. Fix tests. |
|
644 |
7010
|
645 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
646 |
|
647 * toplev.cc (Foctave_config_info): Add field "mac". |
|
648 |
|
649 * miscellaneous/ismac.m: New function. |
|
650 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
651 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
652 |
7009
|
653 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
654 |
|
655 * statistics/distributions/hygernd.m: Allow size to be specified |
|
656 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
657 scalars or matrices of a common size. |
|
658 |
7007
|
659 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
660 |
|
661 * control/csrefcard.lt, control/system/is_detectable.m, |
|
662 control/system/sysgroup.m, geometry/voronoin.m, |
|
663 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
664 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
665 statistics/distributions/binornd.m, |
|
666 statistics/distributions/cauchy_rnd.m, |
|
667 statistics/distributions/chi2rnd.m, |
|
668 statistics/distributions/discrete_rnd.m, |
|
669 statistics/distributions/exprnd.m, |
|
670 statistics/distributions/frnd.m, |
|
671 statistics/distributions/gamrnd.m, |
|
672 statistics/distributions/geornd.m, |
|
673 statistics/distributions/laplace_rnd.m, |
|
674 statistics/distributions/logistic_rnd.m, |
|
675 statistics/distributions/lognrnd.m, |
|
676 statistics/distributions/nbinrnd.m, |
|
677 statistics/distributions/normrnd.m, |
|
678 statistics/distributions/poissrnd.m, |
|
679 statistics/distributions/stdnormal_rnd.m, |
|
680 statistics/distributions/trnd.m, |
|
681 statistics/distributions/unifrnd.m, |
|
682 statistics/distributions/wblrnd.m: Spelling fixes. |
|
683 |
7005
|
684 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
685 |
|
686 * time/tic.m: New optional output value. |
|
687 |
|
688 * general/int2str.m: Doc fix. |
|
689 |
7002
|
690 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
691 |
|
692 * statistics/distributions/hygecdf.m, |
|
693 statistics/distributions/hygeinv.m, |
|
694 statistics/distributions/hygepdf.m, |
|
695 statistics/distributions/hygernd.m: |
|
696 Swap order of T and M args for compatibility. |
|
697 |
7001
|
698 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
699 |
|
700 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
701 control/system/buildssic.m, control/system/c2d.m, |
|
702 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
703 control/system/ss2sys.m, control/system/ss2tf.m, |
|
704 control/system/syscont.m, control/system/sysdimensions.m, |
|
705 control/system/sysdisc.m, control/system/sysmult.m, |
|
706 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
707 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
708 general/interp1.m, general/interp2.m, general/interp3.m, |
|
709 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
710 general/rat.m, general/structfun.m, general/trapz.m, |
|
711 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
712 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
713 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
714 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
715 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
716 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
717 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
718 statistics/base/meansq.m, statistics/base/var.m, |
|
719 statistics/tests/chisquare_test_independence.m, |
|
720 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
721 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
722 testfun/test.m: Spelling fixes. |
|
723 |
6998
|
724 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
725 |
|
726 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
727 |
6997
|
728 2007-10-10 John W. Eaton <jwe@octave.org> |
|
729 |
|
730 * general/num2str.m: Always allow for sign for automatically |
|
731 computed format widths. |
|
732 |
6988
|
733 2007-10-09 David Bateman <dbateman@free.fr> |
|
734 |
|
735 * plot/patch.m: Accept a handle as the first argument. |
|
736 |
6987
|
737 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
738 |
7010
|
739 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
740 |
6985
|
741 2007-10-09 John W. Eaton <jwe@octave.org> |
|
742 |
|
743 * audio/wavwrite.m: Accept arguments in compatible order. |
|
744 |
6979
|
745 2007-10-08 David Bateman <dbateman@free.fr> |
|
746 |
|
747 * general/interp2.m: Relax test for values outside the grid to |
|
748 allow monotonically decreasing abscissa as well. |
|
749 |
6978
|
750 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
751 |
|
752 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
753 as output parameter. |
|
754 |
6977
|
755 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
756 |
|
757 * plot/__go_draw_axes__.m, plot/legend.m: |
|
758 Handle compatible position specifiers as strings. |
|
759 |
6975
|
760 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
761 |
|
762 * general/num2str.m: Eliminate extra whitespace in output. |
|
763 * strings/strtrim.m: New function. |
|
764 * strings/Makefile.in (SOURCES): Add it to the list. |
|
765 |
6968
|
766 2007-10-06 John W. Eaton <jwe@octave.org> |
|
767 |
|
768 * polynomial/residue.m: New test from test/test_poly.m. |
|
769 |
6967
|
770 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
771 |
|
772 * image/saveimage.m: Handle saving color images without a colormap. |
|
773 * image/__img_via_file__.m: Add missing semicolon. |
|
774 |
|
775 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
776 |
7010
|
777 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
778 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
779 |
6965
|
780 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
781 |
|
782 * plot/print.m: Handle svg output type. Accept new -S option to |
|
783 specify size for PNG and SVG output types. |
|
784 |
|
785 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
786 |
|
787 * polynomial/mpoles.m: New function. |
|
788 * polynomial/residue.m: Modified to behave in reciprocal |
|
789 manner. No longer compute 4th output, "e". No longer accept |
|
790 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
791 Respect maximum relative difference in poles when determining |
|
792 their multiplicity. Use mpoles to determine the multiplicity of |
|
793 poles. |
|
794 |
6963
|
795 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
796 |
|
797 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
798 for surface plots. |
|
799 |
6962
|
800 2007-10-05 John W. Eaton <jwe@octave.org> |
|
801 |
|
802 * plot/__next_line_color__.m: Get color_rotation from axes |
|
803 colororder property. |
|
804 |
6953
|
805 2007-10-03 John W. Eaton <jwe@octave.org> |
|
806 |
6955
|
807 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
808 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
809 |
6953
|
810 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
811 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
812 special for __vnorm__. |
|
813 |
6951
|
814 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
815 |
6952
|
816 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
817 |
6950
|
818 2007-10-03 David Bateman <dbateman@free.fr> |
|
819 |
|
820 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
821 if a file is architecture dependent based on a list of file |
|
822 extensions. |
|
823 (configure_make): Simplify the search for architecture dependent |
|
824 files based on this function. |
|
825 (load_pakages_and_dependencies): Also look for bin directory in |
|
826 the architecture dependent directory. |
|
827 |
6947
|
828 2007-10-03 John W. Eaton <jwe@octave.org> |
|
829 |
|
830 * miscellaneous/dir.m: Create empty struct with field names. |
|
831 Include datenum in struct. |
|
832 |
6943
|
833 2007-10-02 David Bateman <dbateman@free.fr> |
|
834 |
|
835 * miscellaneous/ls.m: If nargout return string array of files |
|
836 returned by ls. |
|
837 |
6942
|
838 2007-10-01 John W. Eaton <jwe@octave.org> |
|
839 |
|
840 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
841 range values. |
|
842 |
6937
|
843 2007-10-01 David Bateman <dbateman@free.fr> |
|
844 |
7010
|
845 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
846 speed with small vectors. |
6937
|
847 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
848 rather than OCTAVE_HOME(). |
|
849 |
6935
|
850 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
851 |
|
852 * plot/findobj.m: New function. |
|
853 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
854 |
6925
|
855 2007-09-26 David Bateman <dbateman@free.fr> |
|
856 |
|
857 * pkg/pkg.m: Add second argument to setting for prefix for |
|
858 architecture dependent files. Use throughout. |
|
859 (pkg:issuperuser): New function, use through to check for |
|
860 root user. |
|
861 (pkg:getarchprefix): function to give the archiecture dependent |
|
862 prefix for a package. |
|
863 (pkg:getarchdir): New function giving location of architetcure |
|
864 dependent directory. Use through out. |
|
865 (pkg:install): Treat architecture dependent directory separately |
|
866 as in might not be a sub-directory of the package directory. |
|
867 (pkg:uninstall): ditto. |
|
868 (pkg:create_pkgadddel): Check for global or local install for |
|
869 architecture dependent directory. |
|
870 (pkg:finish_installation): ditto. |
|
871 (pkg:write_INDEX): ditto. |
|
872 (pkg:load_packages_and_dependencies): ditto. |
|
873 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
874 files to a new location if user is root. |
|
875 (pkg:rm_rf): Check if file or directory exists before removing. |
|
876 (pkg:dirempty): Check if directory exists before checking. |
|
877 |
|
878 * plot/___patch__.m: Allow face colors to be passed as strings |
|
879 |
|
880 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
881 needed for calls to "hold" without an argument. |
|
882 |
6920
|
883 2007-09-21 John W. Eaton <jwe@octave.org> |
|
884 |
6921
|
885 * optimization/sqp.m: Fix typo. |
|
886 |
6920
|
887 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
888 |
6919
|
889 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
890 |
|
891 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
892 |
6918
|
893 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
894 |
|
895 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
896 unidpdf.m and unidinv.m |
|
897 |
6914
|
898 2007-09-18 John W. Eaton <jwe@octave.org> |
|
899 |
|
900 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
901 (do_tics_1): Set numeric axes formats to "%.15g". |
|
902 |
6912
|
903 2007-09-18 David Bateman <dbateman@free.fr> |
|
904 |
|
905 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
906 of %g when writing data. |
|
907 |
6908
|
908 2007-09-17 John W. Eaton <jwe@octave.org> |
|
909 |
|
910 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
911 |
6903
|
912 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
913 |
|
914 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
915 noninteger N with N-K < 1. |
|
916 |
6901
|
917 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
918 |
|
919 * strings/index.m: Correct for strings differing after the third |
|
920 position (bug reported by Maude Martin). |
|
921 |
6895
|
922 2007-09-13 John W. Eaton <jwe@octave.org> |
|
923 |
|
924 * plot/__default_colormap__.m: Delete. |
|
925 * plot/Makefile (SOURCES): Remove from the list. |
|
926 |
6898
|
927 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
928 |
|
929 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
930 |
6885
|
931 2007-09-10 David Bateman <dbateman@free.fr> |
|
932 |
|
933 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
934 limit the selection of colors in the same way as for lines. |
|
935 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
936 column. |
|
937 * plot/__bar__.m: Adapt to use "patch". |
|
938 |
6870
|
939 2007-09-06 John W. Eaton <jwe@octave.org> |
|
940 |
|
941 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
942 (init_plot_stream): Split from open_plot_stream. |
|
943 * plot/print.m: Accept -debug=FILE argument. |
|
944 |
6868
|
945 2007-09-06 David Bateman <dbateman@free.fr> |
|
946 |
7010
|
947 * general/celldisp.m: New function. |
|
948 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
949 * miscellaneous/swapbytes.m: New function. |
|
950 * miscellaneous/gzip.m: New function. |
|
951 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
952 |
6863
|
953 2007-09-05 David Bateman <dbateman@free.fr> |
|
954 |
7010
|
955 * general/structfun.m: New function. |
|
956 * general/Makefile.in (SOURCES): Add it to sources. |
|
957 * miscellaneous/run.m: New function. |
|
958 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
959 * statistics/base/mode.m: New function. |
|
960 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
961 |
6862
|
962 2007-09-05 John W. Eaton <jwe@octave.org> |
|
963 |
|
964 * miscellaneous/orderfields.m: Use numel instead of length. |
|
965 |
|
966 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
967 |
|
968 * miscellaneous/orderfields.m: Handle empty structs. |
|
969 |
6861
|
970 2007-09-05 John W. Eaton <jwe@octave.org> |
|
971 |
|
972 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
973 DATA_IDX. |
|
974 |
|
975 2007-09-04 David Bateman <dbateman@free.fr> |
|
976 |
|
977 * general/isdir.m: Return a logical value. |
|
978 |
6859
|
979 2007-09-04 David Bateman <dbateman@free.fr> |
|
980 |
|
981 * statistics/distributions/chi2pdf.m, |
|
982 statistics/distributions/chi2cdf.m, |
|
983 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
984 distribution functions to account for inverse of scale factor in |
|
985 gamma functions. |
|
986 |
6857
|
987 2007-09-01 John W. Eaton <jwe@octave.org> |
|
988 |
|
989 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
990 |
6853
|
991 2007-09-01 David Bateman <dbateman@free.fr> |
|
992 |
|
993 * polynomial/polyint.m: New function like polyinteg but with |
|
994 explicit integration constant. |
|
995 * polynomial/polyinteg.m: Remove. |
|
996 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
997 polyinteg.m. |
|
998 * deprecated/polyinteg.m: Move version here. |
|
999 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
1000 |
6852
|
1001 * geometry/voronoi.m: Add large box around data to get a good |
|
1002 approximation of the rays to infinity. |
|
1003 |
6851
|
1004 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
1005 |
|
1006 * plot/axes.m: Allow parent to be specified when creating axes |
|
1007 objects. Support non-figure parents. |
|
1008 |
|
1009 2007-08-31 John W. Eaton <jwe@octave.org> |
|
1010 |
|
1011 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
1012 |
6850
|
1013 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
1014 |
7010
|
1015 * polynomial/polygcd.m: Better layout of example. |
|
1016 * polynomial/compan.m: Remove unnecessary check. |
|
1017 * polynomial/roots.m: Added example to help text. |
|
1018 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
1019 * polynomial/poly.m: Added example to help text. |
6850
|
1020 |
6848
|
1021 2007-08-30 John W. Eaton <jwe@octave.org> |
|
1022 |
|
1023 * optimization/qp.m: Increase maxit to 200. |
|
1024 |
6847
|
1025 2007-08-30 David Bateman <dbateman@free.fr> |
|
1026 |
|
1027 * geometry/inpolygon.m: New file. |
|
1028 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
1029 |
6843
|
1030 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
1031 |
|
1032 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
1033 |
6829
|
1034 2007-08-24 David Bateman <dbateman@free.fr> |
|
1035 |
|
1036 * plot/__go_draw_axes__.m: Treat text color property. |
|
1037 |
6828
|
1038 2007-08-24 John W. Eaton <jwe@octave.org> |
|
1039 |
|
1040 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
1041 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
1042 |
|
1043 * miscellaneous/movefile.m: Separate second and third args and |
|
1044 use p1 and p2, not f1 and f2 when constructing arguments for |
|
1045 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
1046 |
6825
|
1047 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
1048 |
|
1049 * set/intersect.m: Make it work with cell arrays of strings. |
|
1050 |
6823
|
1051 2007-08-24 David Bateman <dbateman@free.fr> |
|
1052 |
7010
|
1053 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
1054 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
1055 functions ported from octave-forge. |
7010
|
1056 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
1057 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
1058 geometry/triplot.m, geometry/tsearchn.m: |
|
1059 New functions. |
7010
|
1060 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
1061 * geometry/Makefile.in (SOURCES): Add functions above. |
|
1062 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
1063 |
6820
|
1064 2007-08-23 John W. Eaton <jwe@octave.org> |
|
1065 |
|
1066 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
1067 variable name. |
|
1068 |
|
1069 2007-08-23 David Bateman <dbateman@free.fr> |
|
1070 |
|
1071 * plot/plot.m: Allow first arg to be axes handle. |
|
1072 |
6818
|
1073 2007-08-22 David Bateman <dbateman@free.fr> |
|
1074 |
|
1075 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
1076 outputs are returned only if requested. |
|
1077 |
|
1078 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
1079 |
|
1080 * control/base/nichols.m: Fix typo. |
|
1081 |
6813
|
1082 2007-08-13 John W. Eaton <jwe@octave.org> |
|
1083 |
|
1084 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
1085 |
6809
|
1086 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
1087 |
|
1088 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
1089 use axes position in each appropriate gnuplot set statement. |
|
1090 |
6808
|
1091 2007-08-10 John W. Eaton <jwe@octave.org> |
|
1092 |
|
1093 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
1094 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1095 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
1096 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
1097 |
6807
|
1098 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
1099 |
|
1100 * plot/patch.m, plot/__patch__.m: New files. |
|
1101 * plot/Makefile.in (SOURCES): Add them to the list. |
|
1102 |
|
1103 2007-08-07 John W. Eaton <jwe@octave.org> |
|
1104 |
|
1105 * path/savepath.m: Use single quotes for argument to PATH command |
|
1106 that is inserted in file. |
|
1107 |
6805
|
1108 2007-07-27 John W. Eaton <jwe@octave.org> |
|
1109 |
|
1110 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
1111 not set in the environment. |
|
1112 |
6796
|
1113 2007-07-25 David Bateman <dbateman@free.fr> |
|
1114 |
|
1115 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1116 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1117 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1118 control/util/Makefile.in, deprecated/Makefile.in, |
|
1119 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1120 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1121 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
1122 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1123 polynomial/Makefile.in, quaternion/Makefile.in, |
|
1124 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
1125 specfun/Makefile.in, special-matrix/Makefile.in, |
|
1126 startup/Makefile.in, statistics/Makefile.in, |
|
1127 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1128 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1129 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1130 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
1131 |
6795
|
1132 2007-07-25 John W. Eaton <jwe@octave.org> |
|
1133 |
|
1134 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
1135 |
6793
|
1136 2007-07-24 David Bateman <dbateman@free.fr> |
|
1137 |
|
1138 * image/flag.m: New colormap function. |
|
1139 * images/Makefile.in: Include it in SOURCES. |
|
1140 |
|
1141 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1142 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1143 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1144 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
1145 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
1146 number of colormap elements as the other colormap functions. |
|
1147 |
6790
|
1148 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
1149 |
|
1150 * plot/__go_draw_axes__.m: Handle patch. |
|
1151 |
6788
|
1152 2007-07-23 David Bateman <dbateman@free.fr> |
|
1153 |
|
1154 * general/rat.m: New function for ration approximation imported |
|
1155 from octave-forge. |
|
1156 * general/del2.m: New function for discrete laplacian operator. |
|
1157 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
1158 |
|
1159 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
1160 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
1161 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
1162 image/winter.m, image/brighten.m: Port image functions from |
|
1163 octave-forge. |
|
1164 * image/Makefile.in: Add ported functions to SOURCES. |
|
1165 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
1166 compatibility with matlab. |
|
1167 |
|
1168 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
1169 octave-forge |
|
1170 * plot/Makefile.in: Add ported functions to SOURCES. |
|
1171 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
1172 using gnuplot 4.2 or greater. |
|
1173 |
6785
|
1174 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
1175 |
|
1176 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
1177 |
6781
|
1178 2007-07-19 David Bateman <dbateman@free.fr> |
|
1179 |
|
1180 * plot/fplot.m: More compatible version. |
|
1181 |
6780
|
1182 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
1183 |
|
1184 * plot/clf.m: Check for valid handle before deleting. |
|
1185 |
|
1186 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
1187 __go_figure__ instead of using regular "set" call. |
|
1188 |
6779
|
1189 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
1190 |
|
1191 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
1192 type for gnuplot. |
|
1193 |
6778
|
1194 2007-07-18 John W. Eaton <jwe@octave.org> |
|
1195 |
|
1196 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
1197 gnuplot for each set of axes. |
|
1198 |
6777
|
1199 2007-07-18 David Bateman <dbateman@free.fr> |
|
1200 |
6778
|
1201 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
1202 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
1203 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
1204 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
1205 Use standard scale factor rather than one on the scale factor for |
|
1206 compatibility. |
|
1207 |
|
1208 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
1209 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
1210 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
1211 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
1212 Preserve backward compatibility. |
6777
|
1213 |
6776
|
1214 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
1215 |
|
1216 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
1217 to avoid issues with regexp special characters in the path strings. |
|
1218 |
6770
|
1219 2007-07-06 David Bateman <dbateman@free.fr> |
|
1220 |
6778
|
1221 * general/accumarray.m: New function to create an array by |
|
1222 accumulating the elements. |
6770
|
1223 |
6768
|
1224 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
1225 |
|
1226 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
1227 (fdjac): Set nx outside of if block. |
|
1228 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
1229 |
6765
|
1230 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
1231 |
|
1232 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
1233 |
|
1234 * plot/axis.m: Also set "visible" property when setting axes to |
|
1235 on/off. |
|
1236 |
6762
|
1237 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
1238 |
|
1239 * image/colormap.m: Only return colormap if nargout > 0. |
|
1240 Mark as command. |
|
1241 |
6758
|
1242 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1243 |
|
1244 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
1245 strcmp for selected property comparisons. |
|
1246 |
6756
|
1247 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
1248 |
6778
|
1249 * image/imshow.m: Fix check for colormap arguments. |
6756
|
1250 |
6754
|
1251 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
1252 |
|
1253 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
1254 |
6756
|
1255 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
1256 |
6778
|
1257 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
1258 argument, and note that the data should be sorted for the |
|
1259 definition of the median to be correct. |
|
1260 |
6778
|
1261 * statistics/base/std.m: Add missing square to definition of |
6754
|
1262 standard deviation. |
|
1263 |
6778
|
1264 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
1265 |
|
1266 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
1267 statistics/base/std.m: |
|
1268 Note that \bar{x} is the mean value of x in the help text. |
|
1269 |
6778
|
1270 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
1271 coefficient to the help text. |
|
1272 |
6778
|
1273 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
1274 |
|
1275 * statistics/base/var.m: Put N in @math in help text. |
|
1276 |
|
1277 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
1278 statistics/tests/kolmogorov_smirnov_test.m: |
|
1279 Write about possible values of 'dist' in help text. |
|
1280 |
6778
|
1281 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
1282 Add definition of correlation to the help text. |
|
1283 |
6778
|
1284 * statistics/base/logit.m, statistics/base/kendall.m, |
|
1285 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
1286 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
1287 TeXification of help text. |
|
1288 |
|
1289 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
1290 |
|
1291 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
1292 Add missing @var's to help text. |
|
1293 |
|
1294 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
1295 |
|
1296 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
1297 of help text. |
|
1298 |
|
1299 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
1300 help text. |
|
1301 |
|
1302 * statistics/distributions/unidpdf.m, |
|
1303 statistics/distributions/discrete_pdf.m: |
|
1304 Replace 'pDF' with 'PDF' in help text. |
|
1305 |
6753
|
1306 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1307 |
|
1308 * strings/substr.m: Use offset consistently in code and doc string. |
|
1309 From Rafael Laboissiere <rafael@debian.org>. |
|
1310 |
6752
|
1311 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
1312 |
6778
|
1313 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
1314 |
6751
|
1315 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1316 |
|
1317 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
1318 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
1319 <juhani@cs.joensuu.fi>. |
|
1320 |
6748
|
1321 2007-06-20 John W. Eaton <jwe@octave.org> |
|
1322 |
6749
|
1323 * strings/index.m: Allow strings to be empty. |
|
1324 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
1325 |
6748
|
1326 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
1327 |
6747
|
1328 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
1329 |
|
1330 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
1331 separate matrices. |
|
1332 |
6746
|
1333 2007-06-19 David Bateman <dbateman@free.fr> |
|
1334 |
|
1335 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
1336 only ";;" legend syntax. |
|
1337 * polynomial/mkpp.m: ditto. |
|
1338 * polynomial/pchip.m: ditto. |
|
1339 * signal/freqz_plot.m: ditto. |
|
1340 * sparse/gplot.m: ditto. |
|
1341 * sparse/treeplot.m: ditto. |
|
1342 |
6745
|
1343 2007-06-19 John W. Eaton <jwe@octave.org> |
|
1344 |
|
1345 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
1346 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
1347 |
6742
|
1348 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1349 |
6778
|
1350 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
1351 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
1352 to check for NA. |
|
1353 |
6741
|
1354 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1355 |
6778
|
1356 * optimization/glpk.m: TeXified the help text. |
|
1357 * optimization/qp.m: TeXified the help text. |
|
1358 * optimization/sqp.m: TeXified the help text. |
6741
|
1359 |
6740
|
1360 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
1361 |
6778
|
1362 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
1363 |
6738
|
1364 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1365 |
|
1366 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
1367 have_newer_gnuplot is true. |
|
1368 |
6736
|
1369 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
1370 |
6778
|
1371 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
1372 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
1373 to 90, all others 0. |
|
1374 |
6778
|
1375 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
1376 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
1377 get_data_limits. |
6778
|
1378 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
1379 called by __errplot__. |
|
1380 |
6730
|
1381 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1382 |
|
1383 * testfun/test.m: Also return number of expected failures. |
|
1384 |
6724
|
1385 2007-06-14 John W. Eaton <jwe@octave.org> |
|
1386 |
6730
|
1387 * set/ismember.m: Mark two tests known to fail with xtest. |
|
1388 |
6724
|
1389 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
1390 |
6728
|
1391 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
1392 |
|
1393 * testfun/test.m: Add xtest support for tests known to fail. |
|
1394 |
6727
|
1395 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
1396 |
|
1397 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
1398 epslatexstandalone terminals. |
|
1399 |
6721
|
1400 2007-06-14 David Bateman <dbateman@free.fr> |
|
1401 |
|
1402 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
1403 as permutation of results was incorrect. |
|
1404 * general/interp1.m: Add demo on second derivative |
|
1405 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
1406 call. Add 3D demo. Fix typos |
|
1407 * general/interp3.m: Fix typos. Correct permutation for use of |
|
1408 interpn. |
6721
|
1409 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
1410 |
6717
|
1411 2007-06-13 John W. Eaton <jwe@octave.org> |
|
1412 |
|
1413 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
1414 |
6706
|
1415 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
1416 |
|
1417 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
1418 |
6704
|
1419 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
1420 |
|
1421 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
1422 Set have_linestyle to true if two character linestyle is found. |
|
1423 |
6702
|
1424 2007-06-12 David Bateman <dbateman@free.fr> |
|
1425 |
6717
|
1426 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
1427 and interpn.m. |
|
1428 |
|
1429 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
1430 structure before using it. |
|
1431 |
|
1432 2007-06-12 David Bateman <dbateman@free.fr> |
|
1433 |
6704
|
1434 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
1435 * general/__splinen__.m: New support function for N-dimensional |
|
1436 spline interpolation. |
|
1437 * general/bicubic.m: Allow definition of extrapolation |
|
1438 value. Adapt tests to use new graphics interface |
|
1439 * general/interp2.m: Call __splinen__ for 2-D spline |
|
1440 interpolation. Make the lookup table code only be called for |
|
1441 linear and nearest methods. |
|
1442 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
1443 and spline interpolation. |
|
1444 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
1445 and spline interpolation. |
6704
|
1446 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
1447 |
6701
|
1448 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
1449 |
|
1450 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1451 |
6699
|
1452 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1453 |
|
1454 * plot/fplot.m: If function is inline, vectorize it. |
|
1455 |
6698
|
1456 2007-06-10 David Bateman <dbateman@free.fr> |
|
1457 |
|
1458 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1459 directory if need to, so that it fits on a line. |
|
1460 |
6695
|
1461 2007-06-07 David Bateman <dbateman@free.fr> |
|
1462 |
|
1463 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1464 saved file so that dependent packages are loaded first, and if |
|
1465 nargout==0 don't return any arguments. |
|
1466 (pkg:install): Only load packages that are marked autoload after |
|
1467 install. Various fixes. Save in order. |
|
1468 (pkg:uninstall): Save in order |
|
1469 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1470 packages. |
|
1471 (pkg:save_order): New function to sort package list with dependent |
|
1472 packages first. |
|
1473 (pkg:load_packages_and_dependencies): New function to load both a |
|
1474 list of packages and their dependencies. |
|
1475 (pkg:load_package_dirs): New function that returns a vector of the |
|
1476 indexes into the installed package list indicating the packages to |
|
1477 load and the order to load them in to respect the dependencies. |
|
1478 |
6688
|
1479 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1480 |
|
1481 * plot/axes.m: Eliminate redundant else clause. |
|
1482 |
6686
|
1483 2007-06-03 David Bateman <dbateman@free.fr> |
|
1484 |
|
1485 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1486 * pkg/pkg.m: Protect against multiple actions being define. |
|
1487 |
6683
|
1488 2007-06-01 David Bateman <dbateman@free.fr> |
|
1489 |
|
1490 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1491 incorporate into main pkg function. |
|
1492 (pkg:install): Check for existence of files to install before |
|
1493 globbing and warn the user if they don't exist. |
|
1494 |
6675
|
1495 2007-05-31 David Bateman <dbateman@free.fr> |
|
1496 |
6679
|
1497 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1498 directory over several copy command to limit the line length. |
|
1499 * miscellaneous/movefile.m: Ditto. |
|
1500 |
6675
|
1501 * pkg.m: Add build option to allow binary Octave packages to be |
|
1502 built from source packages. Probe absolute path of prefix, global |
|
1503 and local lists. Use strcat, rather that [] for strings. |
|
1504 (pkg:build): New function to binary binary package. |
|
1505 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1506 (pkg:repackage): Package binary Octave package from installation. |
|
1507 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1508 from m-files into main installation directory. |
|
1509 (pkg:shell): Suppress verbose messages from shell and only display |
|
1510 them with the verbose flag. |
|
1511 (pkg:installed_packages): Also include the loaded flag in the |
|
1512 local and global packages. |
|
1513 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1514 flagged as loaded. |
|
1515 |
|
1516 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1517 |
|
1518 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1519 with and without architecture dependent directories. |
|
1520 (pkg:installed_packages): Probe the global_list file even if it is |
|
1521 the same as the local_list. |
|
1522 |
6669
|
1523 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1524 |
|
1525 * sparse/spy.m: Set axis to "ij" mode. |
|
1526 |
6664
|
1527 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1528 |
|
1529 * set/ismember.m: Quote first arg of "fail" tests. |
|
1530 |
6663
|
1531 2007-05-24 David Bateman <dbateman@free.fr> |
|
1532 |
6778
|
1533 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1534 |
6655
|
1535 2007-05-22 David Bateman <dbateman@free.fr> |
|
1536 |
|
1537 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1538 error(lasterr()(8:end)). |
|
1539 (pkg:install): Warning for empty packages being removed. Suppress |
|
1540 spurious output. Warning rather than error for uninstalling a |
|
1541 package that is not installed to avoid RPM issue. |
|
1542 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1543 inst or architecture dependent directory if it exists. |
|
1544 |
6653
|
1545 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1546 |
|
1547 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1548 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1549 signal/freqz.m: Fix typos. |
|
1550 |
6645
|
1551 2007-05-21 David Bateman <dbateman@free.fr> |
|
1552 |
|
1553 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1554 force installation location. |
|
1555 (rebuild): New subfunction to rebuild package database from |
|
1556 installed packages. Also allows changing of autoload status |
|
1557 (install): Warn use if attempting to install from non existent |
|
1558 file. |
|
1559 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1560 "USER", "root"))' for root test. |
|
1561 |
|
1562 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1563 |
|
1564 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1565 and replace "\" characters with "/". |
|
1566 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1567 characters with "/" throughout. |
|
1568 (shell): New subfunction that wraps system and is careful with the |
|
1569 shell on windows platforms. |
|
1570 (configure_make): Explictly pass complier etc to configure |
|
1571 process. |
|
1572 (issuperuser): Force default to global install for Windows machines. |
|
1573 |
6636
|
1574 2007-05-19 Kristan Onu |
|
1575 |
|
1576 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1577 |
6634
|
1578 2007-05-18 David Bateman <dbateman@free.fr> |
|
1579 |
|
1580 * pkg/pkg.m (install): More verbosity. |
|
1581 (configure_make): Ditto. |
|
1582 (create_pkgadddel): Install in architecture dependent directory if |
|
1583 it exists to address issues with autoload/mfilename. |
|
1584 (write_INDEX): Check in archiecture dependent directories as well. |
|
1585 |
6633
|
1586 2007-05-17 David Bateman <dbateman@free.fr> |
|
1587 |
|
1588 * plot/hbar.m: Remove. |
|
1589 * plot/barh.m: and move it here. |
|
1590 |
6631
|
1591 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1592 |
|
1593 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1594 |
6629
|
1595 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1596 |
|
1597 * general/logspace.m: Return second arg if fewer than two values |
|
1598 are requested. |
|
1599 |
6619
|
1600 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1601 |
|
1602 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1603 on a new line. |
|
1604 |
6617
|
1605 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1606 |
|
1607 * statistics/distributions/norminv.m, |
|
1608 statistics/distributions/norminv.m, |
|
1609 statistics/distributions/normpdf.m, |
|
1610 statistics/distributions/normrnd.m: |
|
1611 Use standard deviation, not variance. |
|
1612 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1613 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1614 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1615 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1616 backward compatibility. |
|
1617 |
6616
|
1618 2007-05-14 David Bateman <dbateman@free.fr> |
|
1619 |
|
1620 * pkg/pkg.m: Mark loaded packages with "*". |
|
1621 |
6615
|
1622 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1623 |
|
1624 * miscellaneous/single.m: Doc fix. |
|
1625 Convert to double instead of returning argument unchanged. |
|
1626 |
|
1627 * miscellaneous/doc.m: Doc fix. |
|
1628 |
|
1629 * miscellaneous/ver.m: Doc fix. |
|
1630 Don't display information about Octave Forge. |
|
1631 |
6614
|
1632 2007-05-12 David Bateman <dbateman@free.fr> |
|
1633 |
|
1634 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1635 install to be printed. An error in the on_uninstall script causes |
|
1636 a failure to uninstall. Place oct- and mex-files in an |
|
1637 architecture dependent directory. |
|
1638 |
6611
|
1639 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1640 |
|
1641 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1642 |
6609
|
1643 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1644 |
|
1645 * statistics/distributions/normcdf.m: Use standard deviation |
|
1646 instead of variance for compatibility. |
|
1647 |
|
1648 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1649 |
|
1650 |
|
1651 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1652 |
|
1653 * set/ismember.m: Always return logical values. |
|
1654 |
|
1655 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1656 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1657 |
|
1658 * general/__isequal__.m: Allow numeric values of different classes |
|
1659 to compare equal. |
|
1660 |
6606
|
1661 2007-05-07 David Bateman <dbateman@free.fr> |
|
1662 |
6607
|
1663 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1664 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1665 |
6605
|
1666 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1667 |
|
1668 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1669 |
6604
|
1670 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1671 |
|
1672 * contour.m: Rewrite help string. |
|
1673 |
6599
|
1674 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1675 |
|
1676 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1677 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1678 Special case nargout == 0. |
|
1679 |
6597
|
1680 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1681 |
|
1682 * general/sub2ind.m: Handle empty input, add tests. |
|
1683 |
6590
|
1684 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1685 |
|
1686 * plot/contourc.m: Doc fix. |
|
1687 |
6586
|
1688 2007-04-26 David Bateman <dbateman@free.fr> |
|
1689 |
|
1690 * plot/hist.m: Partially remove previous patch. |
|
1691 |
6582
|
1692 2007-04-26 David Bateman <dbateman@free.fr> |
|
1693 |
|
1694 * plot/hist.m: Support returning of handle |
|
1695 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1696 cells. |
|
1697 |
6575
|
1698 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1699 |
6579
|
1700 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1701 "title \"\"", not "". |
|
1702 |
6575
|
1703 * plot/legend.m: Initialize WARNED to false. |
|
1704 |
6567
|
1705 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1706 |
|
1707 * io/beep.m: Fix cut and paste error. |
|
1708 From S�ren Hauberg <soren@hauberg.org>. |
|
1709 |
|
1710 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1711 |
|
1712 * plot/box.m: Delete extra endfunction keyword. |
|
1713 |
6560
|
1714 2007-04-23 David Bateman <dbateman@free.fr> |
|
1715 |
|
1716 * plot/plot3.m: Call newplot. |
|
1717 |
6553
|
1718 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1719 |
|
1720 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1721 |
6546
|
1722 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1723 |
|
1724 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1725 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1726 |
6544
|
1727 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1728 |
|
1729 * control/util/axis2dlim.m: Delete extraneous line. |
|
1730 |
6542
|
1731 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1732 |
|
1733 * specfun/factorial.m: Increase tolerance in large value test. |
|
1734 |
6540
|
1735 2007-04-18 David Bateman <dbateman@free.fr> |
|
1736 |
|
1737 * __bar__.m: New support function for bar/hbar to support graphic |
|
1738 handles, and additional arguments. |
|
1739 * bar.m: Convert to use __bar__. |
|
1740 * hbar.m: New function |
|
1741 * hist.m: Explicitly set the width of the bar plot. |
|
1742 |
6533
|
1743 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1744 |
6534
|
1745 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1746 |
6533
|
1747 * set/ismember.m: New tests. |
|
1748 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1749 |
6532
|
1750 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1751 |
|
1752 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1753 Add tests. |
|
1754 |
6527
|
1755 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1756 |
6528
|
1757 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1758 looks_like_copyright in src/help.cc. |
|
1759 From S�ren Hauberg <soren@hauberg.org>. |
|
1760 |
6527
|
1761 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1762 |
6526
|
1763 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1764 |
6527
|
1765 * optimization/sqp.m: Initialize info to 0. |
|
1766 |
6526
|
1767 * optimization/qp.m: Undo previous change. |
|
1768 |
6524
|
1769 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1770 |
|
1771 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1772 length one. |
|
1773 |
6523
|
1774 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1775 |
|
1776 * optimization/qp.m: Avoid Octave indexing bug. |
|
1777 |
6521
|
1778 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1779 |
6522
|
1780 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1781 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1782 control/system/sysrepdemo.m: |
|
1783 Adapt to page_screen_output as a function. |
6521
|
1784 |
6518
|
1785 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1786 |
|
1787 * miscellaneous/not.m: Delete. |
|
1788 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1789 |
|
1790 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1791 |
|
1792 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1793 that are close but not exactly equal. |
|
1794 |
6515
|
1795 2007-04-11 David Bateman <dbateman@free.fr> |
|
1796 |
|
1797 * general/bitcmp.m: Make it work again. |
|
1798 |
6512
|
1799 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1800 |
|
1801 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1802 that are close but not exactly equal. |
|
1803 |
6511
|
1804 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1805 |
|
1806 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1807 in response to a change in x limits for now. |
|
1808 |
6510
|
1809 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1810 |
|
1811 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1812 (__go_draw_axes__): Use it to write data to plot stream. |
|
1813 |
6509
|
1814 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1815 |
|
1816 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1817 zeros. Set markerfacecolor property in call to plot. |
|
1818 |
6508
|
1819 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1820 |
|
1821 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1822 |
|
1823 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1824 |
|
1825 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1826 |
6494
|
1827 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1828 |
6499
|
1829 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1830 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1831 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1832 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1833 |
6496
|
1834 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1835 Use strcmpi instead of strcmp+tolower. |
6496
|
1836 Style fixes. |
|
1837 |
6494
|
1838 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1839 Plotting fixes. Style fixes. |
|
1840 |
|
1841 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1842 Style fixes. |
|
1843 |
|
1844 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1845 Style fixes. |
|
1846 |
|
1847 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1848 Use "strcat (...)" instead of "[...]". |
|
1849 Use format specifiers in calls to warning. |
|
1850 |
|
1851 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1852 Use "strcat (...)" instead of "[...]". |
|
1853 Use "x(end)" instead of "x(length (x))". |
|
1854 Check NA before NaN. |
|
1855 Style fixes. |
|
1856 |
6473
|
1857 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1858 |
6474
|
1859 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1860 |
6467
|
1861 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1862 |
|
1863 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1864 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1865 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1866 control/util/Makefile.in, deprecated/Makefile.in, |
|
1867 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1868 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1869 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1870 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1871 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1872 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1873 special-matrix/Makefile.in, startup/Makefile.in, |
|
1874 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1875 statistics/distributions/Makefile.in, |
|
1876 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1877 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1878 Use ln instead of $(LN_S) in dist target. |
|
1879 |
6465
|
1880 2007-03-27 David Bateman <dbateman@free.fr> |
|
1881 |
|
1882 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1883 gnuplot 4.0. |
|
1884 |
6464
|
1885 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1886 |
|
1887 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1888 |
6461
|
1889 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1890 |
|
1891 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1892 plot stream and using binary data. |
|
1893 |
6459
|
1894 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1895 |
|
1896 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1897 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1898 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1899 |
|
1900 2007-03-26 David Bateman <dbateman@free.fr> |
|
1901 |
6461
|
1902 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1903 |
6459
|
1904 * plot/plot3.m: Handle line properties. |
|
1905 * plot/plot.m: Update docstring. |
|
1906 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1907 * plot/__plt__.m: Also gather properties. |
|
1908 |
6455
|
1909 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1910 |
|
1911 * testfun/assert.m: Delete special check for empty objects. |
|
1912 Add test. |
|
1913 |
6453
|
1914 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1915 |
6454
|
1916 * plot/drawnow.m: Exit early if call is recursive. |
|
1917 |
6453
|
1918 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1919 Check for Inf too. |
|
1920 (__go_draw_axes__): Use get_data_limits. |
|
1921 |
6450
|
1922 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1923 |
6451
|
1924 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1925 send terminal setting command with title option to plot stream. |
|
1926 |
6450
|
1927 * plot/legend.m: Correctly increment index into list of children.. |
|
1928 |
6434
|
1929 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1930 |
6448
|
1931 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1932 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1933 control/base/nyquist.m, control/base/nichols.m, |
|
1934 control/base/frdemo.m, signal/freqz_plot.m, |
|
1935 control/base/__stepimp__.m, control/base/bode.m, |
|
1936 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1937 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1938 Update plotting code. |
|
1939 |
|
1940 * control/base/bode.m: Unwrap phase angle. |
|
1941 |
|
1942 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1943 |
|
1944 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1945 |
|
1946 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1947 commands. |
6446
|
1948 |
6442
|
1949 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1950 Handle numeric color specs. |
6442
|
1951 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1952 |
6441
|
1953 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1954 |
6440
|
1955 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1956 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1957 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1958 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1959 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1960 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1961 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1962 |
6438
|
1963 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1964 plot, not just multiplots. |
|
1965 |
6436
|
1966 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1967 |
6434
|
1968 * plot/contour.m: Don't call drawnow. |
|
1969 |
6431
|
1970 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1971 |
6432
|
1972 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1973 property of each figure. |
|
1974 |
6431
|
1975 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1976 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1977 |
|
1978 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1979 |
|
1980 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1981 less than eps to 0. |
|
1982 |
6429
|
1983 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1984 |
|
1985 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1986 * testfun/speed.m: Documentation and example fix. |
|
1987 |
6424
|
1988 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1989 |
|
1990 * plot/subplot.m: If we find an existing subplot region, set |
|
1991 it to be the "currentaxes" property for the current figure. |
6425
|
1992 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1993 |
6422
|
1994 2007-03-20 David Bateman <dbateman@free.fr> |
|
1995 |
|
1996 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1997 |
|
1998 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1999 |
|
2000 * general/arrayfun.m: New function. |
|
2001 |
6418
|
2002 2007-03-20 John W. Eaton <jwe@octave.org> |
|
2003 |
6419
|
2004 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
2005 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
2006 |
|
2007 * plot/clf.m: Don't call drawnow. |
|
2008 |
6431
|
2009 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
2010 |
6420
|
2011 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
2012 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
2013 images. |
|
2014 |
6418
|
2015 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
2016 instead of global. Only register __go_close_all__ with atexit if |
|
2017 the plot stream is successfully opened. |
6418
|
2018 |
6413
|
2019 2007-03-15 John W. Eaton <jwe@octave.org> |
|
2020 |
6418
|
2021 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
2022 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2023 |
|
2024 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2025 |
|
2026 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
2027 Use numeric line types. |
6413
|
2028 |
|
2029 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
2030 lines and larger markers. Remove key titles from line type |
|
2031 properties. |
6413
|
2032 |
6405
|
2033 2007-03-14 John W. Eaton <jwe@octave.org> |
|
2034 |
6412
|
2035 * plot/__axis_label__.m: Accept additional property-value pairs |
|
2036 and pass them to __go_text__. Simply return the handle obtained |
|
2037 from __go_text__ instead of calling get on the current axis. |
|
2038 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
2039 Allow for extra property value pairs to be passed along. |
|
2040 * plot/title.m: Implement with __axis_label__ since it does all |
|
2041 that title needs to do. |
|
2042 |
6410
|
2043 * plot/clf.m: Set currentaxes property for current figure to []. |
|
2044 |
6405
|
2045 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
2046 |
|
2047 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
2048 and __plt2__, not just the last. |
|
2049 |
|
2050 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
2051 (SOURCES_IN, GEN_M): Delete. |
|
2052 (FCN_FILES): Don't include $(GEN_M). |
|
2053 (all): Don't depend on $(GEN_M). |
|
2054 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
2055 |
|
2056 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
2057 |
|
2058 * plot/newplot.m: Call __go_axes_init__ instead of |
|
2059 __uiobject_axes_init__. |
|
2060 |
|
2061 * plot/mesh.m: Use __go_surface__ instead of |
|
2062 __uiobject_surface_ctor__. Don't access object fields directly. |
|
2063 |
|
2064 * plot/line.m: Use __line__ to do actual work. |
|
2065 * plot/__line__.m: New function. |
|
2066 |
|
2067 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
2068 Use get and set instead of accessing object fields directly. |
|
2069 |
|
2070 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
2071 handle. |
|
2072 |
|
2073 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
2074 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
2075 __uiobject_draw_figure__. |
|
2076 |
|
2077 * plot/clf.m: Use get instead of accessing object fields |
|
2078 directly. Simply delete children. Don't set currentaxes. |
|
2079 |
|
2080 * plot/close.m (close_all_figures): New subfunction. |
|
2081 Use it instead of getting list of figures to close from |
|
2082 __uiobject_figures__. |
|
2083 |
|
2084 * plot/closereq.m: Simply delete the current figure. Don't set |
|
2085 currentfigure. |
|
2086 |
|
2087 * plot/__errplot__.m: Call __line__ instead of |
|
2088 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
2089 directly. Don't call __uiobject_adopt__. |
|
2090 |
|
2091 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
2092 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
2093 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
2094 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
2095 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
2096 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
2097 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
2098 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
2099 plot/__uiobject_init_root_figure__.in, |
|
2100 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
2101 plot/__uiobject_root_figure_ctor__.m, |
|
2102 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2103 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
2104 plot/set.in: Delete. |
6408
|
2105 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
2106 |
|
2107 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
2108 Pass "hidden" as second arg to close. |
|
2109 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
2110 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
2111 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
2112 |
6405
|
2113 * image/__img__.m: Use __go_image__ to create image graphics |
|
2114 handle. |
|
2115 |
|
2116 * miscellaneous/delete.m: Call __go_delete__, not |
|
2117 __uiobject_delete__. Check that arg is a graphics handle before |
|
2118 calling __go_delete__. |
|
2119 |
6403
|
2120 2007-03-13 John W. Eaton <jwe@octave.org> |
|
2121 |
|
2122 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
2123 arg instead of switch statement. |
6528
|
2124 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
2125 |
|
2126 2007-03-12 John W. Eaton <jwe@octave.org> |
|
2127 |
|
2128 * miscellaneous/cast.m: New function. |
|
2129 |
|
2130 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
2131 |
6398
|
2132 2007-03-08 John W. Eaton <jwe@octave.org> |
|
2133 |
|
2134 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
2135 tilde expansion on target filename before passing it to the shell. |
|
2136 |
|
2137 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
2138 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
2139 |
6396
|
2140 2007-03-08 David Bateman <dbateman@free.fr> |
|
2141 |
|
2142 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
2143 replacing slower version based on dicrete_rnd. |
|
2144 |
6392
|
2145 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2146 |
6395
|
2147 * control/base/rlocus.m: Update for current plotting functions. |
|
2148 |
|
2149 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
2150 |
|
2151 * control/base/rlocus.m: Improve display. |
|
2152 |
|
2153 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2154 |
|
2155 * plot/legend.m: Only handle positions -1:4. |
|
2156 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
2157 found in option string |
|
2158 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
2159 |
6394
|
2160 * plot/newplot.m: Always reset next line color. |
|
2161 |
6392
|
2162 * testfun/assert.m: Check that number of dimensions match before |
|
2163 checking dimensions. |
|
2164 |
6391
|
2165 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
2166 |
|
2167 * specfun/perms.m, specfun/factorial.m: Check args. |
|
2168 |
6387
|
2169 2007-03-07 John W. Eaton <jwe@octave.org> |
|
2170 |
6390
|
2171 * plot/mesh.m: Call newplot before doing anything. |
|
2172 |
|
2173 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
2174 just "e". Only flush plot stream once. |
|
2175 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2176 |
6387
|
2177 * strings/blanks.m: Omit first index in assignment. |
|
2178 |
6386
|
2179 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
2180 |
|
2181 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
2182 |
6385
|
2183 2007-03-06 David Bateman <dbateman@free.fr> |
|
2184 John W. Eaton <jwe@octave.org> |
|
2185 |
|
2186 * set/setdiff.m: Ignore "rows" for cell array args. |
|
2187 Handle cellstr args. |
|
2188 |
6382
|
2189 2007-03-05 John W. Eaton <jwe@octave.org> |
|
2190 |
|
2191 * optimization/sqp.m: Defer first call to obj_hess until after |
|
2192 calling obj_fun. |
|
2193 |
6377
|
2194 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
2195 |
|
2196 * specfun/nchoosek.m: Fix nargin check. |
|
2197 |
6376
|
2198 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2199 |
|
2200 * image/__img__.m: Don't set xlim and ylim properties. |
|
2201 |
6374
|
2202 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
2203 |
|
2204 * general/interp1.m: Fix *style cases for decreasing x. |
|
2205 |
6372
|
2206 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
2207 |
|
2208 * polynomial/roots.m: Check nargin before accessing arg. |
|
2209 |
6369
|
2210 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2211 |
|
2212 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
2213 increment data_idx unless using gnuplot for display. |
|
2214 |
6368
|
2215 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2216 |
|
2217 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
2218 plots with images. |
|
2219 * image/image.m, image/imagesc.m, image/imshow.m: |
|
2220 Deprecate zoom argument. |
|
2221 |
6366
|
2222 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2223 |
|
2224 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
2225 temporary file names. Keep image and colormap file ids separate. |
|
2226 |
|
2227 * general/interp1.m: Correctly compute min and max values when |
|
2228 values are decreasing and not evenly spaced. |
|
2229 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
2230 |
6365
|
2231 2007-02-27 John W. Eaton <jwe@octave.org> |
|
2232 |
|
2233 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
2234 returning an empty cell array. |
|
2235 |
6546
|
2236 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
2237 |
|
2238 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
2239 |
6546
|
2240 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
2241 |
|
2242 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2243 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2244 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2245 control/util/Makefile.in, deprecated/Makefile.in, |
|
2246 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2247 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2248 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2249 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2250 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2251 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2252 special-matrix/Makefile.in, startup/Makefile.in, |
|
2253 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2254 statistics/distributions/Makefile.in, |
|
2255 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2256 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2257 Use $(LN_S) instead of ln or ln -s. |
|
2258 |
6356
|
2259 2007-02-24 David Bateman <dbateman@free.fr> |
|
2260 |
|
2261 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
2262 '\n' in FILES file. |
6357
|
2263 (configure_make): Also install any mex files. |
6356
|
2264 |
6353
|
2265 2007-02-24 David Bateman <dbateman@free.fr> |
|
2266 |
|
2267 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
2268 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
2269 |
6351
|
2270 2007-02-23 John W. Eaton <jwe@octave.org> |
|
2271 |
|
2272 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
2273 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
2274 |
|
2275 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
2276 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
2277 |
6349
|
2278 2007-02-23 David Bateman <dbateman@free.fr> |
|
2279 |
|
2280 * statistics/distributions/discrete_rnd.m, |
|
2281 statistics/distributions/geornd.m, |
|
2282 statistics/distributions/lognnd.m, |
|
2283 statistics/distributions/nbinrnd.m, |
|
2284 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
2285 |
|
2286 * statistics/distributions/unidcdf.m, |
|
2287 statistics/distributions/unidinv.m, |
|
2288 statistics/distributions/unidpdf.m, |
|
2289 statistics/distributions/unidrnd.m: New functions based on |
6351
|
2290 discrete_cdf, etc. |
6349
|
2291 |
|
2292 * statistics/distributions/pascal_cdf.m, |
|
2293 statistics/distributions/pascal_inv.m, |
|
2294 statistics/distributions/pascal_pdf.m, |
|
2295 statistics/distributions/pascal_rnd.m: Remove. |
|
2296 * statistics/distributions/nbincdf.m, |
|
2297 statistics/distributions/nbininv.m, |
|
2298 statistics/distributions/nbinpdf.m, |
|
2299 statistics/distributions/nbinrnd.m: Replace with matlab |
|
2300 compatible functions. |
|
2301 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
2302 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
2303 nbincdf, etc functions to implement these. |
|
2304 |
6344
|
2305 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2306 |
|
2307 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
2308 command and data. |
|
2309 |
|
2310 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2311 |
|
2312 * miscellaneous/doc.m: If index search fails, try again without |
|
2313 the index search option. |
|
2314 |
6339
|
2315 2007-02-22 David Bateman <dbateman@free.fr> |
|
2316 |
6341
|
2317 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
2318 |
6340
|
2319 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
2320 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
2321 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
2322 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
2323 and randp to accelerate. |
|
2324 |
6339
|
2325 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
2326 |
6338
|
2327 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2328 |
|
2329 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
2330 cache data and display after xlim and ylim have been determined. |
|
2331 |
6337
|
2332 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2333 |
|
2334 * plot/__uiobject_draw_axes__.m: |
|
2335 Allow multiple images to be displayed with gnuplot. |
|
2336 |
6333
|
2337 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
2338 |
|
2339 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
2340 for versions of GLPK 4.15 and later. |
|
2341 |
6328
|
2342 2007-02-19 John W. Eaton <jwe@octave.org> |
|
2343 |
|
2344 * plot/__uiobject_alloc__.in: If next available element in |
|
2345 __uiobject_list__ is 0, grow list before doing anything else. |
|
2346 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
2347 first call when size of __uiobject_list__ is 0. |
|
2348 |
6323
|
2349 2007-02-16 John W. Eaton <jwe@octave.org> |
|
2350 |
|
2351 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
2352 |
6321
|
2353 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
2354 |
|
2355 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
2356 |
6316
|
2357 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
2358 |
|
2359 * specfun/nchoosek.m: Check nargin. |
|
2360 |
6314
|
2361 2007-02-15 John W. Eaton <jwe@octave.org> |
|
2362 |
6315
|
2363 * path/addpath.m, path/rmpath.m: Delete |
|
2364 * path/Makefile.in (SOURCES): Remove them from the list. |
|
2365 |
6314
|
2366 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
2367 Delete title, xlabel, ylabel, and zlabel properties before |
|
2368 reassigning. |
|
2369 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
2370 Don't init outerposition if "mode" is "replace". |
|
2371 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
2372 If axes nextplot property is replace, pass "replace" as mode arg |
|
2373 to __uiobject_axes_init__. |
|
2374 |
6308
|
2375 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2376 |
6310
|
2377 * image/imshow.m: Don't restore old colormap. |
|
2378 |
6309
|
2379 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
2380 * image/__img__.m: New file containing common parts of image.m and |
|
2381 imshow.m. |
6312
|
2382 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
2383 * image/image.m, image/imshow.m: Call __img__. |
|
2384 * plot/__uiobject_draw_axes__.m: |
|
2385 Handle rgb imaged data stored in 3-d arrays. |
|
2386 |
6308
|
2387 * plot/figure.m: Doc fix. |
|
2388 |
6304
|
2389 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2390 |
|
2391 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
2392 for reading and writing data. New tests. Improve rounding. |
|
2393 |
6302
|
2394 2007-02-13 John W. Eaton <jwe@octave.org> |
|
2395 |
6303
|
2396 * plot/stem.m: New file, adapted from OctPlot. |
|
2397 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2398 |
6302
|
2399 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2400 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2401 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2402 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
2403 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
2404 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2405 plot/semilogyerr.m: Return handles to line objects. |
|
2406 |
6301
|
2407 2007-02-11 John W. Eaton <jwe@octave.org> |
|
2408 |
|
2409 * plot/__uiobject_close_all.m: New file. |
|
2410 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2411 |
6298
|
2412 2007-02-10 John W. Eaton <jwe@octave.org> |
|
2413 |
|
2414 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
2415 * plot/__uiobject_globals__.m: Don't call mlock. |
|
2416 |
|
2417 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
2418 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
2419 before calling pclose. |
|
2420 |
6291
|
2421 2007-02-09 John W. Eaton <jwe@octave.org> |
|
2422 |
6295
|
2423 * plot/subplot.m: Delete spurious call to axes. |
|
2424 |
6293
|
2425 * plot/figure.m: Call drawnow for current figure before creating |
|
2426 or switching to a new figure. |
|
2427 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
2428 nargin == 0 case. |
|
2429 |
6291
|
2430 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
2431 strange values like Inf+NaNi. |
|
2432 |
6283
|
2433 2007-02-08 John W. Eaton <jwe@octave.org> |
|
2434 |
6286
|
2435 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
2436 and check gnuplot_use_title_option instead of just assuming -title |
|
2437 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2438 |
6285
|
2439 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
2440 |
6284
|
2441 * audio/Makefile.in, control/base/Makefile.in, |
|
2442 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2443 control/system/Makefile.in, control/util/Makefile.in, |
|
2444 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2445 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2446 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2447 optimization/Makefile.in, plot/Makefile.in, |
|
2448 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2449 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2450 special-matrix/Makefile.in, startup/Makefile.in, |
|
2451 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2452 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2453 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2454 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2455 |
6283
|
2456 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2457 only given property list. |
|
2458 |
6278
|
2459 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2460 |
6280
|
2461 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2462 properties. |
|
2463 |
6278
|
2464 * plot/sombrero.m: Call box ("off") after mesh. |
|
2465 |
|
2466 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2467 line default" commands with older versions of gnuplot. |
|
2468 |
|
2469 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2470 |
6273
|
2471 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2472 |
|
2473 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2474 * sparse/gplot.m: Use line style - instead of 1. |
|
2475 |
6272
|
2476 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2477 |
|
2478 * plot/print.m: Avoid error message from cellidx. |
|
2479 |
|
2480 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2481 |
|
2482 * plot/legend.m: Fix check for data. |
|
2483 |
6270
|
2484 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2485 |
|
2486 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2487 Always set lt and pt. |
|
2488 |
6269
|
2489 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2490 |
|
2491 * plot/contourc.m: Correctly compute X and Y. |
|
2492 |
6268
|
2493 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2494 |
|
2495 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2496 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2497 |
6264
|
2498 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2499 |
6266
|
2500 * plot/__uiobject_draw_axes__.m: |
|
2501 Don't try to set axis limits unless we have data. |
|
2502 |
6264
|
2503 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2504 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2505 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2506 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2507 instead of of key and fmt strings. |
|
2508 |
|
2509 * plot/__pltopt1__.m: Greatly simplify. |
|
2510 |
|
2511 * plot/__next_line_color__.m: New file. |
|
2512 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2513 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2514 |
|
2515 * plot/__default_plot_options__.m: New file. |
|
2516 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2517 |
|
2518 * plot/__plt3__.m: Delete. |
|
2519 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2520 |
6259
|
2521 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2522 |
6263
|
2523 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2524 linestyle, linewidth, marker, and markersize properties. |
|
2525 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2526 colors and widths, and line styles. |
|
2527 |
|
2528 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2529 |
6261
|
2530 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2531 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2532 |
|
2533 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2534 __gnuplot_save_data__. |
|
2535 |
6259
|
2536 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2537 |
6258
|
2538 2007-01-30 David Bateman <dbateman@free.fr> |
|
2539 |
|
2540 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2541 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2542 -auto to force autoload behavior. |
|
2543 (installed_packages): Make list of installed packages unique. |
|
2544 |
6259
|
2545 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2546 |
|
2547 * Merge of changes from graphics-branch: |
|
2548 |
|
2549 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2550 |
|
2551 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2552 |
|
2553 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2554 property if it exists. |
|
2555 |
6259
|
2556 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2557 |
|
2558 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2559 min values outside of loop over child objects. |
|
2560 |
|
2561 * plot/contour.m, plot/contourc.m: New files. |
|
2562 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2563 |
|
2564 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2565 find a gnuplot version newer than 4.0. |
|
2566 * image/__img_gnuplot__.m: Delete. |
|
2567 * image/image.m: Create image graphics object. |
|
2568 Call newplot to setup and drawnow to finish. |
|
2569 Eliminate ZOOM arg. |
|
2570 |
|
2571 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2572 |
|
2573 * plot/legend.m: Eliminate useless variable "warned". |
|
2574 |
|
2575 * plot/__uiobject_image_ctor__.m: New file. |
|
2576 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2577 |
|
2578 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2579 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2580 |
|
2581 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2582 |
|
2583 * plot/__default_colormap__.m: New file. |
|
2584 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2585 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2586 property. |
|
2587 * image/colormap.m: Use colormap property of current figure |
|
2588 to store colormap instead of using persistent variable. |
|
2589 Call __default_colormap__ to get default map value. |
|
2590 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2591 |
|
2592 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2593 Handle some tick mark options. |
|
2594 |
|
2595 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2596 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2597 set dataaspectratiomode to "manual". |
|
2598 |
|
2599 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2600 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2601 |
|
2602 * plot/axis.m: New file. |
|
2603 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2604 |
|
2605 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2606 set corresponding *limmode to "manual". |
|
2607 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2608 Use it to compute autosclaled limits. |
|
2609 Arg is now handle, not object. Change all callers. |
|
2610 Compute data limits. |
|
2611 |
6259
|
2612 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2613 |
|
2614 * plot/drawnow: Fix visibility check for zero args. |
|
2615 |
|
2616 * plot/text.m: New file. |
|
2617 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2618 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2619 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2620 horizontalalignment properties. |
|
2621 |
|
2622 * plot/figure.m: Set options for f we just constructed or were |
|
2623 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2624 |
|
2625 * plot/drawnow.m: Handle visible field for figure here. |
|
2626 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2627 |
|
2628 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2629 title and axis labels. |
|
2630 |
|
2631 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2632 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2633 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2634 * plot/view.m: New file. |
|
2635 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2636 |
|
2637 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2638 Call __request_drawnow__. |
|
2639 |
|
2640 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2641 |
|
2642 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2643 Call set to set properties. Return handle instead of structure. |
|
2644 Change all callers. |
|
2645 |
|
2646 * plot/__uiobject_axes_setr__.m: New file. |
|
2647 * plot/set.in: Check for __setter__ field. |
|
2648 |
|
2649 * plot/__uiobject_axes_init__.in: |
|
2650 Rename from plot/__uiobject_axes_init__.m. |
|
2651 Include __uiobject_globals__. |
|
2652 Accept handle as arg instead of structure |
|
2653 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2654 from the list. |
|
2655 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2656 |
6259
|
2657 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2658 |
|
2659 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2660 |
|
2661 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2662 initializing each global variable. |
|
2663 |
6259
|
2664 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2665 |
|
2666 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2667 __uiobject_figure_handles_free_list__): New global variables. |
|
2668 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2669 Place unused handles on the free list. |
|
2670 |
|
2671 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2672 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2673 |
|
2674 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2675 handles here. Return figure handle. |
|
2676 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2677 |
6259
|
2678 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2679 |
|
2680 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2681 data for gnuplot. |
|
2682 |
|
2683 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2684 files. |
|
2685 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2686 (DISTFILES): Include include-globals.awk in the list. |
|
2687 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2688 ($(GEN_M) : %.m : %.in): New rule. |
|
2689 |
|
2690 * include-globals.awk: New file. |
|
2691 |
|
2692 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2693 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2694 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2695 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2696 plot/__uiobject_init_root_figure__.in, |
|
2697 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2698 Rename from corresponding .m files. |
|
2699 |
|
2700 * move-if-change: New file. |
|
2701 |
|
2702 * plot/__uiobject_delete__.m: New file. |
|
2703 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2704 plot/__uiobject_delete_child__.m: Delete. |
|
2705 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2706 not a character string. |
|
2707 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2708 Fix assignment to tmp key value in loop. |
|
2709 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2710 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2711 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2712 Inline code to delete children. |
|
2713 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2714 __uiobject_list__. |
|
2715 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2716 and free child. |
|
2717 |
6259
|
2718 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2719 |
|
2720 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2721 handle is empty, not 0. |
|
2722 * plot/__uiobject_root_figure_ctor__.m: |
|
2723 Set currentfigure to [], not 0. |
|
2724 |
|
2725 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2726 |
|
2727 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2728 |
|
2729 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2730 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2731 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2732 plot/__uiobject_delete_children__.m, |
|
2733 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2734 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2735 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2736 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2737 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2738 plot/__uiobject_init_figure__.m, |
|
2739 plot/__uiobject_init_root_figure__.m, |
|
2740 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2741 plot/__uiobject_remove_child__.m, |
|
2742 plot/__uiobject_root_figure_ctor__.m, |
|
2743 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2744 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2745 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2746 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2747 plot/set.m: New files. |
|
2748 |
|
2749 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2750 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2751 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2752 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2753 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2754 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2755 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2756 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2757 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2758 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2759 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2760 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2761 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2762 plot/semilogyerr.m, plot/replot.m: |
|
2763 Adapt to new graphics data structure. |
|
2764 |
|
2765 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2766 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2767 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2768 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2769 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2770 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2771 |
|
2772 2007-01-24 David Bateman <dbateman@free.fr> |
|
2773 |
|
2774 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2775 Delete bare newline in string passed to write_INDEX. |
|
2776 |
|
2777 * sparse/sprandsym.m: Make work for even values of N. |
|
2778 |
|
2779 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2780 |
|
2781 * miscellaneous/news.m: New file. |
|
2782 |
|
2783 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2784 |
|
2785 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2786 |
|
2787 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2788 |
|
2789 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2790 |
|
2791 * testfun/test.m: Check for all files in path, use first found. |
|
2792 |
|
2793 2007-01-22 David Bateman <dbateman@free.fr> |
|
2794 |
|
2795 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2796 |
|
2797 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2798 |
|
2799 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2800 file name. |
|
2801 |
|
2802 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2803 nargout is 1. Handle colormaps that have too few colors. |
|
2804 |
|
2805 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2806 (configure_make): Use fullfile instead of concatenating with "/". |
|
2807 |
6258
|
2808 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2809 |
|
2810 * set/ismember.m: Handle N-d arrays. |
|
2811 |
|
2812 2007-01-10 David Bateman <dbateman@free.fr> |
|
2813 |
|
2814 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2815 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2816 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2817 New files. |
|
2818 |
|
2819 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2820 |
6778
|
2821 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2822 |
|
2823 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2824 |
|
2825 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2826 instead of concatenating with "/". Use mlock to ensure that |
|
2827 persistent variables are not clobbered if user types clear all. |
|
2828 |
|
2829 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2830 |
|
2831 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2832 Improve handling of file names containing globbing characters. |
|
2833 From S�ren Hauberg <hauberg@gmail.com>. |
|
2834 |
|
2835 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2836 |
|
2837 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2838 New files. |
|
2839 |
|
2840 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2841 |
|
2842 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2843 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2844 |
|
2845 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2846 |
|
2847 * image/imshow.m: Strip NaNs from image. |
|
2848 |
|
2849 2006-12-08 David Bateman <dbateman@free.fr> |
|
2850 |
|
2851 * sparse/normest.m: New file. |
|
2852 |
6286
|
2853 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2854 |
6210
|
2855 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2856 Work on Windows systems without cp or mv. |
|
2857 |
6209
|
2858 * startup/inputrc: Include sequences for Windows. |
|
2859 |
6203
|
2860 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2861 |
|
2862 * pkg/pkg.m (unload_packages): New function. |
|
2863 (pkg): Handle unload action. |
|
2864 |
|
2865 * __errplot__.m: Add missing semicolon. |
|
2866 |
6193
|
2867 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2868 |
|
2869 * miscellaneous/mexext.m: New file. |
|
2870 |
6189
|
2871 2006-11-29 David Bateman <dbateman@free.fr> |
|
2872 |
|
2873 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2874 location of package lists to be probed and set. |
|
2875 |
6179
|
2876 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2877 |
6181
|
2878 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2879 |
6179
|
2880 * plot/__render_plot__.m: New args, terminal and output. |
|
2881 * plot/print.m: Don't set output and term here. Instead, call |
|
2882 __render_plot__ with terminal and output. |
|
2883 |
6178
|
2884 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2885 |
|
2886 * plot/__render_plot1__.m: New file. |
|
2887 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2888 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2889 gnuplot. Let __render_plot__ do that. |
|
2890 |
6177
|
2891 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2892 |
|
2893 * plot/plot.m: Fix doc string. |
|
2894 |
6173
|
2895 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2896 |
|
2897 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2898 before sending anything to the plotter. |
|
2899 |
6172
|
2900 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2901 |
|
2902 * image/__img_gnuplot__.m: Store more info in global plot |
|
2903 structures and use __render_plot__ to build plot command to |
|
2904 display image. |
|
2905 |
|
2906 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2907 |
|
2908 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2909 __plot_command_sep__): Delete. |
|
2910 (__plot_data_type__, __plot_data_parametric__, |
|
2911 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2912 __plot_usingstr__, __plot_withstr__): New variables. |
|
2913 * plot/__init_plot_vars__.m: Initialize them. |
|
2914 |
|
2915 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2916 Don't handle sep or cmd. |
|
2917 |
|
2918 * plot/__render_plot__.m: New function. |
|
2919 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2920 Store more info in global plot structures and use __render_plot__ |
|
2921 to build plot command. |
|
2922 * plot/replot.m: Simply call __render_plot__. |
|
2923 |
|
2924 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2925 Set __plot_data_parametric__ here. |
|
2926 |
6164
|
2927 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2928 |
6166
|
2929 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2930 |
6164
|
2931 * image/image_viewer.m: Set default values here. |
|
2932 * image/image.m: Not here. |
|
2933 |
|
2934 * image/image_viewer.m: Always return old values. Check arguments. |
|
2935 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2936 |
|
2937 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2938 |
|
2939 * image/image_viewer.m: New function. |
|
2940 * image/__img_via_file__.m: New function. |
|
2941 * image/image.m: Use image_viewer to determine which program to |
|
2942 use for image viewing. |
6754
|
2943 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2944 |
6163
|
2945 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2946 |
|
2947 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2948 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2949 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2950 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2951 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2952 Use __plot_globals__ for multiplot variables. Keep track of |
|
2953 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2954 |
6157
|
2955 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2956 |
6158
|
2957 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2958 |
6157
|
2959 * miscellaneous/substruct.m: New function. |
|
2960 |
|
2961 * testfun/assert.m: Force orientation to match when comparing |
|
2962 struct elements. |
|
2963 |
|
2964 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2965 when comparing structs. |
|
2966 |
|
2967 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2968 |
6754
|
2969 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2970 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2971 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2972 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2973 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2974 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2975 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2976 |
6156
|
2977 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2978 |
|
2979 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2980 |
6154
|
2981 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2982 |
|
2983 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2984 |
6152
|
2985 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2986 |
|
2987 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2988 |
6145
|
2989 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2990 |
6146
|
2991 * plot/legend.m: New function, adapted from Octave Forge. |
|
2992 |
|
2993 * plot/__do_legend__.m: New function. |
|
2994 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2995 plot/replot.m: Call it before plotting. |
|
2996 |
|
2997 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2998 noparametric" to gnuplot.. |
|
2999 |
|
3000 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
3001 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
3002 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
3003 and return key title separate from line format. Accept format and |
|
3004 key as cellstr. Always return data as cell array. Return format |
|
3005 and key title as cellstr. |
|
3006 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
3007 Handle line format and key titles separately. |
|
3008 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
3009 |
|
3010 * plot/__plot_globals__.m (__plot_line_offset__, |
|
3011 __plot_key_labels__, __plot_key_properties__): New global |
|
3012 variables. Initialize them. |
|
3013 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
3014 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
3015 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
3016 (__plot_line_offset__, __plot_key_labels__, |
|
3017 __plot_key_properties__): Store information about plot key titles. |
|
3018 |
|
3019 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
3020 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
3021 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
3022 respectively. |
|
3023 |
|
3024 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
3025 |
6145
|
3026 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
3027 whle concatenating args. |
|
3028 |
6144
|
3029 2006-11-07 John W. Eaton <jwe@octave.org> |
|
3030 |
|
3031 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
3032 |
6142
|
3033 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
3034 |
6143
|
3035 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
3036 option to regexp. |
|
3037 |
6142
|
3038 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
3039 |
6138
|
3040 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
3041 |
6139
|
3042 * strings/index.m: New arg, direction. Simplify and speed up. |
|
3043 * strings/rindex.m: Implement using index (..., "last"); |
|
3044 |
6754
|
3045 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
3046 |
6130
|
3047 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
3048 |
|
3049 * general/__isequal__.m: Test size and class more consistently. |
|
3050 |
6116
|
3051 2006-10-27 John W. Eaton <jwe@octave.org> |
|
3052 |
6117
|
3053 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
3054 From Michael Goffioul <michael.goffioul@swing.be>. |
|
3055 |
6116
|
3056 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
3057 * miscellaneous/dir.m: Mark as a command. |
|
3058 |
6112
|
3059 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3060 |
|
3061 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
3062 |
6088
|
3063 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3064 |
|
3065 * image/image.m: Set x = y = [] when nargin == 0; |
|
3066 |
|
3067 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
3068 |
|
3069 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
3070 * image/__img__.m: New file, originally from |
|
3071 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
3072 |
6087
|
3073 2006-10-25 John W. Eaton <jwe@octave.org> |
|
3074 |
|
3075 * plot/__gnuplot_version__.m: New function, originally from |
|
3076 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
3077 Quentin Spencer <qspencer@ieee.org>. |
|
3078 |
6085
|
3079 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
3080 |
|
3081 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
3082 |
6081
|
3083 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
3084 |
|
3085 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
3086 miscellaneous/gunzip.m: New files. |
|
3087 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
3088 Call unpack to do the real work. |
|
3089 |
6075
|
3090 2006-10-24 John W. Eaton <jwe@octave.org> |
|
3091 |
6078
|
3092 * plot/plot3.m: If we have a format string, then also pass using |
|
3093 string to __plt3__. |
|
3094 |
6077
|
3095 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
3096 |
6075
|
3097 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
3098 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
3099 |
6069
|
3100 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
3101 |
|
3102 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
3103 Quote filenames in shell commands. |
|
3104 |
6055
|
3105 2006-10-17 David Bateman <dbateman@free.fr> |
|
3106 |
|
3107 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
3108 the package directory is missing. |
|
3109 |
6052
|
3110 2006-10-13 John W. Eaton <jwe@octave.org> |
|
3111 |
|
3112 * plot/box.m: New function. |
|
3113 |
6050
|
3114 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
3115 |
|
3116 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
3117 |
6049
|
3118 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
3119 |
|
3120 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
3121 |
6047
|
3122 2006-10-10 John W. Eaton <jwe@octave.org> |
|
3123 |
|
3124 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
3125 |
6046
|
3126 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
3127 |
|
3128 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3129 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3130 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
3131 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
3132 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
3133 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
3134 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
3135 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
3136 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
3137 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
3138 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
3139 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
3140 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
3141 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
3142 control/system/buildssic.m, control/system/c2d.m, |
|
3143 control/system/cellidx.m, control/system/d2c.m, |
|
3144 control/system/dmr2d.m, control/system/fir2sys.m, |
|
3145 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3146 control/system/is_detectable.m, control/system/is_digital.m, |
|
3147 control/system/is_observable.m, control/system/is_siso.m, |
|
3148 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3149 control/system/jet707.m, control/system/listidx.m, |
|
3150 control/system/ord2.m, control/system/parallel.m, |
|
3151 control/system/ss.m, control/system/ss2zp.m, |
|
3152 control/system/starp.m, control/system/sys2ss.m, |
|
3153 control/system/sys2tf.m, control/system/sys2zp.m, |
|
3154 control/system/sysadd.m, control/system/sysappend.m, |
|
3155 control/system/syschtsam.m, control/system/sysconnect.m, |
|
3156 control/system/syscont.m, control/system/sysdimensions.m, |
|
3157 control/system/sysdisc.m, control/system/sysdup.m, |
|
3158 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
3159 control/system/sysgroup.m, control/system/sysidx.m, |
|
3160 control/system/sysmin.m, control/system/sysmult.m, |
|
3161 control/system/sysout.m, control/system/sysprune.m, |
|
3162 control/system/sysscale.m, control/system/syssetsignals.m, |
|
3163 control/system/syssub.m, control/system/sysupdate.m, |
|
3164 control/system/tf.m, control/system/tfout.m, |
|
3165 control/system/ugain.m, control/system/zp.m, |
|
3166 control/system/zpout.m, control/util/__outlist__.m, |
|
3167 control/util/__zgpbal__.m, control/util/prompt.m, |
|
3168 control/util/sortcom.m, control/util/strappend.m, |
|
3169 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
3170 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
3171 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
3172 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
3173 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3174 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
3175 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
3176 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
3177 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
3178 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
3179 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
3180 general/ind2sub.m, general/int2str.m, |
|
3181 general/is_duplicate_entry.m, general/isdefinite.m, |
|
3182 general/isequal.m, general/isequalwithequalnans.m, |
|
3183 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
3184 general/isvector.m, general/logical.m, general/logspace.m, |
|
3185 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
3186 general/perror.m, general/postpad.m, general/prepad.m, |
|
3187 general/randperm.m, general/rem.m, general/repmat.m, |
|
3188 general/rot90.m, general/rotdim.m, general/shift.m, |
|
3189 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
3190 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
3191 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
3192 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
3193 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
3194 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
3195 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
3196 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
3197 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
3198 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
3199 linear-algebra/logm.m, linear-algebra/norm.m, |
|
3200 linear-algebra/null.m, linear-algebra/orth.m, |
|
3201 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
3202 linear-algebra/trace.m, linear-algebra/vec.m, |
|
3203 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
3204 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
3205 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
3206 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
3207 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
3208 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
3209 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
3210 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
3211 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
3212 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
3213 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
3214 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
3215 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
3216 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
3217 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
3218 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
3219 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
3220 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
3221 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
3222 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3223 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
3224 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
3225 polynomial/polyder.m, polynomial/polyderiv.m, |
|
3226 polynomial/polyfit.m, polynomial/polygcd.m, |
|
3227 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3228 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3229 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
3230 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
3231 set/complement.m, set/create_set.m, set/intersect.m, |
|
3232 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
3233 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
3234 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
3235 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
3236 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
3237 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
3238 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
3239 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
3240 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
3241 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
3242 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
3243 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
3244 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
3245 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
3246 special-matrix/hankel.m, special-matrix/hilb.m, |
|
3247 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
3248 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
3249 statistics/base/center.m, statistics/base/cloglog.m, |
|
3250 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
3251 statistics/base/cov.m, statistics/base/cut.m, |
|
3252 statistics/base/gls.m, statistics/base/iqr.m, |
|
3253 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
3254 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
3255 statistics/base/mean.m, statistics/base/meansq.m, |
|
3256 statistics/base/median.m, statistics/base/moment.m, |
|
3257 statistics/base/ols.m, statistics/base/ppplot.m, |
|
3258 statistics/base/probit.m, statistics/base/qqplot.m, |
|
3259 statistics/base/range.m, statistics/base/ranks.m, |
|
3260 statistics/base/run_count.m, statistics/base/skewness.m, |
|
3261 statistics/base/spearman.m, statistics/base/statistics.m, |
|
3262 statistics/base/std.m, statistics/base/studentize.m, |
|
3263 statistics/base/table.m, statistics/base/values.m, |
|
3264 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
3265 statistics/distributions/betainv.m, |
|
3266 statistics/distributions/betapdf.m, |
|
3267 statistics/distributions/betarnd.m, |
|
3268 statistics/distributions/binocdf.m, |
|
3269 statistics/distributions/binoinv.m, |
|
3270 statistics/distributions/binopdf.m, |
|
3271 statistics/distributions/binornd.m, |
|
3272 statistics/distributions/cauchy_cdf.m, |
|
3273 statistics/distributions/cauchy_inv.m, |
|
3274 statistics/distributions/cauchy_pdf.m, |
|
3275 statistics/distributions/cauchy_rnd.m, |
|
3276 statistics/distributions/chi2cdf.m, |
|
3277 statistics/distributions/chi2inv.m, |
|
3278 statistics/distributions/chi2pdf.m, |
|
3279 statistics/distributions/chi2rnd.m, |
|
3280 statistics/distributions/discrete_cdf.m, |
|
3281 statistics/distributions/discrete_inv.m, |
|
3282 statistics/distributions/discrete_pdf.m, |
|
3283 statistics/distributions/discrete_rnd.m, |
|
3284 statistics/distributions/empirical_rnd.m, |
|
3285 statistics/distributions/expcdf.m, |
|
3286 statistics/distributions/expinv.m, |
|
3287 statistics/distributions/exppdf.m, |
|
3288 statistics/distributions/exprnd.m, |
|
3289 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
3290 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
3291 statistics/distributions/gamcdf.m, |
|
3292 statistics/distributions/gaminv.m, |
|
3293 statistics/distributions/gampdf.m, |
|
3294 statistics/distributions/gamrnd.m, |
|
3295 statistics/distributions/geocdf.m, |
|
3296 statistics/distributions/geoinv.m, |
|
3297 statistics/distributions/geopdf.m, |
|
3298 statistics/distributions/geornd.m, |
|
3299 statistics/distributions/hygecdf.m, |
|
3300 statistics/distributions/hygeinv.m, |
|
3301 statistics/distributions/hygepdf.m, |
|
3302 statistics/distributions/hygernd.m, |
|
3303 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3304 statistics/distributions/laplace_cdf.m, |
|
3305 statistics/distributions/laplace_inv.m, |
|
3306 statistics/distributions/laplace_pdf.m, |
|
3307 statistics/distributions/laplace_rnd.m, |
|
3308 statistics/distributions/logistic_cdf.m, |
|
3309 statistics/distributions/logistic_inv.m, |
|
3310 statistics/distributions/logistic_pdf.m, |
|
3311 statistics/distributions/logistic_rnd.m, |
|
3312 statistics/distributions/logncdf.m, |
|
3313 statistics/distributions/logninv.m, |
|
3314 statistics/distributions/lognpdf.m, |
|
3315 statistics/distributions/lognrnd.m, |
|
3316 statistics/distributions/normcdf.m, |
|
3317 statistics/distributions/norminv.m, |
|
3318 statistics/distributions/normpdf.m, |
|
3319 statistics/distributions/normrnd.m, |
|
3320 statistics/distributions/pascal_cdf.m, |
|
3321 statistics/distributions/pascal_inv.m, |
|
3322 statistics/distributions/pascal_pdf.m, |
|
3323 statistics/distributions/pascal_rnd.m, |
|
3324 statistics/distributions/poisscdf.m, |
|
3325 statistics/distributions/poissinv.m, |
|
3326 statistics/distributions/poisspdf.m, |
|
3327 statistics/distributions/poissrnd.m, |
|
3328 statistics/distributions/stdnormal_cdf.m, |
|
3329 statistics/distributions/stdnormal_inv.m, |
|
3330 statistics/distributions/stdnormal_pdf.m, |
|
3331 statistics/distributions/stdnormal_rnd.m, |
|
3332 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
3333 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
3334 statistics/distributions/unifcdf.m, |
|
3335 statistics/distributions/unifinv.m, |
|
3336 statistics/distributions/unifpdf.m, |
|
3337 statistics/distributions/unifrnd.m, |
|
3338 statistics/distributions/wblcdf.m, |
|
3339 statistics/distributions/wblinv.m, |
|
3340 statistics/distributions/wblpdf.m, |
|
3341 statistics/distributions/wblrnd.m, |
|
3342 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
3343 statistics/tests/bartlett_test.m, |
|
3344 statistics/tests/chisquare_test_homogeneity.m, |
|
3345 statistics/tests/chisquare_test_independence.m, |
|
3346 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
3347 statistics/tests/hotelling_test.m, |
|
3348 statistics/tests/hotelling_test_2.m, |
|
3349 statistics/tests/kolmogorov_smirnov_test.m, |
|
3350 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3351 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
3352 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
3353 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
3354 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3355 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3356 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3357 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3358 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3359 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
3360 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
3361 strings/index.m, strings/isletter.m, strings/lower.m, |
|
3362 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3363 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3364 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
3365 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
3366 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
3367 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
3368 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
3369 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
3370 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3371 time/etime.m, time/is_leap_year.m: |
|
3372 Use print_usage instead of usage. |
|
3373 |
6044
|
3374 2006-10-09 David Bateman <dbateman@free.fr> |
|
3375 |
|
3376 * time/datevec.m: Add additional compatible default parsing strings. |
|
3377 |
6395
|
3378 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
3379 |
6042
|
3380 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
3381 Remove compare_versions subfunction. |
|
3382 |
|
3383 * miscellaneous/compare_versions.m: New function to compare |
|
3384 version numbers as strings with any boolean operators. |
|
3385 |
6041
|
3386 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
3387 file exists. |
|
3388 |
6036
|
3389 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3390 |
|
3391 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
3392 |
6032
|
3393 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
3394 |
6037
|
3395 * pkg/pkg.m: Update docs. Handle prefix option. |
|
3396 Handle dependencies for load option. |
6032
|
3397 |
6029
|
3398 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3399 |
6030
|
3400 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
3401 |
|
3402 * plot/clg.m: Delete. |
|
3403 * plot/__init_plot_vars__.m: New function. |
|
3404 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
3405 |
6025
|
3406 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
3407 |
|
3408 * pkg/pkg.m: Avoid calling addpath with no args. |
|
3409 |
6024
|
3410 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
3411 |
|
3412 * audio/loadaudio.m, control/base/nyquist.m, |
|
3413 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
3414 linear-algebra/krylov.m, statistics/base/center.m, |
|
3415 statistics/base/median.m, statistics/base/std.m, |
|
3416 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
3417 find first or last element matching a condition. |
|
3418 |
6023
|
3419 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
3420 |
|
3421 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
3422 general/__isequal__.m: Minimize looping using cellfun. |
|
3423 |
6020
|
3424 2006-10-02 David Bateman <dbateman@free.fr> |
|
3425 |
|
3426 * pkg/pkg.m (copy_files): always create installation directory. |
|
3427 |
6016
|
3428 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
3429 |
|
3430 * miscellaneous/doc.m: Swap file and directory args to info. |
|
3431 |
|
3432 2006-10-01 Arno Onken <whyly@gmx.net> |
|
3433 |
|
3434 * statistics/distributions/exprnd.m: Fix typo. |
|
3435 |
6014
|
3436 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
3437 |
|
3438 * polynomial/ppval.m: Use .' instead of '. |
|
3439 * polynomial/spline.m: Likewise. New tests. |
|
3440 |
6004
|
3441 2006-09-26 David Bateman <dbateman@free.fr> |
|
3442 |
|
3443 * __plt3__.m: Using global variables __plot_data__, |
|
3444 __plot_data_offset__ and __plot_command__ to store plots and |
|
3445 correctly handle multiplots, and hold state. Only accept a single |
|
3446 data parameter plus, using, format and with strings. Remove |
|
3447 setting of gnuplot parameters. |
|
3448 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
3449 * __setup_plot__.m: Convert to a function and pass the plotting |
|
3450 command to use. |
|
3451 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3452 * contour.m: Use unwind protect on the parametric state of plot |
|
3453 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3454 * mesh.m: ditto. |
|
3455 * plot3.m: Error checking, setting of parametric state and |
|
3456 formation of matrix to plot moved from old __plt3__. |
|
3457 |
5996
|
3458 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3459 |
5997
|
3460 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3461 |
|
3462 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3463 |
|
3464 * signal/filter2.m: Correct texinfo doc. |
|
3465 |
|
3466 2006-09-22 David Bateman <dbateman@free.fr> |
|
3467 |
|
3468 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3469 |
5993
|
3470 2006-09-15 David Bateman <dbateman@free.fr> |
|
3471 |
|
3472 * pkg/pkg.m (prepare_installation): Don't create package |
|
3473 installation directory here. |
|
3474 (copy_files): Create it here instead, to avoid issues with |
|
3475 upgrades. Also install the COPYING file in packinfo. |
|
3476 |
5989
|
3477 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3478 |
|
3479 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3480 |
5987
|
3481 2006-08-30 David Bateman <dbateman@free.fr> |
|
3482 |
|
3483 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3484 error message for archive name not matching package name. |
|
3485 (installed_packages): Size header of printed results to |
|
3486 arguments. Sort the list of installed packages before printing |
|
3487 them. |
|
3488 |
5986
|
3489 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3490 |
|
3491 * signal/freqz.m: Update tests. |
|
3492 |
|
3493 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3494 |
|
3495 * signal/freqz.m: Corretly postpad arrays. |
|
3496 Don't call fliplr on a column vector. |
|
3497 |
5984
|
3498 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3499 |
|
3500 * general/shiftdim.m: Use permute instead of reshape. |
|
3501 |
5981
|
3502 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3503 |
|
3504 * miscellaneous/parseparams.m: New function. |
|
3505 |
5980
|
3506 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3507 |
|
3508 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3509 options for info program invocation. |
|
3510 |
5976
|
3511 2006-08-30 David Bateman <dbateman@free.fr> |
|
3512 |
5987
|
3513 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3514 previous change. |
|
3515 |
5974
|
3516 2006-08-26 David Bateman <dbateman@free.fr> |
|
3517 |
|
3518 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3519 absence of trailing "/" in OCTAVE_HOME. |
|
3520 |
5973
|
3521 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3522 |
|
3523 * time/datenum.m: Allow arg to be character string. |
|
3524 |
5971
|
3525 2006-08-25 David Bateman <dbateman@free.fr> |
|
3526 |
|
3527 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3528 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3529 they are empty. If package directory is empty, remove it to fail |
|
3530 gracefully for system specific packages. |
|
3531 (extract_pkgadd, create_pkgadd): delete. |
|
3532 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3533 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3534 bin/ to the EXEC_PATH when the package is loaded. |
|
3535 |
5962
|
3536 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3537 |
|
3538 * image/saveimage.m: Use logical indexing instead of |
|
3539 indices computed by calling find on the logical index. |
|
3540 |
5961
|
3541 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3542 |
5967
|
3543 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3544 Use logical indexing instead of indices computed by calling find |
|
3545 on the logical index. |
|
3546 |
|
3547 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3548 |
5959
|
3549 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3550 |
|
3551 * control/system/tf2zp.m: Simplify gain calculation. |
|
3552 |
5958
|
3553 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3554 |
|
3555 * plot/__plt__.m: Insert using clauses for all plots. |
|
3556 |
5957
|
3557 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3558 |
|
3559 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3560 args. |
|
3561 |
5955
|
3562 2006-08-22 David Bateman <dbateman@free.fr> |
|
3563 |
|
3564 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3565 Search inst/*.m and src/*.m files in the package for |
|
3566 PKG_ADD directives and append user supplied PKG_ADD. |
|
3567 (pkg): Call create_pkgadd after copying files. |
|
3568 |
5947
|
3569 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3570 |
|
3571 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3572 Insert directory separator between OCTAVE_HOME and rest of package |
|
3573 installation directory. |
|
3574 |
|
3575 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3576 |
|
3577 * general/num2str.m: Early return if arg is empty. |
|
3578 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3579 |
5946
|
3580 2006-08-21 David Bateman <dbateman@free.fr> |
|
3581 |
|
3582 * strings/mat2str.m: Compute NC before using. |
|
3583 |
5937
|
3584 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3585 |
|
3586 * audio/wavread.m: Fix calculation of sample count. |
|
3587 |
5934
|
3588 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3589 |
|
3590 * image/imshow.m: New Matlab-compatible version. |
|
3591 |
5930
|
3592 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3593 |
|
3594 * deprecated/is_global.m: Delete. |
|
3595 |
5928
|
3596 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3597 |
|
3598 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3599 |
5926
|
3600 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3601 |
|
3602 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3603 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3604 |
5928
|
3605 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3606 |
6778
|
3607 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3608 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3609 Handle changes to system function. |
|
3610 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3611 recursive directory removal. |
5922
|
3612 |
5924
|
3613 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3614 |
6778
|
3615 * colormap.m: Change global variable to persistent. |
5923
|
3616 |
5922
|
3617 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3618 |
5920
|
3619 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3620 |
|
3621 * strings/str2double.m: Fix missing semicolon. |
|
3622 |
5910
|
3623 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3624 |
|
3625 * plot/plot3.m: Accept one complex or one real and one complex |
|
3626 argument and plot real and imaginary components for y and z. |
|
3627 |
5908
|
3628 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3629 |
|
3630 * testfun/test.m: Call fflush after each block of calls to |
|
3631 fprintf, fputs, or fdisp. |
|
3632 |
5904
|
3633 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3634 |
|
3635 * miscellaneous/mex.m: New function. |
|
3636 |
5901
|
3637 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3638 |
|
3639 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3640 |
5881
|
3641 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3642 |
|
3643 * miscellaneous/orderfields.m: New file. |
|
3644 |
5873
|
3645 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3646 |
|
3647 * time/datevec.m: Make another attempt to account for precision of |
|
3648 datenum format. |
|
3649 |
5868
|
3650 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3651 |
|
3652 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3653 Use feval instead of "type -q" to get values now that all the |
|
3654 symbols are functions. |
|
3655 |
5860
|
3656 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3657 |
|
3658 * time/datevec.m: Avoid computing log of non-positive values. |
|
3659 |
5859
|
3660 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3661 |
|
3662 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3663 |
5839
|
3664 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3665 |
|
3666 * audio/wavread.m: Fix file range error and add read support for |
|
3667 24-bit WAV files. |
|
3668 |
5837
|
3669 2006-06-01 David Bateman <dbateman@free.fr> |
|
3670 |
|
3671 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3672 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3673 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3674 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3675 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3676 |
5835
|
3677 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3678 |
|
3679 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3680 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3681 |
5830
|
3682 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3683 |
|
3684 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3685 |
5829
|
3686 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3687 |
|
3688 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3689 really needed. |
|
3690 |
5827
|
3691 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3692 |
6754
|
3693 * general/lookup.m: New file from Octave Forge. |
5827
|
3694 |
|
3695 2006-05-22 David Bateman <dbateman@free.fr> |
|
3696 |
6754
|
3697 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3698 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3699 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3700 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3701 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3702 strings/strtok.m: New files from Octave Forge. |
5827
|
3703 |
5824
|
3704 2006-05-19 David Bateman <dbateman@free.fr> |
|
3705 |
|
3706 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3707 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3708 |
5821
|
3709 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3710 |
|
3711 * set/intersection.m: Delete |
|
3712 * deprecated/intersection.m: New file. |
|
3713 |
5820
|
3714 2006-05-17 David Bateman <dbateman@free.fr> |
|
3715 |
|
3716 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3717 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3718 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3719 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3720 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3721 Forge. |
|
3722 |
5809
|
3723 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3724 |
5815
|
3725 * path/path.m: Delete (now a built-in function). |
|
3726 |
5811
|
3727 * pkg/Makefile.in: New file. |
|
3728 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3729 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3730 |
5808
|
3731 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3732 |
|
3733 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3734 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3735 |
5807
|
3736 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3737 |
|
3738 * tar.m, untar.m, unzip.m: New files. |
|
3739 |
5801
|
3740 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3741 |
5804
|
3742 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3743 * path/setpath.m: Delete. |
|
3744 |
5801
|
3745 * pkg/pkg.m: New file. |
|
3746 |
5798
|
3747 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3748 |
|
3749 * plot/plot.m: Doc string fix. |
|
3750 |
|
3751 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3752 |
|
3753 * testfun/speeed.m: Use new interface to unique and assert. |
|
3754 Improve documentation. Approximate time complexity from log-log |
|
3755 plot. Return time complexity and raw times if requested. The |
|
3756 mean ratio is no longer returned. Provide complete control over |
|
3757 which n are computed. |
|
3758 |
|
3759 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3760 |
|
3761 * path/path.m: Move here from miscellaneous. |
|
3762 Adapt to new LOADPATH definition. |
|
3763 |
5789
|
3764 2006-05-03 David Bateman <dbateman@free.fr> |
|
3765 |
|
3766 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3767 explicit uses of a path seperation character with pathsep(). |
|
3768 |
5786
|
3769 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3770 |
6778
|
3771 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3772 |
5781
|
3773 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3774 |
|
3775 * startup/main-rcfile: Disable some warnings. |
|
3776 |
5762
|
3777 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3778 |
|
3779 * strings/strcmpi.m: Return false instead of error if args are not |
|
3780 char or cellstr. |
|
3781 |
5750
|
3782 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3783 |
|
3784 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3785 Nx1, not 1xN. |
|
3786 |
5746
|
3787 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3788 |
|
3789 * plot/hist.m: Ignore NaN in inputs. |
|
3790 |
5745
|
3791 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3792 |
|
3793 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3794 |
5741
|
3795 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3796 |
|
3797 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3798 are both empty. |
|
3799 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3800 from __plt1__ or __plt2__. |
|
3801 |
5737
|
3802 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3803 |
6778
|
3804 * set/unique.m: Properly handle single column input when |
5737
|
3805 "rows" is specified. |
|
3806 |
5732
|
3807 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3808 |
5736
|
3809 * path/setpath.m: New file. |
|
3810 * path/savepath.m: Use setpath to set path instead of assigning |
|
3811 directly to LOADPATH. |
|
3812 |
5732
|
3813 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3814 New files, adapted from Octave Forge by Keith Goodman |
|
3815 <kwgoodman@gmail.com>. |
|
3816 * path: New directory. |
|
3817 * Makefile.in (SUBDIRS): Add it to the list. |
|
3818 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3819 |
5731
|
3820 2006-04-02 David Bateman <dbateman@free.fr> |
|
3821 |
|
3822 * general/tril.m, general.triu.m: |
|
3823 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3824 to allow user types to work correctly. |
|
3825 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3826 |
5727
|
3827 2006-04-03 David Bateman <dbateman@free.fr> |
|
3828 |
|
3829 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3830 Accept keyword "minor" for minor grid. |
|
3831 |
5721
|
3832 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3833 |
|
3834 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3835 compatiblity. |
|
3836 |
|
3837 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3838 |
|
3839 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3840 compatibility. |
|
3841 |
5720
|
3842 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3843 |
|
3844 * plot/__errplot__.m: Doc string fix. |
|
3845 |
|
3846 * miscellaneous/doc.m: Mark as command. |
|
3847 |
|
3848 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3849 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3850 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3851 |
5717
|
3852 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3853 |
|
3854 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3855 return 3d matrices. |
|
3856 |
|
3857 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3858 |
|
3859 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3860 |
5708
|
3861 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3862 |
|
3863 * plot/print.m: Don't replot after popping terminal setting. |
|
3864 |
5696
|
3865 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3866 |
|
3867 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3868 mkoctfile. Use fullfile to construct file name. |
|
3869 |
5695
|
3870 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3871 |
|
3872 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3873 shell script from Octave prompt. |
|
3874 |
5690
|
3875 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3876 |
5693
|
3877 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3878 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3879 |
|
3880 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3881 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3882 Call new wbl functions to do the real work. |
|
3883 Swap args and provide default values as necessary to preserve |
|
3884 compatibility with old version of Octave. |
|
3885 |
|
3886 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3887 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3888 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3889 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3890 Swap scale and shape args for compatibility. |
|
3891 |
5692
|
3892 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3893 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3894 Preserve compatibility with old versions of Octave given new |
|
3895 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3896 |
5692
|
3897 * statistics/distributions/logncdf.m, |
|
3898 statistics/distributions/logninv.m, |
|
3899 statistics/distributions/lognpdf.m, |
|
3900 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3901 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3902 |
5691
|
3903 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3904 current 2.1.x version. |
|
3905 |
|
3906 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3907 |
5690
|
3908 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3909 Special case for "." to avoid globbing. Use list_in_columns. |
|
3910 Eliminate unused variables len and finfo. |
|
3911 |
5689
|
3912 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3913 |
|
3914 * miscellaneous/dir.m: Improve compatibility. |
|
3915 |
5687
|
3916 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3917 |
|
3918 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3919 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3920 |
5686
|
3921 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3922 |
|
3923 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3924 of looking at sum of max dimensions. |
|
3925 |
5681
|
3926 2006-03-16 David Bateman <dbateman@free.fr> |
|
3927 |
|
3928 * testfun/test.m: Clear last warning before warning test to avoid |
|
3929 issues with previously set warnings. |
|
3930 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3931 sparse matrices. Force matrix type from spqr solution to be |
|
3932 singular to force QR solvers to be used for assert. |
|
3933 |
5678
|
3934 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3935 |
|
3936 * strings/strfind.m: New file. |
|
3937 |
5677
|
3938 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3939 |
|
3940 * general/rows.m, general/columns.m: Delete. |
|
3941 |
5674
|
3942 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3943 |
|
3944 * strings/strcmpi.m: Simplify. |
|
3945 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3946 * strings/strtrunc.m: New file. |
5674
|
3947 |
5676
|
3948 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3949 |
5672
|
3950 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3951 |
|
3952 * miscellaneous/doc.m: New file. |
|
3953 From Soren Hauberg <soren@hauberg.org>. |
|
3954 |
5671
|
3955 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3956 |
|
3957 * miscellaneous/mkoctfile.m: New file. |
|
3958 |
5670
|
3959 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3960 |
|
3961 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3962 |
5666
|
3963 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3964 |
|
3965 * strings/bin2dec.m: Doc fix. |
|
3966 |
5661
|
3967 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3968 |
|
3969 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3970 * time/datenum.m: New function to compute day number from time. |
|
3971 |
5659
|
3972 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3973 |
|
3974 * miscellaneous/unix.m, plot/print.m: |
|
3975 Swap order of outputs from system. |
|
3976 |
5642
|
3977 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3978 |
|
3979 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3980 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3981 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3982 control/base/__stepimp__.m, control/base/are.m, |
|
3983 control/base/controldemo.m, control/base/damp.m, |
|
3984 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3985 control/base/step.m, control/system/abcddim.m, |
|
3986 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3987 control/system/is_detectable.m, control/system/is_observable.m, |
|
3988 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3989 control/system/jet707.m, control/system/sys2fir.m, |
|
3990 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3991 control/system/tfout.m, control/system/ugain.m, |
|
3992 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3993 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3994 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3995 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3996 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3997 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3998 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3999 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
4000 general/isequalwithequalnans.m, general/isscalar.m, |
|
4001 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
4002 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
4003 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
4004 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
4005 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
4006 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
4007 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
4008 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
4009 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
4010 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
4011 miscellaneous/license.m, miscellaneous/menu.m, |
|
4012 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
4013 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
4014 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
4015 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
4016 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
4017 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
4018 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
4019 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
4020 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
4021 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
4022 polynomial/polyinteg.m, polynomial/polyout.m, |
|
4023 polynomial/polyreduce.m, polynomial/polyval.m, |
|
4024 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
4025 set/create_set.m, set/intersection.m, set/ismember.m, |
|
4026 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
4027 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
4028 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
4029 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
4030 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
4031 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
4032 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
4033 special-matrix/vander.m, statistics/base/median.m, |
|
4034 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
4035 statistics/distributions/gaminv.m, |
|
4036 statistics/distributions/gampdf.m, |
|
4037 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
4038 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
4039 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
4040 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
4041 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
4042 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
4043 |
5633
|
4044 2006-02-27 John W. Eaton <jwe@octave.org> |
|
4045 |
|
4046 * time/tic.m: Move here from miscellaneous/tic.m. |
|
4047 * time/toc.m: Move here from miscellaneous/toc.m. |
|
4048 |
|
4049 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
4050 |
|
4051 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
4052 does not assign output of toc to a variable. |
|
4053 |
5627
|
4054 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
4055 |
|
4056 * axis.m: Catch limits that are the same and return an error. |
|
4057 |
5625
|
4058 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4059 |
|
4060 * plot/print.m: Accept emf device option to support Enhanced |
|
4061 Metafile format. |
|
4062 |
|
4063 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
4064 |
|
4065 * control/base/lqe.m: Doc fix. |
|
4066 |
5623
|
4067 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
4068 |
|
4069 * statistics/distributions/gamcdf.m: Doc fix. |
|
4070 * statistics/distributions/gaminv.m: Doc fix. |
|
4071 * statistics/distributions/gampdf.m: Doc fix. |
|
4072 * statistics/distributions/gamrnd.m: Doc fix. |
|
4073 |
5610
|
4074 2006-02-09 David Bateman <dbateman@free.fr> |
|
4075 |
6778
|
4076 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
4077 for arbitrary user type. |
|
4078 * general/tril.m: ditto. |
|
4079 * sparse/sprand.m: Doc fix. |
|
4080 * sparse/sprandn.m: Ditto. |
|
4081 * sparse/sprandsym.m: New function. |
|
4082 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
4083 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
4084 Update for syntax error for latest texinfo.tex file. |
5610
|
4085 |
5605
|
4086 2006-02-02 John W. Eaton <jwe@octave.org> |
|
4087 |
|
4088 * plot/grid.m: Append ";\n" to "set grid" command. |
|
4089 |
|
4090 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
4091 |
|
4092 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
4093 |
5597
|
4094 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4095 |
|
4096 * audio/Makefile.in, control/base/Makefile.in, |
|
4097 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
4098 control/system/Makefile.in, control/util/Makefile.in, |
|
4099 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
4100 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
4101 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
4102 optimization/Makefile.in, plot/Makefile.in, |
|
4103 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
4104 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
4105 special-matrix/Makefile.in, startup/Makefile.in, |
|
4106 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
4107 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
4108 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
4109 (all): Depend on PKG_ADD. |
|
4110 (PKG_ADD): New target. |
|
4111 |
|
4112 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4113 |
|
4114 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
4115 |
5596
|
4116 2006-01-13 John W. Eaton <jwe@octave.org> |
|
4117 |
|
4118 * time/etime.m: Move here from miscellaneous/etime.m. |
|
4119 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
4120 |
5595
|
4121 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
4122 |
6778
|
4123 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
4124 * miscellaneous/fullfile.m: Likewise. |
|
4125 |
5592
|
4126 2006-01-12 David Bateman <dbateman@free.fr> |
|
4127 |
|
4128 * general/blkdiag.m: Compatible behavior for empty matrices |
|
4129 * statistics/base/unidrnd.m: Documentation buglet. |
|
4130 |
5583
|
4131 2005-12-14 David Bateman <dbateman@free.fr> |
|
4132 |
5589
|
4133 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
4134 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
4135 |
|
4136 * Makefile.in (SUBDIRS): Include testfun. |
|
4137 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
4138 |
5583
|
4139 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
4140 |
|
4141 * general/__isequal__.m: Remove reference to getfield. |
|
4142 |
|
4143 * plot/hist.m: Update test code for row/column discrepencies. |
|
4144 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
4145 Update the test code for this. |
|
4146 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
4147 |
5579
|
4148 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4149 |
|
4150 * cell/cell2mat.m: New file, from octave-forge. |
|
4151 |
5576
|
4152 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
4153 |
|
4154 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
4155 New graph theory functions. |
|
4156 |
5574
|
4157 2005-12-13 John W. Eaton <jwe@octave.org> |
|
4158 |
|
4159 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
4160 |
|
4161 * control/system/ss.m: Doc fix. |
|
4162 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4163 |
5572
|
4164 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
4165 |
|
4166 * audio/wavread.m, audio/wavwrite.m: |
|
4167 Correct scaling for 8-bit linear pcm samples. |
|
4168 Improve scaling for all other linear pcm resolutions. |
|
4169 |
5568
|
4170 2005-12-07 John W. Eaton <jwe@octave.org> |
|
4171 |
|
4172 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
4173 |
|
4174 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
4175 * strings/strjust.m: Likewise. |
|
4176 |
|
4177 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
4178 * signal/arma_rnd.m: Likewise. |
|
4179 * strings/strcat.m: Likewise. |
|
4180 * control/base/__freqresp__.m: Likewise. |
|
4181 * control/base/place.m: Likewise. |
|
4182 * control/base/pzmap.m: Likewise. |
|
4183 * control/base/pzmap.m: Likewise. |
|
4184 * control/system/sysappend.m: Likewise. |
|
4185 * control/system/syscont.m: Likewise. |
|
4186 * control/system/sysdisc.m: Likewise. |
|
4187 * control/system/sysgroup.m: Likewise. |
|
4188 * control/system/tfout.m: Likewise. |
|
4189 * control/system/zpout.m: Likewise. |
|
4190 * control/util/__outlist__.m: Likewise. |
|
4191 |
5567
|
4192 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4193 |
|
4194 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
4195 Avoid for loop in interleave/deinterleave steps. |
|
4196 |
5565
|
4197 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
4198 |
|
4199 * audio/wavread.m, audio/wavwrite.m: New files. |
|
4200 |
5563
|
4201 2005-12-06 John W. Eaton <jwe@octave.org> |
|
4202 |
|
4203 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
4204 |
5560
|
4205 2005-12-05 John W. Eaton <jwe@octave.org> |
|
4206 |
5561
|
4207 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
4208 |
5558
|
4209 2005-12-02 John W. Eaton <jwe@octave.org> |
|
4210 |
|
4211 * miscellaneous/fileattrib.m: New function. |
|
4212 |
5556
|
4213 2005-12-01 John W. Eaton <jwe@octave.org> |
|
4214 |
|
4215 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
4216 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
4217 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
4218 |
5555
|
4219 2005-11-30 John W. Eaton <jwe@octave.org> |
|
4220 |
|
4221 * linear-algebra/krylov.m: Format doc string. |
|
4222 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4223 |
5551
|
4224 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
4225 |
|
4226 * general/blkdiag.m: Import from octave-forge. |
|
4227 Ignore empty matrices in the input. Add tests. |
5549
|
4228 |
|
4229 * general/isequal.m, general/isequalwithequalnans.m: |
|
4230 New wrapper scripts for general/__isequal__.m. |
|
4231 * general/__isequal__.m: Rename from general/isequal.m. |
|
4232 New arg, nans_compare_equal. |
|
4233 |
5548
|
4234 2005-11-29 John W. Eaton <jwe@octave.org> |
|
4235 |
|
4236 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
4237 calling system. Only append octave_forge_string if |
|
4238 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
4239 Call license instead of hard-coding license info here. |
|
4240 |
|
4241 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
4242 __octave_licenses__. Use puts instead of disp. |
5548
|
4243 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
4244 If nargout = 1, return license info instead of printing usage message. |
|
4245 |
5546
|
4246 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4247 |
|
4248 * miscellaneous/ver.m: New file. |
|
4249 * miscellaneous/license.m: New file. |
|
4250 |
5545
|
4251 2005-11-22 John W. Eaton <jwe@octave.org> |
|
4252 |
|
4253 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
4254 gnuplot set command. |
|
4255 |
5539
|
4256 2005-11-15 John W. Eaton <jwe@octave.org> |
|
4257 |
|
4258 * general/shiftdim.m: Doc fix. |
|
4259 |
5532
|
4260 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
4261 |
|
4262 * set/unique.m: Doc string fix. |
|
4263 |
5527
|
4264 2005-11-01 John W. Eaton <jwe@octave.org> |
|
4265 |
|
4266 * Makefile.in (distclean, maintainer-clean): |
|
4267 Also remove autom4te.cache directory. |
|
4268 From Quentin Spencer <qspencer@ieee.org>. |
|
4269 |
5518
|
4270 2005-10-28 John W. Eaton <jwe@octave.org> |
|
4271 |
|
4272 * general/shiftdim.m: Compatibility fix for row vectors. |
|
4273 Correct check for non-scalar non-integer shift. For positive |
|
4274 N, shift is remainder of N and number of dims. Always return NS. |
|
4275 Simplify. |
|
4276 |
5500
|
4277 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
4278 |
|
4279 * general/randperm.m: Improve compatibility by allowing input |
|
4280 value of zero. |
|
4281 |
5493
|
4282 2005-10-13 John W. Eaton <jwe@octave.org> |
|
4283 |
|
4284 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
4285 If in multiplot mode, clear plot before issuing new plot command. |
|
4286 |
|
4287 * plot/__setup_plot__.m: New function. |
|
4288 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
4289 Handle multiplot data and offsets here. |
|
4290 |
|
4291 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
4292 Move initialization to __setup_plot__.m. |
|
4293 |
|
4294 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
4295 Don't reset gnuplot_command_replot. |
|
4296 |
|
4297 * plot/replot.m: Handle multiplot data and offsets here. |
|
4298 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4299 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
4300 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
4301 |
5489
|
4302 2005-10-12 John W. Eaton <jwe@octave.org> |
|
4303 |
|
4304 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
4305 |
5482
|
4306 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
4307 |
|
4308 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
4309 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
4310 _inv functions. |
|
4311 * chi2pdf.m: Fixed typos in the documentation. |
|
4312 |
5475
|
4313 2005-09-28 John W. Eaton <jwe@octave.org> |
|
4314 |
5476
|
4315 * miscellaneous/single.m: New function. |
|
4316 |
5475
|
4317 * statistics/base/unidrnd.m: New function. |
|
4318 |
5474
|
4319 2005-09-27 John W. Eaton <jwe@octave.org> |
|
4320 |
|
4321 * miscellaneous/dir.m: Filename never includes directory part. |
|
4322 |
5464
|
4323 2005-09-22 John W. Eaton <jwe@octave.org> |
|
4324 |
|
4325 * polynomial/residue.m: Use logical indexing instead of find.. |
|
4326 |
|
4327 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
4328 |
|
4329 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
4330 and zero poles. |
|
4331 |
5462
|
4332 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
4333 |
|
4334 * strings/deblank.m: Handle cell arrays. |
|
4335 * strings/split.m: New argument, N, to limit number of splits. |
|
4336 |
|
4337 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
4338 |
|
4339 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
4340 |
5460
|
4341 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
4342 |
|
4343 * control/base/rlocus.m: Doc fix. |
|
4344 |
5459
|
4345 2005-09-20 John W. Eaton <jwe@octave.org> |
|
4346 |
|
4347 * general/isvector.m: Improve compatibility. |
|
4348 |
|
4349 * general/postpad.m: Allow first argument to be a scalar. |
|
4350 Allow padding to extend dimensionality. |
|
4351 * general/prepad.m: Likewise. |
|
4352 |
5448
|
4353 2005-09-14 Daniel <durbano@shbano.com> |
|
4354 |
|
4355 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
4356 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
4357 /control/base/dgram.m: Doc string fixes. |
5448
|
4358 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4359 |
5446
|
4360 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4361 |
|
4362 * saveimage.m: Do not ignore most significant bit when writing |
|
4363 black and white images to file. |
|
4364 |
5443
|
4365 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
4366 |
|
4367 * audio/playaudio.m, control/base/__bodquist__.m, |
|
4368 control/base/lqg.m, control/obsolete/dezero.m, |
|
4369 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
4370 control/system/c2d.m, control/system/cellidx.m, |
|
4371 control/system/d2c.m, control/system/dmr2d.m, |
|
4372 control/system/is_signal_list.m, control/system/listidx.m, |
|
4373 control/system/ss.m, control/system/sysappend.m, |
|
4374 control/system/sysconnect.m, control/system/sysdup.m, |
|
4375 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
4376 control/system/sysprune.m, control/system/syssetsignals.m, |
|
4377 control/system/tfout.m, control/system/zpout.m, |
|
4378 control/util/prompt.m, control/util/sortcom.m, |
|
4379 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
4380 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
4381 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
4382 general/strerror.m, image/colormap.m, image/imshow.m, |
|
4383 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
4384 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
4385 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
4386 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
4387 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
4388 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
4389 plot/print.m, plot/title.m, plot/top_title.m, |
|
4390 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
4391 statistics/base/mean.m, statistics/base/moment.m, |
|
4392 statistics/tests/cor_test.m, |
|
4393 statistics/tests/kolmogorov_smirnov_test.m, |
|
4394 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
4395 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
4396 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
4397 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
4398 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
4399 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
4400 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
4401 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
4402 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
4403 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
4404 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
4405 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
4406 isvector instead of is_vector. Use isstruct instead of |
|
4407 is_struct. Use char instead of setstr. |
|
4408 |
5435
|
4409 2005-08-31 Daniel <durbano@shbano.com> |
|
4410 |
|
4411 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
4412 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
4413 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4414 |
5431
|
4415 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
4416 |
|
4417 * image/saveimage.m: Open output file in binary mode. |
|
4418 |
|
4419 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
4420 |
5427
|
4421 2005-08-16 John W. Eaton <jwe@octave.org> |
|
4422 |
|
4423 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
4424 outputs. |
|
4425 |
5426
|
4426 2005-08-15 John W. Eaton <jwe@octave.org> |
|
4427 |
|
4428 * strings/strcat.m: Allow single argument. |
|
4429 |
5416
|
4430 2005-07-18 John W. Eaton <jwe@octave.org> |
|
4431 |
|
4432 * strings/strcmp.m: Delete. |
|
4433 |
5413
|
4434 2005-07-13 John W. Eaton <jwe@octave.org> |
|
4435 |
|
4436 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
4437 versions of Octave. |
|
4438 |
|
4439 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
4440 |
|
4441 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
4442 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
4443 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
4444 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
4445 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
4446 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
4447 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
4448 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
4449 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
4450 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4451 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4452 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4453 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4454 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4455 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4456 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4457 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4458 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4459 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4460 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4461 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4462 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4463 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4464 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4465 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4466 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4467 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4468 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4469 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4470 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4471 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4472 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4473 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4474 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4475 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4476 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4477 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4478 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4479 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4480 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4481 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4482 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4483 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4484 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4485 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4486 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4487 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4488 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4489 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4490 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4491 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4492 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4493 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4494 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4495 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4496 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4497 |
|
4498 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4499 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4500 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4501 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4502 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4503 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4504 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4505 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4506 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4507 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4508 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4509 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4510 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4511 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4512 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4513 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4514 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4515 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4516 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4517 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4518 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4519 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4520 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4521 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4522 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4523 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4524 deprecated/wiener_rnd.m: New files. |
|
4525 |
5408
|
4526 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4527 |
|
4528 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4529 * deprecated/weibull_rnd.m: New file. |
|
4530 |
5407
|
4531 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4532 |
|
4533 * strings/dec2base.m: Allow matrix arguments. |
|
4534 |
5406
|
4535 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4536 |
|
4537 * plot/__errplot__.m: Use __plot_globals__. |
|
4538 * plot/__plt__.m: Likewise. |
|
4539 * plot/figure.m: Likewise. |
|
4540 |
|
4541 * plot/hold.m: New file. |
|
4542 * plot/ishold.m: New file. |
|
4543 * plot/__plot_globals__.m: New file. |
|
4544 |
5400
|
4545 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4546 |
|
4547 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4548 |
|
4549 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4550 |
|
4551 * strings/findstr.m: Return [] for no matches. |
|
4552 |
5399
|
4553 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4554 |
|
4555 * miscellaneous/tic.m: Fix doc string. |
|
4556 |
5395
|
4557 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4558 |
|
4559 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4560 |
5393
|
4561 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4562 |
|
4563 * general/isequal.m: Correct nargin check. |
|
4564 |
5388
|
4565 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4566 |
|
4567 * general/isvector.m: Handle N-d arrays. |
|
4568 From Bill Denney <denney@seas.upenn.edu>. |
|
4569 |
5381
|
4570 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4571 |
|
4572 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4573 |
5377
|
4574 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4575 |
|
4576 * signal/freqz.m: Use correct calculations when given a vector of |
|
4577 frequencies. Improve accuracy of returned frequency vector. |
|
4578 Improve speed for medium length filters (at a slight cost for slow |
|
4579 filters). Add test cases. |
|
4580 |
5373
|
4581 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4582 |
|
4583 * plot/loglog.m: Fix set commands. |
|
4584 |
5381
|
4585 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4586 |
|
4587 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4588 |
5371
|
4589 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4590 |
5373
|
4591 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4592 |
5372
|
4593 * strings/strncmp.m: New file, from Tom Holroyd |
|
4594 <tomh@kurage.nimh.nih.gov>. |
|
4595 |
5371
|
4596 * strings/strcmp.m: Return logical values in all cases. |
|
4597 |
5366
|
4598 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4599 |
|
4600 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4601 Texinfoize doc string. |
|
4602 |
|
4603 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4604 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4605 set terminal push/pop and unconditionally set output to screen |
|
4606 when done to avoid requiring gget. Use a cell array for dev_list |
|
4607 and cellidx to search for items in the list. Delete local |
|
4608 variable endl. Don't set and restore automatic_replot. Use {} |
|
4609 instead of nth to index varargin. Delete local variable |
|
4610 va_arg_cnt. |
|
4611 |
5355
|
4612 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4613 |
|
4614 * general/num2str.m: Return early if X is a character string. |
|
4615 |
5347
|
4616 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4617 |
5348
|
4618 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4619 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4620 |
5347
|
4621 * plot/polar.m: Don't call __pltopt__ here. |
|
4622 |
5333
|
4623 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4624 |
|
4625 * mkdoc: Print header message. |
|
4626 |
5319
|
4627 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4628 |
|
4629 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4630 startup/octaverc. |
|
4631 |
5318
|
4632 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4633 |
|
4634 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4635 (__im_numeric_limits__): New internal function. |
|
4636 |
5317
|
4637 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4638 |
|
4639 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4640 data, not mean of group_mean. |
|
4641 |
|
4642 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4643 |
|
4644 * startup/local-rcfile: New file. |
|
4645 * startup/main-rcfile: Rename from startup/octaverc. |
|
4646 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4647 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4648 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4649 |
|
4650 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4651 |
|
4652 * startup/inputrc: New file. |
|
4653 * startup/octaverc: Configure readline using inputrc from |
|
4654 startupfiledir. |
|
4655 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4656 in $(fcnfiledir)/startup. |
|
4657 |
5310
|
4658 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4659 |
|
4660 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4661 |
5289
|
4662 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4663 |
|
4664 * optimization/glpk.m: Handle SENSE argument. |
|
4665 |
|
4666 * optimization/qp.m, optimization/sqp.m: New files. |
|
4667 |
5276
|
4668 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4669 |
|
4670 * Makefile.in (clean, distclean, maintainer-clean): |
|
4671 Avoid duplication in rules. |
|
4672 |
5252
|
4673 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4674 |
|
4675 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4676 setting {no,}parametric. |
|
4677 * plot/figure.m: Likewise, for setting terminal type. |
|
4678 |
|
4679 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4680 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4681 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4682 plot/title.m, plot/top_title.m: Avoid eval. |
|
4683 |
5251
|
4684 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4685 |
5253
|
4686 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4687 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4688 Use __gnuplot_replot__ instead of replot. |
|
4689 |
5252
|
4690 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4691 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4692 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4693 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4694 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4695 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4696 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4697 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4698 |
5251
|
4699 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4700 |
5244
|
4701 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4702 |
|
4703 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4704 * optimization/glpk.m: Likewise. |
|
4705 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4706 (row vectors are orginary character strings). |
|
4707 * optimization/glpkparam.m: Delete. |
|
4708 |
5243
|
4709 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4710 |
|
4711 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4712 of dimensions of X. |
|
4713 |
5237
|
4714 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4715 |
5239
|
4716 * general/tril.m, general/triu.m: Return value of same class as |
|
4717 argument. |
|
4718 |
5237
|
4719 * optimization/glpk.m: Simplify interface. By default, solve |
|
4720 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4721 * optimization/glpkmex.m: New file. |
|
4722 |
5232
|
4723 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4724 |
5237
|
4725 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4726 list. |
|
4727 |
5233
|
4728 * optimization/glpk.m: Adapt to Octave coding style. |
|
4729 No need for varargout or varargin. |
|
4730 Print usage message if nargin > 11. |
|
4731 Allow any value of nargout. |
|
4732 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4733 Avoid looping when checking character classes. |
|
4734 |
5232
|
4735 * optimization: New directory. |
|
4736 * Makefile.in (SUBDIRS): Add it to the list. |
|
4737 * optimization/Makefile.in: New file. |
|
4738 * optimization/glpk.m, optimization/glpkparams.m, |
|
4739 optimization/glpktest1, optimization/glpktest2: New files. |
|
4740 |
5218
|
4741 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4742 |
|
4743 * strings/split.m: Quick return for empty second arg. |
|
4744 Improve warning for multi-line strings. |
|
4745 Speed up by avoiding sprintf in loop and eval. |
|
4746 |
5217
|
4747 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4748 |
|
4749 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4750 * polynomial/polyder.m: Ditto. |
6778
|
4751 * polynomial/polygcd.m: New function. |
5217
|
4752 |
5214
|
4753 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4754 |
5215
|
4755 * control/base/__stepimp__.m, control/base/bode.m, |
|
4756 control/base/frdemo.m, control/base/nichols.m, |
|
4757 control/base/nyquist.m, control/base/pzmap.m, |
|
4758 control/base/rldemo.m, control/base/rlocus.m, |
|
4759 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4760 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4761 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4762 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4763 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4764 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4765 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4766 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4767 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4768 plot/xlabel.m, quaternion/demoquat.m, |
|
4769 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4770 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4771 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4772 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4773 gsplot from @seealso docs. |
5214
|
4774 |
|
4775 * plot/replot.m: New file. |
|
4776 |
5205
|
4777 2005-03-15 David Bateman <dbateman@free.fr> |
|
4778 |
|
4779 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4780 |
5196
|
4781 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4782 |
|
4783 * statistics/Makefile.in (bin-dist): Delete target. |
|
4784 (BINDISTSUBDIRS): Delete variable. |
6754
|
4785 * control/Makefile.in: Likewise. |
5196
|
4786 |
5378
|
4787 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4788 (BINDISTFILES): Delete variable. |
5378
|
4789 * control/base/Makefile.in: Likewise. |
|
4790 * control/hinf/Makefile.in: Likewise. |
|
4791 * control/obsolete/Makefile.in: Likewise. |
|
4792 * control/system/Makefile.in: Likewise. |
|
4793 * control/util/Makefile.in: Likewise. |
|
4794 * deprecated/Makefile.in: Likewise. |
|
4795 * elfun/Makefile.in: Likewise. |
|
4796 * finance/Makefile.in: Likewise. |
|
4797 * general/Makefile.in: Likewise. |
|
4798 * image/Makefile.in: Likewise. |
|
4799 * sparse/Makefile.in: Likewise. |
|
4800 * io/Makefile.in: Likewise. |
|
4801 * plot/Makefile.in: Likewise. |
|
4802 * Makefile.in: Likewise. |
|
4803 * miscellaneous/Makefile.in: Likewise. |
|
4804 * linear-algebra/Makefile.in: Likewise. |
|
4805 * polynomial/Makefile.in: Likewise. |
|
4806 * quaternion/Makefile.in: Likewise. |
|
4807 * set/Makefile.in: Likewise. |
|
4808 * signal/Makefile.in: Likewise. |
|
4809 * specfun/Makefile.in: Likewise. |
|
4810 * special-matrix/Makefile.in: Likewise. |
|
4811 * startup/Makefile.in: Likewise. |
|
4812 * statistics/base/Makefile.in: Likewise. |
|
4813 * statistics/distributions/Makefile.in: Likewise. |
|
4814 * statistics/models/Makefile.in: Likewise. |
|
4815 * statistics/tests/Makefile.in: Likewise. |
|
4816 * strings/Makefile.in: Likewise. |
|
4817 * time/Makefile.in: Likewise. |
5196
|
4818 |
5195
|
4819 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4820 |
|
4821 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4822 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4823 |
5192
|
4824 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4825 |
|
4826 * plot/clg.m: New file. |
|
4827 |
5193
|
4828 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4829 |
|
4830 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4831 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4832 strings/strcmpi.m: |
|
4833 New files from Octave-forge. Adapt to Octave coding standards. |
|
4834 |
5181
|
4835 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4836 |
|
4837 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4838 computation range. |
|
4839 |
5164
|
4840 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4841 |
|
4842 Sparse merge. |
|
4843 |
|
4844 2005-01-23 David Bateman <dbateman@free.fr> |
|
4845 |
|
4846 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4847 |
|
4848 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4849 |
|
4850 * sparse/Makefile.in: New file. |
|
4851 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4852 |
|
4853 2005-01-07 David Bateman <dbateman@free.fr> |
|
4854 |
|
4855 * set/unique.m: import file from octave-forge. |
|
4856 |
|
4857 2005-01-05 David Bateman <dbateman@free.fr> |
|
4858 |
|
4859 * Makefile.in: include sparse directory in SUBDIRS. |
|
4860 |
|
4861 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4862 |
|
4863 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4864 src/DLD-FUNCTIONS/sparse.cc). |
|
4865 |
|
4866 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4867 |
|
4868 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4869 Andy Adler <adler@site.uottawa.ca>. |
|
4870 |
|
4871 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4872 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4873 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4874 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4875 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4876 |
|
4877 * sparse: New directory. |
|
4878 |
5158
|
4879 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4880 |
|
4881 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4882 |
|
4883 * polynomial/poly.m: Quick return if m is 0. |
|
4884 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4885 |
5154
|
4886 2005-02-21 David Bateman <dbateman@free.fr> |
|
4887 |
|
4888 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4889 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4890 Fix for row vectors with at least one element of lambda not in |
|
4891 (0, Inf). |
|
4892 |
5152
|
4893 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4894 |
5153
|
4895 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4896 |
5152
|
4897 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4898 plot/__axis_label__.m: Issue replot command. |
|
4899 |
5135
|
4900 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4901 |
|
4902 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4903 |
5133
|
4904 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4905 |
|
4906 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4907 provided and len <= computed max_len. |
|
4908 |
5125
|
4909 2005-01-27 David Bateman <dbateman@free.fr> |
|
4910 |
|
4911 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4912 |
|
4913 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4914 |
|
4915 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4916 |
5123
|
4917 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4918 |
|
4919 * statistics/base/median.m: Make it work for the scalar case too. |
|
4920 |
6308
|
4921 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4922 |
|
4923 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4924 Simplify logic for decoding args. |
5117
|
4925 |
5115
|
4926 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4927 |
5116
|
4928 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4929 |
|
4930 * plot/__plt__.m: No need to save and reset hold state now. |
|
4931 (first_plot): Delete unused variable. |
|
4932 |
5115
|
4933 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4934 |
|
4935 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4936 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4937 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4938 plot/__plt2vv__.m: |
|
4939 Return data and gnuplot commands instead of evaluating them. |
|
4940 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4941 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4942 |
5108
|
4943 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4944 |
|
4945 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4946 |
5096
|
4947 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4948 |
|
4949 * statistics/base/range.m: Fix varargin usage. |
|
4950 |
5091
|
4951 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4952 |
|
4953 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4954 isspace), not just SPC. |
|
4955 |
5090
|
4956 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4957 |
|
4958 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4959 |
5073
|
4960 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4961 |
|
4962 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4963 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4964 |
5072
|
4965 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4966 |
|
4967 * plot/__plt2vm__.m: Delete debugging statement. |
|
4968 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4969 |
5065
|
4970 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4971 |
|
4972 * plot/hist.m: Always return row vectors for vector args. |
|
4973 |
5031
|
4974 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4975 |
|
4976 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4977 strings, return zero instead of reporting an error. |
|
4978 |
5021
|
4979 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4980 |
|
4981 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4982 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4983 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4984 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4985 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4986 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4987 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4988 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4989 control/system/is_detectable.m, control/system/is_sample.m, |
|
4990 control/system/is_siso.m, control/system/is_stable.m, |
|
4991 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4992 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4993 control/system/sysappend.m, control/system/sysconnect.m, |
|
4994 control/system/sysdisc.m, control/system/sysdup.m, |
|
4995 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4996 control/system/syssetsignals.m, control/system/syssub.m, |
|
4997 control/system/tf2sys.m, control/system/ugain.m, |
|
4998 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4999 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
5000 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
5001 |
|
5002 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
5003 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
5004 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
5005 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
5006 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
5007 control/system/sysappend.m, control/system/sysconnect.m, |
|
5008 control/system/sysdup.m, control/system/sysgroup.m, |
|
5009 control/system/sysprune.m, control/system/sysreorder.m, |
|
5010 control/system/sysscale.m, control/system/syssub.m, |
|
5011 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
5012 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
5013 polynomial/polyout.m, specfun/log2.m: |
|
5014 Add output arguments in doc strings. |
|
5015 |
|
5016 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
5017 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
5018 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
5019 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
5020 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
5021 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
5022 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
5023 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
5024 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
5025 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
5026 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
5027 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
5028 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
5029 control/system/c2d.m, control/system/is_abcd.m, |
|
5030 control/system/is_controllable.m, control/system/is_detectable.m, |
|
5031 control/system/is_observable.m, control/system/is_stable.m, |
|
5032 control/system/jet707.m, control/system/ord2.m, |
|
5033 control/system/starp.m, control/system/sys2fir.m, |
|
5034 control/system/sys2ss.m, control/system/sys2tf.m, |
|
5035 control/system/sys2zp.m, control/system/syscont.m, |
|
5036 control/system/sysdisc.m, control/system/sysdup.m, |
|
5037 control/system/sysgettype.m, control/system/sysgroup.m, |
|
5038 control/system/sysmult.m, control/system/sysprune.m, |
|
5039 control/system/sysreorder.m, control/system/sysscale.m, |
|
5040 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
5041 control/system/tf2ss.m, control/system/tf2sys.m, |
|
5042 control/system/zp2ss.m, control/system/zp2sys.m, |
|
5043 control/util/axis2dlim.m, control/util/prompt.m, |
|
5044 control/util/zgfmul.m, control/util/zginit.m, |
|
5045 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
5046 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
5047 in doc strings. |
|
5048 |
|
5049 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
5050 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
5051 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
5052 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5053 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5054 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5055 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5056 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
5057 control/system/c2d.m, control/system/fir2sys.m, |
|
5058 control/system/is_stabilizable.m, control/system/jet707.m, |
|
5059 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
5060 control/util/zgshsr.m, polynomial/polyout.m: |
|
5061 New @tex section(s) in doc strings for better formating of printed |
|
5062 output. |
|
5063 |
|
5064 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
5065 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
5066 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
5067 Use proper double quote marks for TeX. |
|
5068 |
|
5069 * control/base/DEMOcontrol.m: Add missing ; |
|
5070 |
|
5071 * control/base/nichols.m, control/base/rlocus.m, |
|
5072 control/obsolete/minfo.m, control/system/is_digital.m, |
|
5073 control/system/ss2zp.m, control/system/sysmin.m, |
|
5074 control/system/tf2zp.m, control/util/sortcom.m: |
|
5075 Convert documentation to use or more completely use Texinfo. |
|
5076 |
|
5077 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
5078 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
5079 control/system/parallel.m, control/system/ss2tf.m, |
|
5080 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
5081 art splitting over a page boundary. |
|
5082 |
|
5083 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
5084 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
5085 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
5086 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
5087 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
5088 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
5089 the TeX documentation. |
|
5090 |
|
5091 * control/system/is_stabilizable.m: |
|
5092 Add Copyright so that help is displayed correctly. |
|
5093 |
|
5094 * special-matrix/vander.m: Octave indexes start at 1. |
|
5095 |
5011
|
5096 2004-09-21 David Bateman <dbateman@free.fr> |
|
5097 |
|
5098 * general/rotdim.m: New function for rotation of an N-d array in an |
|
5099 arbitrary plane. |
|
5100 |
|
5101 * general/flipdim.m: New function to flip an N-d array about an |
|
5102 arbitrary axis. |
|
5103 |
5003
|
5104 2004-09-15 David Bateman <dbateman@free.fr> |
|
5105 |
|
5106 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
5107 |
4992
|
5108 2004-09-15 John W. Eaton <jwe@octave.org> |
|
5109 |
|
5110 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
5111 Use iscellstr to check for cells rather than iscell. |
|
5112 Improve diagnostics for invalid args. |
4992
|
5113 |
4983
|
5114 2004-09-10 David Bateman <dbateman@free.fr> |
|
5115 |
|
5116 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
5117 and p with n > 1, and fix for matrix n and p with n == 1. |
|
5118 |
|
5119 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
5120 due to row vs. column vector operations. |
|
5121 |
4964
|
5122 2004-09-03 David Bateman <dbateman@free.fr> |
|
5123 |
|
5124 * general/repmat.m: Fix to allow logical classes. |
|
5125 |
4950
|
5126 2004-08-31 John W. Eaton <jwe@octave.org> |
|
5127 |
|
5128 * general/isa.m: New function, from Octave-forge. |
|
5129 |
|
5130 2004-08-31 David Bateman <dbateman@free.fr> |
|
5131 |
|
5132 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
5133 limitation on the use of int64 and uint64 types, and the use |
|
5134 of the eval. |
|
5135 |
|
5136 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
5137 in .^ with integer types is fixed. |
|
5138 |
|
5139 * general/repmat.m: Adapt to allow integer types. |
4945
|
5140 |
|
5141 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
5142 |
|
5143 * plot/axis.m: Don't reset axes when querying them. |
|
5144 |
4942
|
5145 2004-08-27 David Bateman <dbateman@free.fr> |
|
5146 |
|
5147 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
5148 Eliminate loop. |
|
5149 |
4918
|
5150 2004-07-27 David Bateman <dbateman@free.fr> |
|
5151 |
|
5152 * general/num2str.m: Also insert spaces in output when precision |
|
5153 argument is supplied. |
|
5154 |
4915
|
5155 2004-07-23 David Bateman <dbateman@free.fr> |
|
5156 |
|
5157 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
5158 |
4911
|
5159 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5160 |
|
5161 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
5162 |
|
5163 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
5164 |
|
5165 * miscellaneous/unix.m: Fix doc string. |
|
5166 |
|
5167 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
5168 |
|
5169 * plot/figure.m: Clarification of documentation. |
|
5170 |
|
5171 * image/imshow.m: Warn for complex images. |
|
5172 Only estimate colourmap for images in [0, 65536]. |
|
5173 |
|
5174 2004-07-22 David Bateman <dbateman@free.fr> |
|
5175 |
|
5176 * general/num2str.m: Fix the case of an all zero input. |
|
5177 |
4906
|
5178 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
5179 |
|
5180 * general/ind2sub.m: Doc fix. |
|
5181 |
4900
|
5182 2004-06-08 John W. Eaton <jwe@octave.org> |
|
5183 |
|
5184 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
5185 convert function handle to string for eval. |
|
5186 |
4898
|
5187 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
5188 |
|
5189 * plot/errorbar.m: Remove debugging output. |
|
5190 |
|
5191 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5192 |
|
5193 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
5194 |
4897
|
5195 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
5196 |
4898
|
5197 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
5198 |
|
5199 * polynomial/polyout.m: Use parenthesis if necessary around |
|
5200 complex polynomial coefficient. |
|
5201 |
4897
|
5202 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
5203 the bug which causes __errplot__ to ignore the last argument. |
|
5204 |
4894
|
5205 2004-06-03 David Bateman <dbateman@free.fr> |
|
5206 |
|
5207 * general/shiftdim.m: New function based on JWE code snippet. |
|
5208 |
|
5209 * general/circdim.m: New function. |
|
5210 |
4890
|
5211 2004-05-06 David Bateman <dbateman@free.fr> |
|
5212 |
|
5213 * general/issquare.m: Fail if ndim(x) > 2. |
|
5214 |
|
5215 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
5216 |
|
5217 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
5218 N-d array arguments. Add optional dim argument to define |
|
5219 dimension along which to operate. |
|
5220 |
|
5221 * linear-algebra/dmult.m: Allow N-d arrays. |
|
5222 |
|
5223 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
5224 |
4885
|
5225 2004-04-29 David Bateman <dbateman@free.fr> |
|
5226 |
|
5227 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
5228 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
5229 statistics/base/statistics.m, statistics/base/skewness.m |
|
5230 statistics/base/iqr.m: |
|
5231 Make N-d array aware. Allow optional argument to define the |
|
5232 dimension along which to operate. Update the documentation. |
|
5233 |
|
5234 * statistics/base/ranks.m: Change algorithm to use sort, |
|
5235 and adjust for the ties after. |
|
5236 |
|
5237 * statistics/base/run_counts.m: Change algorithm to use |
|
5238 the a combination of diff and find, rather than a for-loop. |
|
5239 |
4881
|
5240 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
5241 |
|
5242 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
5243 |
4878
|
5244 2004-04-23 David Bateman <dbateman@free.fr> |
|
5245 |
|
5246 * general/int2str.m: Treat only real part of argument, and treat |
|
5247 NDArrays by stacking the slices through the matrix vertically. |
|
5248 |
|
5249 * general/num2str.m: Improve format of integer matrices, and the |
|
5250 conversion of complex matrices added. Treat NDArrays by stacking |
|
5251 the slices through the matrix vertically. |
|
5252 |
|
5253 * deprecated/com2str.m: Moved here from general subdirectory. |
|
5254 |
4877
|
5255 2004-04-22 John W. Eaton <jwe@octave.org> |
|
5256 |
|
5257 * quaternion/qtransvmat.m: Use continuation characters to make |
|
5258 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
5259 |
4869
|
5260 2004-04-21 David Bateman <dbateman@free.fr> |
|
5261 |
5378
|
5262 * elfun/lcm.m: Make N-d aware. |
4870
|
5263 |
4869
|
5264 * general/diff.m: Make the code N-d array aware. Allow an |
|
5265 optional argument to define the dimension along which to perform |
|
5266 the differences and allow the order of the differences to be larger |
|
5267 than the dimension itself. |
|
5268 |
|
5269 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
5270 use of these functions to 1- and 2-d arrays. |
|
5271 |
4863
|
5272 2004-04-16 John W. Eaton <jwe@octave.org> |
|
5273 |
|
5274 * elfun/gcd.m: Delete. |
|
5275 |
4862
|
5276 2004-04-15 David Bateman <dbateman@free.fr> |
|
5277 |
|
5278 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
5279 |
|
5280 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
5281 array aware and and optional argument for the dimension along |
|
5282 which to operate. |
|
5283 |
5378
|
5284 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
5285 argument for the dimension to be consistent with other N-d array |
|
5286 functions. |
|
5287 |
4860
|
5288 2004-04-08 David Bateman <dbateman@free.fr> |
|
5289 |
|
5290 * statistics/distributions/discrete_cdf.m, |
|
5291 statistics/distributions/discrete_inv.m, |
|
5292 statistics/distributions/discrete_pdf.m, |
|
5293 statistics/distributions/discrete_rnd.m, |
|
5294 statistics/distributions/exponential_cdf.m, |
|
5295 statistics/distributions/exponential_inv.m, |
|
5296 statistics/distributions/exponential_pdf.m, |
|
5297 statistics/distributions/exponential_rnd.m, |
|
5298 statistics/distributions/f_cdf.m, |
|
5299 statistics/distributions/f_inv.m, |
|
5300 statistics/distributions/f_pdf.m, |
|
5301 statistics/distributions/f_rnd.m, |
|
5302 statistics/distributions/geometric_cdf.m, |
|
5303 statistics/distributions/geometric_inv.m, |
|
5304 statistics/distributions/geometric_pdf.m, |
|
5305 statistics/distributions/geometric_rnd.m, |
|
5306 statistics/distributions/hypergeometric_rnd.m, |
|
5307 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
5308 statistics/distributions/laplace_cdf.m, |
|
5309 statistics/distributions/laplace_inv.m, |
|
5310 statistics/distributions/laplace_pdf.m, |
|
5311 statistics/distributions/laplace_rnd.m, |
|
5312 statistics/distributions/logistic_inv.m, |
|
5313 statistics/distributions/logistic_rnd.m, |
|
5314 statistics/distributions/lognormal_cdf.m, |
|
5315 statistics/distributions/lognormal_inv.m, |
|
5316 statistics/distributions/lognormal_pdf.m, |
|
5317 statistics/distributions/lognormal_rnd.m, |
|
5318 statistics/distributions/pascal_cdf.m, |
|
5319 statistics/distributions/pascal_inv.m, |
|
5320 statistics/distributions/pascal_pdf.m, |
|
5321 statistics/distributions/pascal_rnd.m, |
|
5322 statistics/distributions/poisson_cdf.m, |
|
5323 statistics/distributions/poisson_inv.m, |
|
5324 statistics/distributions/poisson_pdf.m, |
|
5325 statistics/distributions/poisson_rnd.m, |
|
5326 statistics/distributions/t_cdf.m, |
|
5327 statistics/distributions/t_inv.m, |
|
5328 statistics/distributions/t_pdf.m, |
|
5329 statistics/distributions/t_rnd.m, |
|
5330 statistics/distributions/weibull_cdf.m, |
|
5331 statistics/distributions/weibull_inv.m, |
|
5332 statistics/distributions/weibull_pdf.m, |
|
5333 statistics/distributions/weibull_rnd.m: |
|
5334 Allow N-d arrays. |
|
5335 |
|
5336 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
5337 that results in NaN in places where it should not have had. |
|
5338 |
|
5339 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
5340 allow creating arbitrary matrices, compatiable with the other |
5583
|
5341 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
5342 |
|
5343 * statistics/distributions/empirical_rnd.m: New argument formats |
|
5344 to allow creating arbitrary matrices, compatiable with the other |
5583
|
5345 *_rnd.m functions. Maintain compatibility with previous |
4860
|
5346 format. Allow N-d arrays. |
|
5347 |
|
5348 * statistics/distributions/hypergeometric_cdf.m, |
|
5349 statistics/distributions/hypergeometric_inv.m, |
|
5350 statistics/distributions/hypergeometric_pdf.m, |
|
5351 statistics/distributions/wiener_rnd.m: |
|
5352 Error for non-scalar arguments. |
|
5353 |
|
5354 * statistics/distributions/pascal_rnd.m: |
|
5355 Correct for n = 1 bug, where all elements were equal. |
|
5356 |
4849
|
5357 2004-04-06 David Bateman <dbateman@free.fr> |
|
5358 |
4854
|
5359 * general/common_size.m, miscellaneous/bincoeff.m, |
|
5360 statistics/distributions/beta_cdf.m, |
|
5361 statistics/distributions/beta_inv.m, |
|
5362 statistics/distributions/beta_pdf.m, |
|
5363 statistics/distributions/beta_rnd.m, |
|
5364 statistics/distributions/binomial_cdf.m, |
|
5365 statistics/distributions/binomial_inv.m, |
|
5366 statistics/distributions/binomial_pdf.m, |
|
5367 statistics/distributions/binomial_rnd.m, |
|
5368 statistics/distributions/cauchy_cdf.m, |
|
5369 statistics/distributions/cauchy_inv.m, |
|
5370 statistics/distributions/cauchy_pdf.m, |
|
5371 statistics/distributions/cauchy_rnd.m, |
|
5372 statistics/distributions/chisquare_cdf.m, |
|
5373 statistics/distributions/chisquare_inv.m, |
|
5374 statistics/distributions/chisquare_pdf.m, |
|
5375 statistics/distributions/chisquare_rnd.m, |
|
5376 statistics/distributions/gamma_cdf.m, |
|
5377 statistics/distributions/gamma_inv.m, |
|
5378 statistics/distributions/gamma_pdf.m, |
|
5379 statistics/distributions/gamma_rnd.m, |
|
5380 statistics/distributions/normal_cdf.m, |
|
5381 statistics/distributions/normal_inv.m, |
|
5382 statistics/distributions/normal_pdf.m, |
|
5383 statistics/distributions/normal_rnd.m, |
|
5384 statistics/distributions/stdnormal_cdf.m, |
|
5385 statistics/distributions/stdnormal_pdf.m, |
|
5386 statistics/distributions/stdnormal_rnd.m, |
|
5387 statistics/distributions/uniform_cdf.m, |
|
5388 statistics/distributions/uniform_inv.m, |
|
5389 statistics/distributions/uniform_pdf.m, |
|
5390 statistics/distributions/uniform_rnd.m: |
|
5391 Allow the inputs to be N-d arrays. |
|
5392 |
4852
|
5393 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
5394 * statistics/base/median.m: Likewise. |
4849
|
5395 |
4844
|
5396 2004-04-02 David Bateman <dbateman@free.fr> |
|
5397 |
|
5398 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
5399 * statistics/base/center.m, statistics/base/meansq.m, |
|
5400 statistics/base/moment.m, statistics/base/range.m: |
4852
|
5401 Update for N-d arrays. |
4844
|
5402 * signal/fftshift.m: Fix dimensioning error. |
|
5403 |
|
5404 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
5405 N-d arrays. |
4844
|
5406 |
4852
|
5407 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
5408 |
|
5409 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
5410 |
4852
|
5411 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
5412 |
|
5413 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
5414 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
5415 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
5416 |
|
5417 * control/system/sysidx.m: Use cellidx and not listidx. |
|
5418 |
4841
|
5419 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5420 |
|
5421 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
5422 default of "" (so it is off unless explicitly set by the user). |
|
5423 |
4836
|
5424 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
5425 |
|
5426 * image/imshow.m: Accept "truesize" argument. |
|
5427 Ignore current colormap. New tests and demos. |
|
5428 |
4834
|
5429 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
5430 |
|
5431 * signal/sinewave.m: Allow N to default to M. |
|
5432 |
4826
|
5433 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5434 |
|
5435 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
5436 |
4818
|
5437 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5438 |
|
5439 * general/deal.m: New function. |
4819
|
5440 Add tests from Paul Kienzle. |
4818
|
5441 |
4811
|
5442 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5443 |
|
5444 * plot/hist.m: Compute histogram correctly for n>=30. |
|
5445 |
5095
|
5446 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
5447 |
|
5448 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
5449 |
4806
|
5450 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5451 |
|
5452 * miscellaneous/horzcat.m: Delete. |
|
5453 * miscellaneous/vertcat.m: Delete. |
|
5454 |
4790
|
5455 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5456 |
|
5457 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5458 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5459 |
4789
|
5460 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5461 |
|
5462 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5463 doing multiple plots in the same gnuplot frame. |
|
5464 |
4780
|
5465 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5466 |
|
5467 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5468 control/system/cellidx.m, control/system/ss.m, |
|
5469 control/system/tf.m, control/system/zp.m: New functions. |
|
5470 |
4778
|
5471 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5472 |
|
5473 * statistics/distributions/discrete_inv.m: |
|
5474 Reduce memory requirements. |
|
5475 |
4772
|
5476 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5477 |
|
5478 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5479 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5480 |
4771
|
5481 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5482 |
|
5483 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5484 control/base/analdemo.m, control/base/bddemo.m, |
|
5485 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5486 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5487 control/base/rldemo.m, control/base/rlocus.m, |
|
5488 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5489 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5490 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5491 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5492 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5493 control/system/__sysdefioname__.m, |
|
5494 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5495 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5496 control/system/c2d.m, control/system/d2c.m, |
|
5497 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5498 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5499 control/system/jet707.m, control/system/listidx.m, |
|
5500 control/system/moddemo.m, control/system/ord2.m, |
|
5501 control/system/packedform.m, control/system/parallel.m, |
|
5502 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5503 control/system/sys2zp.m, control/system/sysadd.m, |
|
5504 control/system/sysappend.m, control/system/sysconnect.m, |
|
5505 control/system/syscont.m, control/system/sysdimensions.m, |
|
5506 control/system/sysdisc.m, control/system/sysdup.m, |
|
5507 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5508 control/system/sysgroup.m, control/system/sysmin.m, |
|
5509 control/system/sysmult.m, control/system/sysprune.m, |
|
5510 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5511 control/system/syssetsignals.m, control/system/syssub.m, |
|
5512 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5513 control/system/ugain.m, control/system/zp2ss.m, |
|
5514 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5515 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5516 Use cell arrays instead of lists. |
|
5517 |
4723
|
5518 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5519 |
|
5520 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5521 so that bar (1, 1) will work. |
|
5522 |
4710
|
5523 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5524 |
4717
|
5525 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5526 * plot/__errplot__.m: Likewise. |
|
5527 * plot/__plt__.m: Likewise. |
|
5528 * plot/plot_border.m: Likewise. |
|
5529 |
4710
|
5530 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5531 not $(DOCSTRINGS). |
|
5532 |
4706
|
5533 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5534 |
|
5535 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5536 rank ([], tol). |
|
5537 |
4691
|
5538 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5539 |
4692
|
5540 * elfun/acot.m: Return atan (1./z). |
|
5541 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5542 |
4691
|
5543 * miscellaneous/dir.m: New file. |
|
5544 |
|
5545 * general/num2str.m: Use "%d" as format if values are ints with |
|
5546 magnitude less than 1e10. |
|
5547 |
|
5548 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5549 |
|
5550 * general/num2str.m: If single arg is string, return it. |
|
5551 |
|
5552 * miscellaneous/not.m: New file. |
|
5553 |
|
5554 * miscellaneous/unix.m: New file. |
|
5555 |
|
5556 * miscellaneous/isunix.m: New file. |
|
5557 * miscellaneous/ispc.m: New file. |
|
5558 |
|
5559 * miscellaneous/computer.m: New file. |
|
5560 |
|
5561 * miscellaneous/delete.m: New file. |
|
5562 |
4689
|
5563 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5564 |
|
5565 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5566 |
|
5567 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5568 |
|
5569 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5570 Always return substituted version of LOADPATH if nargout != 0. |
|
5571 |
4685
|
5572 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5573 |
|
5574 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5575 before continuing. |
|
5576 |
|
5577 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5578 |
4677
|
5579 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5580 |
|
5581 * general/ind2sub.m: New file. |
|
5582 * general/sub2ind.m: New file. |
|
5583 |
4675
|
5584 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5585 |
|
5586 * control/system/zp2ss.m: Don't save and restore |
|
5587 warn_empty_list_elements. |
|
5588 |
|
5589 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5590 |
6778
|
5591 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5592 |
4673
|
5593 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5594 |
|
5595 * statistics/base/mean.m: Remove special case for row vectors. |
|
5596 |
4637
|
5597 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5598 |
|
5599 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5600 |
4631
|
5601 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5602 |
|
5603 * statistics/base/iqr.m: Handle matrices. |
|
5604 |
4630
|
5605 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5606 |
|
5607 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5608 |
4629
|
5609 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5610 |
|
5611 * miscellaneous/path.m: Fix thinko in previous change. |
|
5612 |
4609
|
5613 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5614 |
4629
|
5615 * control/base/dare.m: Check positive (semi)definiteness and |
|
5616 dimensions of r (and q). |
|
5617 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5618 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5619 near unit circle. |
4611
|
5620 |
|
5621 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5622 Correct the behavior for discrete-time systems. |
|
5623 * control/system/is_stabilizable.m: Likewise. |
|
5624 |
4609
|
5625 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5626 |
|
5627 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5628 |
4610
|
5629 * general/isdefinite.m: New function. |
|
5630 |
4567
|
5631 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5632 |
|
5633 * general/reshape: Delete. |
|
5634 |
4559
|
5635 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5636 |
|
5637 * general/numel.m: Delete. |
|
5638 |
4535
|
5639 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5640 |
4536
|
5641 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5642 |
|
5643 * deprecated/isstr.m: New file. |
4535
|
5644 |
4529
|
5645 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5646 |
|
5647 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5648 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5649 |
4525
|
5650 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5651 |
|
5652 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5653 |
4503
|
5654 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5655 |
|
5656 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5657 |
4492
|
5658 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5659 |
|
5660 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5661 Allow optional length argument. |
|
5662 |
4491
|
5663 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5664 |
|
5665 * polynomial/polyfit.m: Avoid calling flipud. |
|
5666 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5667 Return structure as second output value for improved Matlab |
|
5668 compatibility. |
|
5669 |
4476
|
5670 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5671 |
4478
|
5672 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5673 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5674 with one non-zero dimension. |
|
5675 |
4476
|
5676 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5677 warn_single_quote_string to the list. |
4478
|
5678 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5679 from the list. |
4476
|
5680 |
5095
|
5681 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5682 |
|
5683 * signal/autocov.m: Transpose result of conj because diag returns |
|
5684 a column vector, not a row vector. |
|
5685 |
|
5686 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5687 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5688 with quotes. |
|
5689 |
4466
|
5690 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5691 |
4468
|
5692 * io/printf.m, io/puts.m: Delete. |
|
5693 |
4466
|
5694 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5695 default_return_value from the list. |
|
5696 Add warn_undefined_return_values to the list. |
|
5697 |
|
5698 |
4464
|
5699 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5700 |
|
5701 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5702 and initialize_global_variables from the list. |
|
5703 |
4460
|
5704 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5705 |
4463
|
5706 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5707 |
|
5708 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5709 |
|
5710 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5711 * control/system/sys2fir.m: Likewise. |
|
5712 |
|
5713 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5714 * control/system/__tf2sysl__.m: Likewise. |
|
5715 |
|
5716 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5717 |
|
5718 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5719 and [] concatenation. |
|
5720 * control/system/sys2fir.m: Likewise. |
|
5721 |
|
5722 * control/base/dgram.m, control/base/freqchkw.m, |
|
5723 control/base/gram.m, control/system/__abcddims__.m, |
|
5724 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5725 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5726 control/system/is_siso.m, control/system/sys2fir.m, |
|
5727 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5728 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5729 control/system/ugain.m, control/util/prompt.m, |
|
5730 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5731 control/util/zgshsr.m: |
|
5732 Improve conformance to Octave coding style. |
|
5733 |
4461
|
5734 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5735 the list. |
|
5736 Delete resize_on_range_error from the list. |
|
5737 |
4460
|
5738 * control/base/pzmap.m, control/base/place.m, |
|
5739 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5740 control/system/syscont.m, control/system/sysdisc.m, |
|
5741 control/system/sysgroup.m, control/system/tfout.m, |
|
5742 control/system/zp2ss.m, control/system/zpout.m, |
|
5743 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5744 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5745 empty_list_elements_ok. |
|
5746 |
|
5747 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5748 Delete empty_list_elements_ok from the list. |
|
5749 |
4457
|
5750 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5751 |
|
5752 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5753 list. |
|
5754 Delete treat_neg_dim_as_zero from the list. |
|
5755 |
|
5756 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5757 |
4451
|
5758 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5759 |
4455
|
5760 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5761 was not used in the code in any case). |
|
5762 |
|
5763 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5764 do_fortran_indexing. |
|
5765 |
4452
|
5766 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5767 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5768 |
4451
|
5769 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5770 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5771 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5772 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5773 warn_fortran_indexing in the list. |
|
5774 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5775 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5776 prefer_column_vectors from list. |
4451
|
5777 |
4440
|
5778 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5779 |
|
5780 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5781 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5782 directory. |
|
5783 |
5095
|
5784 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5785 |
|
5786 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5787 |
5095
|
5788 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5789 |
|
5790 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5791 return "." with extension. |
|
5792 |
4422
|
5793 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5794 |
|
5795 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5796 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5797 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5798 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5799 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5800 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5801 |
4413
|
5802 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5803 |
|
5804 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5805 |
5095
|
5806 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5807 |
|
5808 * plot/hist.m: Improve performance by using different algorithms |
|
5809 depending on number of bins. |
|
5810 |
4404
|
5811 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5812 |
|
5813 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5814 adding. |
|
5815 |
5095
|
5816 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5817 |
|
5818 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5819 |
5095
|
5820 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5821 |
|
5822 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5823 the impulse by t_step. |
|
5824 |
4373
|
5825 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5826 |
|
5827 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5828 column vectors. |
|
5829 |
5095
|
5830 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5831 |
|
5832 * linear-algebra/null.m: Handle empty matrix arg. |
|
5833 |
4369
|
5834 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5835 |
|
5836 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5837 |
4358
|
5838 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5839 |
|
5840 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5841 New files. |
|
5842 |
4348
|
5843 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5844 |
|
5845 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5846 function handle to pass to feval. |
|
5847 * statistics/base/qqplot.m: Likewise. |
|
5848 * statistics/base/ppplot.m: Likewise. |
|
5849 * signal/spectral_xdf.m: Likewise. |
|
5850 * signal/spectral_adf.m: Likewise. |
|
5851 |
4340
|
5852 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5853 |
|
5854 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5855 |
4334
|
5856 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5857 |
|
5858 * linear-algebra/logm.m: New file. |
|
5859 |
5095
|
5860 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5861 |
|
5862 * mkpkgadd: Scan C++ files as well |
|
5863 |
5095
|
5864 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5865 |
|
5866 * strings/findstr.m: Return empty set for zero-length target. |
|
5867 |
5095
|
5868 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5869 |
|
5870 * set/union.m: Preserve the orientation of inputs. |
|
5871 |
4305
|
5872 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5873 |
|
5874 * general/int2str.m: Eliminate leading spaces. |
|
5875 |
4303
|
5876 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5877 |
|
5878 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5879 |
5095
|
5880 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5881 |
|
5882 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5883 $(BUILD_LDFLAGS) to compiler. |
|
5884 |
4295
|
5885 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5886 |
|
5887 * general/num2str.m: Don't specify field width for scalars. |
|
5888 |
4292
|
5889 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5890 |
|
5891 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5892 |
4265
|
5893 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5894 |
4279
|
5895 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5896 |
4266
|
5897 * miscellaneous/tempname.m: New file. |
|
5898 |
|
5899 * miscellaneous/tempdir.m: New file. |
|
5900 |
4265
|
5901 * miscellaneous/fullfile.m: New file. |
|
5902 |
4259
|
5903 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5904 |
4264
|
5905 * miscellaneous/fileparts.m: New file. |
|
5906 |
|
5907 * io/beep.m: New file. |
|
5908 |
4260
|
5909 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5910 format only. |
4259
|
5911 |
4257
|
5912 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5913 |
|
5914 * strings/strcmp.m: Handle cell arrays of strings. |
|
5915 |
4229
|
5916 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5917 |
|
5918 * general/int2str.m: Handle matrices. |
|
5919 * general/num2str.m: Likewise. |
|
5920 Also handle optional precision, and format args. |
|
5921 |
4225
|
5922 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5923 |
|
5924 * audio/Makefile.in, control/base/Makefile.in, |
|
5925 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5926 control/system/Makefile.in, elfun/Makefile.in, |
|
5927 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5928 io/Makefile.in, linear-algebra/Makefile.in, |
|
5929 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5930 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5931 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5932 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5933 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5934 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5935 deprecated/Makefile.in: Use new do-script-install and |
|
5936 do-script-uninstall macros. |
|
5937 |
|
5938 * mkpkgadd: New script. |
|
5939 |
|
5940 * plot/close.m: New file. |
|
5941 |
4184
|
5942 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5943 |
|
5944 * image/image.m: Use -raw option for xv. |
|
5945 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5946 |
4172
|
5947 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5948 |
4174
|
5949 * control/base/lsim.m: Use approximate test for step size change. |
|
5950 |
4172
|
5951 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5952 |
5095
|
5953 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5954 |
|
5955 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5956 |
5095
|
5957 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5958 |
|
5959 * control/base/lsim.m: Correct doc string. |
|
5960 |
5095
|
5961 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5962 |
|
5963 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5964 |
4148
|
5965 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5966 |
|
5967 * plot/contour.m: Handle x and y as matrices too. |
|
5968 |
5095
|
5969 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5970 |
|
5971 * plot/contour.m: Fix error and usage messages. |
|
5972 |
4146
|
5973 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5974 |
|
5975 * plot/contour.m: Correct orientation of plot. |
|
5976 |
4139
|
5977 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5978 |
|
5979 * control/base/analdemo.m: Fix typo. |
|
5980 |
5095
|
5981 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5982 |
|
5983 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5984 |
4098
|
5985 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5986 |
|
5987 * mkdoc: Exit immediately on errors. |
|
5988 Exit with error if gethelp does not exist. |
|
5989 |
|
5990 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5991 |
4093
|
5992 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5993 |
|
5994 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5995 |
5095
|
5996 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5997 |
|
5998 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5999 * statistics/distributions/normal_pdf.m: Likewise. |
|
6000 * statistics/distributions/normal_inv.m: Likewise. |
|
6001 |
5095
|
6002 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
6003 |
|
6004 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
6005 |
5095
|
6006 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
6007 |
|
6008 * statistics/base/var.m: Handle complex values. |
|
6009 |
4031
|
6010 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6011 |
|
6012 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
6013 list. |
|
6014 * deprecated/Makefile.in: New file. |
|
6015 |
5095
|
6016 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
6017 |
|
6018 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
6019 * statistics/distributions/binomial_cdf.m: Likewise. |
|
6020 * statistics/distributions/f_cdf.m: Likewise. |
|
6021 * statistics/distributions/t_cdf.m: Likewise. |
|
6022 |
|
6023 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
6024 * specfun/beta.m: Likewise. |
|
6025 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
6026 * statistics/distributions/gamma_pdf.m: Likewise. |
|
6027 * statistics/distributions/poisson_pdf.m: Likewise. |
|
6028 |
|
6029 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
6030 * statistics/distributions/poisson_cdf.m: Likewise. |
|
6031 |
4026
|
6032 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6033 |
4028
|
6034 * deprecated/is_bool.m: New file. |
|
6035 * deprecated/is_complex.m: New file. |
|
6036 * deprecated/is_global.m: New file. |
|
6037 * deprecated/is_list.m: New file. |
|
6038 * deprecated/is_matrix.m: New file. |
|
6039 * deprecated/is_scalar.m: New file. |
|
6040 * deprecated/is_square.m: New file. |
|
6041 * deprecated/is_stream.m: New file. |
|
6042 * deprecated/is_struct.m: New file. |
|
6043 * deprecated/is_symmetric.m: New file. |
|
6044 * deprecated/is_vector.m: New file. |
4030
|
6045 * Change all callers of these functions to use the new names. |
4028
|
6046 |
4029
|
6047 * deprecated: New directory. |
|
6048 * Makefile.in (SUBDIRS): Add it to the list. |
|
6049 |
4026
|
6050 * general/isscalar.m: Rename from is_scalar.m. |
|
6051 * general/issquare.m: Rename from is_square.m. |
|
6052 * general/issymmetric.m: Rename from is_symmetric.m. |
|
6053 * general/isvector.m: Rename from is_vector.m. |
|
6054 |
4022
|
6055 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6056 |
|
6057 * statistics/base/mean.m: Allow empty matrices. |
|
6058 Handle DIM arg. |
|
6059 |
5095
|
6060 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
6061 |
|
6062 * plot/__errcomm__.m: If format is not specified, default to error |
|
6063 bar format. |
|
6064 |
4011
|
6065 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6066 |
|
6067 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
6068 __F_SETFL__ and __O_NONBLOCK__. |
|
6069 |
|
6070 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
6071 * miscellaneous/bug_report.m: Likewise. |
|
6072 |
4007
|
6073 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6074 |
4008
|
6075 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
6076 * general/rem.m: Likewise. |
|
6077 |
|
6078 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
6079 * plot/semilogxerr.m: Likewise. |
4007
|
6080 * plot/semilogyerr.m: Likewise. |
|
6081 |
5095
|
6082 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
6083 |
|
6084 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
6085 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
6086 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
6087 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
6088 |
|
6089 * plot/errorbar.m: Use __errcomm__.m. |
|
6090 * plot/__errplot__.m: Minor cleanups. |
|
6091 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
6092 * plot/__pltopt1__.m: Likewise. |
|
6093 |
3980
|
6094 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6095 |
3981
|
6096 * general/rem.m: Delete redundant call to usage. |
|
6097 |
3980
|
6098 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
6099 |
5095
|
6100 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
6101 |
|
6102 * general/mod.m: New function. |
|
6103 |
3979
|
6104 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6105 |
|
6106 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
6107 * control/system/sysadd.m: Likewise. |
|
6108 * control/system/sysgroup.m: Likewise. |
|
6109 * control/system/syssub.m: Likewise. |
|
6110 * elfun/gcd.m: Likewise. |
|
6111 * elfun/lcm.m: Likewise. |
|
6112 * general/common_size.m: Likewise. |
|
6113 * io/printf.m: Likewise. |
|
6114 * miscellaneous/menu.m: Likewise. |
|
6115 * miscellaneous/path.m: Likewise. |
|
6116 * plot/__errplot__.m: Likewise. |
|
6117 * plot/__plt__.m: Likewise. |
|
6118 * plot/axis.m: Likewise. |
|
6119 * plot/errorbar.m: Likewise. |
|
6120 * plot/mplot.m: Likewise. |
|
6121 * plot/loglog.m: Likewise. |
|
6122 * plot/plot.m: Likewise. |
|
6123 * plot/plot_border.m: Likewise. |
|
6124 * plot/semilogx.m: Likewise. |
|
6125 * plot/semilogy.m: Likewise. |
|
6126 * plot/xlabel.m: Likewise. |
|
6127 * plot/ylabel.m: Likewise. |
|
6128 * plot/zlabel.m: Likewise. |
|
6129 * statistics/base/ppplot.m: Likewise. |
|
6130 * statistics/base/qqplot.m: Likewise. |
|
6131 * statistics/tests/bartlett_test.m: Likewise. |
|
6132 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
6133 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
6134 * strings/str2mat.m: Likewise. |
|
6135 * strings/strcat.m: Likewise. |
|
6136 |
5095
|
6137 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
6138 |
|
6139 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
6140 |
3924
|
6141 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6142 |
|
6143 * skip-autoheader: New file, for autogen.sh. |
3925
|
6144 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
6145 |
5095
|
6146 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
6147 |
|
6148 * general/repmat.m: New function. |
|
6149 |
5095
|
6150 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
6151 |
|
6152 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
6153 Use optional parameter to specify the number of bits in the input. |
|
6154 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
6155 floats in the range [-1,1], 2x speedup. |
|
6156 |
|
6157 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
6158 |
3910
|
6159 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6160 |
|
6161 * linear-algebra/kron.m: Delete. |
|
6162 |
5095
|
6163 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
6164 |
|
6165 * signal/freqz.m: If nargout is zero, plot results instead of |
|
6166 returning them. |
|
6167 * signal/freqz_plot.m: New file. |
|
6168 |
5095
|
6169 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
6170 |
5378
|
6171 * signal/unwrap.m: New file. |
3906
|
6172 |
5095
|
6173 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
6174 |
|
6175 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
6176 divide by zero warning. |
|
6177 |
5095
|
6178 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
6179 |
3894
|
6180 * strings/deblank.m: Trim \0 as well as blank. |
|
6181 |
5378
|
6182 * freqz.m: Evaluate a specific range of frequencies |
3893
|
6183 expressed in radians or Hz relative to a supplied sample rate. |
|
6184 |
5095
|
6185 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
6186 |
|
6187 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
6188 |
3891
|
6189 * strings/findstr.m: Vectorize as much as possible. |
|
6190 |
5095
|
6191 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
6192 |
|
6193 * special-matrix/invhilb.m: New version that is faster and more |
|
6194 accurate. |
|
6195 |
5095
|
6196 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
6197 |
|
6198 * configure.in: Update for autoconf 2.5x. |
|
6199 |
5095
|
6200 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
6201 |
|
6202 * special-matrix/vander.m: Code tidy and vectorize. |
|
6203 |
5095
|
6204 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
6205 |
3883
|
6206 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
6207 to vectors. Issue a warning in the case x matches y' but return a |
|
6208 column vector as Octave currently does. |
|
6209 |
3882
|
6210 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
6211 |
|
6212 * control/system/starp.m: Leave more of the documentation |
|
6213 processing to texinfo and less to the @format block. |
|
6214 |
|
6215 * image/imagesc.m: Only display image if no output is requested. |
|
6216 Code tidying. |
|
6217 |
3876
|
6218 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6219 |
|
6220 * statistics/base/center.m: Accept and return empty matrix. |
|
6221 |
3872
|
6222 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6223 |
|
6224 * specfun/erfinv.m: Fix usage message. |
|
6225 |
3869
|
6226 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6227 |
|
6228 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
6229 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
6230 |
3837
|
6231 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6232 |
|
6233 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
6234 capitalized variable names. |
|
6235 |
3836
|
6236 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
6237 |
|
6238 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
6239 |
5095
|
6240 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
6241 |
|
6242 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
6243 |
3803
|
6244 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
6245 |
3833
|
6246 * general/cart2pol.m: New file. |
|
6247 * general/pol2cart.m: New file. |
|
6248 * general/cart2sph.m: New file. |
|
6249 * general/sph2cart.m: New file. |
|
6250 * image/rgb2hsv.m: New file. |
|
6251 * image/hsv2rgb.m: New file. |
3803
|
6252 |
|
6253 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6254 |
|
6255 * plot/meshgrid.m: Avoid for loops. |
|
6256 * plot/meshdom.m: Likewise. |
|
6257 |
3801
|
6258 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6259 |
|
6260 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
6261 |
|
6262 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
6263 |
|
6264 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
6265 norm. |
|
6266 |
3792
|
6267 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
6268 |
|
6269 * statistics/tests/welch_test.m: Fix typo. |
|
6270 |
|
6271 * statistics/distributions/chisquare_cdf.m: |
|
6272 Don't restrict inputs to be only positive integers. |
|
6273 * statistics/distributions/chisquare_inv.m: Likewise. |
|
6274 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
6275 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
6276 * statistics/distributions/f_cdf.m: Likewise. |
|
6277 * statistics/distributions/f_inv.m: Likewise. |
|
6278 * statistics/distributions/f_pdf.m: Likewise. |
|
6279 * statistics/distributions/f_rnd.m: Likewise. |
|
6280 * statistics/distributions/t_cdf.m: Likewise. |
|
6281 * statistics/distributions/t_inv.m: Likewise. |
|
6282 * statistics/distributions/t_pdf.m: Likewise. |
|
6283 * statistics/distributions/t_rnd.m: Likewise. |
|
6284 |
3790
|
6285 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6286 |
|
6287 * strings/dec2base.m: New file. |
|
6288 * strings/base2dec.m: New file. |
|
6289 * strings/strjust.m: New file. |
|
6290 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
6291 * strings/dec2bin.m: Likewise. |
|
6292 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
6293 * strings/bin2dec.m: Likewise. |
|
6294 |
5095
|
6295 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
6296 |
|
6297 * statistics/base/ppplot.m: Use gset, not set. |
|
6298 * statistics/base/qqplot.m: Likewise. |
|
6299 |
5095
|
6300 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
6301 |
|
6302 * control/system/c2d.m: Add missing endif. |
|
6303 |
3759
|
6304 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6305 |
|
6306 * strings/index.m: Return 0 if either string is empty. |
|
6307 |
|
6308 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
6309 |
|
6310 * control/system/c2d.m: Allow option of matched pole/zero |
|
6311 equivalent for conversion. |
|
6312 |
|
6313 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
6314 |
|
6315 * strings/findstr.m: Return empty matrix if search string is empty. |
|
6316 |
3757
|
6317 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
6318 |
|
6319 * saveimage.m: Do create rawbit image for black and white images, |
|
6320 but do it correctly. |
|
6321 |
3754
|
6322 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6323 |
6778
|
6324 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
6325 result polynomials. |
3754
|
6326 |
3748
|
6327 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6328 |
|
6329 * image/saveimage.m: Don't try to create rawbit image. |
|
6330 |
3740
|
6331 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6332 |
|
6333 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
6334 |
5095
|
6335 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
6336 |
|
6337 * plot/contour.m: Reorder args for Matlab compatibility. |
|
6338 |
3727
|
6339 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
6340 |
|
6341 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
6342 |
3717
|
6343 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6344 |
3718
|
6345 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
6346 |
3717
|
6347 * plot/mesh.m: Also set nologscale before plotting. |
|
6348 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
6349 xyerrorbars instead of just errorbars. |
|
6350 |
3714
|
6351 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
6352 |
|
6353 * image/image.m: Try display (from ImageMagick) first. |
|
6354 |
3709
|
6355 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
6356 |
|
6357 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
6358 conjugate transpose. |
|
6359 |
3705
|
6360 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6361 |
|
6362 * strings/str2mat.m: Apply setstr to each argument. |
|
6363 |
3696
|
6364 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
6365 |
|
6366 * control/base/dkalman.m: New file. |
|
6367 * control/base/dlqe.m: Handle singular A matrix. |
|
6368 * control/base/dlqr.m: Likewise. |
|
6369 |
3695
|
6370 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6371 |
|
6372 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
6373 dimensions don't match. |
|
6374 |
3690
|
6375 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
6376 |
|
6377 * plot/hist.m: Allow 3 argument form to work. |
|
6378 |
5095
|
6379 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
6380 |
|
6381 * plot/plot.m: Add examples in doc string. |
|
6382 |
5095
|
6383 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
6384 |
|
6385 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
6386 Do the right thing even if automatic_replot is not zero. |
|
6387 Avoid failure if system has pure imaginary poles. |
|
6388 |
3674
|
6389 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6390 |
|
6391 * general/logical.m: Return arg if it is empty. Better error |
|
6392 message for non-numeric types. |
|
6393 |
5095
|
6394 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
6395 |
|
6396 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
6397 about difference with Matlab dlqe function. |
|
6398 |
|
6399 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
6400 |
5095
|
6401 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
6402 |
|
6403 * strings/strrep.m: Fix typo. |
|
6404 |
3666
|
6405 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6406 |
|
6407 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
6408 |
5095
|
6409 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
6410 |
|
6411 * strings/strrep.m: Avoid for loop for speed. |
3667
|
6412 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
6413 |
5095
|
6414 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
6415 |
|
6416 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
6417 guess for iteration. |
|
6418 |
3651
|
6419 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6420 |
|
6421 * image/image.m: Allow image (A) or image (x, y, A). |
|
6422 * image/imagesc.m: Likewise. |
|
6423 |
|
6424 * image/image.m: If zoom is not supplied, or if it is an empty |
|
6425 matrix, autoscale the image. |
|
6426 |
3618
|
6427 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6428 |
3619
|
6429 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
6430 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6431 |
3618
|
6432 * image/saveimage.m: Add comment to file saying who created it and |
|
6433 when it was created. Suggested by Stephen Eglen |
|
6434 <stephen@cogsci.ed.ac.uk>. |
|
6435 |
5095
|
6436 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
6437 |
|
6438 * polynomial/polyreduce.m: Simplify by looking for the first |
|
6439 non-zero element rather than the last of the first set of zero |
|
6440 elements. |
|
6441 |
|
6442 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
6443 |
5095
|
6444 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
6445 |
|
6446 * image/saveimage.m: Swap black and white colormaps so zero is |
|
6447 displayed as black and 1 is displayed as white. |
|
6448 Fix indexing bug in ppm case. |
|
6449 |
3604
|
6450 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6451 |
|
6452 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6453 between the two distributions (took same approach as ks.test() in R.) |
|
6454 |
3603
|
6455 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6456 |
|
6457 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6458 |
3599
|
6459 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6460 |
3601
|
6461 * Makefile.in (clean): Also remove gethelp. |
|
6462 |
3599
|
6463 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6464 |
5095
|
6465 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6466 |
|
6467 * set/create_set.m: Use find to avoid while loop. |
|
6468 |
5095
|
6469 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6470 |
|
6471 * plot/hist.m: New optional third argument. |
|
6472 |
|
6473 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6474 |
|
6475 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6476 number appended. |
|
6477 |
3575
|
6478 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6479 |
|
6480 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6481 |
3498
|
6482 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6483 |
|
6484 * image/saveimage.m: Delete some debugging code. |
|
6485 |
3486
|
6486 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6487 |
|
6488 * signal/sinc.m: Avoid reshaping. |
|
6489 |
|
6490 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6491 * image/ind2rgb.m: Ditto. |
|
6492 * image/ind2gray.m: Ditto. |
|
6493 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6494 implicit_str_to_num_ok. |
|
6495 |
3483
|
6496 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6497 |
|
6498 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6499 a list of file structures, not a vector of numeric file ids. |
|
6500 |
3474
|
6501 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6502 |
3476
|
6503 * plot/__axis_label__.m: New function. |
|
6504 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6505 * plot/xlabel.m: Use it. |
|
6506 * plot/ylabel.m: Ditto. |
|
6507 * plot/zlabel.m: Ditto. |
|
6508 |
3474
|
6509 * plot/mesh.m: Fix error message to reflect reality. |
|
6510 |
5095
|
6511 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6512 |
|
6513 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6514 |
5095
|
6515 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6516 |
|
6517 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6518 * audio/loadaudio.m: Ditto. |
|
6519 * audio/playaudio.m: Ditto. |
|
6520 |
3456
|
6521 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6522 |
|
6523 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6524 * statistics/distributions/beta_inv.m: Ditto. |
|
6525 * statistics/distributions/beta_pdf.m: Ditto. |
|
6526 * statistics/distributions/beta_rnd.m: Ditto. |
|
6527 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6528 * statistics/distributions/binomial_inv.m: Ditto. |
|
6529 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6530 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6531 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6532 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6533 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6534 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6535 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6536 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6537 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6538 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6539 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6540 * statistics/distributions/discrete_inv.m: Ditto. |
|
6541 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6542 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6543 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6544 * statistics/distributions/empirical_inv.m: Ditto. |
|
6545 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6546 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6547 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6548 * statistics/distributions/exponential_inv.m: Ditto. |
|
6549 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6550 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6551 * statistics/distributions/f_cdf.m: Ditto. |
|
6552 * statistics/distributions/f_inv.m: Ditto. |
|
6553 * statistics/distributions/f_pdf.m: Ditto. |
|
6554 * statistics/distributions/f_rnd.m: Ditto. |
|
6555 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6556 * statistics/distributions/gamma_inv.m: Ditto. |
|
6557 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6558 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6559 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6560 * statistics/distributions/geometric_inv.m: Ditto. |
|
6561 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6562 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6563 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6564 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6565 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6566 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6567 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6568 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6569 * statistics/distributions/laplace_inv.m: Ditto. |
|
6570 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6571 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6572 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6573 * statistics/distributions/logistic_inv.m: Ditto. |
|
6574 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6575 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6576 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6577 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6578 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6579 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6580 * statistics/distributions/normal_cdf.m: Ditto. |
|
6581 * statistics/distributions/normal_inv.m: Ditto. |
|
6582 * statistics/distributions/normal_pdf.m: Ditto. |
|
6583 * statistics/distributions/normal_rnd.m: Ditto. |
|
6584 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6585 * statistics/distributions/pascal_inv.m: Ditto. |
|
6586 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6587 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6588 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6589 * statistics/distributions/poisson_inv.m: Ditto. |
|
6590 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6591 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6592 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6593 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6594 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6595 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6596 * statistics/distributions/t_cdf.m: Ditto. |
|
6597 * statistics/distributions/t_inv.m: Ditto. |
|
6598 * statistics/distributions/t_pdf.m: Ditto. |
|
6599 * statistics/distributions/t_rnd.m: Ditto. |
|
6600 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6601 * statistics/distributions/uniform_inv.m: Ditto. |
|
6602 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6603 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6604 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6605 * statistics/distributions/weibull_inv.m: Ditto. |
|
6606 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6607 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6608 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6609 |
3453
|
6610 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6611 |
|
6612 * statistics/base/values.m: Texinfoize doc string. |
|
6613 * statistics/base/var.m: Ditto. |
|
6614 * statistics/base/table.m: Ditto. |
|
6615 * statistics/base/studentize.m: Ditto. |
|
6616 * statistics/base/statistics.m: Ditto. |
|
6617 * statistics/base/spearman.m: Ditto. |
|
6618 * statistics/base/run_count.m: Ditto. |
|
6619 * statistics/base/ranks.m: Ditto. |
|
6620 * statistics/base/range.m: Ditto. |
|
6621 * statistics/base/qqplot.m: Ditto. |
|
6622 * statistics/base/probit.m: Ditto. |
|
6623 * statistics/base/ppplot.m: Ditto. |
|
6624 * statistics/base/moment.m: Ditto. |
|
6625 * statistics/base/meansq.m: Ditto. |
|
6626 * statistics/base/logit.m: Ditto. |
|
6627 * statistics/base/kendall.m: Ditto. |
|
6628 * statistics/base/iqr.m: Ditto. |
|
6629 * statistics/base/cut.m: Ditto. |
|
6630 * statistics/base/cor.m: Ditto. |
|
6631 * statistics/base/cloglog.m: Ditto. |
|
6632 * statistics/base/center.m: Ditto. |
3454
|
6633 * statistics/models/logistic_regression.m: Ditto. |
|
6634 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6635 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6636 * statistics/tests/anova.m: Ditto. |
|
6637 * statistics/tests/bartlett_test.m: Ditto. |
|
6638 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6639 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6640 * statistics/tests/cor_test.m: Ditto. |
|
6641 * statistics/tests/f_test_regression.m: Ditto. |
|
6642 * statistics/tests/hotelling_test.m: Ditto. |
|
6643 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6644 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6645 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6646 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6647 * statistics/tests/manova.m: Ditto. |
|
6648 * statistics/tests/mcnemar_test.m: Ditto. |
|
6649 * statistics/tests/prop_test_2.m: Ditto. |
|
6650 * statistics/tests/run_test.m: Ditto. |
|
6651 * statistics/tests/sign_test.m: Ditto. |
|
6652 * statistics/tests/t_test.m: Ditto. |
|
6653 * statistics/tests/t_test_2.m: Ditto. |
|
6654 * statistics/tests/t_test_regression.m: Ditto. |
|
6655 * statistics/tests/u_test.m: Ditto. |
|
6656 * statistics/tests/var_test.m: Ditto. |
|
6657 * statistics/tests/welch_test.m: Ditto. |
|
6658 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6659 * statistics/tests/z_test.m: Ditto. |
|
6660 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6661 |
3446
|
6662 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6663 |
|
6664 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6665 * plot/__plr1__.m: Ditto. |
|
6666 * plot/__pltopt__.m: Ditto. |
|
6667 * plot/__plt__.m: Ditto. |
|
6668 * plot/__plt2vv__.m: Ditto. |
|
6669 * plot/__plr2__.m: Ditto. |
|
6670 * plot/__plr__.m: Ditto. |
|
6671 * plot/__plt1__.m: Ditto. |
|
6672 * plot/__plt2__.m: Ditto. |
|
6673 * plot/__plt2mm__.m: Ditto. |
|
6674 * plot/__plt2mv__.m: Ditto. |
|
6675 * plot/__plt2ss__.m: Ditto. |
|
6676 * miscellaneous/paren.m: Ditto. |
|
6677 * miscellaneous/comma.m: Ditto. |
|
6678 * miscellaneous/semicolon.m: Ditto. |
|
6679 * miscellaneous/path.m: Ditto. |
|
6680 * miscellaneous/list_primes.m: Ditto. |
|
6681 * miscellaneous/flops.m: Ditto. |
|
6682 * miscellaneous/dump_prefs.m: Ditto. |
|
6683 * miscellaneous/bug_report.m: Ditto. |
|
6684 * linear-algebra/dot.m: Ditto |
|
6685 * linear-algebra/dmult.m: Ditto. |
|
6686 * general/randperm.m: Ditto. |
|
6687 * general/logical.m: Ditto. |
|
6688 * general/is_duplicate_entry.m: Ditto. |
|
6689 * signal/arch_fit.m: Ditto. |
|
6690 * signal/arch_rnd.m: Ditto. |
|
6691 * signal/arch_test.m: Ditto. |
|
6692 * signal/arma_rnd.m: Ditto. |
|
6693 * signal/autocor.m: Ditto. |
|
6694 * signal/autocov.m: Ditto. |
|
6695 * signal/autoreg_matrix.m: Ditto. |
|
6696 * signal/bartlett.m: Ditto. |
|
6697 * signal/blackman.m: Ditto. |
|
6698 * signal/detrend.m: Ditto. |
|
6699 * signal/diffpara.m: Ditto. |
|
6700 * signal/durbinlevinson.m: Ditto. |
|
6701 * signal/fftconv.m: Ditto. |
|
6702 * signal/fftfilt.m: Ditto. |
|
6703 * signal/fftshift.m: Ditto. |
|
6704 * signal/fractdiff.m: Ditto. |
|
6705 * signal/freqz.m: Ditto. |
|
6706 * signal/hamming.m: Ditto. |
|
6707 * signal/hanning.m: Ditto. |
|
6708 * signal/hurst.m: Ditto. |
|
6709 * signal/periodogram.m: Ditto. |
|
6710 * signal/rectangle_lw.m: Ditto. |
|
6711 * signal/rectangle_sw.m: Ditto. |
|
6712 * signal/sinc.m: Ditto. |
|
6713 * signal/sinetone.m: Ditto. |
|
6714 * signal/sinewave.m: Ditto. |
|
6715 * signal/spectral_adf.m: Ditto. |
|
6716 * signal/spectral_xdf.m: Ditto. |
|
6717 * signal/spencer.m: Ditto. |
|
6718 * signal/stft.m: Ditto. |
|
6719 * signal/synthesis.m: Ditto. |
|
6720 * signal/triangle_lw.m: Ditto. |
|
6721 * signal/triangle_sw.m: Ditto. |
|
6722 * signal/yulewalker.m: Ditto. |
3450
|
6723 * control/util/strappend.m: Ditto. |
3451
|
6724 * control/base/nichols.m: Ditto. |
3452
|
6725 * control/system/is_signal_list.m: Ditto. |
|
6726 * control/system/listidx.m: Ditto. |
|
6727 * control/system/sysgettsam.m: Ditto. |
|
6728 * control/system/sysidx.m: Ditto. |
3446
|
6729 |
3438
|
6730 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6731 |
|
6732 * control/system/__abcddims__.m: Rename from |
|
6733 control/system/abcddims.m, change all callers. |
|
6734 * control/base/__bodquist__.m: Likewise. |
|
6735 * control/base/__freqresp__.m: Likewise. |
|
6736 * control/util/__outlist__.m: Likewise. |
|
6737 * control/base/__stepimp__.m: Likewise. |
|
6738 * control/system/__syschnamesl__.m: Likewise. |
|
6739 * control/system/__syscont_disc__.m: Likewise. |
|
6740 * control/system/__sysdefioname__.m: Likewise. |
|
6741 * control/system/__sysdefstname__.m: Likewise. |
|
6742 * control/system/__sysgroupn__.m: Likewise. |
|
6743 * control/system/__tf2sysl__.m: Likewise. |
|
6744 * control/util/__zgpbal__.m: Likewise. |
|
6745 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6746 |
|
6747 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6748 * quaternion/qconj.m: Ditto. |
|
6749 * quaternion/qcoordinate_plot.m: Ditto. |
|
6750 * quaternion/qderiv.m: Ditto. |
|
6751 * quaternion/qderivmat.m: Ditto. |
|
6752 * quaternion/qinv.m: Ditto. |
|
6753 * quaternion/qmult.m: Ditto. |
|
6754 * quaternion/qtrans.m: Ditto. |
|
6755 * quaternion/qtransv.m: Ditto. |
|
6756 * quaternion/qtransvmat.m: Ditto. |
|
6757 * quaternion/quaternion.m: Ditto. |
3438
|
6758 |
3436
|
6759 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6760 |
|
6761 * control/base/Makefile.in: Ditto. |
|
6762 * control/hinf/Makefile.in: New file. |
|
6763 * control/marsyas/Makefile.in: Ditto. |
|
6764 * control/obsolete/Makefile.in: Ditto. |
|
6765 * control/system/Makefile.in: Ditto. |
|
6766 * control/util/Makefile.in: Ditto. |
|
6767 |
|
6768 * strings/com2str.m: Move here from control directory. |
|
6769 |
|
6770 * control/base: New directory. |
|
6771 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6772 * control/base/analdemo.m: Ditto. |
|
6773 * control/base/are.m: Ditto. |
|
6774 * control/base/bddemo.m: Ditto. |
|
6775 * control/base/bode.m: Ditto. |
|
6776 * control/base/bode_bounds.m: Ditto. |
|
6777 * control/base/bodquist.m: Ditto. |
|
6778 * control/base/controldemo.m: Ditto. |
|
6779 * control/base/ctrb.m: Ditto. |
|
6780 * control/base/damp.m: Ditto. |
|
6781 * control/base/dare.m: Ditto. |
|
6782 * control/base/dcgain.m: Ditto. |
|
6783 * control/base/dgram.m: Ditto. |
|
6784 * control/base/dlqe.m: Ditto. |
|
6785 * control/base/dlqr.m: Ditto. |
|
6786 * control/base/dlyap.m: Ditto. |
|
6787 * control/base/dre.m: Ditto. |
|
6788 * control/base/frdemo.m: Ditto. |
|
6789 * control/base/freqchkw.m: Ditto. |
|
6790 * control/base/freqresp.m: Ditto. |
|
6791 * control/base/gram.m: Ditto. |
|
6792 * control/base/impulse.m: Ditto. |
|
6793 * control/base/lqe.m: Ditto. |
|
6794 * control/base/lqg.m: Ditto. |
|
6795 * control/base/lqr.m: Ditto. |
|
6796 * control/base/lsim.m: Ditto. |
|
6797 * control/base/ltifr.m: Ditto. |
|
6798 * control/base/lyap.m: Ditto. |
|
6799 * control/base/nichols.m: Ditto. |
|
6800 * control/base/nyquist.m: Ditto. |
|
6801 * control/base/obsv.m: Ditto. |
|
6802 * control/base/place.m: Ditto. |
|
6803 * control/base/pzmap.m: Ditto. |
|
6804 * control/base/rldemo.m: Ditto. |
|
6805 * control/base/rlocus.m: Ditto. |
|
6806 * control/base/step.m: Ditto. |
|
6807 * control/base/stepimp.m: Ditto. |
|
6808 * control/base/tzero.m: Ditto. |
|
6809 * control/base/tzero2.m: Ditto. |
|
6810 |
|
6811 * control/hinf: New directory. |
|
6812 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6813 * control/hinf/h2norm.m: Ditto. |
|
6814 * control/hinf/h2syn.m: Ditto. |
|
6815 * control/hinf/hinf_ctr.m: Ditto. |
|
6816 * control/hinf/hinfdemo.m: Ditto. |
|
6817 * control/hinf/hinfnorm.m: Ditto. |
|
6818 * control/hinf/hinfsyn.m: Ditto. |
|
6819 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6820 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6821 * control/hinf/wgt1o.m: Ditto. |
3441
|
6822 * control/hinf/dgkfdemo.m: Ditto. |
|
6823 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6824 |
|
6825 * control/marsyas: New directory. |
|
6826 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6827 * control/marsyas/susball.m: Ditto. |
|
6828 |
|
6829 * control/obsolete/dezero.m: Move here from control directory. |
|
6830 * control/obsolete/rotg.m: Ditto. |
|
6831 |
|
6832 * control/system: New directory. |
|
6833 * control/system/abcddim.m: Move here from control directory. |
|
6834 * control/system/abcddims.m: Ditto. |
|
6835 * control/system/buildssic.m: Ditto. |
|
6836 * control/system/c2d.m: Ditto. |
|
6837 * control/system/d2c.m: Ditto. |
|
6838 * control/system/dmr2d.m: Ditto. |
|
6839 * control/system/fir2sys.m: Ditto. |
|
6840 * control/system/is_abcd.m: Ditto. |
|
6841 * control/system/is_digital.m: Ditto. |
|
6842 * control/system/is_sample.m: Ditto. |
|
6843 * control/system/is_signal_list.m: Ditto. |
|
6844 * control/system/is_siso.m: Ditto. |
3441
|
6845 * control/system/is_controllable.m: Ditto. |
|
6846 * control/system/is_detectable.m: Ditto. |
|
6847 * control/system/is_observable.m: Ditto. |
|
6848 * control/system/is_stabilizable.m: Ditto. |
|
6849 * control/system/is_stable.m: Ditto. |
3436
|
6850 * control/system/jet707.m: Ditto. |
|
6851 * control/system/listidx.m: Ditto. |
|
6852 * control/system/moddemo.m: Ditto. |
|
6853 * control/system/ord2.m: Ditto. |
|
6854 * control/system/packedform.m: Ditto. |
|
6855 * control/system/parallel.m: Ditto. |
|
6856 * control/system/ss2sys.m: Ditto. |
|
6857 * control/system/ss2tf.m: Ditto. |
|
6858 * control/system/ss2zp.m: Ditto. |
|
6859 * control/system/starp.m: Ditto. |
|
6860 * control/system/sys2fir.m: Ditto. |
|
6861 * control/system/sys2ss.m: Ditto. |
|
6862 * control/system/sys2tf.m: Ditto. |
|
6863 * control/system/sys2zp.m: Ditto. |
|
6864 * control/system/sysadd.m: Ditto. |
|
6865 * control/system/sysappend.m: Ditto. |
|
6866 * control/system/syschnamesl.m: Ditto. |
|
6867 * control/system/syschtsam.m: Ditto. |
|
6868 * control/system/sysconnect.m: Ditto. |
|
6869 * control/system/syscont.m: Ditto. |
|
6870 * control/system/syscont_disc.m: Ditto. |
|
6871 * control/system/sysdefioname.m: Ditto. |
|
6872 * control/system/sysdefstname.m: Ditto. |
|
6873 * control/system/sysdimensions.m: Ditto. |
|
6874 * control/system/sysdisc.m: Ditto. |
|
6875 * control/system/sysdup.m: Ditto. |
|
6876 * control/system/sysgetsignals.m: Ditto. |
|
6877 * control/system/sysgettsam.m: Ditto. |
|
6878 * control/system/sysgettype.m: Ditto. |
|
6879 * control/system/sysgroup.m: Ditto. |
|
6880 * control/system/sysgroupn.m: Ditto. |
|
6881 * control/system/sysidx.m: Ditto. |
|
6882 * control/system/sysmin.m: Ditto. |
|
6883 * control/system/sysmult.m: Ditto. |
|
6884 * control/system/sysout.m: Ditto. |
|
6885 * control/system/sysprune.m: Ditto. |
|
6886 * control/system/sysreorder.m: Ditto. |
|
6887 * control/system/sysrepdemo.m: Ditto. |
|
6888 * control/system/sysscale.m: Ditto. |
|
6889 * control/system/syssetsignals.m: Ditto. |
|
6890 * control/system/syssub.m: Ditto. |
|
6891 * control/system/sysupdate.m: Ditto. |
|
6892 * control/system/tf2ss.m: Ditto. |
|
6893 * control/system/tf2sys.m: Ditto. |
|
6894 * control/system/tf2sysl.m: Ditto. |
|
6895 * control/system/tf2zp.m: Ditto. |
|
6896 * control/system/tfout.m: Ditto. |
|
6897 * control/system/ugain.m: Ditto. |
|
6898 * control/system/zp2ss.m: Ditto. |
|
6899 * control/system/zp2ssg2.m: Ditto. |
|
6900 * control/system/zp2sys.m: Ditto. |
|
6901 * control/system/zp2tf.m: Ditto. |
|
6902 * control/system/zpout.m: Ditto. |
|
6903 |
|
6904 * control/util: New directory. |
|
6905 * control/util/axis2dlim.m: Move here from control directory. |
|
6906 * control/util/outlist.m: Ditto. |
|
6907 * control/util/prompt.m: Ditto. |
|
6908 * control/util/run_cmd.m: Ditto. |
|
6909 * control/util/sortcom.m: Ditto. |
|
6910 * control/util/strappend.m: Ditto. |
|
6911 * control/util/swap.m: Ditto. |
|
6912 * control/util/zgfmul.m: Ditto. |
|
6913 * control/util/zgfslv.m: Ditto. |
|
6914 * control/util/zginit.m: Ditto. |
|
6915 * control/util/zgpbal.m: Ditto. |
|
6916 * control/util/zgreduce.m: Ditto. |
|
6917 * control/util/zgrownorm.m: Ditto. |
|
6918 * control/util/zgscal.m: Ditto. |
|
6919 * control/util/zgsgiv.m: Ditto. |
|
6920 * control/util/zgshsr.m: Ditto. |
|
6921 |
3427
|
6922 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6923 |
|
6924 * gethelp.cc (extract_help_text): Discard first space character |
|
6925 after consecutive comment characters. |
|
6926 |
3422
|
6927 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6928 |
|
6929 * control/obsolete: New directory |
|
6930 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6931 * control/obsolete/swapcols.m: Ditto. |
|
6932 * control/obsolete/dlqg.m: Ditto. |
|
6933 * control/obsolete/minfo.m: Ditto. |
|
6934 * control/obsolete/packsys.m: Ditto. |
|
6935 * control/obsolete/qzval.m: Ditto. |
|
6936 * control/obsolete/unpacksys.m: Ditto. |
|
6937 * control/obsolete/series.m: Ditto. |
|
6938 * control/obsolete/syschnames.m: Ditto. |
|
6939 * polynomial/polyout.m: Ditto. |
3422
|
6940 |
3420
|
6941 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6942 |
|
6943 * general/fliplr.m: Eliminate useless copy of arg. |
|
6944 * general/flipud.m: Ditto. |
|
6945 |
3418
|
6946 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6947 |
|
6948 * linear-algebra/cross.m: Only return a row vector if both args |
|
6949 are row vectors. |
|
6950 * polynomial/polyfit.m: Likewise. |
|
6951 |
|
6952 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6953 |
|
6954 * statistics/distributions/discrete_rnd.m: |
|
6955 Always generate a row vector. |
|
6956 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6957 |
5095
|
6958 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6959 |
|
6960 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6961 |
|
6962 * audio/setaudio.m: Texinfoize doc string. |
|
6963 * control/com2str.m: Likewise. |
|
6964 * control/controldemo.m: Likewise. |
|
6965 * control/DEMOcontrol.m: Likewise. |
|
6966 * control/dezero.m: Likewise. |
|
6967 * control/dre.m: Likewise. |
|
6968 * control/hinfsyn_ric.m: Likewise. |
|
6969 |
5095
|
6970 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6971 |
|
6972 * io/printf.m: Add @seealso{...} to doc string. |
|
6973 * io/puts.m: Likewise. |
|
6974 * plot/semilogx.m: Likewise. |
|
6975 * plot/semilogy.m: Likewise. |
|
6976 * plot/__pltopt__.m: Likewise. |
|
6977 * plot/bar.m: Likewise. |
|
6978 * plot/xlabel.m: Likewise. |
|
6979 * plot/grid.m: Likewise. |
|
6980 * plot/shg.m: Likewise. |
|
6981 * plot/title.m: Likewise. |
|
6982 * plot/mesh.m: Likewise. |
|
6983 * plot/__pltopt1__.m: Likewise. |
|
6984 * plot/contour.m: Likewise. |
|
6985 * plot/hist.m: Likewise. |
|
6986 * plot/stairs.m: Likewise. |
|
6987 * plot/meshgrid.m: Likewise. |
|
6988 * plot/polar.m: Likewise. |
|
6989 * plot/loglog.m: Likewise. |
|
6990 * plot/plot.m: Likewise. |
|
6991 * miscellaneous/semicolon.m: Likewise. |
|
6992 * miscellaneous/menu.m: Likewise. |
|
6993 * miscellaneous/etime.m: Likewise. |
|
6994 * miscellaneous/texas_lotto.m: Likewise. |
|
6995 * miscellaneous/comma.m: Likewise. |
|
6996 * audio/lin2mu.m: Likewise. |
|
6997 * audio/playaudio.m: Likewise. |
|
6998 * audio/loadaudio.m: Likewise. |
|
6999 * audio/saveaudio.m: Likewise. |
|
7000 * audio/mu2lin.m: Likewise. |
|
7001 * audio/record.m: Likewise. |
|
7002 * strings/isletter.m: Likewise. |
|
7003 * strings/lower.m: Likewise. |
|
7004 * strings/lower.m: Likewise. |
|
7005 * strings/upper.m: Likewise. |
|
7006 * specfun/erfinv.m: Likewise. |
|
7007 * specfun/gammai.m: Likewise. |
|
7008 * specfun/log2.m: Likewise. |
|
7009 * specfun/pow2.m: Likewise. |
|
7010 * elfun/gcd.m: Likewise. |
|
7011 * elfun/lcm.m: Likewise. |
|
7012 * special-matrix/vander.m: Likewise. |
|
7013 * special-matrix/sylvester_matrix.m: Likewise. |
|
7014 * special-matrix/hilb.m: Likewise. |
|
7015 * special-matrix/hankel.m: Likewise. |
|
7016 * special-matrix/toeplitz.m: Likewise. |
|
7017 * special-matrix/invhilb.m: Likewise. |
|
7018 * statistics/base/std.m: Likewise. |
|
7019 * statistics/base/median.m: Likewise. |
|
7020 * linear-algebra/cond.m: Likewise. |
|
7021 * linear-algebra/norm.m: Likewise. |
|
7022 * finance/nper.m: Likewise. |
|
7023 * finance/pmt.m: Likewise. |
|
7024 * finance/pv.m: Likewise. |
|
7025 * finance/rate.m: Likewise. |
|
7026 * finance/npv.m: Likewise. |
|
7027 * general/fliplr.m: Likewise. |
|
7028 * general/flipud.m: Likewise. |
|
7029 * general/is_scalar.m: Likewise. |
|
7030 * general/rem.m: Likewise. |
|
7031 * general/perror.m: Likewise. |
|
7032 * general/tril.m: Likewise. |
|
7033 * general/rot90.m: Likewise. |
|
7034 * general/num2str.m: Likewise. |
|
7035 * general/int2str.m: Likewise. |
|
7036 * general/reshape.m: Likewise. |
|
7037 * general/logspace.m: Likewise. |
|
7038 * general/is_symmetric.m: Likewise. |
|
7039 * general/is_vector.m: Likewise. |
|
7040 * general/nextpow2.m: Likewise. |
|
7041 * general/columns.m: Likewise. |
|
7042 * general/is_square.m: Likewise. |
|
7043 * general/rows.m: Likewise. |
|
7044 * control/ugain.m: Likewise. |
|
7045 * control/damp.m: Likewise. |
|
7046 * control/dare.m: Likewise. |
|
7047 * control/are.m: Likewise. |
|
7048 * control/sys2fir.m: Likewise. |
|
7049 * control/abcddim.m: Likewise. |
|
7050 * control/is_abcd.m: Likewise. |
|
7051 * control/step.m: Likewise. |
|
7052 * control/is_observable.m: Likewise. |
|
7053 * control/is_controllable.m: Likewise. |
|
7054 * control/jet707.m: Likewise. |
|
7055 * control/polyout.m: Likewise. |
|
7056 * control/impulse.m: Likewise. |
|
7057 * control/lqg.m: Likewise. |
|
7058 * control/is_detectable.m: Likewise. |
|
7059 * control/sysdimensions.m: Likewise. |
|
7060 * control/sysupdate.m: Likewise. |
|
7061 * control/stepimp.m: Likewise. |
|
7062 * control/is_stable.m: Likewise. |
|
7063 * control/tfout.m: Likewise. |
|
7064 * control/zpout.m: Likewise. |
|
7065 |
3405
|
7066 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7067 |
|
7068 * set/complement.m: Add @seealso{} stuff. |
|
7069 * set/create_set.m: Likewise. |
|
7070 * set/intersection.m: Likewise. |
|
7071 * set/union.m: Likewise. |
|
7072 |
3399
|
7073 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7074 |
3400
|
7075 * control/d2c.m: Use double quotes instead of single quotes for |
|
7076 string constants. |
|
7077 * control/dgkfdemo.m: Likewise. |
|
7078 * control/fir2sys.m: Likewise. |
|
7079 * control/frdemo.m: Likewise. |
|
7080 * control/moddemo.m: Likewise. |
|
7081 * control/minfo.m: Likewise. |
|
7082 * control/is_stabilizable.m: Likewise. |
|
7083 * control/is_dgkf.m: Likewise. |
|
7084 * control/polyout.m: Likewise. |
|
7085 * control/sysconnect.m: Likewise. |
|
7086 * control/sysrepdemo.m: Likewise. |
|
7087 * control/tf2sys.m: Likewise. |
|
7088 * control/tfout.m: Likewise. |
|
7089 * control/zp2sys.m: Likewise. |
|
7090 * control/zpout.m: Likewise. |
|
7091 * control/tzero.m: Likewise. |
|
7092 |
|
7093 * control/DEMOcontrol.m: Handle moddemo case too. |
|
7094 |
|
7095 * image/loadimage.m: Use double quotes instead of single quotes |
|
7096 for string constants. Use sprintf instead of square brackets to |
|
7097 construct string. |
|
7098 |
3399
|
7099 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
7100 * control/fir2sys.m: Likewise. |
3399
|
7101 |
3390
|
7102 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7103 |
|
7104 * mkdoc: Only delete spaces before @ characters at the beginning |
|
7105 of a line. |
|
7106 |
3383
|
7107 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7108 |
3388
|
7109 * control/bddemo.m: Make it more likely to work with any value of |
|
7110 whitespace_in_literal_matrix. |
3386
|
7111 * control/analdemo.m: Ditto. |
|
7112 * control/dgkfdemo.m: Ditto. |
|
7113 * control/frdemo.m: Ditto. |
|
7114 * control/sysrepdemo.m: Ditto. |
|
7115 * control/moddemo.m: Ditto. |
3388
|
7116 * control/zp2ss.m: Ditto. |
3387
|
7117 * control/zp2tf.m: Ditto. |
3388
|
7118 * control/syssub.m: Ditto. |
|
7119 * finance/npv.m: Ditto. |
|
7120 * statistics/base/studentize.m: Ditto. |
|
7121 * statistics/base/values.m: Ditto. |
|
7122 * statistics/distributions/exponential_cdf.m: Ditto. |
|
7123 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
7124 |
3384
|
7125 * control/dezero.m: Use toascii to convert string to ASCII value |
|
7126 instead of multiplying it by 1. |
|
7127 |
3383
|
7128 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
7129 * control/zpout.m: Ditto. |
|
7130 * control/tfout.m: Ditto. |
|
7131 * control/tf2sys.m: Ditto. |
|
7132 * control/syssub.m: Ditto. |
|
7133 * control/syssetsignals.m: Ditto. |
|
7134 * control/sysout.m: Ditto. |
|
7135 * control/sysmult.m: Ditto. |
|
7136 * control/sysgroup.m: Ditto. |
|
7137 * control/sysdup.m: Ditto. |
|
7138 * control/sysdisc.m: Ditto. |
|
7139 * control/syscont.m: Ditto. |
|
7140 * control/sysconnect.m: Ditto. |
|
7141 * control/sysappend.m: Ditto. |
|
7142 * control/sysadd.m: Ditto. |
|
7143 * control/ss2sys.m: Ditto. |
|
7144 * control/nyquist.m: Ditto. |
|
7145 * control/lqg.m: Ditto. |
|
7146 * control/fir2sys.m: Ditto. |
|
7147 * control/dmr2d.m: Ditto. |
|
7148 * control/dezero.m: Ditto. |
|
7149 * control/d2c.m: Ditto. |
|
7150 * control/c2d.m: Ditto. |
|
7151 * control/bddemo.m: Ditto. |
|
7152 * control/pzmap.m: Ditto. |
|
7153 |
5095
|
7154 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
7155 |
|
7156 * signal/spectral_adf.m: Fix typo. |
|
7157 |
3372
|
7158 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7159 |
|
7160 * linear-algebra/cond.m: Texinfoize doc string. |
|
7161 * linear-algebra/kron.m: Ditto. |
|
7162 * linear-algebra/norm.m: Ditto. |
|
7163 * linear-algebra/null.m: Ditto. |
|
7164 * linear-algebra/orth.m: Ditto. |
|
7165 * linear-algebra/rank.m: Ditto. |
|
7166 * linear-algebra/trace.m: Ditto. |
|
7167 * linear-algebra/qzhess.m: Ditto. |
|
7168 * miscellaneous/menu.m: Ditto. |
3373
|
7169 * general/perror.m: Ditto. |
|
7170 * general/strerror.m: Ditto. |
|
7171 * general/columns.m: Ditto. |
|
7172 * general/rows.m: Ditto. |
|
7173 * image/colormap.m: Ditto. |
|
7174 * image/gray.m: Ditto. |
|
7175 * image/gray2ind.m: Ditto. |
|
7176 * image/image.m: Ditto. |
|
7177 * image/imagesc.m: Ditto. |
|
7178 * image/imshow.m: Ditto. |
|
7179 * image/ind2gray.m: Ditto. |
|
7180 * image/ind2rgb.m: Ditto. |
|
7181 * image/loadimage.m: Ditto. |
|
7182 * image/rgb2ntsc.m: Ditto. |
|
7183 * image/ntsc2rgb.m: Ditto. |
|
7184 * image/ocean.m: Ditto. |
|
7185 * image/rgb2ind.m: Ditto. |
|
7186 * image/saveimage.m: Ditto. |
3372
|
7187 * io/printf.m: Ditto. |
|
7188 * io/puts.m: Ditto. |
|
7189 |
3369
|
7190 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7191 |
|
7192 * special-matrix/hankel.m: Texinfoize doc string. |
|
7193 * special-matrix/hilb.m: Ditto. |
|
7194 * special-matrix/invhilb.m: Ditto. |
|
7195 * special-matrix/sylvester_matrix.m: Ditto. |
|
7196 * special-matrix/toeplitz.m: Ditto. |
|
7197 * special-matrix/vander.m: Ditto. |
|
7198 * linear-algebra/vec.m: Ditto. |
|
7199 * linear-algebra/vech.m: Ditto. |
|
7200 * general/common_size.m: Ditto. |
|
7201 * general/diff.m: Ditto. |
|
7202 * general/fliplr.m: Ditto. |
|
7203 * general/flipud.m: Ditto. |
|
7204 * general/rot90.m: Ditto. |
|
7205 * general/reshape.m: Ditto. |
|
7206 * general/shift.m: Ditto. |
|
7207 * general/tril.m: Ditto. |
|
7208 * general/triu.m: Ditto. |
|
7209 * general/logspace.m: Ditto. |
3371
|
7210 * general/nargchk.m: Ditto. |
3369
|
7211 |
3367
|
7212 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7213 |
|
7214 * statistics/base/mean: Texinfoize doc string. |
|
7215 * statistics/base/median: Ditto. |
|
7216 * statistics/base/std: Ditto. |
|
7217 * statistics/base/cov: Ditto. |
|
7218 * statistics/base/corrcoef: Ditto. |
|
7219 * statistics/base/kurtosis: Ditto. |
|
7220 * statistics/base/mahalanobis: Ditto. |
|
7221 * statistics/base/skewness: Ditto. |
3368
|
7222 * statistics/base/gls.m: Ditto. |
|
7223 * statistics/base/ols.m: Ditto. |
3367
|
7224 * signal/detrend.m: Ditto. |
|
7225 * signal/freqz.m: Ditto. |
|
7226 * signal/sinc.m: Ditto. |
|
7227 * signal/fftconv.m: Ditto. |
|
7228 * signal/fftfilt.m: Ditto. |
3368
|
7229 * set/create_set.m: Ditto. |
|
7230 * set/union.m: Ditto. |
|
7231 * set/intersection.m: Ditto. |
|
7232 * set/complement.m: Ditto. |
|
7233 * poly/compan.m: Ditto. |
|
7234 * poly/conv: Ditto. |
|
7235 * poly/deconv: Ditto. |
|
7236 * poly/poly: Ditto. |
|
7237 * poly/polyderiv: Ditto. |
|
7238 * poly/polyfit: Ditto. |
|
7239 * poly/polyinteg: Ditto. |
|
7240 * poly/polyreduce: Ditto. |
|
7241 * poly/polyval: Ditto. |
|
7242 * poly/polyvalm: Ditto. |
|
7243 * poly/residue: Ditto. |
|
7244 * poly/roots: Ditto. |
|
7245 * plot/top_title.m: Ditto |
|
7246 * plot/subwindow.m: Ditto |
|
7247 * plot/subplot.m: Ditto |
|
7248 * plot/plot_border.m: Ditto |
|
7249 * plot/oneplot.m: Ditto |
|
7250 * plot/multiplot.m: Ditto |
|
7251 * plot/mplot.m: Ditto |
|
7252 * plot/xlabel.m: Ditto |
|
7253 * plot/figure.m: Ditto |
|
7254 * plot/meshdom.m: Ditto |
|
7255 * plot/mesh.m: Ditto |
|
7256 * plot/stairs.m: Ditto |
|
7257 * plot/polar.m: Ditto |
|
7258 * plot/loglog.m: Ditto |
|
7259 * plot/hist.m: Ditto |
|
7260 * plot/contour.m: Ditto |
|
7261 * plot/bar.m: Ditto |
|
7262 * plot/axis.m: Ditto |
|
7263 * plot/plot.m: Ditto. |
3367
|
7264 |
3361
|
7265 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7266 |
3365
|
7267 * control/pinv.m: Delete. |
|
7268 |
3364
|
7269 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
7270 |
3361
|
7271 * strings/blanks.m: Texinfoize doc string. |
|
7272 * strings/strcat.m: Ditto. |
|
7273 * strings/str2mat.m: Ditto. |
|
7274 * strings/deblank.m: Ditto. |
|
7275 * strings/findstr.m: Ditto. |
|
7276 * strings/index.m: Ditto. |
|
7277 * strings/rindex.m: Ditto. |
|
7278 * strings/split.m: Ditto. |
|
7279 * strings/strcmp.m: Ditto. |
|
7280 * strings/strrep.m: Ditto. |
|
7281 * strings/substr.m: Ditto. |
|
7282 * general/int2str.m: Ditto. |
|
7283 * general/num2str.m: Ditto. |
|
7284 * strings/dec2bin.m: Ditto. |
|
7285 * strings/bin2dec: Ditto. |
|
7286 * strings/dec2bin: Ditto. |
|
7287 * strings/dec2hex: Ditto. |
|
7288 * strings/hex2dec: Ditto. |
|
7289 * strings/str2num: Ditto. |
|
7290 |
3347
|
7291 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7292 |
|
7293 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
7294 |
5095
|
7295 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
7296 |
|
7297 * control/DEMOcontrol.m: Texinfoize doc string. |
|
7298 * control/abcddim.m: Ditto. |
|
7299 * control/abcddims.m: Ditto. |
|
7300 * control/analdemo.m: Ditto. |
|
7301 * control/are.m: Ditto. |
|
7302 * control/axis2dlim.m: Ditto. |
|
7303 * control/bddemo.m: Ditto. |
|
7304 * control/bode.m: Ditto. |
|
7305 * control/bode_bounds.m: Ditto. |
|
7306 * control/bodquist.m: Ditto. |
|
7307 * control/buildssic.m: Ditto. |
|
7308 * control/c2d.m: Ditto. |
|
7309 * control/ctrb.m: Ditto. |
|
7310 * control/d2c.m: Ditto. |
|
7311 * control/damp.m: Ditto. |
|
7312 * control/dare.m: Ditto. |
|
7313 * control/dcgain.m: Ditto. |
|
7314 * control/dgkfdemo.m: Ditto. |
|
7315 * control/dgram.m: Ditto. |
|
7316 * control/dlqe.m: Ditto. |
|
7317 * control/dlqr.m: Ditto. |
|
7318 * control/dlyap.m: Ditto. |
|
7319 * control/dmr2d.m: Ditto. |
|
7320 * control/fir2sys.m: Ditto. |
|
7321 * control/frdemo.m: Ditto. |
|
7322 * control/freqchkw.m: Ditto. |
|
7323 * control/freqresp.m: Ditto. |
|
7324 * control/gram.m: Ditto. |
|
7325 * control/h2norm.m: Ditto. |
|
7326 * control/h2syn.m: Ditto. |
|
7327 * control/hinf_ctr.m: Ditto. |
|
7328 * control/hinfdemo.m: Ditto. |
|
7329 * control/hinfnorm.m: Ditto. |
|
7330 * control/hinfsyn.m: Ditto. |
|
7331 * control/hinfsyn_chk.m: Ditto. |
|
7332 * control/impulse.m: Ditto. |
|
7333 * control/is_abcd.m: Ditto. |
|
7334 * control/is_controllable.m: Ditto. |
|
7335 * control/is_detectable.m: Ditto. |
|
7336 * control/is_dgkf.m: Ditto. |
|
7337 * control/is_digital.m: Ditto. |
|
7338 * control/is_observable.m: Ditto. |
|
7339 * control/is_sample.m: Ditto. |
|
7340 * control/is_signal_list.m: Ditto. |
|
7341 * control/is_siso.m: Ditto. |
|
7342 * control/is_stabilizable.m: Ditto. |
|
7343 * control/is_stable.m: Ditto. |
|
7344 * control/jet707.m: Ditto. |
|
7345 * control/lqe.m: Ditto. |
|
7346 * control/lqg.m: Ditto. |
|
7347 * control/lqr.m: Ditto. |
|
7348 * control/lsim.m: Ditto. |
|
7349 * control/ltifr.m: Ditto. |
|
7350 * control/lyap.m: Ditto. |
|
7351 * control/moddemo.m: Ditto. |
|
7352 * control/nyquist.m: Ditto. |
|
7353 * control/obsv.m: Ditto. |
|
7354 * control/ord2.m: Ditto. |
|
7355 * control/outlist.m: Ditto. |
|
7356 * control/pinv.m: Ditto. |
|
7357 * control/place.m: Ditto. |
|
7358 * control/polyout.m: Ditto. |
|
7359 * control/prompt.m: Ditto. |
|
7360 * control/pzmap.m: Ditto. |
|
7361 * control/qzval.m: Ditto. |
|
7362 * control/rldemo.m: Ditto. |
|
7363 * control/rlocus.m: Ditto. |
|
7364 * control/sortcom.m: Ditto. |
|
7365 * control/ss2sys.m: Ditto. |
|
7366 * control/ss2tf.m: Ditto. |
|
7367 * control/ss2zp.m: Ditto. |
|
7368 * control/starp.m: Ditto. |
|
7369 * control/step.m: Ditto. |
|
7370 * control/stepimp.m: Ditto. |
|
7371 * control/susball.m: Ditto. |
|
7372 * control/sys2fir.m: Ditto. |
|
7373 * control/sys2ss.m: Ditto. |
|
7374 * control/sys2tf.m: Ditto. |
|
7375 * control/sys2zp.m: Ditto. |
|
7376 * control/sysadd.m: Ditto. |
|
7377 * control/sysappend.m: Ditto. |
|
7378 * control/syschnames.m: Ditto. |
|
7379 * control/syschnamesl.m: Ditto. |
|
7380 * control/syschtsam.m: Ditto. |
|
7381 * control/sysconnect.m: Ditto. |
|
7382 * control/syscont.m: Ditto. |
|
7383 * control/syscont_disc.m: Ditto. |
|
7384 * control/sysdefioname.m: Ditto. |
|
7385 * control/sysdefstname.m: Ditto. |
|
7386 * control/sysdimensions.m: Ditto. |
|
7387 * control/sysdisc.m: Ditto. |
|
7388 * control/sysdup.m: Ditto. |
|
7389 * control/sysgetsignals.m: Ditto. |
|
7390 * control/sysgettype.m: Ditto. |
|
7391 * control/sysgroup.m: Ditto. |
|
7392 * control/sysgroupn.m: Ditto. |
|
7393 * control/sysmult.m: Ditto. |
|
7394 * control/sysout.m: Ditto. |
|
7395 * control/sysprune.m: Ditto. |
|
7396 * control/sysreorder.m: Ditto. |
|
7397 * control/sysrepdemo.m: Ditto. |
|
7398 * control/sysscale.m: Ditto. |
|
7399 * control/syssetsignals.m: Ditto. |
|
7400 * control/syssub.m: Ditto. |
|
7401 * control/sysupdate.m: Ditto. |
|
7402 * control/tf2ss.m: Ditto. |
|
7403 * control/tf2sys.m: Ditto. |
|
7404 * control/tf2sysl.m: Ditto. |
|
7405 * control/tf2zp.m: Ditto. |
|
7406 * control/tfout.m: Ditto. |
|
7407 * control/tzero.m: Ditto. |
|
7408 * control/tzero2.m: Ditto. |
|
7409 * control/ugain.m: Ditto. |
|
7410 * control/wgt1o.m: Ditto. |
|
7411 * control/zgfmul.m: Ditto. |
|
7412 * control/zgfslv.m: Ditto. |
|
7413 * control/zginit.m: Ditto. |
|
7414 * control/zgpbal.m: Ditto. |
|
7415 * control/zgreduce.m: Ditto. |
|
7416 * control/zgrownorm.m: Ditto. |
|
7417 * control/zgscal.m: Ditto. |
|
7418 * control/zgsgiv.m: Ditto. |
|
7419 * control/zgshsr.m: Ditto. |
|
7420 * control/zp2ss.m: Ditto. |
|
7421 * control/zp2ssg2.m: Ditto. |
|
7422 * control/zp2sys.m: Ditto. |
|
7423 * control/zp2tf.m: Ditto. |
|
7424 * control/zpout.m: Ditto. |
|
7425 |
5095
|
7426 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
7427 |
5378
|
7428 * audio/lin2mu.m: Texinfoize doc string. |
|
7429 * audio/loadaudio.m: Ditto. |
|
7430 * audio/mu2lin.m: Ditto. |
|
7431 * audio/playaudio.m: Ditto. |
|
7432 * audio/record.m: Ditto. |
|
7433 * audio/saveaudio.m: Ditto. |
3332
|
7434 |
5095
|
7435 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7436 |
|
7437 * elfun/acot.m: Texinfoize doc string. |
|
7438 * elfun/acsc.m: Ditto. |
|
7439 * elfun/acsch.m: Ditto. |
|
7440 * elfun/asec.m: Ditto. |
|
7441 * elfun/asech.m: Ditto. |
|
7442 * elfun/cot.m: Ditto. |
|
7443 * elfun/coth.m: Ditto. |
|
7444 * elfun/csc.m: Ditto. |
|
7445 * elfun/csch.m: Ditto. |
|
7446 * elfun/gcd.m: Ditto. |
|
7447 * elfun/lcm.m: Ditto. |
|
7448 * elfun/sec.m: Ditto. |
|
7449 * elfun/sech.m: Ditto. |
|
7450 * general/nextpow2.m: Ditto. |
|
7451 * general/rem.m: Ditto. |
|
7452 * linear-algebra/commutation_matrix.m: Ditto. |
|
7453 * linear-algebra/cross.m: Ditto. |
|
7454 * linear-algebra/duplication_matrix.m: Ditto. |
|
7455 * miscellaneous/bincoeff.m: Ditto. |
|
7456 * miscellaneous/xor.m: Ditto. |
|
7457 * specfun/bessel.m: Ditto. |
|
7458 * specfun/beta.m: Ditto. |
|
7459 * specfun/betai.m: Ditto. |
|
7460 * specfun/erfinv.m: Ditto. |
|
7461 * specfun/gammai.m: Ditto. |
|
7462 * specfun/log2.m: Ditto. |
|
7463 * specfun/pow2.m: Ditto. |
|
7464 |
5095
|
7465 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7466 |
|
7467 * general/is_scalar.m: Texinfoize help text. |
|
7468 * general/is_square.m: Ditto. |
|
7469 * general/is_symmetric.m: Ditto. |
|
7470 |
3320
|
7471 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7472 |
|
7473 * strings/split.m: If the string to be split is empty, just return |
|
7474 an empty string. |
|
7475 |
3319
|
7476 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7477 |
|
7478 * Makefile.in (ALL_M_FILES): New macro. |
|
7479 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7480 |
3306
|
7481 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7482 |
|
7483 * control/bode.m: Don't return anything if nargout == 0. |
|
7484 |
|
7485 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7486 |
|
7487 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7488 |
3305
|
7489 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7490 |
|
7491 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7492 gethelp.cc to the list. |
|
7493 |
3296
|
7494 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7495 |
3301
|
7496 * time/asctime.m: Texinfoize help text. |
|
7497 * time/clock.m: Ditto. |
|
7498 * time/date.m: Ditto. |
|
7499 * miscellaneous/cputime.m: Ditto. |
|
7500 * miscellaneous/etime.m: Ditto. |
|
7501 * miscellaneous/is_leap_year.m: Ditto. |
|
7502 * miscellaneous/popen2.m: Ditto. |
|
7503 * miscellaneous/version.m: Ditto. |
|
7504 * miscellaneous/tic.m: Ditto. |
|
7505 * miscellaneous/toc.m: Just refer to tic.m. |
|
7506 |
3297
|
7507 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7508 `cd dir; $(MAKE); cd ..'. |
|
7509 ($(SUBDIRS)): Likewise. |
|
7510 |
|
7511 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7512 |
|
7513 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7514 of `cd dir; $(MAKE)'. |
|
7515 |
3296
|
7516 * gethelp.cc, mkdoc: New files. |
|
7517 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7518 sources. |
|
7519 |
3291
|
7520 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7521 |
|
7522 * linear-algebra/kron.m: Fix typo in previous change |
|
7523 |
3282
|
7524 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7525 |
|
7526 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7527 |
5095
|
7528 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7529 |
|
7530 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7531 rank when V has more columns than rows. |
|
7532 |
|
7533 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7534 |
|
7535 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7536 |
|
7537 * statistics/tests/manova.m: Avoid problems if |
|
7538 whitespace_in_literal_matrix is set to "traditional". |
|
7539 * statistics/tests/t_test_regression.m: Likewise. |
|
7540 * statistics/tests/u_test.m: Likewise. |
|
7541 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7542 * statistics/tests/anova.m: Likewise. |
|
7543 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7544 * statistics/base/statistics.m: Likewise. |
|
7545 * image/saveimage.m: Likewise. |
|
7546 * signal/arch_fit.m: Likewise. |
|
7547 * signal/autoreg_matrix.m: Likewise. |
|
7548 * signal/triangle_lw.m: Likewise. |
|
7549 * strings/dec2hex.m: Likewise. |
|
7550 |
3268
|
7551 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7552 |
|
7553 * image/saveimage.m: Initialize scale. |
|
7554 |
|
7555 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7556 |
|
7557 * general/reshape.m: Allow reshape (a, size (b)). |
|
7558 |
3266
|
7559 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7560 |
|
7561 * specfun/erfinv.m: Improve stopping criterion. |
|
7562 Add iteration count as second return value. |
|
7563 |
3265
|
7564 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7565 |
|
7566 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7567 |
3263
|
7568 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7569 |
|
7570 * miscellaneous/pack.m: New function. |
|
7571 |
|
7572 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7573 |
|
7574 * plot/figure.m: Always return figure number. With no args, |
|
7575 figure now creates a new figure window and returns its number. |
|
7576 Accept figure (property, value) syntax, but do nothing. |
|
7577 |
5095
|
7578 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7579 |
|
7580 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7581 |
3260
|
7582 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7583 |
|
7584 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7585 evenly spaced. |
|
7586 |
3250
|
7587 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7588 |
|
7589 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7590 contain only zeros. |
|
7591 |
5095
|
7592 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7593 |
|
7594 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7595 instead of appending them. |
|
7596 |
|
7597 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7598 |
|
7599 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7600 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7601 Update from A. S. Hodel. |
|
7602 |
3246
|
7603 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7604 |
|
7605 * polynomial/polyfit.m: Correct previous change. |
|
7606 |
3243
|
7607 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7608 |
|
7609 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7610 |
5095
|
7611 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7612 |
|
7613 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7614 version of krylov and krylovb. |
|
7615 |
|
7616 * control/outlist.m, control/sysout.m: Fix typos. |
|
7617 |
|
7618 * control/sysdimensions.m: Add option for total number of states. |
|
7619 |
|
7620 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7621 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7622 arguments. |
|
7623 |
|
7624 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7625 |
|
7626 * strings/index.m: Fail with meaningful error message if either |
|
7627 arg is a string array. |
|
7628 |
3238
|
7629 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7630 |
|
7631 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7632 infinity-norms of complex matrices. From Sven Khatri |
|
7633 <khatri@saturn.vocalpoint.com>. |
|
7634 |
5095
|
7635 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7636 |
|
7637 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7638 |
|
7639 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7640 |
|
7641 * strings/split.m: Avoid problems when splitting strings that have |
|
7642 \ in them. |
|
7643 |
5095
|
7644 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7645 |
|
7646 * image/colormap.m: Do better arg checking, handle string args |
|
7647 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7648 |
5095
|
7649 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7650 |
|
7651 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7652 * linear-algebra/dot.m: Likewise. |
|
7653 * linear-algebra/cross.m: Likewise. |
|
7654 * general/rot90.m: Likewise. |
|
7655 |
5095
|
7656 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7657 |
|
7658 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7659 that the leading column is not all zeros. |
|
7660 |
|
7661 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7662 |
|
7663 * general/shift.m: Fix potential problems with |
|
7664 whitespace_in_literal_matrix. |
|
7665 * signal/arch_rnd.m: Ditto. |
|
7666 * signal/autocov.m: Ditto. |
|
7667 * signal/diffpara.m: Ditto. |
|
7668 * signal/hurst.m: Ditto. |
|
7669 * signal/periodogram.m: Ditto. |
|
7670 * signal/spectral_adf.m: Ditto. |
|
7671 * signal/spectral_xdf.m: Ditto. |
|
7672 * signal/spencer.m: Ditto. |
|
7673 * signal/synthesis.m: Ditto. |
|
7674 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7675 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7676 * statistics/models/logistic_regression.m: Ditto. |
|
7677 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7678 * statistics/tests/run_test.m: Ditto. |
|
7679 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7680 |
5095
|
7681 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7682 |
|
7683 * plot/__plr2__.m: Fix typo. |
|
7684 |
3233
|
7685 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7686 |
|
7687 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7688 |
5095
|
7689 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7690 |
|
7691 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7692 function. |
|
7693 |
5095
|
7694 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7695 |
|
7696 * control/ss2sys.m: Fix typo. |
|
7697 |
|
7698 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7699 |
|
7700 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7701 |
|
7702 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7703 signal names as lists of strings instead of string arrays. |
|
7704 |
3225
|
7705 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7706 |
3233
|
7707 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7708 <a.s.hodel@eng.auburn.edu>. |
|
7709 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7710 * quaternion/Makefile.in: New file. |
|
7711 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7712 |
|
7713 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7714 |
|
7715 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7716 |
|
7717 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7718 since there can be fewer rows than columns. Round values to |
|
7719 nearest position in colormap instead of truncating. Correct usage |
|
7720 message. |
|
7721 |
5095
|
7722 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7723 |
|
7724 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7725 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7726 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7727 Householder matrix structure of H. |
|
7728 |
|
7729 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7730 |
|
7731 * general/logical.m: Just copy input to output if argument is |
|
7732 already a logical object. |
|
7733 |
3215
|
7734 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7735 |
|
7736 * New files from OCST, in control subdiretory: |
|
7737 |
|
7738 DEMOcontrol.m is_siso.m syschnames.m |
|
7739 abcddim.m is_stabilizable.m syschnamesl.m |
|
7740 abcddims.m is_stable.m syschtsam.m |
|
7741 analdemo.m jet707.m sysconnect.m |
|
7742 are.m lqe.m syscont.m |
|
7743 axis2dlim.m lqg.m syscont_disc.m |
|
7744 bddemo.m lqr.m sysdefioname.m |
|
7745 bode.m lsim.m sysdefstname.m |
|
7746 bode_bounds.m ltifr.m sysdimensions.m |
|
7747 bodquist.m lyap.m sysdisc.m |
|
7748 buildssic.m mb.m sysdup.m |
|
7749 c2d.m minfo.m sysgetsignals.m |
6302
|
7750 com2str.m moddemo.m sysgettsam.m |
3215
|
7751 controldemo.m nichols.m sysgettype.m |
|
7752 ctrb.m nyquist.m sysgroup.m |
|
7753 d2c.m obsv.m sysgroupn.m |
|
7754 damp.m ord2.m sysmult.m |
|
7755 dare.m outlist.m sysout.m |
|
7756 dcgain.m packedform.m sysprune.m |
|
7757 demomarsyas.m packsys.m sysreorder.m |
|
7758 dezero.m; parallel.m sysrepdemo.m |
|
7759 dgkfdemo.m place.m sysscale.m |
|
7760 dgram.m polyout.m syssub.m |
|
7761 dhinfdemo.m prompt.m sysupdate.m |
|
7762 dlqe.m pzmap.m tf2ss.m |
|
7763 dlqg.m qzval.m tf2sys.m |
|
7764 dlqr.m rldemo.m tf2sysl.m |
|
7765 dlyap.m rlocus.m tf2zp.m |
|
7766 dmr2d.m rotg.m tfout.m |
|
7767 fir2sys.m run_cmd.m; tzero.m |
|
7768 frdemo.m series.m tzero2.m |
|
7769 freqchkw.m sortcom.m ugain.m |
|
7770 freqresp.m ss2sys.m unpacksys.m |
|
7771 gram.m ss2tf.m wgt1o.m |
|
7772 h2norm.m ss2zp.m zgfmul.m |
|
7773 h2syn.m starp.m zgfslv.m |
|
7774 hinf_ctr.m step.m zginit.m |
|
7775 hinfdemo.m stepimp.m zgpbal.m |
|
7776 hinfnorm.m strappend.m; zgreduce.m |
|
7777 hinfsyn.m susball.m zgrownorm.m |
|
7778 hinfsyn_chk.m swap.m zgscal.m |
|
7779 impulse.m swapcols.m zgsgiv.m |
|
7780 is_abcd.m swaprows.m zgshsr.m |
|
7781 is_controllable.m sys2fir.m zp2ss.m |
|
7782 is_detectable.m sys2ss.m zp2ssg2.m |
|
7783 is_dgkf.m sys2tf.m zp2sys.m |
|
7784 is_digital.m sys2zp.m zp2tf.m |
|
7785 is_observable.m sysadd.m zpout.m |
|
7786 is_sample.m sysappend.m |
|
7787 |
|
7788 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7789 |
|
7790 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7791 |
|
7792 * strings/deblank.m: Make it work for string arrays too. |
|
7793 |
3211
|
7794 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7795 |
|
7796 * linear-algebra/housh.m: New file from the OCST. |
|
7797 * linear-algebra/krygetq.m: Ditto. |
|
7798 * linear-algebra/krylov.m: Ditto. |
|
7799 * linear-algebra/krylovb.m: Ditto. |
|
7800 * linear-algebra/qrhouse.m: Ditto. |
|
7801 * general/is_duplicate_entry.m: Ditto. |
|
7802 |
|
7803 * general/is_symmetric.m: Call is_square instead of doing that |
|
7804 check in line. |
|
7805 |
3196
|
7806 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7807 |
3202
|
7808 * general/is_square.m: |
|
7809 |
|
7810 * general/isempty.m, general/is_matrix.m: Delete. |
|
7811 |
|
7812 * general/is_symmetric: Delete special case for strings. Whether |
|
7813 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7814 |
|
7815 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7816 just return 0. |
|
7817 * general/is_symmetric: Likewise. |
|
7818 * general/is_vector.m: Likewise. |
|
7819 * general/is_scalar.m: Likewise. |
|
7820 |
3196
|
7821 * general/length.m: Delete. |
|
7822 |
3191
|
7823 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7824 |
|
7825 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7826 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7827 and statistics/tests/Makefile to the list of files to create. |
|
7828 |
|
7829 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7830 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7831 statistics/tests/Makefile.in: New files. |
|
7832 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7833 subdirectories. |
|
7834 * Makefile.in (SUBDIRS): Add finance. |
|
7835 |
|
7836 * Move the following files from statistics to statistics/base: |
|
7837 |
|
7838 corrcoef.m |
|
7839 kurtosis.m |
|
7840 mahalanobis.m |
|
7841 median.m |
|
7842 ols.m |
|
7843 skewness.m |
|
7844 std.m |
|
7845 |
|
7846 New files, from Kurt Hornik's octave-ci package: |
|
7847 |
|
7848 * finance (new directory): |
|
7849 |
|
7850 fv.m |
|
7851 fvl.m |
|
7852 irr.m |
|
7853 nper.m |
|
7854 npv.m |
|
7855 pmt.m |
|
7856 pv.m |
|
7857 pvl.m |
|
7858 rate.m |
|
7859 vol.m |
|
7860 |
|
7861 * linear-algebra/dmult.m |
|
7862 |
|
7863 * signal: |
|
7864 |
|
7865 arch_fit.m |
|
7866 arch_rnd.m |
|
7867 arch_test.m |
|
7868 arma_rnd.m |
|
7869 autocor.m |
|
7870 autocov.m |
|
7871 autoreg_matrix.m |
|
7872 bartlett.m |
|
7873 blackman.m |
|
7874 diffpara.m |
|
7875 durbinlevinson.m |
|
7876 fractdiff.m |
|
7877 hamming.m |
|
7878 hanning.m |
|
7879 hurst.m |
|
7880 periodogram.m |
|
7881 rectangle_lw.m |
|
7882 rectangle_sw.m |
|
7883 sinetone.m |
|
7884 sinewave.m |
|
7885 spectral_adf.m |
|
7886 spectral_xdf.m |
|
7887 spencer.m |
|
7888 stft.m |
|
7889 synthesis.m |
|
7890 triangle_lw.m |
|
7891 triangle_sw.m |
|
7892 yulewalker.m |
|
7893 |
|
7894 * statistics/base (new directory): |
|
7895 |
|
7896 center.m |
|
7897 cloglog.m |
|
7898 cor.m |
|
7899 cov.m |
|
7900 cut.m |
|
7901 iqr.m |
|
7902 kendall.m |
|
7903 logit.m |
|
7904 mean.m |
|
7905 meansq.m |
|
7906 moment.m |
|
7907 ppplot.m |
|
7908 probit.m |
|
7909 qqplot.m |
|
7910 range.m |
|
7911 ranks.m |
|
7912 run_count.m |
|
7913 spearman.m |
|
7914 statistics.m |
|
7915 studentize.m |
|
7916 table.m |
|
7917 values.m |
|
7918 var.m |
|
7919 |
|
7920 (Replaces cov.m and mean.m with new versions.) |
|
7921 |
|
7922 * statistics/distributions (new directory): |
|
7923 |
|
7924 beta_cdf.m |
|
7925 beta_inv.m |
|
7926 beta_pdf.m |
|
7927 beta_rnd.m |
|
7928 binomial_cdf.m |
|
7929 binomial_inv.m |
|
7930 binomial_pdf.m |
|
7931 binomial_rnd.m |
|
7932 cauchy_cdf.m |
|
7933 cauchy_inv.m |
|
7934 cauchy_pdf.m |
|
7935 cauchy_rnd.m |
|
7936 chisquare_cdf.m |
|
7937 chisquare_inv.m |
|
7938 chisquare_pdf.m |
|
7939 chisquare_rnd.m |
|
7940 discrete_cdf.m |
|
7941 discrete_inv.m |
|
7942 discrete_pdf.m |
|
7943 discrete_rnd.m |
|
7944 empirical_cdf.m |
|
7945 empirical_inv.m |
|
7946 empirical_pdf.m |
|
7947 empirical_rnd.m |
|
7948 exponential_cdf.m |
|
7949 exponential_inv.m |
|
7950 exponential_pdf.m |
|
7951 exponential_rnd.m |
|
7952 f_cdf.m |
|
7953 f_inv.m |
|
7954 f_pdf.m |
|
7955 f_rnd.m |
|
7956 gamma_cdf.m |
|
7957 gamma_inv.m |
|
7958 gamma_pdf.m |
|
7959 gamma_rnd.m |
|
7960 geometric_cdf.m |
|
7961 geometric_inv.m |
|
7962 geometric_pdf.m |
|
7963 geometric_rnd.m |
|
7964 hypergeometric_cdf.m |
|
7965 hypergeometric_inv.m |
|
7966 hypergeometric_pdf.m |
|
7967 hypergeometric_rnd.m |
|
7968 kolmogorov_smirnov_cdf.m |
|
7969 laplace_cdf.m |
|
7970 laplace_inv.m |
|
7971 laplace_pdf.m |
|
7972 laplace_rnd.m |
|
7973 logistic_cdf.m |
|
7974 logistic_inv.m |
|
7975 logistic_pdf.m |
|
7976 logistic_rnd.m |
|
7977 lognormal_cdf.m |
|
7978 lognormal_inv.m |
|
7979 lognormal_pdf.m |
|
7980 lognormal_rnd.m |
|
7981 normal_cdf.m |
|
7982 normal_inv.m |
|
7983 normal_pdf.m |
|
7984 normal_rnd.m |
|
7985 pascal_cdf.m |
|
7986 pascal_inv.m |
|
7987 pascal_pdf.m |
|
7988 pascal_rnd.m |
|
7989 poisson_cdf.m |
|
7990 poisson_inv.m |
|
7991 poisson_pdf.m |
|
7992 poisson_rnd.m |
|
7993 stdnormal_cdf.m |
|
7994 stdnormal_inv.m |
|
7995 stdnormal_pdf.m |
|
7996 stdnormal_rnd.m |
|
7997 t_cdf.m |
|
7998 t_inv.m |
|
7999 t_pdf.m |
|
8000 t_rnd.m |
|
8001 uniform_cdf.m |
|
8002 uniform_inv.m |
|
8003 uniform_pdf.m |
|
8004 uniform_rnd.m |
|
8005 weibull_cdf.m |
|
8006 weibull_inv.m |
|
8007 weibull_pdf.m |
|
8008 weibull_rnd.m |
|
8009 wiener_rnd.m |
|
8010 |
|
8011 * statistics/models (new directory): |
|
8012 |
|
8013 logistic_regression.m |
|
8014 logistic_regression_derivatives.m |
|
8015 logistic_regression_likelihood.m |
|
8016 |
|
8017 * statistics/tests (new directory): |
|
8018 |
|
8019 anova.m |
|
8020 bartlett_test.m |
|
8021 chisquare_test_homogeneity.m |
|
8022 chisquare_test_independence.m |
|
8023 cor_test.m |
|
8024 f_test_regression.m |
|
8025 hotelling_test.m |
|
8026 hotelling_test_2.m |
|
8027 kolmogorov_smirnov_test.m |
|
8028 kolmogorov_smirnov_test_2.m |
|
8029 kruskal_wallis_test.m |
|
8030 manova.m |
|
8031 mcnemar_test.m |
|
8032 prop_test_2.m |
|
8033 run_test.m |
|
8034 sign_test.m |
|
8035 t_test.m |
|
8036 t_test_2.m |
|
8037 t_test_regression.m |
|
8038 u_test.m |
|
8039 var_test.m |
|
8040 welch_test.m |
|
8041 wilcoxon_test.m |
|
8042 z_test.m |
|
8043 z_test_2.m |
|
8044 |
|
8045 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8046 |
|
8047 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
8048 compatibility and to avoid Y2K problems. |
|
8049 |
3190
|
8050 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8051 |
|
8052 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
8053 least-squares solution. |
|
8054 |
3180
|
8055 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8056 |
|
8057 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
8058 |
|
8059 * strings/strrep.m: Don't convert args to numeric values. |
|
8060 Prevent warnings for empty string args. |
|
8061 From Georg Thimm <thimm@idiap.ch>. |
|
8062 |
|
8063 * strings/strcat.m: Prevent warnings for empty string args. |
|
8064 |
|
8065 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8066 |
|
8067 * miscellaneous/menu.m: Remove special case for empty string |
|
8068 returned from input(). Add second arg to eval() to catch errors. |
|
8069 |
3178
|
8070 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8071 |
|
8072 * plot/__plt__.m: Don't call usleep. |
|
8073 |
3175
|
8074 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8075 |
|
8076 * linear-algebra/dot.m: New function. |
|
8077 |
|
8078 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
8079 compatibility. |
|
8080 |
|
8081 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8082 |
|
8083 * plot/hist.m: Also allow just one output argument. |
|
8084 |
|
8085 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8086 |
|
8087 * strings/deblank.m: Make it work if the string is only blanks. |
|
8088 |
|
8089 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8090 |
|
8091 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
8092 |
|
8093 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8094 |
|
8095 * plot/oneplot.m: Fix typo. |
|
8096 |
3174
|
8097 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8098 |
|
8099 * miscellaneous/flops.m: Allow a single argument too. |
|
8100 |
|
8101 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8102 |
|
8103 * strings/str2mat.m: Also handle case when there are no empty |
|
8104 strings correctly. |
|
8105 |
|
8106 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8107 |
|
8108 * strings/isletter.m: New function, for Matlab compatibility. |
|
8109 |
3168
|
8110 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8111 |
|
8112 * strings/str2mat.m: Handle string matrices too. |
|
8113 |
3167
|
8114 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8115 |
|
8116 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
8117 linear encoding. |
|
8118 |
|
8119 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
8120 audio/record.m: Open files in binary mode. |
|
8121 |
3164
|
8122 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8123 |
|
8124 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
8125 Move functionality of dump_1_pref here, but use built-in function |
|
8126 type to extract value, and put it inside try/catch block. |
|
8127 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
8128 |
3162
|
8129 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8130 |
|
8131 * plot/__pltopt1.m__: New file. |
|
8132 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
8133 __pltopt1__ multiple times and returning a string array with rows |
|
8134 corresponding to the rows of opt. |
|
8135 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
8136 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
8137 array. |
|
8138 |
|
8139 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8140 |
|
8141 * plot/mplot.m: Fix misspellings of global variables. |
|
8142 Don't call clearplot. |
|
8143 |
|
8144 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8145 |
|
8146 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
8147 "cle;rep" when going in ot multiplot mode. |
|
8148 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
8149 switching out of multiplot mode. |
|
8150 |
3156
|
8151 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
8152 |
3156
|
8153 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
8154 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
8155 |
3141
|
8156 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8157 |
|
8158 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
8159 |
|
8160 * miscellaneous/bug_report.m: Don't try to get smart with |
|
8161 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
8162 |
|
8163 * Makefile.in (install): Create separate ls-R files for |
|
8164 $(datadir) and $(libexecdir). |
|
8165 (uninstall): Remove both ls-R files. |
|
8166 |
3136
|
8167 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8168 |
|
8169 * signal/fftshift.m: New file. |
|
8170 |
|
8171 * plot/contour.m: Fix for non-square case. |
|
8172 |
|
8173 * general/randperm.m: New file. |
|
8174 |
|
8175 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8176 |
|
8177 * specfun/betai.m: Restore file for compatibility with previous |
|
8178 versions. Call betainc with reordered args. |
|
8179 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
8180 |
3131
|
8181 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8182 |
|
8183 * plot/contour.m: Handle discrete contour levels. |
|
8184 |
|
8185 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8186 |
|
8187 * control/lyap.m: For compatibility with Matlab, solve |
|
8188 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
8189 |
3124
|
8190 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8191 |
|
8192 * specfun/bessel.m: New file. |
|
8193 |
|
8194 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
8195 specfun/gammainc.m: Delete. |
|
8196 |
3106
|
8197 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8198 |
|
8199 * image/colormap.m: Initialize __current_color_map__ in global |
|
8200 statement. |
|
8201 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
8202 statement. |
|
8203 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
8204 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8205 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
8206 |
3103
|
8207 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8208 |
|
8209 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
8210 * time/toc.m: Likewise. |
|
8211 |
|
8212 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
8213 |
|
8214 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
8215 anything special for automatic_replot when in multiplot mode -- |
|
8216 recent 3.6beta releases handle this correctly. |
|
8217 |
|
8218 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
8219 setting the terminal type. |
|
8220 |
|
8221 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8222 plot/subwindow.m: Use leading and trailing underscores for |
|
8223 `private' globals. |
|
8224 |
|
8225 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
8226 |
3101
|
8227 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8228 |
|
8229 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
8230 |
3091
|
8231 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8232 |
3092
|
8233 * specfun/gammai.m: Avoid problems with whitespace when |
|
8234 constructing matrices. |
|
8235 |
3091
|
8236 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
8237 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8238 original y vector. |
|
8239 |
3085
|
8240 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8241 |
|
8242 * linear-algebra/cross.m: Use direct formula instead of calling |
|
8243 det three times in a loop. If both args are column (row) vectors, |
|
8244 return a column (row) vector. If they don't match, pay attention |
|
8245 to the value of prefer_column_vectors. |
|
8246 |
5095
|
8247 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
8248 |
|
8249 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
8250 nonsymmetric matrices. |
|
8251 |
|
8252 * general/tril.m: Fix usage message. |
|
8253 |
|
8254 * polynomial/polyvalm.m: Fix error messages. |
|
8255 * polynomial/polyderiv.m: Likewise. |
|
8256 * polynomial/polyval.m: Likewise. |
|
8257 |
3081
|
8258 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8259 |
|
8260 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
8261 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
8262 |
3063
|
8263 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8264 |
|
8265 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
8266 |
5095
|
8267 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
8268 |
|
8269 * plot/__pltopt__.m: Handle key/legend names. |
|
8270 Correctly set colors, line styles, and point styles. |
|
8271 |
3061
|
8272 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8273 |
|
8274 * polynomial/polyfit.m: Return fit y values as second output. |
|
8275 Don't use QR factorization to solve least squares problem. |
|
8276 |
|
8277 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8278 |
|
8279 * control/dlqr.m: Use ao, not a, to compute k. |
|
8280 |
3024
|
8281 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8282 |
|
8283 * miscellaneous/path.m: New file. |
|
8284 |
2993
|
8285 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8286 |
|
8287 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
8288 name. |
|
8289 |
2968
|
8290 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8291 |
|
8292 * specfun/erfinv.m: Add missing semicolon. |
|
8293 |
2870
|
8294 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8295 |
|
8296 * miscellaneous/xor.m: Make type of return value logical. |
|
8297 |
2853
|
8298 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8299 |
|
8300 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8301 warn_comma_in_global_decl. |
|
8302 |
2831
|
8303 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8304 |
|
8305 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
8306 octave-bug script. |
|
8307 |
2823
|
8308 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8309 |
2824
|
8310 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8311 prefer_zero_one_indexing. |
|
8312 |
2823
|
8313 * general/logical.m: New file. |
|
8314 |
2816
|
8315 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8316 |
|
8317 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
8318 and is_vector(). |
|
8319 |
5095
|
8320 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
8321 |
|
8322 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
8323 Use tolerance of 2 * eps. |
|
8324 |
2811
|
8325 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8326 |
|
8327 * Makefile.in (install-strip): New target. |
|
8328 * audio/Makefile.in: Ditto. |
|
8329 * control/Makefile.in: Ditto. |
|
8330 * elfun/Makefile.in: Ditto. |
|
8331 * general/Makefile.in: Ditto. |
|
8332 * image/Makefile.in: Ditto. |
|
8333 * io/Makefile.in: Ditto. |
|
8334 * linear-algebra/Makefile.in: Ditto. |
|
8335 * miscellaneous/Makefile.in: Ditto. |
|
8336 * plot/Makefile.in: Ditto. |
|
8337 * polynomial/Makefile.in: Ditto. |
|
8338 * set/Makefile.in: Ditto. |
|
8339 * signal/Makefile.in: Ditto. |
|
8340 * specfun/Makefile.in: Ditto. |
|
8341 * special-matrix/Makefile.in: Ditto. |
|
8342 * startup/Makefile.in: Ditto. |
|
8343 * statistics/Makefile.in: Ditto. |
|
8344 * strings/Makefile.in: Ditto. |
|
8345 |
2809
|
8346 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8347 |
|
8348 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
8349 |
2798
|
8350 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8351 |
|
8352 * statistics/corrcoef.m: Make it actually work. |
|
8353 |
2795
|
8354 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8355 |
2798
|
8356 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
8357 |
2779
|
8358 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
8359 |
|
8360 * Version 2.0.5 released. |
|
8361 |
2745
|
8362 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8363 |
2749
|
8364 * Makefile.in (maintainer-clean): Also remove configure. |
|
8365 |
2746
|
8366 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
8367 |
2745
|
8368 * general/is_matrix.m: Return zero for empty matrices. |
|
8369 |
|
8370 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8371 |
|
8372 * linear-algebra/vech.m: Size result just once. |
|
8373 |
2726
|
8374 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8375 |
|
8376 * general/is_square.m: Handle empty matrices correctly. |
|
8377 * general/is_symmetric.m: Handle empty matrices and strings. |
|
8378 |
2716
|
8379 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8380 |
|
8381 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
8382 * polynomial/deconv.m: Likewise. |
|
8383 * polynomial/polyderiv.m: Likewise. |
|
8384 * polynomial/polyinteg.m: Likewise. |
|
8385 * polynomial/polyreduce.m: Likewise. |
|
8386 * polynomial/polyval.m: Likewise. |
|
8387 * polynomial/polyvalm.m: Likewise. |
|
8388 * general/postpad.m: Likewise. |
|
8389 * general/prepad.m: Likewise. |
|
8390 |
|
8391 * polynomial/compan.m: Check input with is_vector(), not |
|
8392 is_matrix(). Handle scalar case. |
|
8393 |
2711
|
8394 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8395 |
2715
|
8396 * plot/contour.m: Order data so that it is consistent with |
|
8397 meshgrid and mesh. |
|
8398 |
2711
|
8399 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
8400 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
8401 |
2709
|
8402 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
8403 |
|
8404 * Version 2.0.4 released. |
|
8405 |
2706
|
8406 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8407 |
2702
|
8408 * miscellaneous/paren.m: New file. |
|
8409 |
2693
|
8410 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
8411 |
|
8412 * Version 2.0.3 released. |
|
8413 |
2676
|
8414 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8415 |
|
8416 * image/saveimage.m: Only clip image data that is actually out of |
|
8417 range. |
|
8418 |
2667
|
8419 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8420 |
|
8421 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
8422 also be considered to be matrices. |
|
8423 |
|
8424 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
8425 |
|
8426 * general/isempty.m: Use size(), not rows() and columns(). |
|
8427 |
|
8428 * plot/contour.m: Convert set to gset. |
|
8429 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
8430 |
2663
|
8431 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8432 |
|
8433 * specfun/erfinv.m: Fix typo in last change. |
|
8434 |
2650
|
8435 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8436 |
|
8437 * image/loadimage.m: Make it possible to load files with image |
|
8438 data named X or img. |
|
8439 |
|
8440 * image/default.img: Change name of image from X to img to match |
|
8441 what saveimage does now. |
|
8442 |
|
8443 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
8444 does now. |
|
8445 |
2632
|
8446 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8447 |
2634
|
8448 * Version 2.0.2 released. |
|
8449 |
2632
|
8450 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8451 weird missing-lines bug without creating extra plots unecessarily. |
|
8452 |
2624
|
8453 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8454 |
|
8455 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8456 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8457 io/Makefile.in, linear-algebra/Makefile.in, |
|
8458 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8459 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8460 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8461 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8462 time/Makefile.in (bin-dist): New target. |
|
8463 |
2621
|
8464 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8465 |
|
8466 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8467 |
|
8468 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8469 |
|
8470 * miscellaneous/xor.m: Make it work. |
|
8471 |
2613
|
8472 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8473 |
|
8474 * plot/sombrero.m: Doc fix. |
|
8475 |
2602
|
8476 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8477 |
|
8478 * Version 2.0.1 released. |
|
8479 |
2601
|
8480 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8481 |
|
8482 * elfun/lcm.m: Replace missing if statement. |
|
8483 |
|
8484 * elfun/gcd.m: Report error if no input args. |
|
8485 * elfun/lcm.m: Likewise. |
|
8486 |
2597
|
8487 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8488 |
|
8489 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8490 Also list contents of $libexecdir/octave in ls-R database. |
|
8491 |
2583
|
8492 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8493 |
|
8494 * Version 2.0 released. |
|
8495 |
2575
|
8496 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8497 |
|
8498 * Version 1.94. |
|
8499 |
2558
|
8500 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8501 |
|
8502 * strings/str2num.m: New file. |
|
8503 |
2554
|
8504 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8505 |
|
8506 * Version 1.93. |
|
8507 |
2540
|
8508 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8509 |
|
8510 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8511 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8512 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8513 |
|
8514 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8515 general/common_size.m: New files from Kurt Hornik. |
|
8516 |
|
8517 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8518 New files from Kurt Hornik. |
|
8519 |
|
8520 * signal/detrend.m: New file from Kurt Hornik. |
|
8521 |
|
8522 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8523 specfun/pow2.m, specfun/log2.m: |
|
8524 New files and updates from Kurt Hornik. |
|
8525 |
2523
|
8526 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8527 |
|
8528 * plot/__plt__.m: Add explicit replot after last command is |
|
8529 issued, to force all lines to be displayed. Hmm. |
|
8530 |
2512
|
8531 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8532 |
2520
|
8533 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8534 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8535 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8536 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8537 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8538 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8539 Uset gset, not set. |
|
8540 |
2512
|
8541 * Version 1.92. |
|
8542 |
2482
|
8543 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8544 |
2486
|
8545 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8546 almighty Creator. Use single call to fprintf instead of looping. |
|
8547 |
|
8548 * image/Makefile.in: Delete references to octtopnm. |
|
8549 |
|
8550 * general/logspace.m: Doc fix. |
|
8551 |
2482
|
8552 * Version 1.91. |
|
8553 |
2458
|
8554 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8555 |
|
8556 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8557 |
|
8558 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8559 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8560 deleted. |
|
8561 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8562 of a system() command to delete the tmp file. |
|
8563 |
2452
|
8564 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8565 |
|
8566 * Version 1.90. |
|
8567 |
|
8568 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8569 |
2360
|
8570 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8571 |
|
8572 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8573 Don't check for string value of automatic_replot. |
|
8574 |
|
8575 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8576 Temporarily set do_fortran_indexing to 1, not "true". |
|
8577 |
|
8578 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8579 not "false". |
|
8580 |
|
8581 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8582 "false". |
|
8583 |
2355
|
8584 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8585 |
|
8586 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8587 |
2330
|
8588 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8589 |
|
8590 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8591 system command. |
|
8592 |
|
8593 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8594 |
|
8595 * __plr1__.m: Renamed from polar_int_1.m. |
|
8596 * __plr2__.m: Renamed from polar_int_2.m. |
|
8597 * __plr__.m: Renamed from polar_int.m. |
|
8598 * __plt1__.m: Renamed from plot_int_1.m. |
|
8599 * __plt2__.m: Renamed from plot_int_2.m. |
|
8600 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8601 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8602 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8603 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8604 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8605 * __plt__.m: Renamed from plot_int.m. |
|
8606 * __pltopt__.m: Renamed from plot_opt.m. |
|
8607 Change all callers. |
|
8608 |
|
8609 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8610 |
|
8611 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8612 comments like those found in Emacs lisp files. |
|
8613 |
|
8614 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8615 |
|
8616 * All .m files: Change comment style. |
|
8617 |
|
8618 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8619 |
|
8620 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8621 subplot.m, subwindow.m, top_title.m: |
|
8622 Print error message if gnuplot_has_multiplot is not true. |
|
8623 |
|
8624 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8625 |
|
8626 * plot/figure.m: New function. |
|
8627 |
|
8628 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8629 |
|
8630 * strings/strrep.m: New function. |
|
8631 |
|
8632 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8633 |
|
8634 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8635 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8636 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8637 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8638 New functions from Kurt Hornik, heavily modified by jwe. |
|
8639 |
|
8640 * general/reshape.m: Allow strings to be reshaped too. |
|
8641 |
|
8642 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8643 Always return a scalar. |
|
8644 |
|
8645 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8646 |
|
8647 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8648 Matlab. |
|
8649 |
|
8650 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8651 |
|
8652 * polynomial/polyfit.m: Add missing close paren. |
|
8653 |
|
8654 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8655 |
|
8656 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8657 |
|
8658 * io/scanf.m: Delete. |
|
8659 |
|
8660 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8661 |
|
8662 * statistics/median.m: Fix typo in usage message. |
|
8663 |
|
8664 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8665 |
|
8666 * miscellaneous/popen2.m: New file. |
|
8667 |
|
8668 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8669 |
|
8670 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8671 |
|
8672 * io: New directory. |
|
8673 * Makefile.in (SUBDIRS): Add it to the list. |
|
8674 |
|
8675 * miscellaneous/flops.m: New file. |
|
8676 |
|
8677 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8678 |
|
8679 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8680 vector, for compatibility with previous versions and with Matlab |
|
8681 (which only returns one scalar value). |
|
8682 |
|
8683 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8684 |
|
8685 * general/triu.m: Compute lower bound on loop index correctly. |
|
8686 * general/tril.m: Likewise, for upper bound. |
|
8687 |
|
8688 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8689 |
|
8690 * image/saveimage.m: For color images, make sure indices into |
|
8691 temporary colormap and result matrix have proper orientation. |
|
8692 Set grey flag correctly. |
|
8693 |
|
8694 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8695 |
|
8696 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8697 jrv@vanzandt.mv.com). |
|
8698 |
|
8699 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8700 |
|
8701 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8702 * mesh.m: Transpose Z if only one arg. |
|
8703 Handle case of all three args being matrices (from Jim Van Zandt |
|
8704 jrv@vanzandt.mv.com). |
|
8705 * meshdom.m: Undo previous change. |
|
8706 |
|
8707 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8708 |
|
8709 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8710 |
|
8711 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8712 |
|
8713 * audio: New directory of files from Kurt Hornik and Andreas |
|
8714 Weingessel. |
|
8715 * audio/Makefile.in: New file. |
|
8716 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8717 |
|
8718 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8719 |
|
8720 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8721 |
|
8722 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8723 |
|
8724 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8725 columns (z), not the other way around. |
|
8726 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8727 |
|
8728 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8729 |
|
8730 * plot/axis.m: Return current axis if nargin == 0. |
|
8731 |
|
8732 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8733 |
|
8734 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8735 |
|
8736 * polynomial/polyder.m: New file. |
|
8737 |
|
8738 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8739 |
|
8740 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8741 |
|
8742 * specfun/betainc.m: New file. |
|
8743 * specfun/gammainc.m: New file. |
|
8744 |
|
8745 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8746 |
|
8747 * general/strerror.m: New file. |
|
8748 * general/perror.m: Implement using strerror(). |
|
8749 |
|
8750 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8751 |
|
8752 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8753 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8754 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8755 |
|
8756 * image/saveimage.m: Round img values first. |
|
8757 |
|
8758 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8759 |
|
8760 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8761 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8762 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8763 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8764 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8765 tuwien/strfun/split.m: Add missing semicolons. |
|
8766 |
|
8767 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8768 |
|
8769 * image/Makefile.in: Don't build or install octtoppm. |
|
8770 |
|
8771 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8772 routines so that people who don't have the pbm stuff installed |
2330
|
8773 can still use this function. |
|
8774 |
|
8775 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8776 |
|
8777 * image/saveimage.m: Better error checking, clean up a bit. |
|
8778 |
|
8779 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8780 |
|
8781 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8782 avoid conflict with new built-in text-style function more. |
|
8783 |
|
8784 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8785 |
|
8786 * startup/Makefile.in (install): Also install octaverc in |
|
8787 $localfcnfiledir/startup/octavrc. |
|
8788 |
|
8789 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8790 |
|
8791 * mkinstalldirs: New file. |
|
8792 * Makefile.in (DISTFILES): Add it to the list. |
|
8793 |
|
8794 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8795 |
|
8796 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8797 |
|
8798 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8799 r(1) != c(nr), not if r(1) != c(1). |
|
8800 |
|
8801 * signal/filter.m: Doc fix. |
|
8802 |
|
8803 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8804 |
|
8805 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8806 ru_ or tv_ prefixes). |
|
8807 |
|
8808 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8809 |
|
8810 * time/ctime.m: Fix doc string and usage message. |
|
8811 |
|
8812 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8813 |
|
8814 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8815 |
|
8816 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8817 |
|
8818 * control/c2d.m: Make function work for any value of |
|
8819 whitespace_in_literal_matrix. |
|
8820 * control/dare.m: Likewise. |
|
8821 * control/tzero.m: Likewise. |
|
8822 * elfun/gcd.m: Likewise. |
|
8823 * elfun/lcm.m: Likewise. |
|
8824 * general/postpad.m: Likewise. |
|
8825 * general/prepad.m: Likewise. |
|
8826 * linear-algebra/kron.m: Likewise. |
|
8827 * miscellaneous/etime.m: Likewise. |
|
8828 * polynomial/conv.m: Likewise. |
|
8829 * polynomial/deconv.m: Likewise. |
|
8830 * polynomial/poly.m: Likewise. |
|
8831 * polynomial/roots.m: Likewise. |
|
8832 * signal/filter.m: Likewise. |
|
8833 * signal/freqz.m: Likewise. |
|
8834 * signal/fftfilt.m: Likewise. |
|
8835 |
|
8836 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8837 |
|
8838 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8839 |
|
8840 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8841 |
|
8842 * plot/polar_int_2.m: Add missing semicolons. |
|
8843 Set theta = theta', not rho'. |
|
8844 |
|
8845 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8846 |
|
8847 * polynomial/roots.m: Make it work for any value of |
|
8848 whitespace_in_literal_matrix. |
|
8849 |
|
8850 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8851 |
|
8852 * configure.in: New file. |
|
8853 |
|
8854 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8855 |
|
8856 * control/lyap.m: Add missing semicolon. |
|
8857 |
|
8858 * miscellaneous/cputime.m: New function file. |
|
8859 |
|
8860 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8861 |
|
8862 * time: New directory. |
|
8863 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8864 New function files. |
|
8865 * time/Makefile.in: New file. |
|
8866 * Makefile.in (SUBDIRS): Add time. |
|
8867 |
|
8868 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8869 |
|
8870 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8871 |
|
8872 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8873 |
|
8874 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8875 |
|
8876 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8877 |
|
8878 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8879 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8880 |
|
8881 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8882 |
|
8883 * Makefile.in (install): Create ls-R database file. |
|
8884 (uninstall): Delete it. |
|
8885 |
|
8886 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8887 |
5378
|
8888 * image/saveimage.m: Fix typo. |
2330
|
8889 |
|
8890 See ChangeLog.1 in the top level directory for earlier changes. |