7177
|
1 2007-11-14 Michael Goffioul <michael.goffioul@gmail.com> |
|
2 |
|
3 * plot/patch.m: Handle arg may also be hggroup object. |
|
4 Use ancestor to find parent axes object. |
|
5 |
7175
|
6 2007-11-14 David Bateman <dbateman@free.fr> |
|
7 |
|
8 * plot/__contour__.m: Treat unclosed contours by adding NaN to |
|
9 flag to patch that it is not closed. Allow z to take string |
|
10 arguments and use it to flag that the contours are placed at the |
|
11 z level of the contour itself. |
|
12 * plot/__go_draw_axes__.m: Treat hidden line removal in patch |
|
13 objects as well. Let hidden removal take precedence in case of a |
|
14 conflict. |
|
15 * plot/surface.m: Allow surface to treat handles being passed or |
|
16 returned. Any additional arguments arr used to set the surface |
|
17 handle. |
|
18 * plot/contour3.m: New function |
|
19 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
20 |
7173
|
21 2007-11-14 John W. Eaton <jwe@octave.org> |
|
22 |
|
23 * specfun/bessel.m: Update doc string from |
|
24 src/DLD-FUNCTIONS/besselj.cc. |
|
25 |
7170
|
26 2007-11-12 David Bateman <dbateman@free.fr> |
|
27 |
|
28 * plot/contour.m: Allow handles to be passed and returned. Split |
|
29 the countour function itself into __contour__.m to be shared with |
|
30 surfc and meshc. |
|
31 * plot/__contour__.m: New file |
|
32 * plot/Makefile.in (SOURCES): Add it to the sources. |
|
33 * plot/__go_draw_axes.m: For patch objects don't attempt to patch |
|
34 the face or edge if the facecolor or edge color are marked as |
|
35 "none". Allow the edgecolor to be determined by the cdata in the |
|
36 same manner as the facecolor. Fail if facecolor is not "none" and |
|
37 a 3-D plot is desired, rather than ignoring zdata. Make the |
|
38 storage of 3D/4D data consistent between line, surface and patch |
|
39 objects. |
|
40 * plot/meshc.m: Use new __contour__.m to plot the contours. |
|
41 * plot/surfc.m: Use new __contour__.m to plot the contours. |
7168
|
42 |
|
43 * plot/__go_draw_axes__.m (get_fontname_and_size): |
|
44 Handle fontweight and fontangle properties. |
|
45 |
7163
|
46 2007-11-12 Kai Habel <kai.habel@gmx.de> |
|
47 |
|
48 * plot/spinmap.m, plot/ribbon.m: New functions. |
|
49 * plot/Makefile.in (SOURCES): Add them to the list. |
|
50 |
|
51 2007-11-12 John W. Eaton <jwe@octave.org> |
|
52 |
|
53 * plot/__go_draw_axes__.m (get_fontname_and_size): New subfunction. |
|
54 Use it to avoid duplicated code. |
|
55 |
7161
|
56 2007-11-12 David Bateman <dbateman@free.fr> |
|
57 |
7162
|
58 * plot/title.m: Fix return value for nargout > 0. |
|
59 |
|
60 * plot/__go_draw_axes.m: Allow the font and fontsize to be |
|
61 specified for the title, xlabel, ylabel and text objects. |
|
62 |
7161
|
63 * plot/__go_draw_axes.m: Allow arbitrary colormaps with gnuplot |
|
64 4.0 and surface plots. |
|
65 |
7160
|
66 2007-11-12 Michael Goffioul <michael.goffioul@gmail.com> |
|
67 |
|
68 * plot/__patch__.m: Fix computation of faces when patch is defined |
|
69 with X/Y/Z data. |
|
70 |
7146
|
71 2007-11-09 John W. Eaton <jwe@octave.org> |
|
72 |
7152
|
73 * plot/__go_draw_axes__.m: Correct test for have_data. |
7154
|
74 Correct logic in setting palette data. |
7152
|
75 |
7151
|
76 * audio/wavread.m, control/base/__bodquist__.m, |
|
77 control/base/dare.m, control/base/dlqr.m, control/hinf/h2norm.m, |
|
78 control/system/c2d.m, control/system/is_detectable.m, |
|
79 control/system/is_signal_list.m, control/system/is_stabilizable.m, |
|
80 control/system/tfout.m, general/isdefinite.m, |
|
81 linear-algebra/krylov.m, miscellaneous/compare_versions.m, |
|
82 optimization/glpk.m, path/savepath.m, plot/findobj.m, |
|
83 plot/shading.m, polynomial/mpoles.m, polynomial/polyint.m, |
|
84 signal/freqz.m, signal/hurst.m, sparse/spfun.m, sparse/spones.m, |
|
85 sparse/spstats.m, testfun/assert.m, testfun/fail.m, |
|
86 testfun/test.m: Use specific end keywords. |
|
87 |
7146
|
88 * plot/surfc.m, plot/meshc.m: Don't change view if hold is on. |
|
89 |
|
90 2007-11-09 Kai Habel <kai.habel@gmx.de> |
|
91 |
|
92 * plot/mesh.m, plot/pcolor.m, plot/surf.m, plot/surface.m: |
|
93 Don't change view if hold is on. |
|
94 |
7142
|
95 2007-11-09 David Bateman <dbateman@free.fr> |
|
96 |
7149
|
97 * plot/hidden.m: New function. |
|
98 * plot/Makefile.in (SOURCES): Add it here. |
|
99 * plot/meshc.m, plot/mesh.m: Set facecolor to White for hidden |
|
100 line removal. |
|
101 * plot/__go_draw_axes__.m: If facecolor is white flag hidden line |
|
102 removal and if it is "none" don't do hidden line removal. |
|
103 |
7148
|
104 * plot/legend.m: Also allow labels for surface and patch types. |
|
105 * plot/__bar__.m: Split into separate patch pbjects to allow |
|
106 setting of the legend. |
|
107 * plot/__go_draw_axes__.m: Set titlespec from keylabel for patch |
|
108 objects as well. |
|
109 |
7146
|
110 * plot/area.m, plot/__area__.m: New functions |
|
111 * plot/Makefile.in (SOURCES): Add them to the list of files. |
|
112 |
7142
|
113 * plot/patch.m: Correctly handle case of axis handle as first arg. |
|
114 |
7144
|
115 2007-11-09 Joseph P. Skudlarek <Jskud@Jskud.com> |
|
116 |
|
117 * sparse/spdiags.m: Tweak documentation entries to match other uses. |
|
118 |
7131
|
119 2007-11-08 John W. Eaton <jwe@octave.org> |
|
120 |
7133
|
121 * control/base/dcgain.m, control/base/dre.m, |
|
122 control/base/impulse.m, control/base/step.m, |
|
123 control/system/dmr2d.m, control/system/ord2.m, |
|
124 control/system/sys2ss.m, control/system/sysdimensions.m, |
|
125 control/system/sysgetsignals.m, control/system/sysout.m, |
|
126 control/system/tfout.m, control/system/ugain.m, |
|
127 control/system/zpout.m, control/util/strappend.m: |
|
128 Don't fail with usage message if nargout is too large. |
|
129 |
7131
|
130 * control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
131 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
132 control/hinf/hinfsyn_chk.m, control/hinf/is_dgkf.m, |
7134
|
133 control/hinf/wgt1o.m, control/obsolete/dezero.m, |
|
134 control/obsolete/dlqg.m, control/obsolete/minfo.m, |
|
135 control/obsolete/packsys.m, control/obsolete/qzval.m, |
|
136 control/obsolete/rotg.m, control/obsolete/series.m, |
|
137 control/obsolete/swapcols.m, control/obsolete/swaprows.m, |
|
138 control/obsolete/syschnames.m, control/obsolete/unpacksys.m, |
7136
|
139 control/system/__syschnamesl__.m, |
|
140 control/system/__syscont_disc__.m, |
|
141 control/system/__sysdefioname__.m, control/system/__sysgroupn__.m, |
|
142 control/system/__tf2sysl__.m, control/system/__zp2ssg2__.m, |
|
143 control/system/abcddim.m, control/system/buildssic.m, |
|
144 control/system/c2d.m, control/system/cellidx.m, |
|
145 control/system/d2c.m, control/system/dmr2d.m, |
|
146 control/system/fir2sys.m, control/system/is_abcd.m, |
|
147 control/system/is_controllable.m, control/system/is_detectable.m, |
|
148 control/system/is_digital.m, control/system/is_observable.m, |
|
149 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
150 control/system/jet707.m, control/system/listidx.m, |
|
151 control/system/parallel.m, control/system/ss.m, |
|
152 control/system/ss2sys.m, control/system/ss2zp.m, |
|
153 control/system/starp.m, control/system/sys2ss.m, |
|
154 control/system/sys2tf.m, control/system/sys2zp.m, |
|
155 control/system/sysadd.m, control/system/sysappend.m, |
|
156 control/system/sysconnect.m, control/system/syscont.m, |
|
157 control/system/sysdimensions.m, control/system/sysdisc.m, |
7135
|
158 control/system/sysdup.m, control/system/sysgetsignals.m, |
|
159 control/system/sysgroup.m, control/system/sysmin.m, |
7136
|
160 control/system/sysmult.m, control/system/sysout.m, |
|
161 control/system/sysprune.m, control/system/sysreorder.m, |
7135
|
162 control/system/sysscale.m, control/system/syssetsignals.m, |
7136
|
163 control/system/syssub.m, control/system/sysupdate.m, |
|
164 control/system/tf.m, control/system/tf2ss.m, |
|
165 control/system/tf2sys.m, control/system/tfout.m, |
|
166 control/system/zp.m, control/system/zp2ss.m, |
|
167 control/system/zp2sys.m, control/system/zp2tf.m, |
|
168 control/system/zpout.m, control/util/__outlist__.m, |
|
169 control/util/__zgpbal__.m, control/util/axis2dlim.m, |
|
170 control/util/prompt.m, control/util/sortcom.m, |
|
171 control/util/zgfmul.m, control/util/zgfslv.m, |
|
172 control/util/zginit.m, control/util/zgreduce.m, |
|
173 control/util/zgrownorm.m, control/util/zgscal.m: Style fixes. |
7131
|
174 |
7130
|
175 2007-11-08 David Bateman <dbateman@free.fr> |
|
176 |
|
177 * plot/quiver.m: Fix arrowheads. |
|
178 |
7128
|
179 2007-11-07 Ben Abbott <bpabbott@mac.com> |
|
180 |
|
181 * set/ismember.m: Call cell_ismember to handle cellstr args. |
7129
|
182 Handle "rows" argument. New tests. |
7128
|
183 (cell_ismember): New function. |
|
184 |
7127
|
185 2007-11-07 John W. Eaton <jwe@octave.org> |
|
186 |
|
187 * control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
188 control/base/__stepimp__.m, control/base/are.m, |
|
189 control/base/ctrb.m, control/base/damp.m, control/base/dare.m, |
|
190 control/base/dcgain.m, control/base/dgram.m, control/base/dlqr.m, |
|
191 control/base/dre.m, control/base/impulse.m, control/base/lqe.m, |
|
192 control/base/lqg.m, control/base/lqr.m, control/base/lsim.m, |
|
193 control/base/ltifr.m, control/base/nichols.m, |
|
194 control/base/nyquist.m, control/base/obsv.m, control/base/place.m, |
|
195 control/base/rlocus.m, control/base/step.m, control/base/tzero.m: |
|
196 Style fixes. |
|
197 |
7125
|
198 2007-11-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
199 |
|
200 * control/base/bode_bounds.m, control/base/dgram.m, |
|
201 control/base/dlyap.m, control/base/freqchkw.m, |
|
202 control/base/gram.m, control/base/place.m, |
|
203 control/hinf/hinf_ctr.m, control/hinf/hinfsyn_chk.m, |
|
204 control/hinf/hinfsyn_ric.m, control/system/is_sample.m, |
|
205 control/system/is_signal_list.m, control/system/ss2tf.m, |
|
206 control/system/sys2fir.m, control/system/sysgettsam.m, |
|
207 control/system/sysgettype.m, control/system/sysreorder.m, |
|
208 control/system/tf2sys.m, control/system/zp2tf.m, |
|
209 control/util/axis2dlim.m, control/util/swap.m, |
|
210 control/util/zgfmul.m, control/util/zgfslv.m, |
|
211 control/util/zginit.m, control/util/zgreduce.m, |
|
212 control/util/zgrownorm.m, control/util/zgscal.m, |
|
213 control/util/zgsgiv.m, control/util/zgshsr.m, general/isa.m, |
|
214 geometry/inpolygon.m, linear-algebra/housh.m, |
|
215 miscellaneous/compare_versions.m, miscellaneous/inputname.m, |
|
216 miscellaneous/run.m, quaternion/qconj.m, |
|
217 quaternion/qcoordinate_plot.m, quaternion/qderiv.m, |
|
218 quaternion/qderivmat.m, quaternion/qinv.m, quaternion/qmult.m, |
|
219 quaternion/qtrans.m, quaternion/qtransvmat.m, signal/fractdiff.m, |
|
220 signal/freqz_plot.m, signal/periodogram.m, signal/rectangle_lw.m, |
|
221 signal/rectangle_sw.m, signal/sinc.m, signal/triangle_lw.m, |
|
222 signal/triangle_sw.m, signal/yulewalker.m, sparse/colperm.m, |
|
223 sparse/etreeplot.m, sparse/nonzeros.m, sparse/spalloc.m, |
|
224 sparse/spones.m, sparse/spy.m, specfun/isprime.m, |
|
225 statistics/distributions/empirical_cdf.m, |
|
226 statistics/distributions/empirical_inv.m, |
|
227 statistics/distributions/empirical_pdf.m, |
|
228 statistics/models/logistic_regression_derivatives.m, |
|
229 statistics/models/logistic_regression_likelihood.m: Check nargin. |
|
230 |
7118
|
231 2007-11-07 David Bateman <dbateman@free.fr> |
|
232 |
7120
|
233 * general/gradient.m: Correctly convert deltax and deltay scalar |
|
234 values are scalars to vectors. |
|
235 |
7119
|
236 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
237 the meshc.m function. |
|
238 * plot/meshc.m: Also use the surface function. |
|
239 |
7120
|
240 * plot/meshc.m, plot/quiver.m, plot/surfc.m, : New files. |
7118
|
241 * plot/Makefile.in (SOURCES): Add them to the list. |
|
242 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
243 |
7117
|
244 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
245 |
|
246 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
247 |
7115
|
248 2007-11-07 John W. Eaton <jwe@octave.org> |
|
249 |
|
250 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
251 the data limits are infinite. |
|
252 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
253 (get_axis_limits): Don't do anything if min_val or max_val are |
|
254 infinite. |
|
255 |
7112
|
256 2007-11-06 David Bateman <dbateman@free.fr> |
|
257 |
|
258 * plot/hist.m: Pass any additional arguments to bar for |
|
259 treatment. Create a default x value that is always a vector. |
|
260 |
7111
|
261 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
262 |
|
263 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
264 when calling ./configure and add quotes to preserve spaces. |
7109
|
265 |
|
266 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
267 |
|
268 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
269 New files. |
|
270 * plot/mesh.m: Call surface to do the real work. |
|
271 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
272 properties. |
|
273 |
|
274 * image/colormap.m: Also return current colormap if nargout and |
|
275 nargin are both 0. |
|
276 |
7106
|
277 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
278 |
|
279 * startup/inputrc: Delete key bindings starting with \340 code. |
|
280 |
7112
|
281 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
282 |
|
283 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
284 to avoid issues of over- and underflow. From Rolf Fabian |
|
285 <Rolf.Fabian@gmx.de>. |
|
286 |
7097
|
287 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
288 |
|
289 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
290 help texts. |
|
291 |
7096
|
292 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
293 |
|
294 * plot/bar.m, plot/barh.m: Doc fix. |
|
295 |
7094
|
296 2007-10-31 John W. Eaton <jwe@octave.org> |
|
297 |
|
298 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
299 |
7086
|
300 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
301 |
|
302 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
303 objects and legend objects are implemented with a separate axes |
|
304 object. |
|
305 |
7078
|
306 2007-10-30 David Bateman <dbateman@free.fr> |
|
307 |
7081
|
308 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
309 |
7078
|
310 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
311 Use point type 0 for ".". |
|
312 |
7073
|
313 2007-10-26 John W. Eaton <jwe@octave.org> |
|
314 |
7074
|
315 * image/imshow.m: Improve compatibility. |
|
316 * image/image.m: Return handle if nargou > 0. |
|
317 |
7073
|
318 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
319 |
7069
|
320 2007-10-25 John W. Eaton <jwe@octave.org> |
|
321 |
|
322 * miscellaneous/compare_versions.m: Style fixes. |
|
323 |
7060
|
324 2007-10-24 John W. Eaton <jwe@octave.org> |
|
325 |
7061
|
326 * image/saveimage.m: Use functional form of save instead of eval. |
|
327 Use -text instead of -ascii. |
|
328 |
7060
|
329 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
330 |
7054
|
331 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
332 |
|
333 * plot/legend.m: Also extract location string from varargin (lost |
|
334 when 2007-10-08 patch was applied). |
|
335 |
7049
|
336 2007-10-23 David Bateman <dbateman@free.fr> |
|
337 |
|
338 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
339 miscellaneous/what.m: New functions |
|
340 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
341 functions. |
|
342 |
7045
|
343 2007-10-22 David Bateman <dbateman@free.fr> |
|
344 |
|
345 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
346 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
347 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
348 |
7042
|
349 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
350 |
|
351 * plot/contourf.m: New function. |
|
352 * plot/Makefile.in (SOURCES): Add it to the list. |
|
353 |
7040
|
354 2007-10-19 John W. Eaton <jwe@octave.org> |
|
355 |
|
356 * plot/subplot.m: Doc fix. |
|
357 |
7039
|
358 2007-10-19 David Bateman <dbateman@free.fr> |
|
359 |
7041
|
360 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
361 |
7037
|
362 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
363 |
|
364 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
365 output. |
|
366 |
7031
|
367 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
368 |
|
369 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
370 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
371 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
372 control/system/syssetsignals.m, control/base/lqg.m, |
|
373 strings/str2double.m, control/system/sysscale.m, |
|
374 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
375 Make help text fit on pages when using smallbook. |
|
376 |
7028
|
377 2007-10-15 David Bateman <dbateman@free.fr> |
|
378 |
7032
|
379 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
380 on the screen. |
|
381 |
7028
|
382 * testfun/test.m: In error/warning blocks test for an error before |
|
383 a warning to avoid unexpected failures. |
|
384 |
7027
|
385 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
386 |
|
387 * testfun/assert.m: Correct documentation of absolution versus |
|
388 relative error tolerance and add tests. |
|
389 |
7024
|
390 2007-10-14 David Bateman <dbateman@free.fr> |
|
391 |
|
392 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
393 src directory. |
|
394 * plot/Makefile.in (SOURCES): Add fill.m. |
|
395 |
7020
|
396 2007-10-13 David Bateman <dbateman@free.fr> |
|
397 |
|
398 * plot/__patch__.m: Allow multiple patches to be defined and |
|
399 return a single patch object. Allow Faces/Vertices form of |
|
400 patch. Flag failure so the patch can call print_usage. |
|
401 * plot/patch.m: Update help string for Faces/Vertices |
|
402 call. Respect the fail flag returned by __patch__. Add demo code |
|
403 that tests the functionality of patch. |
|
404 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
405 patch object. |
|
406 * plot/fill.m: New function. |
|
407 |
7016
|
408 2007-10-12 John W. Eaton <jwe@octave.org> |
|
409 |
|
410 * Change copyright notices in all files that are part of Octave to |
|
411 GPLv3 or any later version. |
|
412 |
7012
|
413 2007-10-11 John W. Eaton <jwe@octave.org> |
|
414 |
|
415 * plot/__go_draw_axes__.m (get_axis_limits): |
|
416 Return lim = [] if logscale and no positive values. |
|
417 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
418 Set initial min and min positive values to Inf, max values to -Inf. |
|
419 (get_data_limits): Correctly handle xminp when no positive values |
|
420 are found. |
|
421 |
7011
|
422 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
423 |
|
424 * polynomial/residue.m: New optional input for pole multiplicity. |
|
425 Doc fix. Fix tests. |
|
426 |
7010
|
427 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
428 |
|
429 * toplev.cc (Foctave_config_info): Add field "mac". |
|
430 |
|
431 * miscellaneous/ismac.m: New function. |
|
432 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
433 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
434 |
7009
|
435 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
436 |
|
437 * statistics/distributions/hygernd.m: Allow size to be specified |
|
438 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
439 scalars or matrices of a common size. |
|
440 |
7007
|
441 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
442 |
|
443 * control/csrefcard.lt, control/system/is_detectable.m, |
|
444 control/system/sysgroup.m, geometry/voronoin.m, |
|
445 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
446 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
447 statistics/distributions/binornd.m, |
|
448 statistics/distributions/cauchy_rnd.m, |
|
449 statistics/distributions/chi2rnd.m, |
|
450 statistics/distributions/discrete_rnd.m, |
|
451 statistics/distributions/exprnd.m, |
|
452 statistics/distributions/frnd.m, |
|
453 statistics/distributions/gamrnd.m, |
|
454 statistics/distributions/geornd.m, |
|
455 statistics/distributions/laplace_rnd.m, |
|
456 statistics/distributions/logistic_rnd.m, |
|
457 statistics/distributions/lognrnd.m, |
|
458 statistics/distributions/nbinrnd.m, |
|
459 statistics/distributions/normrnd.m, |
|
460 statistics/distributions/poissrnd.m, |
|
461 statistics/distributions/stdnormal_rnd.m, |
|
462 statistics/distributions/trnd.m, |
|
463 statistics/distributions/unifrnd.m, |
|
464 statistics/distributions/wblrnd.m: Spelling fixes. |
|
465 |
7005
|
466 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
467 |
|
468 * time/tic.m: New optional output value. |
|
469 |
|
470 * general/int2str.m: Doc fix. |
|
471 |
7002
|
472 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
473 |
|
474 * statistics/distributions/hygecdf.m, |
|
475 statistics/distributions/hygeinv.m, |
|
476 statistics/distributions/hygepdf.m, |
|
477 statistics/distributions/hygernd.m: |
|
478 Swap order of T and M args for compatibility. |
|
479 |
7001
|
480 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
481 |
|
482 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
483 control/system/buildssic.m, control/system/c2d.m, |
|
484 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
485 control/system/ss2sys.m, control/system/ss2tf.m, |
|
486 control/system/syscont.m, control/system/sysdimensions.m, |
|
487 control/system/sysdisc.m, control/system/sysmult.m, |
|
488 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
489 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
490 general/interp1.m, general/interp2.m, general/interp3.m, |
|
491 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
492 general/rat.m, general/structfun.m, general/trapz.m, |
|
493 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
494 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
495 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
496 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
497 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
498 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
499 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
500 statistics/base/meansq.m, statistics/base/var.m, |
|
501 statistics/tests/chisquare_test_independence.m, |
|
502 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
503 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
504 testfun/test.m: Spelling fixes. |
|
505 |
6998
|
506 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
507 |
|
508 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
509 |
6997
|
510 2007-10-10 John W. Eaton <jwe@octave.org> |
|
511 |
|
512 * general/num2str.m: Always allow for sign for automatically |
|
513 computed format widths. |
|
514 |
6988
|
515 2007-10-09 David Bateman <dbateman@free.fr> |
|
516 |
|
517 * plot/patch.m: Accept a handle as the first argument. |
|
518 |
6987
|
519 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
520 |
7010
|
521 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
522 |
6985
|
523 2007-10-09 John W. Eaton <jwe@octave.org> |
|
524 |
|
525 * audio/wavwrite.m: Accept arguments in compatible order. |
|
526 |
6979
|
527 2007-10-08 David Bateman <dbateman@free.fr> |
|
528 |
|
529 * general/interp2.m: Relax test for values outside the grid to |
|
530 allow monotonically decreasing abscissa as well. |
|
531 |
6978
|
532 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
533 |
|
534 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
535 as output parameter. |
|
536 |
6977
|
537 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
538 |
|
539 * plot/__go_draw_axes__.m, plot/legend.m: |
|
540 Handle compatible position specifiers as strings. |
|
541 |
6975
|
542 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
543 |
|
544 * general/num2str.m: Eliminate extra whitespace in output. |
|
545 * strings/strtrim.m: New function. |
|
546 * strings/Makefile.in (SOURCES): Add it to the list. |
|
547 |
6968
|
548 2007-10-06 John W. Eaton <jwe@octave.org> |
|
549 |
|
550 * polynomial/residue.m: New test from test/test_poly.m. |
|
551 |
6967
|
552 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
553 |
|
554 * image/saveimage.m: Handle saving color images without a colormap. |
|
555 * image/__img_via_file__.m: Add missing semicolon. |
|
556 |
|
557 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
558 |
7010
|
559 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
560 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
561 |
6965
|
562 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
563 |
|
564 * plot/print.m: Handle svg output type. Accept new -S option to |
|
565 specify size for PNG and SVG output types. |
|
566 |
|
567 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
568 |
|
569 * polynomial/mpoles.m: New function. |
|
570 * polynomial/residue.m: Modified to behave in reciprocal |
|
571 manner. No longer compute 4th output, "e". No longer accept |
|
572 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
573 Respect maximum relative difference in poles when determining |
|
574 their multiplicity. Use mpoles to determine the multiplicity of |
|
575 poles. |
|
576 |
6963
|
577 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
578 |
|
579 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
580 for surface plots. |
|
581 |
6962
|
582 2007-10-05 John W. Eaton <jwe@octave.org> |
|
583 |
|
584 * plot/__next_line_color__.m: Get color_rotation from axes |
|
585 colororder property. |
|
586 |
6953
|
587 2007-10-03 John W. Eaton <jwe@octave.org> |
|
588 |
6955
|
589 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
590 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
591 |
6953
|
592 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
593 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
594 special for __vnorm__. |
|
595 |
6951
|
596 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
597 |
6952
|
598 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
599 |
6950
|
600 2007-10-03 David Bateman <dbateman@free.fr> |
|
601 |
|
602 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
603 if a file is architecture dependent based on a list of file |
|
604 extensions. |
|
605 (configure_make): Simplify the search for architecture dependent |
|
606 files based on this function. |
|
607 (load_pakages_and_dependencies): Also look for bin directory in |
|
608 the architecture dependent directory. |
|
609 |
6947
|
610 2007-10-03 John W. Eaton <jwe@octave.org> |
|
611 |
|
612 * miscellaneous/dir.m: Create empty struct with field names. |
|
613 Include datenum in struct. |
|
614 |
6943
|
615 2007-10-02 David Bateman <dbateman@free.fr> |
|
616 |
|
617 * miscellaneous/ls.m: If nargout return string array of files |
|
618 returned by ls. |
|
619 |
6942
|
620 2007-10-01 John W. Eaton <jwe@octave.org> |
|
621 |
|
622 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
623 range values. |
|
624 |
6937
|
625 2007-10-01 David Bateman <dbateman@free.fr> |
|
626 |
7010
|
627 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
628 speed with small vectors. |
6937
|
629 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
630 rather than OCTAVE_HOME(). |
|
631 |
6935
|
632 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
633 |
|
634 * plot/findobj.m: New function. |
|
635 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
636 |
6925
|
637 2007-09-26 David Bateman <dbateman@free.fr> |
|
638 |
|
639 * pkg/pkg.m: Add second argument to setting for prefix for |
|
640 architecture dependent files. Use throughout. |
|
641 (pkg:issuperuser): New function, use through to check for |
|
642 root user. |
|
643 (pkg:getarchprefix): function to give the archiecture dependent |
|
644 prefix for a package. |
|
645 (pkg:getarchdir): New function giving location of architetcure |
|
646 dependent directory. Use through out. |
|
647 (pkg:install): Treat architecture dependent directory separately |
|
648 as in might not be a sub-directory of the package directory. |
|
649 (pkg:uninstall): ditto. |
|
650 (pkg:create_pkgadddel): Check for global or local install for |
|
651 architecture dependent directory. |
|
652 (pkg:finish_installation): ditto. |
|
653 (pkg:write_INDEX): ditto. |
|
654 (pkg:load_packages_and_dependencies): ditto. |
|
655 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
656 files to a new location if user is root. |
|
657 (pkg:rm_rf): Check if file or directory exists before removing. |
|
658 (pkg:dirempty): Check if directory exists before checking. |
|
659 |
|
660 * plot/___patch__.m: Allow face colors to be passed as strings |
|
661 |
|
662 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
663 needed for calls to "hold" without an argument. |
|
664 |
6920
|
665 2007-09-21 John W. Eaton <jwe@octave.org> |
|
666 |
6921
|
667 * optimization/sqp.m: Fix typo. |
|
668 |
6920
|
669 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
670 |
6919
|
671 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
672 |
|
673 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
674 |
6918
|
675 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
676 |
|
677 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
678 unidpdf.m and unidinv.m |
|
679 |
6914
|
680 2007-09-18 John W. Eaton <jwe@octave.org> |
|
681 |
|
682 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
683 (do_tics_1): Set numeric axes formats to "%.15g". |
|
684 |
6912
|
685 2007-09-18 David Bateman <dbateman@free.fr> |
|
686 |
|
687 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
688 of %g when writing data. |
|
689 |
6908
|
690 2007-09-17 John W. Eaton <jwe@octave.org> |
|
691 |
|
692 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
693 |
6903
|
694 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
695 |
|
696 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
697 noninteger N with N-K < 1. |
|
698 |
6901
|
699 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
700 |
|
701 * strings/index.m: Correct for strings differing after the third |
|
702 position (bug reported by Maude Martin). |
|
703 |
6895
|
704 2007-09-13 John W. Eaton <jwe@octave.org> |
|
705 |
|
706 * plot/__default_colormap__.m: Delete. |
|
707 * plot/Makefile (SOURCES): Remove from the list. |
|
708 |
6898
|
709 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
710 |
|
711 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
712 |
6885
|
713 2007-09-10 David Bateman <dbateman@free.fr> |
|
714 |
|
715 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
716 limit the selection of colors in the same way as for lines. |
|
717 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
718 column. |
|
719 * plot/__bar__.m: Adapt to use "patch". |
|
720 |
6870
|
721 2007-09-06 John W. Eaton <jwe@octave.org> |
|
722 |
|
723 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
724 (init_plot_stream): Split from open_plot_stream. |
|
725 * plot/print.m: Accept -debug=FILE argument. |
|
726 |
6868
|
727 2007-09-06 David Bateman <dbateman@free.fr> |
|
728 |
7010
|
729 * general/celldisp.m: New function. |
|
730 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
731 * miscellaneous/swapbytes.m: New function. |
|
732 * miscellaneous/gzip.m: New function. |
|
733 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
734 |
6863
|
735 2007-09-05 David Bateman <dbateman@free.fr> |
|
736 |
7010
|
737 * general/structfun.m: New function. |
|
738 * general/Makefile.in (SOURCES): Add it to sources. |
|
739 * miscellaneous/run.m: New function. |
|
740 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
741 * statistics/base/mode.m: New function. |
|
742 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
743 |
6862
|
744 2007-09-05 John W. Eaton <jwe@octave.org> |
|
745 |
|
746 * miscellaneous/orderfields.m: Use numel instead of length. |
|
747 |
|
748 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
749 |
|
750 * miscellaneous/orderfields.m: Handle empty structs. |
|
751 |
6861
|
752 2007-09-05 John W. Eaton <jwe@octave.org> |
|
753 |
|
754 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
755 DATA_IDX. |
|
756 |
|
757 2007-09-04 David Bateman <dbateman@free.fr> |
|
758 |
|
759 * general/isdir.m: Return a logical value. |
|
760 |
6859
|
761 2007-09-04 David Bateman <dbateman@free.fr> |
|
762 |
|
763 * statistics/distributions/chi2pdf.m, |
|
764 statistics/distributions/chi2cdf.m, |
|
765 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
766 distribution functions to account for inverse of scale factor in |
|
767 gamma functions. |
|
768 |
6857
|
769 2007-09-01 John W. Eaton <jwe@octave.org> |
|
770 |
|
771 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
772 |
6853
|
773 2007-09-01 David Bateman <dbateman@free.fr> |
|
774 |
|
775 * polynomial/polyint.m: New function like polyinteg but with |
|
776 explicit integration constant. |
|
777 * polynomial/polyinteg.m: Remove. |
|
778 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
779 polyinteg.m. |
|
780 * deprecated/polyinteg.m: Move version here. |
|
781 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
782 |
6852
|
783 * geometry/voronoi.m: Add large box around data to get a good |
|
784 approximation of the rays to infinity. |
|
785 |
6851
|
786 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
787 |
|
788 * plot/axes.m: Allow parent to be specified when creating axes |
|
789 objects. Support non-figure parents. |
|
790 |
|
791 2007-08-31 John W. Eaton <jwe@octave.org> |
|
792 |
|
793 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
794 |
6850
|
795 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
796 |
7010
|
797 * polynomial/polygcd.m: Better layout of example. |
|
798 * polynomial/compan.m: Remove unnecessary check. |
|
799 * polynomial/roots.m: Added example to help text. |
|
800 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
801 * polynomial/poly.m: Added example to help text. |
6850
|
802 |
6848
|
803 2007-08-30 John W. Eaton <jwe@octave.org> |
|
804 |
|
805 * optimization/qp.m: Increase maxit to 200. |
|
806 |
6847
|
807 2007-08-30 David Bateman <dbateman@free.fr> |
|
808 |
|
809 * geometry/inpolygon.m: New file. |
|
810 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
811 |
6843
|
812 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
813 |
|
814 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
815 |
6829
|
816 2007-08-24 David Bateman <dbateman@free.fr> |
|
817 |
|
818 * plot/__go_draw_axes__.m: Treat text color property. |
|
819 |
6828
|
820 2007-08-24 John W. Eaton <jwe@octave.org> |
|
821 |
|
822 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
823 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
824 |
|
825 * miscellaneous/movefile.m: Separate second and third args and |
|
826 use p1 and p2, not f1 and f2 when constructing arguments for |
|
827 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
828 |
6825
|
829 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
830 |
|
831 * set/intersect.m: Make it work with cell arrays of strings. |
|
832 |
6823
|
833 2007-08-24 David Bateman <dbateman@free.fr> |
|
834 |
7010
|
835 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
836 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
837 functions ported from octave-forge. |
7010
|
838 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
839 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
840 geometry/triplot.m, geometry/tsearchn.m: |
|
841 New functions. |
7010
|
842 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
843 * geometry/Makefile.in (SOURCES): Add functions above. |
|
844 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
845 |
6820
|
846 2007-08-23 John W. Eaton <jwe@octave.org> |
|
847 |
|
848 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
849 variable name. |
|
850 |
|
851 2007-08-23 David Bateman <dbateman@free.fr> |
|
852 |
|
853 * plot/plot.m: Allow first arg to be axes handle. |
|
854 |
6818
|
855 2007-08-22 David Bateman <dbateman@free.fr> |
|
856 |
|
857 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
858 outputs are returned only if requested. |
|
859 |
|
860 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
861 |
|
862 * control/base/nichols.m: Fix typo. |
|
863 |
6813
|
864 2007-08-13 John W. Eaton <jwe@octave.org> |
|
865 |
|
866 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
867 |
6809
|
868 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
869 |
|
870 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
871 use axes position in each appropriate gnuplot set statement. |
|
872 |
6808
|
873 2007-08-10 John W. Eaton <jwe@octave.org> |
|
874 |
|
875 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
876 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
877 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
878 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
879 |
6807
|
880 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
881 |
|
882 * plot/patch.m, plot/__patch__.m: New files. |
|
883 * plot/Makefile.in (SOURCES): Add them to the list. |
|
884 |
|
885 2007-08-07 John W. Eaton <jwe@octave.org> |
|
886 |
|
887 * path/savepath.m: Use single quotes for argument to PATH command |
|
888 that is inserted in file. |
|
889 |
6805
|
890 2007-07-27 John W. Eaton <jwe@octave.org> |
|
891 |
|
892 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
893 not set in the environment. |
|
894 |
6796
|
895 2007-07-25 David Bateman <dbateman@free.fr> |
|
896 |
|
897 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
898 control/base/Makefile.in, control/hinf/Makefile.in, |
|
899 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
900 control/util/Makefile.in, deprecated/Makefile.in, |
|
901 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
902 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
903 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
904 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
905 polynomial/Makefile.in, quaternion/Makefile.in, |
|
906 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
907 specfun/Makefile.in, special-matrix/Makefile.in, |
|
908 startup/Makefile.in, statistics/Makefile.in, |
|
909 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
910 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
911 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
912 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
913 |
6795
|
914 2007-07-25 John W. Eaton <jwe@octave.org> |
|
915 |
|
916 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
917 |
6793
|
918 2007-07-24 David Bateman <dbateman@free.fr> |
|
919 |
|
920 * image/flag.m: New colormap function. |
|
921 * images/Makefile.in: Include it in SOURCES. |
|
922 |
|
923 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
924 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
925 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
926 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
927 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
928 number of colormap elements as the other colormap functions. |
|
929 |
6790
|
930 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
931 |
|
932 * plot/__go_draw_axes__.m: Handle patch. |
|
933 |
6788
|
934 2007-07-23 David Bateman <dbateman@free.fr> |
|
935 |
|
936 * general/rat.m: New function for ration approximation imported |
|
937 from octave-forge. |
|
938 * general/del2.m: New function for discrete laplacian operator. |
|
939 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
940 |
|
941 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
942 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
943 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
944 image/winter.m, image/brighten.m: Port image functions from |
|
945 octave-forge. |
|
946 * image/Makefile.in: Add ported functions to SOURCES. |
|
947 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
948 compatibility with matlab. |
|
949 |
|
950 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
951 octave-forge |
|
952 * plot/Makefile.in: Add ported functions to SOURCES. |
|
953 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
954 using gnuplot 4.2 or greater. |
|
955 |
6785
|
956 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
957 |
|
958 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
959 |
6781
|
960 2007-07-19 David Bateman <dbateman@free.fr> |
|
961 |
|
962 * plot/fplot.m: More compatible version. |
|
963 |
6780
|
964 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
965 |
|
966 * plot/clf.m: Check for valid handle before deleting. |
|
967 |
|
968 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
969 __go_figure__ instead of using regular "set" call. |
|
970 |
6779
|
971 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
972 |
|
973 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
974 type for gnuplot. |
|
975 |
6778
|
976 2007-07-18 John W. Eaton <jwe@octave.org> |
|
977 |
|
978 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
979 gnuplot for each set of axes. |
|
980 |
6777
|
981 2007-07-18 David Bateman <dbateman@free.fr> |
|
982 |
6778
|
983 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
984 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
985 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
986 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
987 Use standard scale factor rather than one on the scale factor for |
|
988 compatibility. |
|
989 |
|
990 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
991 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
992 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
993 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
994 Preserve backward compatibility. |
6777
|
995 |
6776
|
996 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
997 |
|
998 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
999 to avoid issues with regexp special characters in the path strings. |
|
1000 |
6770
|
1001 2007-07-06 David Bateman <dbateman@free.fr> |
|
1002 |
6778
|
1003 * general/accumarray.m: New function to create an array by |
|
1004 accumulating the elements. |
6770
|
1005 |
6768
|
1006 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
1007 |
|
1008 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
1009 (fdjac): Set nx outside of if block. |
|
1010 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
1011 |
6765
|
1012 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
1013 |
|
1014 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
1015 |
|
1016 * plot/axis.m: Also set "visible" property when setting axes to |
|
1017 on/off. |
|
1018 |
6762
|
1019 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
1020 |
|
1021 * image/colormap.m: Only return colormap if nargout > 0. |
|
1022 Mark as command. |
|
1023 |
6758
|
1024 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1025 |
|
1026 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
1027 strcmp for selected property comparisons. |
|
1028 |
6756
|
1029 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
1030 |
6778
|
1031 * image/imshow.m: Fix check for colormap arguments. |
6756
|
1032 |
6754
|
1033 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
1034 |
|
1035 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
1036 |
6756
|
1037 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
1038 |
6778
|
1039 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
1040 argument, and note that the data should be sorted for the |
|
1041 definition of the median to be correct. |
|
1042 |
6778
|
1043 * statistics/base/std.m: Add missing square to definition of |
6754
|
1044 standard deviation. |
|
1045 |
6778
|
1046 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
1047 |
|
1048 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
1049 statistics/base/std.m: |
|
1050 Note that \bar{x} is the mean value of x in the help text. |
|
1051 |
6778
|
1052 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
1053 coefficient to the help text. |
|
1054 |
6778
|
1055 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
1056 |
|
1057 * statistics/base/var.m: Put N in @math in help text. |
|
1058 |
|
1059 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
1060 statistics/tests/kolmogorov_smirnov_test.m: |
|
1061 Write about possible values of 'dist' in help text. |
|
1062 |
6778
|
1063 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
1064 Add definition of correlation to the help text. |
|
1065 |
6778
|
1066 * statistics/base/logit.m, statistics/base/kendall.m, |
|
1067 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
1068 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
1069 TeXification of help text. |
|
1070 |
|
1071 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
1072 |
|
1073 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
1074 Add missing @var's to help text. |
|
1075 |
|
1076 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
1077 |
|
1078 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
1079 of help text. |
|
1080 |
|
1081 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
1082 help text. |
|
1083 |
|
1084 * statistics/distributions/unidpdf.m, |
|
1085 statistics/distributions/discrete_pdf.m: |
|
1086 Replace 'pDF' with 'PDF' in help text. |
|
1087 |
6753
|
1088 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1089 |
|
1090 * strings/substr.m: Use offset consistently in code and doc string. |
|
1091 From Rafael Laboissiere <rafael@debian.org>. |
|
1092 |
6752
|
1093 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
1094 |
6778
|
1095 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
1096 |
6751
|
1097 2007-06-25 John W. Eaton <jwe@octave.org> |
|
1098 |
|
1099 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
1100 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
1101 <juhani@cs.joensuu.fi>. |
|
1102 |
6748
|
1103 2007-06-20 John W. Eaton <jwe@octave.org> |
|
1104 |
6749
|
1105 * strings/index.m: Allow strings to be empty. |
|
1106 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
1107 |
6748
|
1108 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
1109 |
6747
|
1110 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
1111 |
|
1112 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
1113 separate matrices. |
|
1114 |
6746
|
1115 2007-06-19 David Bateman <dbateman@free.fr> |
|
1116 |
|
1117 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
1118 only ";;" legend syntax. |
|
1119 * polynomial/mkpp.m: ditto. |
|
1120 * polynomial/pchip.m: ditto. |
|
1121 * signal/freqz_plot.m: ditto. |
|
1122 * sparse/gplot.m: ditto. |
|
1123 * sparse/treeplot.m: ditto. |
|
1124 |
6745
|
1125 2007-06-19 John W. Eaton <jwe@octave.org> |
|
1126 |
|
1127 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
1128 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
1129 |
6742
|
1130 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1131 |
6778
|
1132 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
1133 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
1134 to check for NA. |
|
1135 |
6741
|
1136 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
1137 |
6778
|
1138 * optimization/glpk.m: TeXified the help text. |
|
1139 * optimization/qp.m: TeXified the help text. |
|
1140 * optimization/sqp.m: TeXified the help text. |
6741
|
1141 |
6740
|
1142 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
1143 |
6778
|
1144 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
1145 |
6738
|
1146 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1147 |
|
1148 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
1149 have_newer_gnuplot is true. |
|
1150 |
6736
|
1151 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
1152 |
6778
|
1153 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
1154 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
1155 to 90, all others 0. |
|
1156 |
6778
|
1157 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
1158 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
1159 get_data_limits. |
6778
|
1160 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
1161 called by __errplot__. |
|
1162 |
6730
|
1163 2007-06-15 John W. Eaton <jwe@octave.org> |
|
1164 |
|
1165 * testfun/test.m: Also return number of expected failures. |
|
1166 |
6724
|
1167 2007-06-14 John W. Eaton <jwe@octave.org> |
|
1168 |
6730
|
1169 * set/ismember.m: Mark two tests known to fail with xtest. |
|
1170 |
6724
|
1171 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
1172 |
6728
|
1173 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
1174 |
|
1175 * testfun/test.m: Add xtest support for tests known to fail. |
|
1176 |
6727
|
1177 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
1178 |
|
1179 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
1180 epslatexstandalone terminals. |
|
1181 |
6721
|
1182 2007-06-14 David Bateman <dbateman@free.fr> |
|
1183 |
|
1184 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
1185 as permutation of results was incorrect. |
|
1186 * general/interp1.m: Add demo on second derivative |
|
1187 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
1188 call. Add 3D demo. Fix typos |
|
1189 * general/interp3.m: Fix typos. Correct permutation for use of |
|
1190 interpn. |
6721
|
1191 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
1192 |
6717
|
1193 2007-06-13 John W. Eaton <jwe@octave.org> |
|
1194 |
|
1195 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
1196 |
6706
|
1197 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
1198 |
|
1199 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
1200 |
6704
|
1201 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
1202 |
|
1203 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
1204 Set have_linestyle to true if two character linestyle is found. |
|
1205 |
6702
|
1206 2007-06-12 David Bateman <dbateman@free.fr> |
|
1207 |
6717
|
1208 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
1209 and interpn.m. |
|
1210 |
|
1211 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
1212 structure before using it. |
|
1213 |
|
1214 2007-06-12 David Bateman <dbateman@free.fr> |
|
1215 |
6704
|
1216 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
1217 * general/__splinen__.m: New support function for N-dimensional |
|
1218 spline interpolation. |
|
1219 * general/bicubic.m: Allow definition of extrapolation |
|
1220 value. Adapt tests to use new graphics interface |
|
1221 * general/interp2.m: Call __splinen__ for 2-D spline |
|
1222 interpolation. Make the lookup table code only be called for |
|
1223 linear and nearest methods. |
|
1224 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
1225 and spline interpolation. |
|
1226 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
1227 and spline interpolation. |
6704
|
1228 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
1229 |
6701
|
1230 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
1231 |
|
1232 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1233 |
6699
|
1234 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1235 |
|
1236 * plot/fplot.m: If function is inline, vectorize it. |
|
1237 |
6698
|
1238 2007-06-10 David Bateman <dbateman@free.fr> |
|
1239 |
|
1240 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1241 directory if need to, so that it fits on a line. |
|
1242 |
6695
|
1243 2007-06-07 David Bateman <dbateman@free.fr> |
|
1244 |
|
1245 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1246 saved file so that dependent packages are loaded first, and if |
|
1247 nargout==0 don't return any arguments. |
|
1248 (pkg:install): Only load packages that are marked autoload after |
|
1249 install. Various fixes. Save in order. |
|
1250 (pkg:uninstall): Save in order |
|
1251 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1252 packages. |
|
1253 (pkg:save_order): New function to sort package list with dependent |
|
1254 packages first. |
|
1255 (pkg:load_packages_and_dependencies): New function to load both a |
|
1256 list of packages and their dependencies. |
|
1257 (pkg:load_package_dirs): New function that returns a vector of the |
|
1258 indexes into the installed package list indicating the packages to |
|
1259 load and the order to load them in to respect the dependencies. |
|
1260 |
6688
|
1261 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1262 |
|
1263 * plot/axes.m: Eliminate redundant else clause. |
|
1264 |
6686
|
1265 2007-06-03 David Bateman <dbateman@free.fr> |
|
1266 |
|
1267 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1268 * pkg/pkg.m: Protect against multiple actions being define. |
|
1269 |
6683
|
1270 2007-06-01 David Bateman <dbateman@free.fr> |
|
1271 |
|
1272 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1273 incorporate into main pkg function. |
|
1274 (pkg:install): Check for existence of files to install before |
|
1275 globbing and warn the user if they don't exist. |
|
1276 |
6675
|
1277 2007-05-31 David Bateman <dbateman@free.fr> |
|
1278 |
6679
|
1279 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1280 directory over several copy command to limit the line length. |
|
1281 * miscellaneous/movefile.m: Ditto. |
|
1282 |
6675
|
1283 * pkg.m: Add build option to allow binary Octave packages to be |
|
1284 built from source packages. Probe absolute path of prefix, global |
|
1285 and local lists. Use strcat, rather that [] for strings. |
|
1286 (pkg:build): New function to binary binary package. |
|
1287 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1288 (pkg:repackage): Package binary Octave package from installation. |
|
1289 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1290 from m-files into main installation directory. |
|
1291 (pkg:shell): Suppress verbose messages from shell and only display |
|
1292 them with the verbose flag. |
|
1293 (pkg:installed_packages): Also include the loaded flag in the |
|
1294 local and global packages. |
|
1295 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1296 flagged as loaded. |
|
1297 |
|
1298 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1299 |
|
1300 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1301 with and without architecture dependent directories. |
|
1302 (pkg:installed_packages): Probe the global_list file even if it is |
|
1303 the same as the local_list. |
|
1304 |
6669
|
1305 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1306 |
|
1307 * sparse/spy.m: Set axis to "ij" mode. |
|
1308 |
6664
|
1309 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1310 |
|
1311 * set/ismember.m: Quote first arg of "fail" tests. |
|
1312 |
6663
|
1313 2007-05-24 David Bateman <dbateman@free.fr> |
|
1314 |
6778
|
1315 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1316 |
6655
|
1317 2007-05-22 David Bateman <dbateman@free.fr> |
|
1318 |
|
1319 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1320 error(lasterr()(8:end)). |
|
1321 (pkg:install): Warning for empty packages being removed. Suppress |
|
1322 spurious output. Warning rather than error for uninstalling a |
|
1323 package that is not installed to avoid RPM issue. |
|
1324 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1325 inst or architecture dependent directory if it exists. |
|
1326 |
6653
|
1327 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1328 |
|
1329 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1330 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1331 signal/freqz.m: Fix typos. |
|
1332 |
6645
|
1333 2007-05-21 David Bateman <dbateman@free.fr> |
|
1334 |
|
1335 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1336 force installation location. |
|
1337 (rebuild): New subfunction to rebuild package database from |
|
1338 installed packages. Also allows changing of autoload status |
|
1339 (install): Warn use if attempting to install from non existent |
|
1340 file. |
|
1341 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1342 "USER", "root"))' for root test. |
|
1343 |
|
1344 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1345 |
|
1346 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1347 and replace "\" characters with "/". |
|
1348 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1349 characters with "/" throughout. |
|
1350 (shell): New subfunction that wraps system and is careful with the |
|
1351 shell on windows platforms. |
|
1352 (configure_make): Explictly pass complier etc to configure |
|
1353 process. |
|
1354 (issuperuser): Force default to global install for Windows machines. |
|
1355 |
6636
|
1356 2007-05-19 Kristan Onu |
|
1357 |
|
1358 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1359 |
6634
|
1360 2007-05-18 David Bateman <dbateman@free.fr> |
|
1361 |
|
1362 * pkg/pkg.m (install): More verbosity. |
|
1363 (configure_make): Ditto. |
|
1364 (create_pkgadddel): Install in architecture dependent directory if |
|
1365 it exists to address issues with autoload/mfilename. |
|
1366 (write_INDEX): Check in archiecture dependent directories as well. |
|
1367 |
6633
|
1368 2007-05-17 David Bateman <dbateman@free.fr> |
|
1369 |
|
1370 * plot/hbar.m: Remove. |
|
1371 * plot/barh.m: and move it here. |
|
1372 |
6631
|
1373 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1374 |
|
1375 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1376 |
6629
|
1377 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1378 |
|
1379 * general/logspace.m: Return second arg if fewer than two values |
|
1380 are requested. |
|
1381 |
6619
|
1382 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1383 |
|
1384 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1385 on a new line. |
|
1386 |
6617
|
1387 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1388 |
|
1389 * statistics/distributions/norminv.m, |
|
1390 statistics/distributions/norminv.m, |
|
1391 statistics/distributions/normpdf.m, |
|
1392 statistics/distributions/normrnd.m: |
|
1393 Use standard deviation, not variance. |
|
1394 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1395 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1396 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1397 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1398 backward compatibility. |
|
1399 |
6616
|
1400 2007-05-14 David Bateman <dbateman@free.fr> |
|
1401 |
|
1402 * pkg/pkg.m: Mark loaded packages with "*". |
|
1403 |
6615
|
1404 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1405 |
|
1406 * miscellaneous/single.m: Doc fix. |
|
1407 Convert to double instead of returning argument unchanged. |
|
1408 |
|
1409 * miscellaneous/doc.m: Doc fix. |
|
1410 |
|
1411 * miscellaneous/ver.m: Doc fix. |
|
1412 Don't display information about Octave Forge. |
|
1413 |
6614
|
1414 2007-05-12 David Bateman <dbateman@free.fr> |
|
1415 |
|
1416 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1417 install to be printed. An error in the on_uninstall script causes |
|
1418 a failure to uninstall. Place oct- and mex-files in an |
|
1419 architecture dependent directory. |
|
1420 |
6611
|
1421 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1422 |
|
1423 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1424 |
6609
|
1425 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1426 |
|
1427 * statistics/distributions/normcdf.m: Use standard deviation |
|
1428 instead of variance for compatibility. |
|
1429 |
|
1430 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1431 |
|
1432 |
|
1433 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1434 |
|
1435 * set/ismember.m: Always return logical values. |
|
1436 |
|
1437 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1438 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1439 |
|
1440 * general/__isequal__.m: Allow numeric values of different classes |
|
1441 to compare equal. |
|
1442 |
6606
|
1443 2007-05-07 David Bateman <dbateman@free.fr> |
|
1444 |
6607
|
1445 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1446 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1447 |
6605
|
1448 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1449 |
|
1450 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1451 |
6604
|
1452 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1453 |
|
1454 * contour.m: Rewrite help string. |
|
1455 |
6599
|
1456 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1457 |
|
1458 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1459 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1460 Special case nargout == 0. |
|
1461 |
6597
|
1462 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1463 |
|
1464 * general/sub2ind.m: Handle empty input, add tests. |
|
1465 |
6590
|
1466 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1467 |
|
1468 * plot/contourc.m: Doc fix. |
|
1469 |
6586
|
1470 2007-04-26 David Bateman <dbateman@free.fr> |
|
1471 |
|
1472 * plot/hist.m: Partially remove previous patch. |
|
1473 |
6582
|
1474 2007-04-26 David Bateman <dbateman@free.fr> |
|
1475 |
|
1476 * plot/hist.m: Support returning of handle |
|
1477 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1478 cells. |
|
1479 |
6575
|
1480 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1481 |
6579
|
1482 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1483 "title \"\"", not "". |
|
1484 |
6575
|
1485 * plot/legend.m: Initialize WARNED to false. |
|
1486 |
6567
|
1487 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1488 |
|
1489 * io/beep.m: Fix cut and paste error. |
|
1490 From S�ren Hauberg <soren@hauberg.org>. |
|
1491 |
|
1492 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1493 |
|
1494 * plot/box.m: Delete extra endfunction keyword. |
|
1495 |
6560
|
1496 2007-04-23 David Bateman <dbateman@free.fr> |
|
1497 |
|
1498 * plot/plot3.m: Call newplot. |
|
1499 |
6553
|
1500 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1501 |
|
1502 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1503 |
6546
|
1504 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1505 |
|
1506 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1507 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1508 |
6544
|
1509 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1510 |
|
1511 * control/util/axis2dlim.m: Delete extraneous line. |
|
1512 |
6542
|
1513 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1514 |
|
1515 * specfun/factorial.m: Increase tolerance in large value test. |
|
1516 |
6540
|
1517 2007-04-18 David Bateman <dbateman@free.fr> |
|
1518 |
|
1519 * __bar__.m: New support function for bar/hbar to support graphic |
|
1520 handles, and additional arguments. |
|
1521 * bar.m: Convert to use __bar__. |
|
1522 * hbar.m: New function |
|
1523 * hist.m: Explicitly set the width of the bar plot. |
|
1524 |
6533
|
1525 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1526 |
6534
|
1527 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1528 |
6533
|
1529 * set/ismember.m: New tests. |
|
1530 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1531 |
6532
|
1532 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1533 |
|
1534 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1535 Add tests. |
|
1536 |
6527
|
1537 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1538 |
6528
|
1539 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1540 looks_like_copyright in src/help.cc. |
|
1541 From S�ren Hauberg <soren@hauberg.org>. |
|
1542 |
6527
|
1543 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1544 |
6526
|
1545 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1546 |
6527
|
1547 * optimization/sqp.m: Initialize info to 0. |
|
1548 |
6526
|
1549 * optimization/qp.m: Undo previous change. |
|
1550 |
6524
|
1551 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1552 |
|
1553 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1554 length one. |
|
1555 |
6523
|
1556 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1557 |
|
1558 * optimization/qp.m: Avoid Octave indexing bug. |
|
1559 |
6521
|
1560 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1561 |
6522
|
1562 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1563 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1564 control/system/sysrepdemo.m: |
|
1565 Adapt to page_screen_output as a function. |
6521
|
1566 |
6518
|
1567 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1568 |
|
1569 * miscellaneous/not.m: Delete. |
|
1570 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1571 |
|
1572 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1573 |
|
1574 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1575 that are close but not exactly equal. |
|
1576 |
6515
|
1577 2007-04-11 David Bateman <dbateman@free.fr> |
|
1578 |
|
1579 * general/bitcmp.m: Make it work again. |
|
1580 |
6512
|
1581 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1582 |
|
1583 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1584 that are close but not exactly equal. |
|
1585 |
6511
|
1586 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1587 |
|
1588 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1589 in response to a change in x limits for now. |
|
1590 |
6510
|
1591 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1592 |
|
1593 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1594 (__go_draw_axes__): Use it to write data to plot stream. |
|
1595 |
6509
|
1596 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1597 |
|
1598 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1599 zeros. Set markerfacecolor property in call to plot. |
|
1600 |
6508
|
1601 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1602 |
|
1603 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1604 |
|
1605 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1606 |
|
1607 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1608 |
6494
|
1609 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1610 |
6499
|
1611 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1612 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1613 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1614 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1615 |
6496
|
1616 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1617 Use strcmpi instead of strcmp+tolower. |
6496
|
1618 Style fixes. |
|
1619 |
6494
|
1620 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1621 Plotting fixes. Style fixes. |
|
1622 |
|
1623 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1624 Style fixes. |
|
1625 |
|
1626 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1627 Style fixes. |
|
1628 |
|
1629 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1630 Use "strcat (...)" instead of "[...]". |
|
1631 Use format specifiers in calls to warning. |
|
1632 |
|
1633 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1634 Use "strcat (...)" instead of "[...]". |
|
1635 Use "x(end)" instead of "x(length (x))". |
|
1636 Check NA before NaN. |
|
1637 Style fixes. |
|
1638 |
6473
|
1639 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1640 |
6474
|
1641 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1642 |
6467
|
1643 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1644 |
|
1645 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1646 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1647 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1648 control/util/Makefile.in, deprecated/Makefile.in, |
|
1649 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1650 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1651 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1652 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1653 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1654 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1655 special-matrix/Makefile.in, startup/Makefile.in, |
|
1656 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1657 statistics/distributions/Makefile.in, |
|
1658 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1659 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1660 Use ln instead of $(LN_S) in dist target. |
|
1661 |
6465
|
1662 2007-03-27 David Bateman <dbateman@free.fr> |
|
1663 |
|
1664 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1665 gnuplot 4.0. |
|
1666 |
6464
|
1667 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1668 |
|
1669 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1670 |
6461
|
1671 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1672 |
|
1673 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1674 plot stream and using binary data. |
|
1675 |
6459
|
1676 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1677 |
|
1678 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1679 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1680 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1681 |
|
1682 2007-03-26 David Bateman <dbateman@free.fr> |
|
1683 |
6461
|
1684 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1685 |
6459
|
1686 * plot/plot3.m: Handle line properties. |
|
1687 * plot/plot.m: Update docstring. |
|
1688 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1689 * plot/__plt__.m: Also gather properties. |
|
1690 |
6455
|
1691 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1692 |
|
1693 * testfun/assert.m: Delete special check for empty objects. |
|
1694 Add test. |
|
1695 |
6453
|
1696 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1697 |
6454
|
1698 * plot/drawnow.m: Exit early if call is recursive. |
|
1699 |
6453
|
1700 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1701 Check for Inf too. |
|
1702 (__go_draw_axes__): Use get_data_limits. |
|
1703 |
6450
|
1704 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1705 |
6451
|
1706 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1707 send terminal setting command with title option to plot stream. |
|
1708 |
6450
|
1709 * plot/legend.m: Correctly increment index into list of children.. |
|
1710 |
6434
|
1711 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1712 |
6448
|
1713 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1714 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1715 control/base/nyquist.m, control/base/nichols.m, |
|
1716 control/base/frdemo.m, signal/freqz_plot.m, |
|
1717 control/base/__stepimp__.m, control/base/bode.m, |
|
1718 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1719 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1720 Update plotting code. |
|
1721 |
|
1722 * control/base/bode.m: Unwrap phase angle. |
|
1723 |
|
1724 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1725 |
|
1726 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1727 |
|
1728 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1729 commands. |
6446
|
1730 |
6442
|
1731 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1732 Handle numeric color specs. |
6442
|
1733 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1734 |
6441
|
1735 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1736 |
6440
|
1737 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1738 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1739 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1740 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1741 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1742 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1743 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1744 |
6438
|
1745 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1746 plot, not just multiplots. |
|
1747 |
6436
|
1748 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1749 |
6434
|
1750 * plot/contour.m: Don't call drawnow. |
|
1751 |
6431
|
1752 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1753 |
6432
|
1754 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1755 property of each figure. |
|
1756 |
6431
|
1757 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1758 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1759 |
|
1760 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1761 |
|
1762 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1763 less than eps to 0. |
|
1764 |
6429
|
1765 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1766 |
|
1767 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1768 * testfun/speed.m: Documentation and example fix. |
|
1769 |
6424
|
1770 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1771 |
|
1772 * plot/subplot.m: If we find an existing subplot region, set |
|
1773 it to be the "currentaxes" property for the current figure. |
6425
|
1774 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1775 |
6422
|
1776 2007-03-20 David Bateman <dbateman@free.fr> |
|
1777 |
|
1778 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1779 |
|
1780 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1781 |
|
1782 * general/arrayfun.m: New function. |
|
1783 |
6418
|
1784 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1785 |
6419
|
1786 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1787 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1788 |
|
1789 * plot/clf.m: Don't call drawnow. |
|
1790 |
6431
|
1791 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1792 |
6420
|
1793 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1794 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1795 images. |
|
1796 |
6418
|
1797 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1798 instead of global. Only register __go_close_all__ with atexit if |
|
1799 the plot stream is successfully opened. |
6418
|
1800 |
6413
|
1801 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1802 |
6418
|
1803 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1804 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1805 |
|
1806 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1807 |
|
1808 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1809 Use numeric line types. |
6413
|
1810 |
|
1811 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1812 lines and larger markers. Remove key titles from line type |
|
1813 properties. |
6413
|
1814 |
6405
|
1815 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1816 |
6412
|
1817 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1818 and pass them to __go_text__. Simply return the handle obtained |
|
1819 from __go_text__ instead of calling get on the current axis. |
|
1820 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1821 Allow for extra property value pairs to be passed along. |
|
1822 * plot/title.m: Implement with __axis_label__ since it does all |
|
1823 that title needs to do. |
|
1824 |
6410
|
1825 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1826 |
6405
|
1827 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1828 |
|
1829 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1830 and __plt2__, not just the last. |
|
1831 |
|
1832 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1833 (SOURCES_IN, GEN_M): Delete. |
|
1834 (FCN_FILES): Don't include $(GEN_M). |
|
1835 (all): Don't depend on $(GEN_M). |
|
1836 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1837 |
|
1838 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1839 |
|
1840 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1841 __uiobject_axes_init__. |
|
1842 |
|
1843 * plot/mesh.m: Use __go_surface__ instead of |
|
1844 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1845 |
|
1846 * plot/line.m: Use __line__ to do actual work. |
|
1847 * plot/__line__.m: New function. |
|
1848 |
|
1849 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1850 Use get and set instead of accessing object fields directly. |
|
1851 |
|
1852 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1853 handle. |
|
1854 |
|
1855 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1856 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1857 __uiobject_draw_figure__. |
|
1858 |
|
1859 * plot/clf.m: Use get instead of accessing object fields |
|
1860 directly. Simply delete children. Don't set currentaxes. |
|
1861 |
|
1862 * plot/close.m (close_all_figures): New subfunction. |
|
1863 Use it instead of getting list of figures to close from |
|
1864 __uiobject_figures__. |
|
1865 |
|
1866 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1867 currentfigure. |
|
1868 |
|
1869 * plot/__errplot__.m: Call __line__ instead of |
|
1870 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1871 directly. Don't call __uiobject_adopt__. |
|
1872 |
|
1873 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1874 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1875 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1876 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1877 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1878 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1879 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1880 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1881 plot/__uiobject_init_root_figure__.in, |
|
1882 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1883 plot/__uiobject_root_figure_ctor__.m, |
|
1884 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1885 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1886 plot/set.in: Delete. |
6408
|
1887 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1888 |
|
1889 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1890 Pass "hidden" as second arg to close. |
|
1891 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1892 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1893 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1894 |
6405
|
1895 * image/__img__.m: Use __go_image__ to create image graphics |
|
1896 handle. |
|
1897 |
|
1898 * miscellaneous/delete.m: Call __go_delete__, not |
|
1899 __uiobject_delete__. Check that arg is a graphics handle before |
|
1900 calling __go_delete__. |
|
1901 |
6403
|
1902 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1903 |
|
1904 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1905 arg instead of switch statement. |
6528
|
1906 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1907 |
|
1908 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1909 |
|
1910 * miscellaneous/cast.m: New function. |
|
1911 |
|
1912 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1913 |
6398
|
1914 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1915 |
|
1916 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1917 tilde expansion on target filename before passing it to the shell. |
|
1918 |
|
1919 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1920 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1921 |
6396
|
1922 2007-03-08 David Bateman <dbateman@free.fr> |
|
1923 |
|
1924 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1925 replacing slower version based on dicrete_rnd. |
|
1926 |
6392
|
1927 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1928 |
6395
|
1929 * control/base/rlocus.m: Update for current plotting functions. |
|
1930 |
|
1931 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1932 |
|
1933 * control/base/rlocus.m: Improve display. |
|
1934 |
|
1935 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1936 |
|
1937 * plot/legend.m: Only handle positions -1:4. |
|
1938 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1939 found in option string |
|
1940 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1941 |
6394
|
1942 * plot/newplot.m: Always reset next line color. |
|
1943 |
6392
|
1944 * testfun/assert.m: Check that number of dimensions match before |
|
1945 checking dimensions. |
|
1946 |
6391
|
1947 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1948 |
|
1949 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1950 |
6387
|
1951 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1952 |
6390
|
1953 * plot/mesh.m: Call newplot before doing anything. |
|
1954 |
|
1955 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1956 just "e". Only flush plot stream once. |
|
1957 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1958 |
6387
|
1959 * strings/blanks.m: Omit first index in assignment. |
|
1960 |
6386
|
1961 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1962 |
|
1963 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1964 |
6385
|
1965 2007-03-06 David Bateman <dbateman@free.fr> |
|
1966 John W. Eaton <jwe@octave.org> |
|
1967 |
|
1968 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1969 Handle cellstr args. |
|
1970 |
6382
|
1971 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1972 |
|
1973 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1974 calling obj_fun. |
|
1975 |
6377
|
1976 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1977 |
|
1978 * specfun/nchoosek.m: Fix nargin check. |
|
1979 |
6376
|
1980 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1981 |
|
1982 * image/__img__.m: Don't set xlim and ylim properties. |
|
1983 |
6374
|
1984 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1985 |
|
1986 * general/interp1.m: Fix *style cases for decreasing x. |
|
1987 |
6372
|
1988 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1989 |
|
1990 * polynomial/roots.m: Check nargin before accessing arg. |
|
1991 |
6369
|
1992 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1993 |
|
1994 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1995 increment data_idx unless using gnuplot for display. |
|
1996 |
6368
|
1997 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1998 |
|
1999 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
2000 plots with images. |
|
2001 * image/image.m, image/imagesc.m, image/imshow.m: |
|
2002 Deprecate zoom argument. |
|
2003 |
6366
|
2004 2007-02-28 John W. Eaton <jwe@octave.org> |
|
2005 |
|
2006 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
2007 temporary file names. Keep image and colormap file ids separate. |
|
2008 |
|
2009 * general/interp1.m: Correctly compute min and max values when |
|
2010 values are decreasing and not evenly spaced. |
|
2011 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
2012 |
6365
|
2013 2007-02-27 John W. Eaton <jwe@octave.org> |
|
2014 |
|
2015 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
2016 returning an empty cell array. |
|
2017 |
6546
|
2018 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
2019 |
|
2020 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
2021 |
6546
|
2022 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
2023 |
|
2024 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
2025 control/base/Makefile.in, control/hinf/Makefile.in, |
|
2026 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
2027 control/util/Makefile.in, deprecated/Makefile.in, |
|
2028 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
2029 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
2030 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
2031 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
2032 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2033 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2034 special-matrix/Makefile.in, startup/Makefile.in, |
|
2035 statistics/Makefile.in, statistics/base/Makefile.in, |
|
2036 statistics/distributions/Makefile.in, |
|
2037 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2038 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
2039 Use $(LN_S) instead of ln or ln -s. |
|
2040 |
6356
|
2041 2007-02-24 David Bateman <dbateman@free.fr> |
|
2042 |
|
2043 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
2044 '\n' in FILES file. |
6357
|
2045 (configure_make): Also install any mex files. |
6356
|
2046 |
6353
|
2047 2007-02-24 David Bateman <dbateman@free.fr> |
|
2048 |
|
2049 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
2050 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
2051 |
6351
|
2052 2007-02-23 John W. Eaton <jwe@octave.org> |
|
2053 |
|
2054 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
2055 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
2056 |
|
2057 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
2058 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
2059 |
6349
|
2060 2007-02-23 David Bateman <dbateman@free.fr> |
|
2061 |
|
2062 * statistics/distributions/discrete_rnd.m, |
|
2063 statistics/distributions/geornd.m, |
|
2064 statistics/distributions/lognnd.m, |
|
2065 statistics/distributions/nbinrnd.m, |
|
2066 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
2067 |
|
2068 * statistics/distributions/unidcdf.m, |
|
2069 statistics/distributions/unidinv.m, |
|
2070 statistics/distributions/unidpdf.m, |
|
2071 statistics/distributions/unidrnd.m: New functions based on |
6351
|
2072 discrete_cdf, etc. |
6349
|
2073 |
|
2074 * statistics/distributions/pascal_cdf.m, |
|
2075 statistics/distributions/pascal_inv.m, |
|
2076 statistics/distributions/pascal_pdf.m, |
|
2077 statistics/distributions/pascal_rnd.m: Remove. |
|
2078 * statistics/distributions/nbincdf.m, |
|
2079 statistics/distributions/nbininv.m, |
|
2080 statistics/distributions/nbinpdf.m, |
|
2081 statistics/distributions/nbinrnd.m: Replace with matlab |
|
2082 compatible functions. |
|
2083 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
2084 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
2085 nbincdf, etc functions to implement these. |
|
2086 |
6344
|
2087 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2088 |
|
2089 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
2090 command and data. |
|
2091 |
|
2092 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2093 |
|
2094 * miscellaneous/doc.m: If index search fails, try again without |
|
2095 the index search option. |
|
2096 |
6339
|
2097 2007-02-22 David Bateman <dbateman@free.fr> |
|
2098 |
6341
|
2099 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
2100 |
6340
|
2101 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
2102 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
2103 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
2104 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
2105 and randp to accelerate. |
|
2106 |
6339
|
2107 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
2108 |
6338
|
2109 2007-02-22 John W. Eaton <jwe@octave.org> |
|
2110 |
|
2111 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
2112 cache data and display after xlim and ylim have been determined. |
|
2113 |
6337
|
2114 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2115 |
|
2116 * plot/__uiobject_draw_axes__.m: |
|
2117 Allow multiple images to be displayed with gnuplot. |
|
2118 |
6333
|
2119 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
2120 |
|
2121 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
2122 for versions of GLPK 4.15 and later. |
|
2123 |
6328
|
2124 2007-02-19 John W. Eaton <jwe@octave.org> |
|
2125 |
|
2126 * plot/__uiobject_alloc__.in: If next available element in |
|
2127 __uiobject_list__ is 0, grow list before doing anything else. |
|
2128 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
2129 first call when size of __uiobject_list__ is 0. |
|
2130 |
6323
|
2131 2007-02-16 John W. Eaton <jwe@octave.org> |
|
2132 |
|
2133 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
2134 |
6321
|
2135 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
2136 |
|
2137 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
2138 |
6316
|
2139 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
2140 |
|
2141 * specfun/nchoosek.m: Check nargin. |
|
2142 |
6314
|
2143 2007-02-15 John W. Eaton <jwe@octave.org> |
|
2144 |
6315
|
2145 * path/addpath.m, path/rmpath.m: Delete |
|
2146 * path/Makefile.in (SOURCES): Remove them from the list. |
|
2147 |
6314
|
2148 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
2149 Delete title, xlabel, ylabel, and zlabel properties before |
|
2150 reassigning. |
|
2151 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
2152 Don't init outerposition if "mode" is "replace". |
|
2153 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
2154 If axes nextplot property is replace, pass "replace" as mode arg |
|
2155 to __uiobject_axes_init__. |
|
2156 |
6308
|
2157 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
2158 |
6310
|
2159 * image/imshow.m: Don't restore old colormap. |
|
2160 |
6309
|
2161 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
2162 * image/__img__.m: New file containing common parts of image.m and |
|
2163 imshow.m. |
6312
|
2164 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
2165 * image/image.m, image/imshow.m: Call __img__. |
|
2166 * plot/__uiobject_draw_axes__.m: |
|
2167 Handle rgb imaged data stored in 3-d arrays. |
|
2168 |
6308
|
2169 * plot/figure.m: Doc fix. |
|
2170 |
6304
|
2171 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2172 |
|
2173 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
2174 for reading and writing data. New tests. Improve rounding. |
|
2175 |
6302
|
2176 2007-02-13 John W. Eaton <jwe@octave.org> |
|
2177 |
6303
|
2178 * plot/stem.m: New file, adapted from OctPlot. |
|
2179 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2180 |
6302
|
2181 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2182 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2183 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2184 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
2185 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
2186 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
2187 plot/semilogyerr.m: Return handles to line objects. |
|
2188 |
6301
|
2189 2007-02-11 John W. Eaton <jwe@octave.org> |
|
2190 |
|
2191 * plot/__uiobject_close_all.m: New file. |
|
2192 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2193 |
6298
|
2194 2007-02-10 John W. Eaton <jwe@octave.org> |
|
2195 |
|
2196 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
2197 * plot/__uiobject_globals__.m: Don't call mlock. |
|
2198 |
|
2199 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
2200 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
2201 before calling pclose. |
|
2202 |
6291
|
2203 2007-02-09 John W. Eaton <jwe@octave.org> |
|
2204 |
6295
|
2205 * plot/subplot.m: Delete spurious call to axes. |
|
2206 |
6293
|
2207 * plot/figure.m: Call drawnow for current figure before creating |
|
2208 or switching to a new figure. |
|
2209 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
2210 nargin == 0 case. |
|
2211 |
6291
|
2212 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
2213 strange values like Inf+NaNi. |
|
2214 |
6283
|
2215 2007-02-08 John W. Eaton <jwe@octave.org> |
|
2216 |
6286
|
2217 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
2218 and check gnuplot_use_title_option instead of just assuming -title |
|
2219 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
2220 |
6285
|
2221 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
2222 |
6284
|
2223 * audio/Makefile.in, control/base/Makefile.in, |
|
2224 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
2225 control/system/Makefile.in, control/util/Makefile.in, |
|
2226 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
2227 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
2228 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
2229 optimization/Makefile.in, plot/Makefile.in, |
|
2230 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
2231 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
2232 special-matrix/Makefile.in, startup/Makefile.in, |
|
2233 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2234 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2235 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2236 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2237 |
6283
|
2238 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2239 only given property list. |
|
2240 |
6278
|
2241 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2242 |
6280
|
2243 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2244 properties. |
|
2245 |
6278
|
2246 * plot/sombrero.m: Call box ("off") after mesh. |
|
2247 |
|
2248 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2249 line default" commands with older versions of gnuplot. |
|
2250 |
|
2251 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2252 |
6273
|
2253 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2254 |
|
2255 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2256 * sparse/gplot.m: Use line style - instead of 1. |
|
2257 |
6272
|
2258 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2259 |
|
2260 * plot/print.m: Avoid error message from cellidx. |
|
2261 |
|
2262 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2263 |
|
2264 * plot/legend.m: Fix check for data. |
|
2265 |
6270
|
2266 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2267 |
|
2268 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2269 Always set lt and pt. |
|
2270 |
6269
|
2271 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2272 |
|
2273 * plot/contourc.m: Correctly compute X and Y. |
|
2274 |
6268
|
2275 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2276 |
|
2277 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2278 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2279 |
6264
|
2280 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2281 |
6266
|
2282 * plot/__uiobject_draw_axes__.m: |
|
2283 Don't try to set axis limits unless we have data. |
|
2284 |
6264
|
2285 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2286 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2287 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2288 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2289 instead of of key and fmt strings. |
|
2290 |
|
2291 * plot/__pltopt1__.m: Greatly simplify. |
|
2292 |
|
2293 * plot/__next_line_color__.m: New file. |
|
2294 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2295 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2296 |
|
2297 * plot/__default_plot_options__.m: New file. |
|
2298 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2299 |
|
2300 * plot/__plt3__.m: Delete. |
|
2301 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2302 |
6259
|
2303 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2304 |
6263
|
2305 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2306 linestyle, linewidth, marker, and markersize properties. |
|
2307 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2308 colors and widths, and line styles. |
|
2309 |
|
2310 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2311 |
6261
|
2312 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2313 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2314 |
|
2315 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2316 __gnuplot_save_data__. |
|
2317 |
6259
|
2318 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2319 |
6258
|
2320 2007-01-30 David Bateman <dbateman@free.fr> |
|
2321 |
|
2322 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2323 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2324 -auto to force autoload behavior. |
|
2325 (installed_packages): Make list of installed packages unique. |
|
2326 |
6259
|
2327 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2328 |
|
2329 * Merge of changes from graphics-branch: |
|
2330 |
|
2331 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2332 |
|
2333 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2334 |
|
2335 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2336 property if it exists. |
|
2337 |
6259
|
2338 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2339 |
|
2340 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2341 min values outside of loop over child objects. |
|
2342 |
|
2343 * plot/contour.m, plot/contourc.m: New files. |
|
2344 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2345 |
|
2346 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2347 find a gnuplot version newer than 4.0. |
|
2348 * image/__img_gnuplot__.m: Delete. |
|
2349 * image/image.m: Create image graphics object. |
|
2350 Call newplot to setup and drawnow to finish. |
|
2351 Eliminate ZOOM arg. |
|
2352 |
|
2353 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2354 |
|
2355 * plot/legend.m: Eliminate useless variable "warned". |
|
2356 |
|
2357 * plot/__uiobject_image_ctor__.m: New file. |
|
2358 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2359 |
|
2360 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2361 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2362 |
|
2363 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2364 |
|
2365 * plot/__default_colormap__.m: New file. |
|
2366 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2367 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2368 property. |
|
2369 * image/colormap.m: Use colormap property of current figure |
|
2370 to store colormap instead of using persistent variable. |
|
2371 Call __default_colormap__ to get default map value. |
|
2372 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2373 |
|
2374 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2375 Handle some tick mark options. |
|
2376 |
|
2377 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2378 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2379 set dataaspectratiomode to "manual". |
|
2380 |
|
2381 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2382 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2383 |
|
2384 * plot/axis.m: New file. |
|
2385 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2386 |
|
2387 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2388 set corresponding *limmode to "manual". |
|
2389 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2390 Use it to compute autosclaled limits. |
|
2391 Arg is now handle, not object. Change all callers. |
|
2392 Compute data limits. |
|
2393 |
6259
|
2394 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2395 |
|
2396 * plot/drawnow: Fix visibility check for zero args. |
|
2397 |
|
2398 * plot/text.m: New file. |
|
2399 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2400 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2401 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2402 horizontalalignment properties. |
|
2403 |
|
2404 * plot/figure.m: Set options for f we just constructed or were |
|
2405 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2406 |
|
2407 * plot/drawnow.m: Handle visible field for figure here. |
|
2408 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2409 |
|
2410 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2411 title and axis labels. |
|
2412 |
|
2413 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2414 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2415 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2416 * plot/view.m: New file. |
|
2417 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2418 |
|
2419 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2420 Call __request_drawnow__. |
|
2421 |
|
2422 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2423 |
|
2424 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2425 Call set to set properties. Return handle instead of structure. |
|
2426 Change all callers. |
|
2427 |
|
2428 * plot/__uiobject_axes_setr__.m: New file. |
|
2429 * plot/set.in: Check for __setter__ field. |
|
2430 |
|
2431 * plot/__uiobject_axes_init__.in: |
|
2432 Rename from plot/__uiobject_axes_init__.m. |
|
2433 Include __uiobject_globals__. |
|
2434 Accept handle as arg instead of structure |
|
2435 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2436 from the list. |
|
2437 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2438 |
6259
|
2439 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2440 |
|
2441 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2442 |
|
2443 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2444 initializing each global variable. |
|
2445 |
6259
|
2446 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2447 |
|
2448 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2449 __uiobject_figure_handles_free_list__): New global variables. |
|
2450 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2451 Place unused handles on the free list. |
|
2452 |
|
2453 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2454 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2455 |
|
2456 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2457 handles here. Return figure handle. |
|
2458 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2459 |
6259
|
2460 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2461 |
|
2462 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2463 data for gnuplot. |
|
2464 |
|
2465 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2466 files. |
|
2467 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2468 (DISTFILES): Include include-globals.awk in the list. |
|
2469 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2470 ($(GEN_M) : %.m : %.in): New rule. |
|
2471 |
|
2472 * include-globals.awk: New file. |
|
2473 |
|
2474 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2475 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2476 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2477 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2478 plot/__uiobject_init_root_figure__.in, |
|
2479 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2480 Rename from corresponding .m files. |
|
2481 |
|
2482 * move-if-change: New file. |
|
2483 |
|
2484 * plot/__uiobject_delete__.m: New file. |
|
2485 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2486 plot/__uiobject_delete_child__.m: Delete. |
|
2487 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2488 not a character string. |
|
2489 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2490 Fix assignment to tmp key value in loop. |
|
2491 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2492 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2493 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2494 Inline code to delete children. |
|
2495 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2496 __uiobject_list__. |
|
2497 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2498 and free child. |
|
2499 |
6259
|
2500 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2501 |
|
2502 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2503 handle is empty, not 0. |
|
2504 * plot/__uiobject_root_figure_ctor__.m: |
|
2505 Set currentfigure to [], not 0. |
|
2506 |
|
2507 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2508 |
|
2509 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2510 |
|
2511 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2512 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2513 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2514 plot/__uiobject_delete_children__.m, |
|
2515 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2516 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2517 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2518 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2519 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2520 plot/__uiobject_init_figure__.m, |
|
2521 plot/__uiobject_init_root_figure__.m, |
|
2522 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2523 plot/__uiobject_remove_child__.m, |
|
2524 plot/__uiobject_root_figure_ctor__.m, |
|
2525 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2526 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2527 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2528 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2529 plot/set.m: New files. |
|
2530 |
|
2531 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2532 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2533 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2534 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2535 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2536 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2537 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2538 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2539 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2540 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2541 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2542 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2543 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2544 plot/semilogyerr.m, plot/replot.m: |
|
2545 Adapt to new graphics data structure. |
|
2546 |
|
2547 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2548 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2549 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2550 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2551 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2552 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2553 |
|
2554 2007-01-24 David Bateman <dbateman@free.fr> |
|
2555 |
|
2556 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2557 Delete bare newline in string passed to write_INDEX. |
|
2558 |
|
2559 * sparse/sprandsym.m: Make work for even values of N. |
|
2560 |
|
2561 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2562 |
|
2563 * miscellaneous/news.m: New file. |
|
2564 |
|
2565 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2566 |
|
2567 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2568 |
|
2569 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2570 |
|
2571 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2572 |
|
2573 * testfun/test.m: Check for all files in path, use first found. |
|
2574 |
|
2575 2007-01-22 David Bateman <dbateman@free.fr> |
|
2576 |
|
2577 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2578 |
|
2579 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2580 |
|
2581 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2582 file name. |
|
2583 |
|
2584 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2585 nargout is 1. Handle colormaps that have too few colors. |
|
2586 |
|
2587 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2588 (configure_make): Use fullfile instead of concatenating with "/". |
|
2589 |
6258
|
2590 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2591 |
|
2592 * set/ismember.m: Handle N-d arrays. |
|
2593 |
|
2594 2007-01-10 David Bateman <dbateman@free.fr> |
|
2595 |
|
2596 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2597 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2598 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2599 New files. |
|
2600 |
|
2601 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2602 |
6778
|
2603 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2604 |
|
2605 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2606 |
|
2607 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2608 instead of concatenating with "/". Use mlock to ensure that |
|
2609 persistent variables are not clobbered if user types clear all. |
|
2610 |
|
2611 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2612 |
|
2613 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2614 Improve handling of file names containing globbing characters. |
|
2615 From S�ren Hauberg <hauberg@gmail.com>. |
|
2616 |
|
2617 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2618 |
|
2619 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2620 New files. |
|
2621 |
|
2622 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2623 |
|
2624 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2625 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2626 |
|
2627 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2628 |
|
2629 * image/imshow.m: Strip NaNs from image. |
|
2630 |
|
2631 2006-12-08 David Bateman <dbateman@free.fr> |
|
2632 |
|
2633 * sparse/normest.m: New file. |
|
2634 |
6286
|
2635 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2636 |
6210
|
2637 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2638 Work on Windows systems without cp or mv. |
|
2639 |
6209
|
2640 * startup/inputrc: Include sequences for Windows. |
|
2641 |
6203
|
2642 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2643 |
|
2644 * pkg/pkg.m (unload_packages): New function. |
|
2645 (pkg): Handle unload action. |
|
2646 |
|
2647 * __errplot__.m: Add missing semicolon. |
|
2648 |
6193
|
2649 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2650 |
|
2651 * miscellaneous/mexext.m: New file. |
|
2652 |
6189
|
2653 2006-11-29 David Bateman <dbateman@free.fr> |
|
2654 |
|
2655 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2656 location of package lists to be probed and set. |
|
2657 |
6179
|
2658 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2659 |
6181
|
2660 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2661 |
6179
|
2662 * plot/__render_plot__.m: New args, terminal and output. |
|
2663 * plot/print.m: Don't set output and term here. Instead, call |
|
2664 __render_plot__ with terminal and output. |
|
2665 |
6178
|
2666 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2667 |
|
2668 * plot/__render_plot1__.m: New file. |
|
2669 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2670 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2671 gnuplot. Let __render_plot__ do that. |
|
2672 |
6177
|
2673 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2674 |
|
2675 * plot/plot.m: Fix doc string. |
|
2676 |
6173
|
2677 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2678 |
|
2679 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2680 before sending anything to the plotter. |
|
2681 |
6172
|
2682 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2683 |
|
2684 * image/__img_gnuplot__.m: Store more info in global plot |
|
2685 structures and use __render_plot__ to build plot command to |
|
2686 display image. |
|
2687 |
|
2688 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2689 |
|
2690 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2691 __plot_command_sep__): Delete. |
|
2692 (__plot_data_type__, __plot_data_parametric__, |
|
2693 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2694 __plot_usingstr__, __plot_withstr__): New variables. |
|
2695 * plot/__init_plot_vars__.m: Initialize them. |
|
2696 |
|
2697 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2698 Don't handle sep or cmd. |
|
2699 |
|
2700 * plot/__render_plot__.m: New function. |
|
2701 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2702 Store more info in global plot structures and use __render_plot__ |
|
2703 to build plot command. |
|
2704 * plot/replot.m: Simply call __render_plot__. |
|
2705 |
|
2706 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2707 Set __plot_data_parametric__ here. |
|
2708 |
6164
|
2709 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2710 |
6166
|
2711 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2712 |
6164
|
2713 * image/image_viewer.m: Set default values here. |
|
2714 * image/image.m: Not here. |
|
2715 |
|
2716 * image/image_viewer.m: Always return old values. Check arguments. |
|
2717 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2718 |
|
2719 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2720 |
|
2721 * image/image_viewer.m: New function. |
|
2722 * image/__img_via_file__.m: New function. |
|
2723 * image/image.m: Use image_viewer to determine which program to |
|
2724 use for image viewing. |
6754
|
2725 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2726 |
6163
|
2727 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2728 |
|
2729 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2730 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2731 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2732 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2733 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2734 Use __plot_globals__ for multiplot variables. Keep track of |
|
2735 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2736 |
6157
|
2737 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2738 |
6158
|
2739 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2740 |
6157
|
2741 * miscellaneous/substruct.m: New function. |
|
2742 |
|
2743 * testfun/assert.m: Force orientation to match when comparing |
|
2744 struct elements. |
|
2745 |
|
2746 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2747 when comparing structs. |
|
2748 |
|
2749 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2750 |
6754
|
2751 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2752 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2753 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2754 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2755 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2756 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2757 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2758 |
6156
|
2759 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2760 |
|
2761 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2762 |
6154
|
2763 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2764 |
|
2765 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2766 |
6152
|
2767 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2768 |
|
2769 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2770 |
6145
|
2771 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2772 |
6146
|
2773 * plot/legend.m: New function, adapted from Octave Forge. |
|
2774 |
|
2775 * plot/__do_legend__.m: New function. |
|
2776 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2777 plot/replot.m: Call it before plotting. |
|
2778 |
|
2779 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2780 noparametric" to gnuplot.. |
|
2781 |
|
2782 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2783 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2784 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2785 and return key title separate from line format. Accept format and |
|
2786 key as cellstr. Always return data as cell array. Return format |
|
2787 and key title as cellstr. |
|
2788 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2789 Handle line format and key titles separately. |
|
2790 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2791 |
|
2792 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2793 __plot_key_labels__, __plot_key_properties__): New global |
|
2794 variables. Initialize them. |
|
2795 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2796 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2797 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2798 (__plot_line_offset__, __plot_key_labels__, |
|
2799 __plot_key_properties__): Store information about plot key titles. |
|
2800 |
|
2801 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2802 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2803 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2804 respectively. |
|
2805 |
|
2806 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2807 |
6145
|
2808 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2809 whle concatenating args. |
|
2810 |
6144
|
2811 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2812 |
|
2813 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2814 |
6142
|
2815 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2816 |
6143
|
2817 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2818 option to regexp. |
|
2819 |
6142
|
2820 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2821 |
6138
|
2822 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2823 |
6139
|
2824 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2825 * strings/rindex.m: Implement using index (..., "last"); |
|
2826 |
6754
|
2827 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2828 |
6130
|
2829 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2830 |
|
2831 * general/__isequal__.m: Test size and class more consistently. |
|
2832 |
6116
|
2833 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2834 |
6117
|
2835 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2836 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2837 |
6116
|
2838 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2839 * miscellaneous/dir.m: Mark as a command. |
|
2840 |
6112
|
2841 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2842 |
|
2843 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2844 |
6088
|
2845 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2846 |
|
2847 * image/image.m: Set x = y = [] when nargin == 0; |
|
2848 |
|
2849 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2850 |
|
2851 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2852 * image/__img__.m: New file, originally from |
|
2853 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2854 |
6087
|
2855 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2856 |
|
2857 * plot/__gnuplot_version__.m: New function, originally from |
|
2858 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2859 Quentin Spencer <qspencer@ieee.org>. |
|
2860 |
6085
|
2861 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2862 |
|
2863 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2864 |
6081
|
2865 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2866 |
|
2867 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2868 miscellaneous/gunzip.m: New files. |
|
2869 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2870 Call unpack to do the real work. |
|
2871 |
6075
|
2872 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2873 |
6078
|
2874 * plot/plot3.m: If we have a format string, then also pass using |
|
2875 string to __plt3__. |
|
2876 |
6077
|
2877 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2878 |
6075
|
2879 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2880 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2881 |
6069
|
2882 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2883 |
|
2884 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2885 Quote filenames in shell commands. |
|
2886 |
6055
|
2887 2006-10-17 David Bateman <dbateman@free.fr> |
|
2888 |
|
2889 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2890 the package directory is missing. |
|
2891 |
6052
|
2892 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2893 |
|
2894 * plot/box.m: New function. |
|
2895 |
6050
|
2896 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2897 |
|
2898 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2899 |
6049
|
2900 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2901 |
|
2902 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2903 |
6047
|
2904 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2905 |
|
2906 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2907 |
6046
|
2908 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2909 |
|
2910 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2911 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2912 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2913 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2914 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2915 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2916 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2917 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2918 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2919 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2920 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2921 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2922 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2923 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2924 control/system/buildssic.m, control/system/c2d.m, |
|
2925 control/system/cellidx.m, control/system/d2c.m, |
|
2926 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2927 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2928 control/system/is_detectable.m, control/system/is_digital.m, |
|
2929 control/system/is_observable.m, control/system/is_siso.m, |
|
2930 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2931 control/system/jet707.m, control/system/listidx.m, |
|
2932 control/system/ord2.m, control/system/parallel.m, |
|
2933 control/system/ss.m, control/system/ss2zp.m, |
|
2934 control/system/starp.m, control/system/sys2ss.m, |
|
2935 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2936 control/system/sysadd.m, control/system/sysappend.m, |
|
2937 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2938 control/system/syscont.m, control/system/sysdimensions.m, |
|
2939 control/system/sysdisc.m, control/system/sysdup.m, |
|
2940 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2941 control/system/sysgroup.m, control/system/sysidx.m, |
|
2942 control/system/sysmin.m, control/system/sysmult.m, |
|
2943 control/system/sysout.m, control/system/sysprune.m, |
|
2944 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2945 control/system/syssub.m, control/system/sysupdate.m, |
|
2946 control/system/tf.m, control/system/tfout.m, |
|
2947 control/system/ugain.m, control/system/zp.m, |
|
2948 control/system/zpout.m, control/util/__outlist__.m, |
|
2949 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2950 control/util/sortcom.m, control/util/strappend.m, |
|
2951 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2952 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2953 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2954 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2955 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2956 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2957 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2958 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2959 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2960 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2961 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2962 general/ind2sub.m, general/int2str.m, |
|
2963 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2964 general/isequal.m, general/isequalwithequalnans.m, |
|
2965 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2966 general/isvector.m, general/logical.m, general/logspace.m, |
|
2967 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2968 general/perror.m, general/postpad.m, general/prepad.m, |
|
2969 general/randperm.m, general/rem.m, general/repmat.m, |
|
2970 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2971 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2972 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2973 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2974 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2975 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2976 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2977 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2978 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2979 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2980 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2981 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2982 linear-algebra/null.m, linear-algebra/orth.m, |
|
2983 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2984 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2985 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2986 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2987 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2988 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2989 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2990 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2991 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2992 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2993 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2994 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2995 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2996 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2997 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2998 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2999 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
3000 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
3001 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
3002 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
3003 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
3004 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
3005 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
3006 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
3007 polynomial/polyder.m, polynomial/polyderiv.m, |
|
3008 polynomial/polyfit.m, polynomial/polygcd.m, |
|
3009 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3010 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3011 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
3012 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
3013 set/complement.m, set/create_set.m, set/intersect.m, |
|
3014 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
3015 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
3016 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
3017 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
3018 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
3019 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
3020 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
3021 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
3022 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
3023 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
3024 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
3025 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
3026 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
3027 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
3028 special-matrix/hankel.m, special-matrix/hilb.m, |
|
3029 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
3030 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
3031 statistics/base/center.m, statistics/base/cloglog.m, |
|
3032 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
3033 statistics/base/cov.m, statistics/base/cut.m, |
|
3034 statistics/base/gls.m, statistics/base/iqr.m, |
|
3035 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
3036 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
3037 statistics/base/mean.m, statistics/base/meansq.m, |
|
3038 statistics/base/median.m, statistics/base/moment.m, |
|
3039 statistics/base/ols.m, statistics/base/ppplot.m, |
|
3040 statistics/base/probit.m, statistics/base/qqplot.m, |
|
3041 statistics/base/range.m, statistics/base/ranks.m, |
|
3042 statistics/base/run_count.m, statistics/base/skewness.m, |
|
3043 statistics/base/spearman.m, statistics/base/statistics.m, |
|
3044 statistics/base/std.m, statistics/base/studentize.m, |
|
3045 statistics/base/table.m, statistics/base/values.m, |
|
3046 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
3047 statistics/distributions/betainv.m, |
|
3048 statistics/distributions/betapdf.m, |
|
3049 statistics/distributions/betarnd.m, |
|
3050 statistics/distributions/binocdf.m, |
|
3051 statistics/distributions/binoinv.m, |
|
3052 statistics/distributions/binopdf.m, |
|
3053 statistics/distributions/binornd.m, |
|
3054 statistics/distributions/cauchy_cdf.m, |
|
3055 statistics/distributions/cauchy_inv.m, |
|
3056 statistics/distributions/cauchy_pdf.m, |
|
3057 statistics/distributions/cauchy_rnd.m, |
|
3058 statistics/distributions/chi2cdf.m, |
|
3059 statistics/distributions/chi2inv.m, |
|
3060 statistics/distributions/chi2pdf.m, |
|
3061 statistics/distributions/chi2rnd.m, |
|
3062 statistics/distributions/discrete_cdf.m, |
|
3063 statistics/distributions/discrete_inv.m, |
|
3064 statistics/distributions/discrete_pdf.m, |
|
3065 statistics/distributions/discrete_rnd.m, |
|
3066 statistics/distributions/empirical_rnd.m, |
|
3067 statistics/distributions/expcdf.m, |
|
3068 statistics/distributions/expinv.m, |
|
3069 statistics/distributions/exppdf.m, |
|
3070 statistics/distributions/exprnd.m, |
|
3071 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
3072 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
3073 statistics/distributions/gamcdf.m, |
|
3074 statistics/distributions/gaminv.m, |
|
3075 statistics/distributions/gampdf.m, |
|
3076 statistics/distributions/gamrnd.m, |
|
3077 statistics/distributions/geocdf.m, |
|
3078 statistics/distributions/geoinv.m, |
|
3079 statistics/distributions/geopdf.m, |
|
3080 statistics/distributions/geornd.m, |
|
3081 statistics/distributions/hygecdf.m, |
|
3082 statistics/distributions/hygeinv.m, |
|
3083 statistics/distributions/hygepdf.m, |
|
3084 statistics/distributions/hygernd.m, |
|
3085 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3086 statistics/distributions/laplace_cdf.m, |
|
3087 statistics/distributions/laplace_inv.m, |
|
3088 statistics/distributions/laplace_pdf.m, |
|
3089 statistics/distributions/laplace_rnd.m, |
|
3090 statistics/distributions/logistic_cdf.m, |
|
3091 statistics/distributions/logistic_inv.m, |
|
3092 statistics/distributions/logistic_pdf.m, |
|
3093 statistics/distributions/logistic_rnd.m, |
|
3094 statistics/distributions/logncdf.m, |
|
3095 statistics/distributions/logninv.m, |
|
3096 statistics/distributions/lognpdf.m, |
|
3097 statistics/distributions/lognrnd.m, |
|
3098 statistics/distributions/normcdf.m, |
|
3099 statistics/distributions/norminv.m, |
|
3100 statistics/distributions/normpdf.m, |
|
3101 statistics/distributions/normrnd.m, |
|
3102 statistics/distributions/pascal_cdf.m, |
|
3103 statistics/distributions/pascal_inv.m, |
|
3104 statistics/distributions/pascal_pdf.m, |
|
3105 statistics/distributions/pascal_rnd.m, |
|
3106 statistics/distributions/poisscdf.m, |
|
3107 statistics/distributions/poissinv.m, |
|
3108 statistics/distributions/poisspdf.m, |
|
3109 statistics/distributions/poissrnd.m, |
|
3110 statistics/distributions/stdnormal_cdf.m, |
|
3111 statistics/distributions/stdnormal_inv.m, |
|
3112 statistics/distributions/stdnormal_pdf.m, |
|
3113 statistics/distributions/stdnormal_rnd.m, |
|
3114 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
3115 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
3116 statistics/distributions/unifcdf.m, |
|
3117 statistics/distributions/unifinv.m, |
|
3118 statistics/distributions/unifpdf.m, |
|
3119 statistics/distributions/unifrnd.m, |
|
3120 statistics/distributions/wblcdf.m, |
|
3121 statistics/distributions/wblinv.m, |
|
3122 statistics/distributions/wblpdf.m, |
|
3123 statistics/distributions/wblrnd.m, |
|
3124 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
3125 statistics/tests/bartlett_test.m, |
|
3126 statistics/tests/chisquare_test_homogeneity.m, |
|
3127 statistics/tests/chisquare_test_independence.m, |
|
3128 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
3129 statistics/tests/hotelling_test.m, |
|
3130 statistics/tests/hotelling_test_2.m, |
|
3131 statistics/tests/kolmogorov_smirnov_test.m, |
|
3132 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3133 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
3134 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
3135 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
3136 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3137 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3138 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3139 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3140 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3141 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
3142 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
3143 strings/index.m, strings/isletter.m, strings/lower.m, |
|
3144 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3145 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3146 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
3147 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
3148 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
3149 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
3150 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
3151 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
3152 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3153 time/etime.m, time/is_leap_year.m: |
|
3154 Use print_usage instead of usage. |
|
3155 |
6044
|
3156 2006-10-09 David Bateman <dbateman@free.fr> |
|
3157 |
|
3158 * time/datevec.m: Add additional compatible default parsing strings. |
|
3159 |
6395
|
3160 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
3161 |
6042
|
3162 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
3163 Remove compare_versions subfunction. |
|
3164 |
|
3165 * miscellaneous/compare_versions.m: New function to compare |
|
3166 version numbers as strings with any boolean operators. |
|
3167 |
6041
|
3168 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
3169 file exists. |
|
3170 |
6036
|
3171 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3172 |
|
3173 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
3174 |
6032
|
3175 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
3176 |
6037
|
3177 * pkg/pkg.m: Update docs. Handle prefix option. |
|
3178 Handle dependencies for load option. |
6032
|
3179 |
6029
|
3180 2006-10-04 John W. Eaton <jwe@octave.org> |
|
3181 |
6030
|
3182 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
3183 |
|
3184 * plot/clg.m: Delete. |
|
3185 * plot/__init_plot_vars__.m: New function. |
|
3186 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
3187 |
6025
|
3188 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
3189 |
|
3190 * pkg/pkg.m: Avoid calling addpath with no args. |
|
3191 |
6024
|
3192 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
3193 |
|
3194 * audio/loadaudio.m, control/base/nyquist.m, |
|
3195 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
3196 linear-algebra/krylov.m, statistics/base/center.m, |
|
3197 statistics/base/median.m, statistics/base/std.m, |
|
3198 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
3199 find first or last element matching a condition. |
|
3200 |
6023
|
3201 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
3202 |
|
3203 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
3204 general/__isequal__.m: Minimize looping using cellfun. |
|
3205 |
6020
|
3206 2006-10-02 David Bateman <dbateman@free.fr> |
|
3207 |
|
3208 * pkg/pkg.m (copy_files): always create installation directory. |
|
3209 |
6016
|
3210 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
3211 |
|
3212 * miscellaneous/doc.m: Swap file and directory args to info. |
|
3213 |
|
3214 2006-10-01 Arno Onken <whyly@gmx.net> |
|
3215 |
|
3216 * statistics/distributions/exprnd.m: Fix typo. |
|
3217 |
6014
|
3218 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
3219 |
|
3220 * polynomial/ppval.m: Use .' instead of '. |
|
3221 * polynomial/spline.m: Likewise. New tests. |
|
3222 |
6004
|
3223 2006-09-26 David Bateman <dbateman@free.fr> |
|
3224 |
|
3225 * __plt3__.m: Using global variables __plot_data__, |
|
3226 __plot_data_offset__ and __plot_command__ to store plots and |
|
3227 correctly handle multiplots, and hold state. Only accept a single |
|
3228 data parameter plus, using, format and with strings. Remove |
|
3229 setting of gnuplot parameters. |
|
3230 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
3231 * __setup_plot__.m: Convert to a function and pass the plotting |
|
3232 command to use. |
|
3233 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3234 * contour.m: Use unwind protect on the parametric state of plot |
|
3235 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3236 * mesh.m: ditto. |
|
3237 * plot3.m: Error checking, setting of parametric state and |
|
3238 formation of matrix to plot moved from old __plt3__. |
|
3239 |
5996
|
3240 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3241 |
5997
|
3242 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3243 |
|
3244 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3245 |
|
3246 * signal/filter2.m: Correct texinfo doc. |
|
3247 |
|
3248 2006-09-22 David Bateman <dbateman@free.fr> |
|
3249 |
|
3250 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3251 |
5993
|
3252 2006-09-15 David Bateman <dbateman@free.fr> |
|
3253 |
|
3254 * pkg/pkg.m (prepare_installation): Don't create package |
|
3255 installation directory here. |
|
3256 (copy_files): Create it here instead, to avoid issues with |
|
3257 upgrades. Also install the COPYING file in packinfo. |
|
3258 |
5989
|
3259 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3260 |
|
3261 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3262 |
5987
|
3263 2006-08-30 David Bateman <dbateman@free.fr> |
|
3264 |
|
3265 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3266 error message for archive name not matching package name. |
|
3267 (installed_packages): Size header of printed results to |
|
3268 arguments. Sort the list of installed packages before printing |
|
3269 them. |
|
3270 |
5986
|
3271 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3272 |
|
3273 * signal/freqz.m: Update tests. |
|
3274 |
|
3275 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3276 |
|
3277 * signal/freqz.m: Corretly postpad arrays. |
|
3278 Don't call fliplr on a column vector. |
|
3279 |
5984
|
3280 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3281 |
|
3282 * general/shiftdim.m: Use permute instead of reshape. |
|
3283 |
5981
|
3284 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3285 |
|
3286 * miscellaneous/parseparams.m: New function. |
|
3287 |
5980
|
3288 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3289 |
|
3290 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3291 options for info program invocation. |
|
3292 |
5976
|
3293 2006-08-30 David Bateman <dbateman@free.fr> |
|
3294 |
5987
|
3295 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3296 previous change. |
|
3297 |
5974
|
3298 2006-08-26 David Bateman <dbateman@free.fr> |
|
3299 |
|
3300 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3301 absence of trailing "/" in OCTAVE_HOME. |
|
3302 |
5973
|
3303 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3304 |
|
3305 * time/datenum.m: Allow arg to be character string. |
|
3306 |
5971
|
3307 2006-08-25 David Bateman <dbateman@free.fr> |
|
3308 |
|
3309 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3310 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3311 they are empty. If package directory is empty, remove it to fail |
|
3312 gracefully for system specific packages. |
|
3313 (extract_pkgadd, create_pkgadd): delete. |
|
3314 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3315 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3316 bin/ to the EXEC_PATH when the package is loaded. |
|
3317 |
5962
|
3318 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3319 |
|
3320 * image/saveimage.m: Use logical indexing instead of |
|
3321 indices computed by calling find on the logical index. |
|
3322 |
5961
|
3323 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3324 |
5967
|
3325 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3326 Use logical indexing instead of indices computed by calling find |
|
3327 on the logical index. |
|
3328 |
|
3329 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3330 |
5959
|
3331 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3332 |
|
3333 * control/system/tf2zp.m: Simplify gain calculation. |
|
3334 |
5958
|
3335 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3336 |
|
3337 * plot/__plt__.m: Insert using clauses for all plots. |
|
3338 |
5957
|
3339 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3340 |
|
3341 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3342 args. |
|
3343 |
5955
|
3344 2006-08-22 David Bateman <dbateman@free.fr> |
|
3345 |
|
3346 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3347 Search inst/*.m and src/*.m files in the package for |
|
3348 PKG_ADD directives and append user supplied PKG_ADD. |
|
3349 (pkg): Call create_pkgadd after copying files. |
|
3350 |
5947
|
3351 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3352 |
|
3353 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3354 Insert directory separator between OCTAVE_HOME and rest of package |
|
3355 installation directory. |
|
3356 |
|
3357 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3358 |
|
3359 * general/num2str.m: Early return if arg is empty. |
|
3360 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3361 |
5946
|
3362 2006-08-21 David Bateman <dbateman@free.fr> |
|
3363 |
|
3364 * strings/mat2str.m: Compute NC before using. |
|
3365 |
5937
|
3366 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3367 |
|
3368 * audio/wavread.m: Fix calculation of sample count. |
|
3369 |
5934
|
3370 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3371 |
|
3372 * image/imshow.m: New Matlab-compatible version. |
|
3373 |
5930
|
3374 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3375 |
|
3376 * deprecated/is_global.m: Delete. |
|
3377 |
5928
|
3378 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3379 |
|
3380 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3381 |
5926
|
3382 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3383 |
|
3384 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3385 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3386 |
5928
|
3387 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3388 |
6778
|
3389 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3390 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3391 Handle changes to system function. |
|
3392 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3393 recursive directory removal. |
5922
|
3394 |
5924
|
3395 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3396 |
6778
|
3397 * colormap.m: Change global variable to persistent. |
5923
|
3398 |
5922
|
3399 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3400 |
5920
|
3401 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3402 |
|
3403 * strings/str2double.m: Fix missing semicolon. |
|
3404 |
5910
|
3405 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3406 |
|
3407 * plot/plot3.m: Accept one complex or one real and one complex |
|
3408 argument and plot real and imaginary components for y and z. |
|
3409 |
5908
|
3410 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3411 |
|
3412 * testfun/test.m: Call fflush after each block of calls to |
|
3413 fprintf, fputs, or fdisp. |
|
3414 |
5904
|
3415 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3416 |
|
3417 * miscellaneous/mex.m: New function. |
|
3418 |
5901
|
3419 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3420 |
|
3421 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3422 |
5881
|
3423 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3424 |
|
3425 * miscellaneous/orderfields.m: New file. |
|
3426 |
5873
|
3427 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3428 |
|
3429 * time/datevec.m: Make another attempt to account for precision of |
|
3430 datenum format. |
|
3431 |
5868
|
3432 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3433 |
|
3434 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3435 Use feval instead of "type -q" to get values now that all the |
|
3436 symbols are functions. |
|
3437 |
5860
|
3438 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3439 |
|
3440 * time/datevec.m: Avoid computing log of non-positive values. |
|
3441 |
5859
|
3442 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3443 |
|
3444 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3445 |
5839
|
3446 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3447 |
|
3448 * audio/wavread.m: Fix file range error and add read support for |
|
3449 24-bit WAV files. |
|
3450 |
5837
|
3451 2006-06-01 David Bateman <dbateman@free.fr> |
|
3452 |
|
3453 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3454 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3455 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3456 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3457 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3458 |
5835
|
3459 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3460 |
|
3461 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3462 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3463 |
5830
|
3464 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3465 |
|
3466 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3467 |
5829
|
3468 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3469 |
|
3470 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3471 really needed. |
|
3472 |
5827
|
3473 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3474 |
6754
|
3475 * general/lookup.m: New file from Octave Forge. |
5827
|
3476 |
|
3477 2006-05-22 David Bateman <dbateman@free.fr> |
|
3478 |
6754
|
3479 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3480 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3481 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3482 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3483 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3484 strings/strtok.m: New files from Octave Forge. |
5827
|
3485 |
5824
|
3486 2006-05-19 David Bateman <dbateman@free.fr> |
|
3487 |
|
3488 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3489 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3490 |
5821
|
3491 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3492 |
|
3493 * set/intersection.m: Delete |
|
3494 * deprecated/intersection.m: New file. |
|
3495 |
5820
|
3496 2006-05-17 David Bateman <dbateman@free.fr> |
|
3497 |
|
3498 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3499 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3500 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3501 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3502 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3503 Forge. |
|
3504 |
5809
|
3505 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3506 |
5815
|
3507 * path/path.m: Delete (now a built-in function). |
|
3508 |
5811
|
3509 * pkg/Makefile.in: New file. |
|
3510 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3511 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3512 |
5808
|
3513 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3514 |
|
3515 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3516 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3517 |
5807
|
3518 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3519 |
|
3520 * tar.m, untar.m, unzip.m: New files. |
|
3521 |
5801
|
3522 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3523 |
5804
|
3524 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3525 * path/setpath.m: Delete. |
|
3526 |
5801
|
3527 * pkg/pkg.m: New file. |
|
3528 |
5798
|
3529 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3530 |
|
3531 * plot/plot.m: Doc string fix. |
|
3532 |
|
3533 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3534 |
|
3535 * testfun/speeed.m: Use new interface to unique and assert. |
|
3536 Improve documentation. Approximate time complexity from log-log |
|
3537 plot. Return time complexity and raw times if requested. The |
|
3538 mean ratio is no longer returned. Provide complete control over |
|
3539 which n are computed. |
|
3540 |
|
3541 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3542 |
|
3543 * path/path.m: Move here from miscellaneous. |
|
3544 Adapt to new LOADPATH definition. |
|
3545 |
5789
|
3546 2006-05-03 David Bateman <dbateman@free.fr> |
|
3547 |
|
3548 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3549 explicit uses of a path seperation character with pathsep(). |
|
3550 |
5786
|
3551 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3552 |
6778
|
3553 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3554 |
5781
|
3555 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3556 |
|
3557 * startup/main-rcfile: Disable some warnings. |
|
3558 |
5762
|
3559 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3560 |
|
3561 * strings/strcmpi.m: Return false instead of error if args are not |
|
3562 char or cellstr. |
|
3563 |
5750
|
3564 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3565 |
|
3566 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3567 Nx1, not 1xN. |
|
3568 |
5746
|
3569 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3570 |
|
3571 * plot/hist.m: Ignore NaN in inputs. |
|
3572 |
5745
|
3573 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3574 |
|
3575 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3576 |
5741
|
3577 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3578 |
|
3579 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3580 are both empty. |
|
3581 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3582 from __plt1__ or __plt2__. |
|
3583 |
5737
|
3584 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3585 |
6778
|
3586 * set/unique.m: Properly handle single column input when |
5737
|
3587 "rows" is specified. |
|
3588 |
5732
|
3589 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3590 |
5736
|
3591 * path/setpath.m: New file. |
|
3592 * path/savepath.m: Use setpath to set path instead of assigning |
|
3593 directly to LOADPATH. |
|
3594 |
5732
|
3595 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3596 New files, adapted from Octave Forge by Keith Goodman |
|
3597 <kwgoodman@gmail.com>. |
|
3598 * path: New directory. |
|
3599 * Makefile.in (SUBDIRS): Add it to the list. |
|
3600 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3601 |
5731
|
3602 2006-04-02 David Bateman <dbateman@free.fr> |
|
3603 |
|
3604 * general/tril.m, general.triu.m: |
|
3605 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3606 to allow user types to work correctly. |
|
3607 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3608 |
5727
|
3609 2006-04-03 David Bateman <dbateman@free.fr> |
|
3610 |
|
3611 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3612 Accept keyword "minor" for minor grid. |
|
3613 |
5721
|
3614 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3615 |
|
3616 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3617 compatiblity. |
|
3618 |
|
3619 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3620 |
|
3621 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3622 compatibility. |
|
3623 |
5720
|
3624 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3625 |
|
3626 * plot/__errplot__.m: Doc string fix. |
|
3627 |
|
3628 * miscellaneous/doc.m: Mark as command. |
|
3629 |
|
3630 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3631 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3632 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3633 |
5717
|
3634 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3635 |
|
3636 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3637 return 3d matrices. |
|
3638 |
|
3639 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3640 |
|
3641 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3642 |
5708
|
3643 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3644 |
|
3645 * plot/print.m: Don't replot after popping terminal setting. |
|
3646 |
5696
|
3647 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3648 |
|
3649 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3650 mkoctfile. Use fullfile to construct file name. |
|
3651 |
5695
|
3652 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3653 |
|
3654 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3655 shell script from Octave prompt. |
|
3656 |
5690
|
3657 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3658 |
5693
|
3659 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3660 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3661 |
|
3662 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3663 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3664 Call new wbl functions to do the real work. |
|
3665 Swap args and provide default values as necessary to preserve |
|
3666 compatibility with old version of Octave. |
|
3667 |
|
3668 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3669 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3670 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3671 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3672 Swap scale and shape args for compatibility. |
|
3673 |
5692
|
3674 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3675 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3676 Preserve compatibility with old versions of Octave given new |
|
3677 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3678 |
5692
|
3679 * statistics/distributions/logncdf.m, |
|
3680 statistics/distributions/logninv.m, |
|
3681 statistics/distributions/lognpdf.m, |
|
3682 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3683 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3684 |
5691
|
3685 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3686 current 2.1.x version. |
|
3687 |
|
3688 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3689 |
5690
|
3690 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3691 Special case for "." to avoid globbing. Use list_in_columns. |
|
3692 Eliminate unused variables len and finfo. |
|
3693 |
5689
|
3694 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3695 |
|
3696 * miscellaneous/dir.m: Improve compatibility. |
|
3697 |
5687
|
3698 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3699 |
|
3700 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3701 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3702 |
5686
|
3703 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3704 |
|
3705 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3706 of looking at sum of max dimensions. |
|
3707 |
5681
|
3708 2006-03-16 David Bateman <dbateman@free.fr> |
|
3709 |
|
3710 * testfun/test.m: Clear last warning before warning test to avoid |
|
3711 issues with previously set warnings. |
|
3712 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3713 sparse matrices. Force matrix type from spqr solution to be |
|
3714 singular to force QR solvers to be used for assert. |
|
3715 |
5678
|
3716 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3717 |
|
3718 * strings/strfind.m: New file. |
|
3719 |
5677
|
3720 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3721 |
|
3722 * general/rows.m, general/columns.m: Delete. |
|
3723 |
5674
|
3724 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3725 |
|
3726 * strings/strcmpi.m: Simplify. |
|
3727 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3728 * strings/strtrunc.m: New file. |
5674
|
3729 |
5676
|
3730 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3731 |
5672
|
3732 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3733 |
|
3734 * miscellaneous/doc.m: New file. |
|
3735 From Soren Hauberg <soren@hauberg.org>. |
|
3736 |
5671
|
3737 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3738 |
|
3739 * miscellaneous/mkoctfile.m: New file. |
|
3740 |
5670
|
3741 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3742 |
|
3743 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3744 |
5666
|
3745 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3746 |
|
3747 * strings/bin2dec.m: Doc fix. |
|
3748 |
5661
|
3749 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3750 |
|
3751 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3752 * time/datenum.m: New function to compute day number from time. |
|
3753 |
5659
|
3754 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3755 |
|
3756 * miscellaneous/unix.m, plot/print.m: |
|
3757 Swap order of outputs from system. |
|
3758 |
5642
|
3759 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3760 |
|
3761 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3762 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3763 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3764 control/base/__stepimp__.m, control/base/are.m, |
|
3765 control/base/controldemo.m, control/base/damp.m, |
|
3766 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3767 control/base/step.m, control/system/abcddim.m, |
|
3768 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3769 control/system/is_detectable.m, control/system/is_observable.m, |
|
3770 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3771 control/system/jet707.m, control/system/sys2fir.m, |
|
3772 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3773 control/system/tfout.m, control/system/ugain.m, |
|
3774 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3775 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3776 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3777 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3778 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3779 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3780 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3781 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3782 general/isequalwithequalnans.m, general/isscalar.m, |
|
3783 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3784 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3785 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3786 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3787 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3788 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3789 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3790 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3791 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3792 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3793 miscellaneous/license.m, miscellaneous/menu.m, |
|
3794 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3795 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3796 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3797 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3798 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3799 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3800 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3801 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3802 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3803 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3804 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3805 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3806 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3807 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3808 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3809 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3810 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3811 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3812 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3813 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3814 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3815 special-matrix/vander.m, statistics/base/median.m, |
|
3816 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3817 statistics/distributions/gaminv.m, |
|
3818 statistics/distributions/gampdf.m, |
|
3819 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3820 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3821 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3822 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3823 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3824 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3825 |
5633
|
3826 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3827 |
|
3828 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3829 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3830 |
|
3831 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3832 |
|
3833 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3834 does not assign output of toc to a variable. |
|
3835 |
5627
|
3836 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3837 |
|
3838 * axis.m: Catch limits that are the same and return an error. |
|
3839 |
5625
|
3840 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3841 |
|
3842 * plot/print.m: Accept emf device option to support Enhanced |
|
3843 Metafile format. |
|
3844 |
|
3845 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3846 |
|
3847 * control/base/lqe.m: Doc fix. |
|
3848 |
5623
|
3849 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3850 |
|
3851 * statistics/distributions/gamcdf.m: Doc fix. |
|
3852 * statistics/distributions/gaminv.m: Doc fix. |
|
3853 * statistics/distributions/gampdf.m: Doc fix. |
|
3854 * statistics/distributions/gamrnd.m: Doc fix. |
|
3855 |
5610
|
3856 2006-02-09 David Bateman <dbateman@free.fr> |
|
3857 |
6778
|
3858 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3859 for arbitrary user type. |
|
3860 * general/tril.m: ditto. |
|
3861 * sparse/sprand.m: Doc fix. |
|
3862 * sparse/sprandn.m: Ditto. |
|
3863 * sparse/sprandsym.m: New function. |
|
3864 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3865 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3866 Update for syntax error for latest texinfo.tex file. |
5610
|
3867 |
5605
|
3868 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3869 |
|
3870 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3871 |
|
3872 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3873 |
|
3874 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3875 |
5597
|
3876 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3877 |
|
3878 * audio/Makefile.in, control/base/Makefile.in, |
|
3879 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3880 control/system/Makefile.in, control/util/Makefile.in, |
|
3881 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3882 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3883 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3884 optimization/Makefile.in, plot/Makefile.in, |
|
3885 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3886 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3887 special-matrix/Makefile.in, startup/Makefile.in, |
|
3888 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3889 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3890 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3891 (all): Depend on PKG_ADD. |
|
3892 (PKG_ADD): New target. |
|
3893 |
|
3894 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3895 |
|
3896 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3897 |
5596
|
3898 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3899 |
|
3900 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3901 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3902 |
5595
|
3903 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3904 |
6778
|
3905 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3906 * miscellaneous/fullfile.m: Likewise. |
|
3907 |
5592
|
3908 2006-01-12 David Bateman <dbateman@free.fr> |
|
3909 |
|
3910 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3911 * statistics/base/unidrnd.m: Documentation buglet. |
|
3912 |
5583
|
3913 2005-12-14 David Bateman <dbateman@free.fr> |
|
3914 |
5589
|
3915 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3916 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3917 |
|
3918 * Makefile.in (SUBDIRS): Include testfun. |
|
3919 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3920 |
5583
|
3921 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3922 |
|
3923 * general/__isequal__.m: Remove reference to getfield. |
|
3924 |
|
3925 * plot/hist.m: Update test code for row/column discrepencies. |
|
3926 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3927 Update the test code for this. |
|
3928 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3929 |
5579
|
3930 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3931 |
|
3932 * cell/cell2mat.m: New file, from octave-forge. |
|
3933 |
5576
|
3934 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3935 |
|
3936 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3937 New graph theory functions. |
|
3938 |
5574
|
3939 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3940 |
|
3941 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3942 |
|
3943 * control/system/ss.m: Doc fix. |
|
3944 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3945 |
5572
|
3946 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3947 |
|
3948 * audio/wavread.m, audio/wavwrite.m: |
|
3949 Correct scaling for 8-bit linear pcm samples. |
|
3950 Improve scaling for all other linear pcm resolutions. |
|
3951 |
5568
|
3952 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3953 |
|
3954 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3955 |
|
3956 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3957 * strings/strjust.m: Likewise. |
|
3958 |
|
3959 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3960 * signal/arma_rnd.m: Likewise. |
|
3961 * strings/strcat.m: Likewise. |
|
3962 * control/base/__freqresp__.m: Likewise. |
|
3963 * control/base/place.m: Likewise. |
|
3964 * control/base/pzmap.m: Likewise. |
|
3965 * control/base/pzmap.m: Likewise. |
|
3966 * control/system/sysappend.m: Likewise. |
|
3967 * control/system/syscont.m: Likewise. |
|
3968 * control/system/sysdisc.m: Likewise. |
|
3969 * control/system/sysgroup.m: Likewise. |
|
3970 * control/system/tfout.m: Likewise. |
|
3971 * control/system/zpout.m: Likewise. |
|
3972 * control/util/__outlist__.m: Likewise. |
|
3973 |
5567
|
3974 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3975 |
|
3976 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3977 Avoid for loop in interleave/deinterleave steps. |
|
3978 |
5565
|
3979 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3980 |
|
3981 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3982 |
5563
|
3983 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3984 |
|
3985 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3986 |
5560
|
3987 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3988 |
5561
|
3989 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3990 |
5558
|
3991 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3992 |
|
3993 * miscellaneous/fileattrib.m: New function. |
|
3994 |
5556
|
3995 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3996 |
|
3997 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3998 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3999 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
4000 |
5555
|
4001 2005-11-30 John W. Eaton <jwe@octave.org> |
|
4002 |
|
4003 * linear-algebra/krylov.m: Format doc string. |
|
4004 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4005 |
5551
|
4006 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
4007 |
|
4008 * general/blkdiag.m: Import from octave-forge. |
|
4009 Ignore empty matrices in the input. Add tests. |
5549
|
4010 |
|
4011 * general/isequal.m, general/isequalwithequalnans.m: |
|
4012 New wrapper scripts for general/__isequal__.m. |
|
4013 * general/__isequal__.m: Rename from general/isequal.m. |
|
4014 New arg, nans_compare_equal. |
|
4015 |
5548
|
4016 2005-11-29 John W. Eaton <jwe@octave.org> |
|
4017 |
|
4018 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
4019 calling system. Only append octave_forge_string if |
|
4020 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
4021 Call license instead of hard-coding license info here. |
|
4022 |
|
4023 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
4024 __octave_licenses__. Use puts instead of disp. |
5548
|
4025 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
4026 If nargout = 1, return license info instead of printing usage message. |
|
4027 |
5546
|
4028 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
4029 |
|
4030 * miscellaneous/ver.m: New file. |
|
4031 * miscellaneous/license.m: New file. |
|
4032 |
5545
|
4033 2005-11-22 John W. Eaton <jwe@octave.org> |
|
4034 |
|
4035 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
4036 gnuplot set command. |
|
4037 |
5539
|
4038 2005-11-15 John W. Eaton <jwe@octave.org> |
|
4039 |
|
4040 * general/shiftdim.m: Doc fix. |
|
4041 |
5532
|
4042 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
4043 |
|
4044 * set/unique.m: Doc string fix. |
|
4045 |
5527
|
4046 2005-11-01 John W. Eaton <jwe@octave.org> |
|
4047 |
|
4048 * Makefile.in (distclean, maintainer-clean): |
|
4049 Also remove autom4te.cache directory. |
|
4050 From Quentin Spencer <qspencer@ieee.org>. |
|
4051 |
5518
|
4052 2005-10-28 John W. Eaton <jwe@octave.org> |
|
4053 |
|
4054 * general/shiftdim.m: Compatibility fix for row vectors. |
|
4055 Correct check for non-scalar non-integer shift. For positive |
|
4056 N, shift is remainder of N and number of dims. Always return NS. |
|
4057 Simplify. |
|
4058 |
5500
|
4059 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
4060 |
|
4061 * general/randperm.m: Improve compatibility by allowing input |
|
4062 value of zero. |
|
4063 |
5493
|
4064 2005-10-13 John W. Eaton <jwe@octave.org> |
|
4065 |
|
4066 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
4067 If in multiplot mode, clear plot before issuing new plot command. |
|
4068 |
|
4069 * plot/__setup_plot__.m: New function. |
|
4070 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
4071 Handle multiplot data and offsets here. |
|
4072 |
|
4073 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
4074 Move initialization to __setup_plot__.m. |
|
4075 |
|
4076 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
4077 Don't reset gnuplot_command_replot. |
|
4078 |
|
4079 * plot/replot.m: Handle multiplot data and offsets here. |
|
4080 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4081 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
4082 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
4083 |
5489
|
4084 2005-10-12 John W. Eaton <jwe@octave.org> |
|
4085 |
|
4086 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
4087 |
5482
|
4088 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
4089 |
|
4090 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
4091 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
4092 _inv functions. |
|
4093 * chi2pdf.m: Fixed typos in the documentation. |
|
4094 |
5475
|
4095 2005-09-28 John W. Eaton <jwe@octave.org> |
|
4096 |
5476
|
4097 * miscellaneous/single.m: New function. |
|
4098 |
5475
|
4099 * statistics/base/unidrnd.m: New function. |
|
4100 |
5474
|
4101 2005-09-27 John W. Eaton <jwe@octave.org> |
|
4102 |
|
4103 * miscellaneous/dir.m: Filename never includes directory part. |
|
4104 |
5464
|
4105 2005-09-22 John W. Eaton <jwe@octave.org> |
|
4106 |
|
4107 * polynomial/residue.m: Use logical indexing instead of find.. |
|
4108 |
|
4109 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
4110 |
|
4111 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
4112 and zero poles. |
|
4113 |
5462
|
4114 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
4115 |
|
4116 * strings/deblank.m: Handle cell arrays. |
|
4117 * strings/split.m: New argument, N, to limit number of splits. |
|
4118 |
|
4119 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
4120 |
|
4121 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
4122 |
5460
|
4123 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
4124 |
|
4125 * control/base/rlocus.m: Doc fix. |
|
4126 |
5459
|
4127 2005-09-20 John W. Eaton <jwe@octave.org> |
|
4128 |
|
4129 * general/isvector.m: Improve compatibility. |
|
4130 |
|
4131 * general/postpad.m: Allow first argument to be a scalar. |
|
4132 Allow padding to extend dimensionality. |
|
4133 * general/prepad.m: Likewise. |
|
4134 |
5448
|
4135 2005-09-14 Daniel <durbano@shbano.com> |
|
4136 |
|
4137 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
4138 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
4139 /control/base/dgram.m: Doc string fixes. |
5448
|
4140 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4141 |
5446
|
4142 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4143 |
|
4144 * saveimage.m: Do not ignore most significant bit when writing |
|
4145 black and white images to file. |
|
4146 |
5443
|
4147 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
4148 |
|
4149 * audio/playaudio.m, control/base/__bodquist__.m, |
|
4150 control/base/lqg.m, control/obsolete/dezero.m, |
|
4151 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
4152 control/system/c2d.m, control/system/cellidx.m, |
|
4153 control/system/d2c.m, control/system/dmr2d.m, |
|
4154 control/system/is_signal_list.m, control/system/listidx.m, |
|
4155 control/system/ss.m, control/system/sysappend.m, |
|
4156 control/system/sysconnect.m, control/system/sysdup.m, |
|
4157 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
4158 control/system/sysprune.m, control/system/syssetsignals.m, |
|
4159 control/system/tfout.m, control/system/zpout.m, |
|
4160 control/util/prompt.m, control/util/sortcom.m, |
|
4161 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
4162 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
4163 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
4164 general/strerror.m, image/colormap.m, image/imshow.m, |
|
4165 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
4166 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
4167 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
4168 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
4169 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
4170 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
4171 plot/print.m, plot/title.m, plot/top_title.m, |
|
4172 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
4173 statistics/base/mean.m, statistics/base/moment.m, |
|
4174 statistics/tests/cor_test.m, |
|
4175 statistics/tests/kolmogorov_smirnov_test.m, |
|
4176 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
4177 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
4178 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
4179 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
4180 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
4181 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
4182 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
4183 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
4184 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
4185 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
4186 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
4187 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
4188 isvector instead of is_vector. Use isstruct instead of |
|
4189 is_struct. Use char instead of setstr. |
|
4190 |
5435
|
4191 2005-08-31 Daniel <durbano@shbano.com> |
|
4192 |
|
4193 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
4194 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
4195 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
4196 |
5431
|
4197 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
4198 |
|
4199 * image/saveimage.m: Open output file in binary mode. |
|
4200 |
|
4201 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
4202 |
5427
|
4203 2005-08-16 John W. Eaton <jwe@octave.org> |
|
4204 |
|
4205 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
4206 outputs. |
|
4207 |
5426
|
4208 2005-08-15 John W. Eaton <jwe@octave.org> |
|
4209 |
|
4210 * strings/strcat.m: Allow single argument. |
|
4211 |
5416
|
4212 2005-07-18 John W. Eaton <jwe@octave.org> |
|
4213 |
|
4214 * strings/strcmp.m: Delete. |
|
4215 |
5413
|
4216 2005-07-13 John W. Eaton <jwe@octave.org> |
|
4217 |
|
4218 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
4219 versions of Octave. |
|
4220 |
|
4221 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
4222 |
|
4223 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
4224 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
4225 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
4226 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
4227 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
4228 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
4229 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
4230 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
4231 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
4232 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4233 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4234 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4235 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4236 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4237 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4238 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4239 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4240 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4241 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4242 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4243 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4244 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4245 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4246 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4247 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4248 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4249 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4250 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4251 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4252 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4253 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4254 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4255 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4256 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4257 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4258 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4259 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4260 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4261 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4262 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4263 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4264 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4265 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4266 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4267 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4268 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4269 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4270 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4271 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4272 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4273 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4274 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4275 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4276 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4277 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4278 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4279 |
|
4280 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4281 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4282 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4283 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4284 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4285 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4286 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4287 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4288 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4289 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4290 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4291 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4292 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4293 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4294 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4295 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4296 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4297 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4298 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4299 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4300 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4301 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4302 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4303 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4304 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4305 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4306 deprecated/wiener_rnd.m: New files. |
|
4307 |
5408
|
4308 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4309 |
|
4310 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4311 * deprecated/weibull_rnd.m: New file. |
|
4312 |
5407
|
4313 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4314 |
|
4315 * strings/dec2base.m: Allow matrix arguments. |
|
4316 |
5406
|
4317 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4318 |
|
4319 * plot/__errplot__.m: Use __plot_globals__. |
|
4320 * plot/__plt__.m: Likewise. |
|
4321 * plot/figure.m: Likewise. |
|
4322 |
|
4323 * plot/hold.m: New file. |
|
4324 * plot/ishold.m: New file. |
|
4325 * plot/__plot_globals__.m: New file. |
|
4326 |
5400
|
4327 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4328 |
|
4329 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4330 |
|
4331 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4332 |
|
4333 * strings/findstr.m: Return [] for no matches. |
|
4334 |
5399
|
4335 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4336 |
|
4337 * miscellaneous/tic.m: Fix doc string. |
|
4338 |
5395
|
4339 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4340 |
|
4341 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4342 |
5393
|
4343 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4344 |
|
4345 * general/isequal.m: Correct nargin check. |
|
4346 |
5388
|
4347 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4348 |
|
4349 * general/isvector.m: Handle N-d arrays. |
|
4350 From Bill Denney <denney@seas.upenn.edu>. |
|
4351 |
5381
|
4352 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4353 |
|
4354 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4355 |
5377
|
4356 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4357 |
|
4358 * signal/freqz.m: Use correct calculations when given a vector of |
|
4359 frequencies. Improve accuracy of returned frequency vector. |
|
4360 Improve speed for medium length filters (at a slight cost for slow |
|
4361 filters). Add test cases. |
|
4362 |
5373
|
4363 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4364 |
|
4365 * plot/loglog.m: Fix set commands. |
|
4366 |
5381
|
4367 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4368 |
|
4369 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4370 |
5371
|
4371 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4372 |
5373
|
4373 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4374 |
5372
|
4375 * strings/strncmp.m: New file, from Tom Holroyd |
|
4376 <tomh@kurage.nimh.nih.gov>. |
|
4377 |
5371
|
4378 * strings/strcmp.m: Return logical values in all cases. |
|
4379 |
5366
|
4380 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4381 |
|
4382 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4383 Texinfoize doc string. |
|
4384 |
|
4385 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4386 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4387 set terminal push/pop and unconditionally set output to screen |
|
4388 when done to avoid requiring gget. Use a cell array for dev_list |
|
4389 and cellidx to search for items in the list. Delete local |
|
4390 variable endl. Don't set and restore automatic_replot. Use {} |
|
4391 instead of nth to index varargin. Delete local variable |
|
4392 va_arg_cnt. |
|
4393 |
5355
|
4394 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4395 |
|
4396 * general/num2str.m: Return early if X is a character string. |
|
4397 |
5347
|
4398 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4399 |
5348
|
4400 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4401 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4402 |
5347
|
4403 * plot/polar.m: Don't call __pltopt__ here. |
|
4404 |
5333
|
4405 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4406 |
|
4407 * mkdoc: Print header message. |
|
4408 |
5319
|
4409 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4410 |
|
4411 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4412 startup/octaverc. |
|
4413 |
5318
|
4414 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4415 |
|
4416 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4417 (__im_numeric_limits__): New internal function. |
|
4418 |
5317
|
4419 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4420 |
|
4421 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4422 data, not mean of group_mean. |
|
4423 |
|
4424 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4425 |
|
4426 * startup/local-rcfile: New file. |
|
4427 * startup/main-rcfile: Rename from startup/octaverc. |
|
4428 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4429 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4430 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4431 |
|
4432 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4433 |
|
4434 * startup/inputrc: New file. |
|
4435 * startup/octaverc: Configure readline using inputrc from |
|
4436 startupfiledir. |
|
4437 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4438 in $(fcnfiledir)/startup. |
|
4439 |
5310
|
4440 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4441 |
|
4442 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4443 |
5289
|
4444 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4445 |
|
4446 * optimization/glpk.m: Handle SENSE argument. |
|
4447 |
|
4448 * optimization/qp.m, optimization/sqp.m: New files. |
|
4449 |
5276
|
4450 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4451 |
|
4452 * Makefile.in (clean, distclean, maintainer-clean): |
|
4453 Avoid duplication in rules. |
|
4454 |
5252
|
4455 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4456 |
|
4457 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4458 setting {no,}parametric. |
|
4459 * plot/figure.m: Likewise, for setting terminal type. |
|
4460 |
|
4461 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4462 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4463 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4464 plot/title.m, plot/top_title.m: Avoid eval. |
|
4465 |
5251
|
4466 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4467 |
5253
|
4468 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4469 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4470 Use __gnuplot_replot__ instead of replot. |
|
4471 |
5252
|
4472 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4473 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4474 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4475 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4476 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4477 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4478 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4479 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4480 |
5251
|
4481 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4482 |
5244
|
4483 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4484 |
|
4485 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4486 * optimization/glpk.m: Likewise. |
|
4487 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4488 (row vectors are orginary character strings). |
|
4489 * optimization/glpkparam.m: Delete. |
|
4490 |
5243
|
4491 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4492 |
|
4493 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4494 of dimensions of X. |
|
4495 |
5237
|
4496 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4497 |
5239
|
4498 * general/tril.m, general/triu.m: Return value of same class as |
|
4499 argument. |
|
4500 |
5237
|
4501 * optimization/glpk.m: Simplify interface. By default, solve |
|
4502 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4503 * optimization/glpkmex.m: New file. |
|
4504 |
5232
|
4505 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4506 |
5237
|
4507 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4508 list. |
|
4509 |
5233
|
4510 * optimization/glpk.m: Adapt to Octave coding style. |
|
4511 No need for varargout or varargin. |
|
4512 Print usage message if nargin > 11. |
|
4513 Allow any value of nargout. |
|
4514 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4515 Avoid looping when checking character classes. |
|
4516 |
5232
|
4517 * optimization: New directory. |
|
4518 * Makefile.in (SUBDIRS): Add it to the list. |
|
4519 * optimization/Makefile.in: New file. |
|
4520 * optimization/glpk.m, optimization/glpkparams.m, |
|
4521 optimization/glpktest1, optimization/glpktest2: New files. |
|
4522 |
5218
|
4523 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4524 |
|
4525 * strings/split.m: Quick return for empty second arg. |
|
4526 Improve warning for multi-line strings. |
|
4527 Speed up by avoiding sprintf in loop and eval. |
|
4528 |
5217
|
4529 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4530 |
|
4531 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4532 * polynomial/polyder.m: Ditto. |
6778
|
4533 * polynomial/polygcd.m: New function. |
5217
|
4534 |
5214
|
4535 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4536 |
5215
|
4537 * control/base/__stepimp__.m, control/base/bode.m, |
|
4538 control/base/frdemo.m, control/base/nichols.m, |
|
4539 control/base/nyquist.m, control/base/pzmap.m, |
|
4540 control/base/rldemo.m, control/base/rlocus.m, |
|
4541 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4542 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4543 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4544 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4545 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4546 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4547 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4548 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4549 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4550 plot/xlabel.m, quaternion/demoquat.m, |
|
4551 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4552 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4553 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4554 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4555 gsplot from @seealso docs. |
5214
|
4556 |
|
4557 * plot/replot.m: New file. |
|
4558 |
5205
|
4559 2005-03-15 David Bateman <dbateman@free.fr> |
|
4560 |
|
4561 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4562 |
5196
|
4563 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4564 |
|
4565 * statistics/Makefile.in (bin-dist): Delete target. |
|
4566 (BINDISTSUBDIRS): Delete variable. |
6754
|
4567 * control/Makefile.in: Likewise. |
5196
|
4568 |
5378
|
4569 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4570 (BINDISTFILES): Delete variable. |
5378
|
4571 * control/base/Makefile.in: Likewise. |
|
4572 * control/hinf/Makefile.in: Likewise. |
|
4573 * control/obsolete/Makefile.in: Likewise. |
|
4574 * control/system/Makefile.in: Likewise. |
|
4575 * control/util/Makefile.in: Likewise. |
|
4576 * deprecated/Makefile.in: Likewise. |
|
4577 * elfun/Makefile.in: Likewise. |
|
4578 * finance/Makefile.in: Likewise. |
|
4579 * general/Makefile.in: Likewise. |
|
4580 * image/Makefile.in: Likewise. |
|
4581 * sparse/Makefile.in: Likewise. |
|
4582 * io/Makefile.in: Likewise. |
|
4583 * plot/Makefile.in: Likewise. |
|
4584 * Makefile.in: Likewise. |
|
4585 * miscellaneous/Makefile.in: Likewise. |
|
4586 * linear-algebra/Makefile.in: Likewise. |
|
4587 * polynomial/Makefile.in: Likewise. |
|
4588 * quaternion/Makefile.in: Likewise. |
|
4589 * set/Makefile.in: Likewise. |
|
4590 * signal/Makefile.in: Likewise. |
|
4591 * specfun/Makefile.in: Likewise. |
|
4592 * special-matrix/Makefile.in: Likewise. |
|
4593 * startup/Makefile.in: Likewise. |
|
4594 * statistics/base/Makefile.in: Likewise. |
|
4595 * statistics/distributions/Makefile.in: Likewise. |
|
4596 * statistics/models/Makefile.in: Likewise. |
|
4597 * statistics/tests/Makefile.in: Likewise. |
|
4598 * strings/Makefile.in: Likewise. |
|
4599 * time/Makefile.in: Likewise. |
5196
|
4600 |
5195
|
4601 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4602 |
|
4603 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4604 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4605 |
5192
|
4606 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4607 |
|
4608 * plot/clg.m: New file. |
|
4609 |
5193
|
4610 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4611 |
|
4612 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4613 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4614 strings/strcmpi.m: |
|
4615 New files from Octave-forge. Adapt to Octave coding standards. |
|
4616 |
5181
|
4617 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4618 |
|
4619 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4620 computation range. |
|
4621 |
5164
|
4622 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4623 |
|
4624 Sparse merge. |
|
4625 |
|
4626 2005-01-23 David Bateman <dbateman@free.fr> |
|
4627 |
|
4628 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4629 |
|
4630 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4631 |
|
4632 * sparse/Makefile.in: New file. |
|
4633 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4634 |
|
4635 2005-01-07 David Bateman <dbateman@free.fr> |
|
4636 |
|
4637 * set/unique.m: import file from octave-forge. |
|
4638 |
|
4639 2005-01-05 David Bateman <dbateman@free.fr> |
|
4640 |
|
4641 * Makefile.in: include sparse directory in SUBDIRS. |
|
4642 |
|
4643 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4644 |
|
4645 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4646 src/DLD-FUNCTIONS/sparse.cc). |
|
4647 |
|
4648 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4649 |
|
4650 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4651 Andy Adler <adler@site.uottawa.ca>. |
|
4652 |
|
4653 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4654 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4655 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4656 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4657 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4658 |
|
4659 * sparse: New directory. |
|
4660 |
5158
|
4661 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4662 |
|
4663 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4664 |
|
4665 * polynomial/poly.m: Quick return if m is 0. |
|
4666 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4667 |
5154
|
4668 2005-02-21 David Bateman <dbateman@free.fr> |
|
4669 |
|
4670 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4671 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4672 Fix for row vectors with at least one element of lambda not in |
|
4673 (0, Inf). |
|
4674 |
5152
|
4675 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4676 |
5153
|
4677 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4678 |
5152
|
4679 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4680 plot/__axis_label__.m: Issue replot command. |
|
4681 |
5135
|
4682 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4683 |
|
4684 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4685 |
5133
|
4686 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4687 |
|
4688 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4689 provided and len <= computed max_len. |
|
4690 |
5125
|
4691 2005-01-27 David Bateman <dbateman@free.fr> |
|
4692 |
|
4693 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4694 |
|
4695 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4696 |
|
4697 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4698 |
5123
|
4699 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4700 |
|
4701 * statistics/base/median.m: Make it work for the scalar case too. |
|
4702 |
6308
|
4703 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4704 |
|
4705 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4706 Simplify logic for decoding args. |
5117
|
4707 |
5115
|
4708 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4709 |
5116
|
4710 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4711 |
|
4712 * plot/__plt__.m: No need to save and reset hold state now. |
|
4713 (first_plot): Delete unused variable. |
|
4714 |
5115
|
4715 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4716 |
|
4717 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4718 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4719 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4720 plot/__plt2vv__.m: |
|
4721 Return data and gnuplot commands instead of evaluating them. |
|
4722 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4723 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4724 |
5108
|
4725 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4726 |
|
4727 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4728 |
5096
|
4729 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4730 |
|
4731 * statistics/base/range.m: Fix varargin usage. |
|
4732 |
5091
|
4733 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4734 |
|
4735 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4736 isspace), not just SPC. |
|
4737 |
5090
|
4738 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4739 |
|
4740 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4741 |
5073
|
4742 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4743 |
|
4744 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4745 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4746 |
5072
|
4747 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4748 |
|
4749 * plot/__plt2vm__.m: Delete debugging statement. |
|
4750 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4751 |
5065
|
4752 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4753 |
|
4754 * plot/hist.m: Always return row vectors for vector args. |
|
4755 |
5031
|
4756 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4757 |
|
4758 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4759 strings, return zero instead of reporting an error. |
|
4760 |
5021
|
4761 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4762 |
|
4763 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4764 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4765 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4766 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4767 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4768 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4769 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4770 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4771 control/system/is_detectable.m, control/system/is_sample.m, |
|
4772 control/system/is_siso.m, control/system/is_stable.m, |
|
4773 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4774 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4775 control/system/sysappend.m, control/system/sysconnect.m, |
|
4776 control/system/sysdisc.m, control/system/sysdup.m, |
|
4777 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4778 control/system/syssetsignals.m, control/system/syssub.m, |
|
4779 control/system/tf2sys.m, control/system/ugain.m, |
|
4780 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4781 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4782 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4783 |
|
4784 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4785 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4786 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4787 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4788 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4789 control/system/sysappend.m, control/system/sysconnect.m, |
|
4790 control/system/sysdup.m, control/system/sysgroup.m, |
|
4791 control/system/sysprune.m, control/system/sysreorder.m, |
|
4792 control/system/sysscale.m, control/system/syssub.m, |
|
4793 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4794 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4795 polynomial/polyout.m, specfun/log2.m: |
|
4796 Add output arguments in doc strings. |
|
4797 |
|
4798 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4799 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4800 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4801 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4802 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4803 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4804 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4805 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4806 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4807 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4808 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4809 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4810 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4811 control/system/c2d.m, control/system/is_abcd.m, |
|
4812 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4813 control/system/is_observable.m, control/system/is_stable.m, |
|
4814 control/system/jet707.m, control/system/ord2.m, |
|
4815 control/system/starp.m, control/system/sys2fir.m, |
|
4816 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4817 control/system/sys2zp.m, control/system/syscont.m, |
|
4818 control/system/sysdisc.m, control/system/sysdup.m, |
|
4819 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4820 control/system/sysmult.m, control/system/sysprune.m, |
|
4821 control/system/sysreorder.m, control/system/sysscale.m, |
|
4822 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4823 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4824 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4825 control/util/axis2dlim.m, control/util/prompt.m, |
|
4826 control/util/zgfmul.m, control/util/zginit.m, |
|
4827 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4828 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4829 in doc strings. |
|
4830 |
|
4831 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4832 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4833 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4834 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4835 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4836 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4837 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4838 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4839 control/system/c2d.m, control/system/fir2sys.m, |
|
4840 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4841 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4842 control/util/zgshsr.m, polynomial/polyout.m: |
|
4843 New @tex section(s) in doc strings for better formating of printed |
|
4844 output. |
|
4845 |
|
4846 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4847 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4848 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4849 Use proper double quote marks for TeX. |
|
4850 |
|
4851 * control/base/DEMOcontrol.m: Add missing ; |
|
4852 |
|
4853 * control/base/nichols.m, control/base/rlocus.m, |
|
4854 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4855 control/system/ss2zp.m, control/system/sysmin.m, |
|
4856 control/system/tf2zp.m, control/util/sortcom.m: |
|
4857 Convert documentation to use or more completely use Texinfo. |
|
4858 |
|
4859 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4860 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4861 control/system/parallel.m, control/system/ss2tf.m, |
|
4862 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4863 art splitting over a page boundary. |
|
4864 |
|
4865 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4866 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4867 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4868 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4869 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4870 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4871 the TeX documentation. |
|
4872 |
|
4873 * control/system/is_stabilizable.m: |
|
4874 Add Copyright so that help is displayed correctly. |
|
4875 |
|
4876 * special-matrix/vander.m: Octave indexes start at 1. |
|
4877 |
5011
|
4878 2004-09-21 David Bateman <dbateman@free.fr> |
|
4879 |
|
4880 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4881 arbitrary plane. |
|
4882 |
|
4883 * general/flipdim.m: New function to flip an N-d array about an |
|
4884 arbitrary axis. |
|
4885 |
5003
|
4886 2004-09-15 David Bateman <dbateman@free.fr> |
|
4887 |
|
4888 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4889 |
4992
|
4890 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4891 |
|
4892 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4893 Use iscellstr to check for cells rather than iscell. |
|
4894 Improve diagnostics for invalid args. |
4992
|
4895 |
4983
|
4896 2004-09-10 David Bateman <dbateman@free.fr> |
|
4897 |
|
4898 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4899 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4900 |
|
4901 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4902 due to row vs. column vector operations. |
|
4903 |
4964
|
4904 2004-09-03 David Bateman <dbateman@free.fr> |
|
4905 |
|
4906 * general/repmat.m: Fix to allow logical classes. |
|
4907 |
4950
|
4908 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4909 |
|
4910 * general/isa.m: New function, from Octave-forge. |
|
4911 |
|
4912 2004-08-31 David Bateman <dbateman@free.fr> |
|
4913 |
|
4914 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4915 limitation on the use of int64 and uint64 types, and the use |
|
4916 of the eval. |
|
4917 |
|
4918 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4919 in .^ with integer types is fixed. |
|
4920 |
|
4921 * general/repmat.m: Adapt to allow integer types. |
4945
|
4922 |
|
4923 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4924 |
|
4925 * plot/axis.m: Don't reset axes when querying them. |
|
4926 |
4942
|
4927 2004-08-27 David Bateman <dbateman@free.fr> |
|
4928 |
|
4929 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4930 Eliminate loop. |
|
4931 |
4918
|
4932 2004-07-27 David Bateman <dbateman@free.fr> |
|
4933 |
|
4934 * general/num2str.m: Also insert spaces in output when precision |
|
4935 argument is supplied. |
|
4936 |
4915
|
4937 2004-07-23 David Bateman <dbateman@free.fr> |
|
4938 |
|
4939 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4940 |
4911
|
4941 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4942 |
|
4943 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4944 |
|
4945 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4946 |
|
4947 * miscellaneous/unix.m: Fix doc string. |
|
4948 |
|
4949 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4950 |
|
4951 * plot/figure.m: Clarification of documentation. |
|
4952 |
|
4953 * image/imshow.m: Warn for complex images. |
|
4954 Only estimate colourmap for images in [0, 65536]. |
|
4955 |
|
4956 2004-07-22 David Bateman <dbateman@free.fr> |
|
4957 |
|
4958 * general/num2str.m: Fix the case of an all zero input. |
|
4959 |
4906
|
4960 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4961 |
|
4962 * general/ind2sub.m: Doc fix. |
|
4963 |
4900
|
4964 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4965 |
|
4966 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4967 convert function handle to string for eval. |
|
4968 |
4898
|
4969 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4970 |
|
4971 * plot/errorbar.m: Remove debugging output. |
|
4972 |
|
4973 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4974 |
|
4975 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4976 |
4897
|
4977 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4978 |
4898
|
4979 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4980 |
|
4981 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4982 complex polynomial coefficient. |
|
4983 |
4897
|
4984 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4985 the bug which causes __errplot__ to ignore the last argument. |
|
4986 |
4894
|
4987 2004-06-03 David Bateman <dbateman@free.fr> |
|
4988 |
|
4989 * general/shiftdim.m: New function based on JWE code snippet. |
|
4990 |
|
4991 * general/circdim.m: New function. |
|
4992 |
4890
|
4993 2004-05-06 David Bateman <dbateman@free.fr> |
|
4994 |
|
4995 * general/issquare.m: Fail if ndim(x) > 2. |
|
4996 |
|
4997 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4998 |
|
4999 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
5000 N-d array arguments. Add optional dim argument to define |
|
5001 dimension along which to operate. |
|
5002 |
|
5003 * linear-algebra/dmult.m: Allow N-d arrays. |
|
5004 |
|
5005 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
5006 |
4885
|
5007 2004-04-29 David Bateman <dbateman@free.fr> |
|
5008 |
|
5009 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
5010 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
5011 statistics/base/statistics.m, statistics/base/skewness.m |
|
5012 statistics/base/iqr.m: |
|
5013 Make N-d array aware. Allow optional argument to define the |
|
5014 dimension along which to operate. Update the documentation. |
|
5015 |
|
5016 * statistics/base/ranks.m: Change algorithm to use sort, |
|
5017 and adjust for the ties after. |
|
5018 |
|
5019 * statistics/base/run_counts.m: Change algorithm to use |
|
5020 the a combination of diff and find, rather than a for-loop. |
|
5021 |
4881
|
5022 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
5023 |
|
5024 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
5025 |
4878
|
5026 2004-04-23 David Bateman <dbateman@free.fr> |
|
5027 |
|
5028 * general/int2str.m: Treat only real part of argument, and treat |
|
5029 NDArrays by stacking the slices through the matrix vertically. |
|
5030 |
|
5031 * general/num2str.m: Improve format of integer matrices, and the |
|
5032 conversion of complex matrices added. Treat NDArrays by stacking |
|
5033 the slices through the matrix vertically. |
|
5034 |
|
5035 * deprecated/com2str.m: Moved here from general subdirectory. |
|
5036 |
4877
|
5037 2004-04-22 John W. Eaton <jwe@octave.org> |
|
5038 |
|
5039 * quaternion/qtransvmat.m: Use continuation characters to make |
|
5040 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
5041 |
4869
|
5042 2004-04-21 David Bateman <dbateman@free.fr> |
|
5043 |
5378
|
5044 * elfun/lcm.m: Make N-d aware. |
4870
|
5045 |
4869
|
5046 * general/diff.m: Make the code N-d array aware. Allow an |
|
5047 optional argument to define the dimension along which to perform |
|
5048 the differences and allow the order of the differences to be larger |
|
5049 than the dimension itself. |
|
5050 |
|
5051 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
5052 use of these functions to 1- and 2-d arrays. |
|
5053 |
4863
|
5054 2004-04-16 John W. Eaton <jwe@octave.org> |
|
5055 |
|
5056 * elfun/gcd.m: Delete. |
|
5057 |
4862
|
5058 2004-04-15 David Bateman <dbateman@free.fr> |
|
5059 |
|
5060 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
5061 |
|
5062 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
5063 array aware and and optional argument for the dimension along |
|
5064 which to operate. |
|
5065 |
5378
|
5066 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
5067 argument for the dimension to be consistent with other N-d array |
|
5068 functions. |
|
5069 |
4860
|
5070 2004-04-08 David Bateman <dbateman@free.fr> |
|
5071 |
|
5072 * statistics/distributions/discrete_cdf.m, |
|
5073 statistics/distributions/discrete_inv.m, |
|
5074 statistics/distributions/discrete_pdf.m, |
|
5075 statistics/distributions/discrete_rnd.m, |
|
5076 statistics/distributions/exponential_cdf.m, |
|
5077 statistics/distributions/exponential_inv.m, |
|
5078 statistics/distributions/exponential_pdf.m, |
|
5079 statistics/distributions/exponential_rnd.m, |
|
5080 statistics/distributions/f_cdf.m, |
|
5081 statistics/distributions/f_inv.m, |
|
5082 statistics/distributions/f_pdf.m, |
|
5083 statistics/distributions/f_rnd.m, |
|
5084 statistics/distributions/geometric_cdf.m, |
|
5085 statistics/distributions/geometric_inv.m, |
|
5086 statistics/distributions/geometric_pdf.m, |
|
5087 statistics/distributions/geometric_rnd.m, |
|
5088 statistics/distributions/hypergeometric_rnd.m, |
|
5089 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
5090 statistics/distributions/laplace_cdf.m, |
|
5091 statistics/distributions/laplace_inv.m, |
|
5092 statistics/distributions/laplace_pdf.m, |
|
5093 statistics/distributions/laplace_rnd.m, |
|
5094 statistics/distributions/logistic_inv.m, |
|
5095 statistics/distributions/logistic_rnd.m, |
|
5096 statistics/distributions/lognormal_cdf.m, |
|
5097 statistics/distributions/lognormal_inv.m, |
|
5098 statistics/distributions/lognormal_pdf.m, |
|
5099 statistics/distributions/lognormal_rnd.m, |
|
5100 statistics/distributions/pascal_cdf.m, |
|
5101 statistics/distributions/pascal_inv.m, |
|
5102 statistics/distributions/pascal_pdf.m, |
|
5103 statistics/distributions/pascal_rnd.m, |
|
5104 statistics/distributions/poisson_cdf.m, |
|
5105 statistics/distributions/poisson_inv.m, |
|
5106 statistics/distributions/poisson_pdf.m, |
|
5107 statistics/distributions/poisson_rnd.m, |
|
5108 statistics/distributions/t_cdf.m, |
|
5109 statistics/distributions/t_inv.m, |
|
5110 statistics/distributions/t_pdf.m, |
|
5111 statistics/distributions/t_rnd.m, |
|
5112 statistics/distributions/weibull_cdf.m, |
|
5113 statistics/distributions/weibull_inv.m, |
|
5114 statistics/distributions/weibull_pdf.m, |
|
5115 statistics/distributions/weibull_rnd.m: |
|
5116 Allow N-d arrays. |
|
5117 |
|
5118 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
5119 that results in NaN in places where it should not have had. |
|
5120 |
|
5121 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
5122 allow creating arbitrary matrices, compatiable with the other |
5583
|
5123 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
5124 |
|
5125 * statistics/distributions/empirical_rnd.m: New argument formats |
|
5126 to allow creating arbitrary matrices, compatiable with the other |
5583
|
5127 *_rnd.m functions. Maintain compatibility with previous |
4860
|
5128 format. Allow N-d arrays. |
|
5129 |
|
5130 * statistics/distributions/hypergeometric_cdf.m, |
|
5131 statistics/distributions/hypergeometric_inv.m, |
|
5132 statistics/distributions/hypergeometric_pdf.m, |
|
5133 statistics/distributions/wiener_rnd.m: |
|
5134 Error for non-scalar arguments. |
|
5135 |
|
5136 * statistics/distributions/pascal_rnd.m: |
|
5137 Correct for n = 1 bug, where all elements were equal. |
|
5138 |
4849
|
5139 2004-04-06 David Bateman <dbateman@free.fr> |
|
5140 |
4854
|
5141 * general/common_size.m, miscellaneous/bincoeff.m, |
|
5142 statistics/distributions/beta_cdf.m, |
|
5143 statistics/distributions/beta_inv.m, |
|
5144 statistics/distributions/beta_pdf.m, |
|
5145 statistics/distributions/beta_rnd.m, |
|
5146 statistics/distributions/binomial_cdf.m, |
|
5147 statistics/distributions/binomial_inv.m, |
|
5148 statistics/distributions/binomial_pdf.m, |
|
5149 statistics/distributions/binomial_rnd.m, |
|
5150 statistics/distributions/cauchy_cdf.m, |
|
5151 statistics/distributions/cauchy_inv.m, |
|
5152 statistics/distributions/cauchy_pdf.m, |
|
5153 statistics/distributions/cauchy_rnd.m, |
|
5154 statistics/distributions/chisquare_cdf.m, |
|
5155 statistics/distributions/chisquare_inv.m, |
|
5156 statistics/distributions/chisquare_pdf.m, |
|
5157 statistics/distributions/chisquare_rnd.m, |
|
5158 statistics/distributions/gamma_cdf.m, |
|
5159 statistics/distributions/gamma_inv.m, |
|
5160 statistics/distributions/gamma_pdf.m, |
|
5161 statistics/distributions/gamma_rnd.m, |
|
5162 statistics/distributions/normal_cdf.m, |
|
5163 statistics/distributions/normal_inv.m, |
|
5164 statistics/distributions/normal_pdf.m, |
|
5165 statistics/distributions/normal_rnd.m, |
|
5166 statistics/distributions/stdnormal_cdf.m, |
|
5167 statistics/distributions/stdnormal_pdf.m, |
|
5168 statistics/distributions/stdnormal_rnd.m, |
|
5169 statistics/distributions/uniform_cdf.m, |
|
5170 statistics/distributions/uniform_inv.m, |
|
5171 statistics/distributions/uniform_pdf.m, |
|
5172 statistics/distributions/uniform_rnd.m: |
|
5173 Allow the inputs to be N-d arrays. |
|
5174 |
4852
|
5175 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
5176 * statistics/base/median.m: Likewise. |
4849
|
5177 |
4844
|
5178 2004-04-02 David Bateman <dbateman@free.fr> |
|
5179 |
|
5180 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
5181 * statistics/base/center.m, statistics/base/meansq.m, |
|
5182 statistics/base/moment.m, statistics/base/range.m: |
4852
|
5183 Update for N-d arrays. |
4844
|
5184 * signal/fftshift.m: Fix dimensioning error. |
|
5185 |
|
5186 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
5187 N-d arrays. |
4844
|
5188 |
4852
|
5189 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
5190 |
|
5191 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
5192 |
4852
|
5193 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
5194 |
|
5195 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
5196 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
5197 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
5198 |
|
5199 * control/system/sysidx.m: Use cellidx and not listidx. |
|
5200 |
4841
|
5201 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5202 |
|
5203 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
5204 default of "" (so it is off unless explicitly set by the user). |
|
5205 |
4836
|
5206 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
5207 |
|
5208 * image/imshow.m: Accept "truesize" argument. |
|
5209 Ignore current colormap. New tests and demos. |
|
5210 |
4834
|
5211 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
5212 |
|
5213 * signal/sinewave.m: Allow N to default to M. |
|
5214 |
4826
|
5215 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5216 |
|
5217 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
5218 |
4818
|
5219 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5220 |
|
5221 * general/deal.m: New function. |
4819
|
5222 Add tests from Paul Kienzle. |
4818
|
5223 |
4811
|
5224 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
5225 |
|
5226 * plot/hist.m: Compute histogram correctly for n>=30. |
|
5227 |
5095
|
5228 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
5229 |
|
5230 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
5231 |
4806
|
5232 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5233 |
|
5234 * miscellaneous/horzcat.m: Delete. |
|
5235 * miscellaneous/vertcat.m: Delete. |
|
5236 |
4790
|
5237 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5238 |
|
5239 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5240 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5241 |
4789
|
5242 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5243 |
|
5244 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5245 doing multiple plots in the same gnuplot frame. |
|
5246 |
4780
|
5247 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5248 |
|
5249 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5250 control/system/cellidx.m, control/system/ss.m, |
|
5251 control/system/tf.m, control/system/zp.m: New functions. |
|
5252 |
4778
|
5253 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5254 |
|
5255 * statistics/distributions/discrete_inv.m: |
|
5256 Reduce memory requirements. |
|
5257 |
4772
|
5258 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5259 |
|
5260 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5261 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5262 |
4771
|
5263 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5264 |
|
5265 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5266 control/base/analdemo.m, control/base/bddemo.m, |
|
5267 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5268 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5269 control/base/rldemo.m, control/base/rlocus.m, |
|
5270 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5271 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5272 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5273 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5274 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5275 control/system/__sysdefioname__.m, |
|
5276 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5277 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5278 control/system/c2d.m, control/system/d2c.m, |
|
5279 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5280 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5281 control/system/jet707.m, control/system/listidx.m, |
|
5282 control/system/moddemo.m, control/system/ord2.m, |
|
5283 control/system/packedform.m, control/system/parallel.m, |
|
5284 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5285 control/system/sys2zp.m, control/system/sysadd.m, |
|
5286 control/system/sysappend.m, control/system/sysconnect.m, |
|
5287 control/system/syscont.m, control/system/sysdimensions.m, |
|
5288 control/system/sysdisc.m, control/system/sysdup.m, |
|
5289 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5290 control/system/sysgroup.m, control/system/sysmin.m, |
|
5291 control/system/sysmult.m, control/system/sysprune.m, |
|
5292 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5293 control/system/syssetsignals.m, control/system/syssub.m, |
|
5294 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5295 control/system/ugain.m, control/system/zp2ss.m, |
|
5296 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5297 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5298 Use cell arrays instead of lists. |
|
5299 |
4723
|
5300 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5301 |
|
5302 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5303 so that bar (1, 1) will work. |
|
5304 |
4710
|
5305 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5306 |
4717
|
5307 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5308 * plot/__errplot__.m: Likewise. |
|
5309 * plot/__plt__.m: Likewise. |
|
5310 * plot/plot_border.m: Likewise. |
|
5311 |
4710
|
5312 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5313 not $(DOCSTRINGS). |
|
5314 |
4706
|
5315 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5316 |
|
5317 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5318 rank ([], tol). |
|
5319 |
4691
|
5320 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5321 |
4692
|
5322 * elfun/acot.m: Return atan (1./z). |
|
5323 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5324 |
4691
|
5325 * miscellaneous/dir.m: New file. |
|
5326 |
|
5327 * general/num2str.m: Use "%d" as format if values are ints with |
|
5328 magnitude less than 1e10. |
|
5329 |
|
5330 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5331 |
|
5332 * general/num2str.m: If single arg is string, return it. |
|
5333 |
|
5334 * miscellaneous/not.m: New file. |
|
5335 |
|
5336 * miscellaneous/unix.m: New file. |
|
5337 |
|
5338 * miscellaneous/isunix.m: New file. |
|
5339 * miscellaneous/ispc.m: New file. |
|
5340 |
|
5341 * miscellaneous/computer.m: New file. |
|
5342 |
|
5343 * miscellaneous/delete.m: New file. |
|
5344 |
4689
|
5345 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5346 |
|
5347 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5348 |
|
5349 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5350 |
|
5351 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5352 Always return substituted version of LOADPATH if nargout != 0. |
|
5353 |
4685
|
5354 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5355 |
|
5356 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5357 before continuing. |
|
5358 |
|
5359 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5360 |
4677
|
5361 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5362 |
|
5363 * general/ind2sub.m: New file. |
|
5364 * general/sub2ind.m: New file. |
|
5365 |
4675
|
5366 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5367 |
|
5368 * control/system/zp2ss.m: Don't save and restore |
|
5369 warn_empty_list_elements. |
|
5370 |
|
5371 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5372 |
6778
|
5373 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5374 |
4673
|
5375 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5376 |
|
5377 * statistics/base/mean.m: Remove special case for row vectors. |
|
5378 |
4637
|
5379 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5380 |
|
5381 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5382 |
4631
|
5383 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5384 |
|
5385 * statistics/base/iqr.m: Handle matrices. |
|
5386 |
4630
|
5387 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5388 |
|
5389 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5390 |
4629
|
5391 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5392 |
|
5393 * miscellaneous/path.m: Fix thinko in previous change. |
|
5394 |
4609
|
5395 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5396 |
4629
|
5397 * control/base/dare.m: Check positive (semi)definiteness and |
|
5398 dimensions of r (and q). |
|
5399 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5400 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5401 near unit circle. |
4611
|
5402 |
|
5403 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5404 Correct the behavior for discrete-time systems. |
|
5405 * control/system/is_stabilizable.m: Likewise. |
|
5406 |
4609
|
5407 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5408 |
|
5409 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5410 |
4610
|
5411 * general/isdefinite.m: New function. |
|
5412 |
4567
|
5413 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5414 |
|
5415 * general/reshape: Delete. |
|
5416 |
4559
|
5417 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5418 |
|
5419 * general/numel.m: Delete. |
|
5420 |
4535
|
5421 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5422 |
4536
|
5423 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5424 |
|
5425 * deprecated/isstr.m: New file. |
4535
|
5426 |
4529
|
5427 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5428 |
|
5429 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5430 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5431 |
4525
|
5432 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5433 |
|
5434 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5435 |
4503
|
5436 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5437 |
|
5438 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5439 |
4492
|
5440 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5441 |
|
5442 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5443 Allow optional length argument. |
|
5444 |
4491
|
5445 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5446 |
|
5447 * polynomial/polyfit.m: Avoid calling flipud. |
|
5448 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5449 Return structure as second output value for improved Matlab |
|
5450 compatibility. |
|
5451 |
4476
|
5452 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5453 |
4478
|
5454 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5455 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5456 with one non-zero dimension. |
|
5457 |
4476
|
5458 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5459 warn_single_quote_string to the list. |
4478
|
5460 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5461 from the list. |
4476
|
5462 |
5095
|
5463 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5464 |
|
5465 * signal/autocov.m: Transpose result of conj because diag returns |
|
5466 a column vector, not a row vector. |
|
5467 |
|
5468 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5469 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5470 with quotes. |
|
5471 |
4466
|
5472 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5473 |
4468
|
5474 * io/printf.m, io/puts.m: Delete. |
|
5475 |
4466
|
5476 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5477 default_return_value from the list. |
|
5478 Add warn_undefined_return_values to the list. |
|
5479 |
|
5480 |
4464
|
5481 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5482 |
|
5483 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5484 and initialize_global_variables from the list. |
|
5485 |
4460
|
5486 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5487 |
4463
|
5488 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5489 |
|
5490 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5491 |
|
5492 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5493 * control/system/sys2fir.m: Likewise. |
|
5494 |
|
5495 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5496 * control/system/__tf2sysl__.m: Likewise. |
|
5497 |
|
5498 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5499 |
|
5500 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5501 and [] concatenation. |
|
5502 * control/system/sys2fir.m: Likewise. |
|
5503 |
|
5504 * control/base/dgram.m, control/base/freqchkw.m, |
|
5505 control/base/gram.m, control/system/__abcddims__.m, |
|
5506 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5507 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5508 control/system/is_siso.m, control/system/sys2fir.m, |
|
5509 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5510 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5511 control/system/ugain.m, control/util/prompt.m, |
|
5512 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5513 control/util/zgshsr.m: |
|
5514 Improve conformance to Octave coding style. |
|
5515 |
4461
|
5516 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5517 the list. |
|
5518 Delete resize_on_range_error from the list. |
|
5519 |
4460
|
5520 * control/base/pzmap.m, control/base/place.m, |
|
5521 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5522 control/system/syscont.m, control/system/sysdisc.m, |
|
5523 control/system/sysgroup.m, control/system/tfout.m, |
|
5524 control/system/zp2ss.m, control/system/zpout.m, |
|
5525 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5526 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5527 empty_list_elements_ok. |
|
5528 |
|
5529 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5530 Delete empty_list_elements_ok from the list. |
|
5531 |
4457
|
5532 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5533 |
|
5534 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5535 list. |
|
5536 Delete treat_neg_dim_as_zero from the list. |
|
5537 |
|
5538 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5539 |
4451
|
5540 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5541 |
4455
|
5542 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5543 was not used in the code in any case). |
|
5544 |
|
5545 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5546 do_fortran_indexing. |
|
5547 |
4452
|
5548 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5549 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5550 |
4451
|
5551 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5552 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5553 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5554 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5555 warn_fortran_indexing in the list. |
|
5556 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5557 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5558 prefer_column_vectors from list. |
4451
|
5559 |
4440
|
5560 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5561 |
|
5562 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5563 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5564 directory. |
|
5565 |
5095
|
5566 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5567 |
|
5568 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5569 |
5095
|
5570 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5571 |
|
5572 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5573 return "." with extension. |
|
5574 |
4422
|
5575 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5576 |
|
5577 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5578 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5579 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5580 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5581 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5582 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5583 |
4413
|
5584 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5585 |
|
5586 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5587 |
5095
|
5588 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5589 |
|
5590 * plot/hist.m: Improve performance by using different algorithms |
|
5591 depending on number of bins. |
|
5592 |
4404
|
5593 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5594 |
|
5595 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5596 adding. |
|
5597 |
5095
|
5598 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5599 |
|
5600 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5601 |
5095
|
5602 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5603 |
|
5604 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5605 the impulse by t_step. |
|
5606 |
4373
|
5607 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5608 |
|
5609 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5610 column vectors. |
|
5611 |
5095
|
5612 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5613 |
|
5614 * linear-algebra/null.m: Handle empty matrix arg. |
|
5615 |
4369
|
5616 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5617 |
|
5618 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5619 |
4358
|
5620 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5621 |
|
5622 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5623 New files. |
|
5624 |
4348
|
5625 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5626 |
|
5627 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5628 function handle to pass to feval. |
|
5629 * statistics/base/qqplot.m: Likewise. |
|
5630 * statistics/base/ppplot.m: Likewise. |
|
5631 * signal/spectral_xdf.m: Likewise. |
|
5632 * signal/spectral_adf.m: Likewise. |
|
5633 |
4340
|
5634 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5635 |
|
5636 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5637 |
4334
|
5638 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5639 |
|
5640 * linear-algebra/logm.m: New file. |
|
5641 |
5095
|
5642 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5643 |
|
5644 * mkpkgadd: Scan C++ files as well |
|
5645 |
5095
|
5646 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5647 |
|
5648 * strings/findstr.m: Return empty set for zero-length target. |
|
5649 |
5095
|
5650 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5651 |
|
5652 * set/union.m: Preserve the orientation of inputs. |
|
5653 |
4305
|
5654 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5655 |
|
5656 * general/int2str.m: Eliminate leading spaces. |
|
5657 |
4303
|
5658 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5659 |
|
5660 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5661 |
5095
|
5662 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5663 |
|
5664 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5665 $(BUILD_LDFLAGS) to compiler. |
|
5666 |
4295
|
5667 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5668 |
|
5669 * general/num2str.m: Don't specify field width for scalars. |
|
5670 |
4292
|
5671 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5672 |
|
5673 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5674 |
4265
|
5675 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5676 |
4279
|
5677 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5678 |
4266
|
5679 * miscellaneous/tempname.m: New file. |
|
5680 |
|
5681 * miscellaneous/tempdir.m: New file. |
|
5682 |
4265
|
5683 * miscellaneous/fullfile.m: New file. |
|
5684 |
4259
|
5685 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5686 |
4264
|
5687 * miscellaneous/fileparts.m: New file. |
|
5688 |
|
5689 * io/beep.m: New file. |
|
5690 |
4260
|
5691 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5692 format only. |
4259
|
5693 |
4257
|
5694 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5695 |
|
5696 * strings/strcmp.m: Handle cell arrays of strings. |
|
5697 |
4229
|
5698 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5699 |
|
5700 * general/int2str.m: Handle matrices. |
|
5701 * general/num2str.m: Likewise. |
|
5702 Also handle optional precision, and format args. |
|
5703 |
4225
|
5704 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5705 |
|
5706 * audio/Makefile.in, control/base/Makefile.in, |
|
5707 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5708 control/system/Makefile.in, elfun/Makefile.in, |
|
5709 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5710 io/Makefile.in, linear-algebra/Makefile.in, |
|
5711 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5712 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5713 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5714 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5715 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5716 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5717 deprecated/Makefile.in: Use new do-script-install and |
|
5718 do-script-uninstall macros. |
|
5719 |
|
5720 * mkpkgadd: New script. |
|
5721 |
|
5722 * plot/close.m: New file. |
|
5723 |
4184
|
5724 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5725 |
|
5726 * image/image.m: Use -raw option for xv. |
|
5727 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5728 |
4172
|
5729 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5730 |
4174
|
5731 * control/base/lsim.m: Use approximate test for step size change. |
|
5732 |
4172
|
5733 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5734 |
5095
|
5735 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5736 |
|
5737 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5738 |
5095
|
5739 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5740 |
|
5741 * control/base/lsim.m: Correct doc string. |
|
5742 |
5095
|
5743 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5744 |
|
5745 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5746 |
4148
|
5747 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5748 |
|
5749 * plot/contour.m: Handle x and y as matrices too. |
|
5750 |
5095
|
5751 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5752 |
|
5753 * plot/contour.m: Fix error and usage messages. |
|
5754 |
4146
|
5755 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5756 |
|
5757 * plot/contour.m: Correct orientation of plot. |
|
5758 |
4139
|
5759 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5760 |
|
5761 * control/base/analdemo.m: Fix typo. |
|
5762 |
5095
|
5763 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5764 |
|
5765 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5766 |
4098
|
5767 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5768 |
|
5769 * mkdoc: Exit immediately on errors. |
|
5770 Exit with error if gethelp does not exist. |
|
5771 |
|
5772 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5773 |
4093
|
5774 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5775 |
|
5776 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5777 |
5095
|
5778 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5779 |
|
5780 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5781 * statistics/distributions/normal_pdf.m: Likewise. |
|
5782 * statistics/distributions/normal_inv.m: Likewise. |
|
5783 |
5095
|
5784 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5785 |
|
5786 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5787 |
5095
|
5788 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5789 |
|
5790 * statistics/base/var.m: Handle complex values. |
|
5791 |
4031
|
5792 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5793 |
|
5794 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5795 list. |
|
5796 * deprecated/Makefile.in: New file. |
|
5797 |
5095
|
5798 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5799 |
|
5800 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5801 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5802 * statistics/distributions/f_cdf.m: Likewise. |
|
5803 * statistics/distributions/t_cdf.m: Likewise. |
|
5804 |
|
5805 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5806 * specfun/beta.m: Likewise. |
|
5807 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5808 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5809 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5810 |
|
5811 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5812 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5813 |
4026
|
5814 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5815 |
4028
|
5816 * deprecated/is_bool.m: New file. |
|
5817 * deprecated/is_complex.m: New file. |
|
5818 * deprecated/is_global.m: New file. |
|
5819 * deprecated/is_list.m: New file. |
|
5820 * deprecated/is_matrix.m: New file. |
|
5821 * deprecated/is_scalar.m: New file. |
|
5822 * deprecated/is_square.m: New file. |
|
5823 * deprecated/is_stream.m: New file. |
|
5824 * deprecated/is_struct.m: New file. |
|
5825 * deprecated/is_symmetric.m: New file. |
|
5826 * deprecated/is_vector.m: New file. |
4030
|
5827 * Change all callers of these functions to use the new names. |
4028
|
5828 |
4029
|
5829 * deprecated: New directory. |
|
5830 * Makefile.in (SUBDIRS): Add it to the list. |
|
5831 |
4026
|
5832 * general/isscalar.m: Rename from is_scalar.m. |
|
5833 * general/issquare.m: Rename from is_square.m. |
|
5834 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5835 * general/isvector.m: Rename from is_vector.m. |
|
5836 |
4022
|
5837 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5838 |
|
5839 * statistics/base/mean.m: Allow empty matrices. |
|
5840 Handle DIM arg. |
|
5841 |
5095
|
5842 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5843 |
|
5844 * plot/__errcomm__.m: If format is not specified, default to error |
|
5845 bar format. |
|
5846 |
4011
|
5847 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5848 |
|
5849 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5850 __F_SETFL__ and __O_NONBLOCK__. |
|
5851 |
|
5852 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5853 * miscellaneous/bug_report.m: Likewise. |
|
5854 |
4007
|
5855 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5856 |
4008
|
5857 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5858 * general/rem.m: Likewise. |
|
5859 |
|
5860 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5861 * plot/semilogxerr.m: Likewise. |
4007
|
5862 * plot/semilogyerr.m: Likewise. |
|
5863 |
5095
|
5864 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5865 |
|
5866 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5867 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5868 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5869 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5870 |
|
5871 * plot/errorbar.m: Use __errcomm__.m. |
|
5872 * plot/__errplot__.m: Minor cleanups. |
|
5873 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5874 * plot/__pltopt1__.m: Likewise. |
|
5875 |
3980
|
5876 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5877 |
3981
|
5878 * general/rem.m: Delete redundant call to usage. |
|
5879 |
3980
|
5880 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5881 |
5095
|
5882 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5883 |
|
5884 * general/mod.m: New function. |
|
5885 |
3979
|
5886 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5887 |
|
5888 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5889 * control/system/sysadd.m: Likewise. |
|
5890 * control/system/sysgroup.m: Likewise. |
|
5891 * control/system/syssub.m: Likewise. |
|
5892 * elfun/gcd.m: Likewise. |
|
5893 * elfun/lcm.m: Likewise. |
|
5894 * general/common_size.m: Likewise. |
|
5895 * io/printf.m: Likewise. |
|
5896 * miscellaneous/menu.m: Likewise. |
|
5897 * miscellaneous/path.m: Likewise. |
|
5898 * plot/__errplot__.m: Likewise. |
|
5899 * plot/__plt__.m: Likewise. |
|
5900 * plot/axis.m: Likewise. |
|
5901 * plot/errorbar.m: Likewise. |
|
5902 * plot/mplot.m: Likewise. |
|
5903 * plot/loglog.m: Likewise. |
|
5904 * plot/plot.m: Likewise. |
|
5905 * plot/plot_border.m: Likewise. |
|
5906 * plot/semilogx.m: Likewise. |
|
5907 * plot/semilogy.m: Likewise. |
|
5908 * plot/xlabel.m: Likewise. |
|
5909 * plot/ylabel.m: Likewise. |
|
5910 * plot/zlabel.m: Likewise. |
|
5911 * statistics/base/ppplot.m: Likewise. |
|
5912 * statistics/base/qqplot.m: Likewise. |
|
5913 * statistics/tests/bartlett_test.m: Likewise. |
|
5914 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5915 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5916 * strings/str2mat.m: Likewise. |
|
5917 * strings/strcat.m: Likewise. |
|
5918 |
5095
|
5919 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5920 |
|
5921 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5922 |
3924
|
5923 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5924 |
|
5925 * skip-autoheader: New file, for autogen.sh. |
3925
|
5926 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5927 |
5095
|
5928 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5929 |
|
5930 * general/repmat.m: New function. |
|
5931 |
5095
|
5932 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5933 |
|
5934 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5935 Use optional parameter to specify the number of bits in the input. |
|
5936 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5937 floats in the range [-1,1], 2x speedup. |
|
5938 |
|
5939 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5940 |
3910
|
5941 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5942 |
|
5943 * linear-algebra/kron.m: Delete. |
|
5944 |
5095
|
5945 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5946 |
|
5947 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5948 returning them. |
|
5949 * signal/freqz_plot.m: New file. |
|
5950 |
5095
|
5951 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5952 |
5378
|
5953 * signal/unwrap.m: New file. |
3906
|
5954 |
5095
|
5955 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5956 |
|
5957 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5958 divide by zero warning. |
|
5959 |
5095
|
5960 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5961 |
3894
|
5962 * strings/deblank.m: Trim \0 as well as blank. |
|
5963 |
5378
|
5964 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5965 expressed in radians or Hz relative to a supplied sample rate. |
|
5966 |
5095
|
5967 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5968 |
|
5969 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5970 |
3891
|
5971 * strings/findstr.m: Vectorize as much as possible. |
|
5972 |
5095
|
5973 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5974 |
|
5975 * special-matrix/invhilb.m: New version that is faster and more |
|
5976 accurate. |
|
5977 |
5095
|
5978 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5979 |
|
5980 * configure.in: Update for autoconf 2.5x. |
|
5981 |
5095
|
5982 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5983 |
|
5984 * special-matrix/vander.m: Code tidy and vectorize. |
|
5985 |
5095
|
5986 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5987 |
3883
|
5988 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5989 to vectors. Issue a warning in the case x matches y' but return a |
|
5990 column vector as Octave currently does. |
|
5991 |
3882
|
5992 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5993 |
|
5994 * control/system/starp.m: Leave more of the documentation |
|
5995 processing to texinfo and less to the @format block. |
|
5996 |
|
5997 * image/imagesc.m: Only display image if no output is requested. |
|
5998 Code tidying. |
|
5999 |
3876
|
6000 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6001 |
|
6002 * statistics/base/center.m: Accept and return empty matrix. |
|
6003 |
3872
|
6004 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6005 |
|
6006 * specfun/erfinv.m: Fix usage message. |
|
6007 |
3869
|
6008 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6009 |
|
6010 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
6011 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
6012 |
3837
|
6013 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6014 |
|
6015 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
6016 capitalized variable names. |
|
6017 |
3836
|
6018 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
6019 |
|
6020 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
6021 |
5095
|
6022 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
6023 |
|
6024 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
6025 |
3803
|
6026 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
6027 |
3833
|
6028 * general/cart2pol.m: New file. |
|
6029 * general/pol2cart.m: New file. |
|
6030 * general/cart2sph.m: New file. |
|
6031 * general/sph2cart.m: New file. |
|
6032 * image/rgb2hsv.m: New file. |
|
6033 * image/hsv2rgb.m: New file. |
3803
|
6034 |
|
6035 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6036 |
|
6037 * plot/meshgrid.m: Avoid for loops. |
|
6038 * plot/meshdom.m: Likewise. |
|
6039 |
3801
|
6040 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6041 |
|
6042 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
6043 |
|
6044 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
6045 |
|
6046 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
6047 norm. |
|
6048 |
3792
|
6049 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
6050 |
|
6051 * statistics/tests/welch_test.m: Fix typo. |
|
6052 |
|
6053 * statistics/distributions/chisquare_cdf.m: |
|
6054 Don't restrict inputs to be only positive integers. |
|
6055 * statistics/distributions/chisquare_inv.m: Likewise. |
|
6056 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
6057 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
6058 * statistics/distributions/f_cdf.m: Likewise. |
|
6059 * statistics/distributions/f_inv.m: Likewise. |
|
6060 * statistics/distributions/f_pdf.m: Likewise. |
|
6061 * statistics/distributions/f_rnd.m: Likewise. |
|
6062 * statistics/distributions/t_cdf.m: Likewise. |
|
6063 * statistics/distributions/t_inv.m: Likewise. |
|
6064 * statistics/distributions/t_pdf.m: Likewise. |
|
6065 * statistics/distributions/t_rnd.m: Likewise. |
|
6066 |
3790
|
6067 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6068 |
|
6069 * strings/dec2base.m: New file. |
|
6070 * strings/base2dec.m: New file. |
|
6071 * strings/strjust.m: New file. |
|
6072 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
6073 * strings/dec2bin.m: Likewise. |
|
6074 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
6075 * strings/bin2dec.m: Likewise. |
|
6076 |
5095
|
6077 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
6078 |
|
6079 * statistics/base/ppplot.m: Use gset, not set. |
|
6080 * statistics/base/qqplot.m: Likewise. |
|
6081 |
5095
|
6082 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
6083 |
|
6084 * control/system/c2d.m: Add missing endif. |
|
6085 |
3759
|
6086 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6087 |
|
6088 * strings/index.m: Return 0 if either string is empty. |
|
6089 |
|
6090 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
6091 |
|
6092 * control/system/c2d.m: Allow option of matched pole/zero |
|
6093 equivalent for conversion. |
|
6094 |
|
6095 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
6096 |
|
6097 * strings/findstr.m: Return empty matrix if search string is empty. |
|
6098 |
3757
|
6099 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
6100 |
|
6101 * saveimage.m: Do create rawbit image for black and white images, |
|
6102 but do it correctly. |
|
6103 |
3754
|
6104 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6105 |
6778
|
6106 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
6107 result polynomials. |
3754
|
6108 |
3748
|
6109 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6110 |
|
6111 * image/saveimage.m: Don't try to create rawbit image. |
|
6112 |
3740
|
6113 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6114 |
|
6115 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
6116 |
5095
|
6117 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
6118 |
|
6119 * plot/contour.m: Reorder args for Matlab compatibility. |
|
6120 |
3727
|
6121 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
6122 |
|
6123 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
6124 |
3717
|
6125 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
6126 |
3718
|
6127 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
6128 |
3717
|
6129 * plot/mesh.m: Also set nologscale before plotting. |
|
6130 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
6131 xyerrorbars instead of just errorbars. |
|
6132 |
3714
|
6133 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
6134 |
|
6135 * image/image.m: Try display (from ImageMagick) first. |
|
6136 |
3709
|
6137 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
6138 |
|
6139 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
6140 conjugate transpose. |
|
6141 |
3705
|
6142 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6143 |
|
6144 * strings/str2mat.m: Apply setstr to each argument. |
|
6145 |
3696
|
6146 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
6147 |
|
6148 * control/base/dkalman.m: New file. |
|
6149 * control/base/dlqe.m: Handle singular A matrix. |
|
6150 * control/base/dlqr.m: Likewise. |
|
6151 |
3695
|
6152 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6153 |
|
6154 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
6155 dimensions don't match. |
|
6156 |
3690
|
6157 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
6158 |
|
6159 * plot/hist.m: Allow 3 argument form to work. |
|
6160 |
5095
|
6161 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
6162 |
|
6163 * plot/plot.m: Add examples in doc string. |
|
6164 |
5095
|
6165 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
6166 |
|
6167 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
6168 Do the right thing even if automatic_replot is not zero. |
|
6169 Avoid failure if system has pure imaginary poles. |
|
6170 |
3674
|
6171 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6172 |
|
6173 * general/logical.m: Return arg if it is empty. Better error |
|
6174 message for non-numeric types. |
|
6175 |
5095
|
6176 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
6177 |
|
6178 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
6179 about difference with Matlab dlqe function. |
|
6180 |
|
6181 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
6182 |
5095
|
6183 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
6184 |
|
6185 * strings/strrep.m: Fix typo. |
|
6186 |
3666
|
6187 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6188 |
|
6189 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
6190 |
5095
|
6191 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
6192 |
|
6193 * strings/strrep.m: Avoid for loop for speed. |
3667
|
6194 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
6195 |
5095
|
6196 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
6197 |
|
6198 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
6199 guess for iteration. |
|
6200 |
3651
|
6201 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
6202 |
|
6203 * image/image.m: Allow image (A) or image (x, y, A). |
|
6204 * image/imagesc.m: Likewise. |
|
6205 |
|
6206 * image/image.m: If zoom is not supplied, or if it is an empty |
|
6207 matrix, autoscale the image. |
|
6208 |
3618
|
6209 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6210 |
3619
|
6211 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
6212 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6213 |
3618
|
6214 * image/saveimage.m: Add comment to file saying who created it and |
|
6215 when it was created. Suggested by Stephen Eglen |
|
6216 <stephen@cogsci.ed.ac.uk>. |
|
6217 |
5095
|
6218 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
6219 |
|
6220 * polynomial/polyreduce.m: Simplify by looking for the first |
|
6221 non-zero element rather than the last of the first set of zero |
|
6222 elements. |
|
6223 |
|
6224 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
6225 |
5095
|
6226 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
6227 |
|
6228 * image/saveimage.m: Swap black and white colormaps so zero is |
|
6229 displayed as black and 1 is displayed as white. |
|
6230 Fix indexing bug in ppm case. |
|
6231 |
3604
|
6232 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6233 |
|
6234 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6235 between the two distributions (took same approach as ks.test() in R.) |
|
6236 |
3603
|
6237 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6238 |
|
6239 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6240 |
3599
|
6241 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6242 |
3601
|
6243 * Makefile.in (clean): Also remove gethelp. |
|
6244 |
3599
|
6245 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6246 |
5095
|
6247 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6248 |
|
6249 * set/create_set.m: Use find to avoid while loop. |
|
6250 |
5095
|
6251 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6252 |
|
6253 * plot/hist.m: New optional third argument. |
|
6254 |
|
6255 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6256 |
|
6257 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6258 number appended. |
|
6259 |
3575
|
6260 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6261 |
|
6262 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6263 |
3498
|
6264 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6265 |
|
6266 * image/saveimage.m: Delete some debugging code. |
|
6267 |
3486
|
6268 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6269 |
|
6270 * signal/sinc.m: Avoid reshaping. |
|
6271 |
|
6272 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6273 * image/ind2rgb.m: Ditto. |
|
6274 * image/ind2gray.m: Ditto. |
|
6275 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6276 implicit_str_to_num_ok. |
|
6277 |
3483
|
6278 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6279 |
|
6280 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6281 a list of file structures, not a vector of numeric file ids. |
|
6282 |
3474
|
6283 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6284 |
3476
|
6285 * plot/__axis_label__.m: New function. |
|
6286 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6287 * plot/xlabel.m: Use it. |
|
6288 * plot/ylabel.m: Ditto. |
|
6289 * plot/zlabel.m: Ditto. |
|
6290 |
3474
|
6291 * plot/mesh.m: Fix error message to reflect reality. |
|
6292 |
5095
|
6293 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6294 |
|
6295 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6296 |
5095
|
6297 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6298 |
|
6299 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6300 * audio/loadaudio.m: Ditto. |
|
6301 * audio/playaudio.m: Ditto. |
|
6302 |
3456
|
6303 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6304 |
|
6305 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6306 * statistics/distributions/beta_inv.m: Ditto. |
|
6307 * statistics/distributions/beta_pdf.m: Ditto. |
|
6308 * statistics/distributions/beta_rnd.m: Ditto. |
|
6309 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6310 * statistics/distributions/binomial_inv.m: Ditto. |
|
6311 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6312 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6313 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6314 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6315 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6316 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6317 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6318 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6319 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6320 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6321 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6322 * statistics/distributions/discrete_inv.m: Ditto. |
|
6323 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6324 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6325 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6326 * statistics/distributions/empirical_inv.m: Ditto. |
|
6327 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6328 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6329 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6330 * statistics/distributions/exponential_inv.m: Ditto. |
|
6331 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6332 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6333 * statistics/distributions/f_cdf.m: Ditto. |
|
6334 * statistics/distributions/f_inv.m: Ditto. |
|
6335 * statistics/distributions/f_pdf.m: Ditto. |
|
6336 * statistics/distributions/f_rnd.m: Ditto. |
|
6337 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6338 * statistics/distributions/gamma_inv.m: Ditto. |
|
6339 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6340 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6341 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6342 * statistics/distributions/geometric_inv.m: Ditto. |
|
6343 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6344 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6345 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6346 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6347 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6348 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6349 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6350 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6351 * statistics/distributions/laplace_inv.m: Ditto. |
|
6352 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6353 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6354 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6355 * statistics/distributions/logistic_inv.m: Ditto. |
|
6356 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6357 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6358 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6359 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6360 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6361 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6362 * statistics/distributions/normal_cdf.m: Ditto. |
|
6363 * statistics/distributions/normal_inv.m: Ditto. |
|
6364 * statistics/distributions/normal_pdf.m: Ditto. |
|
6365 * statistics/distributions/normal_rnd.m: Ditto. |
|
6366 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6367 * statistics/distributions/pascal_inv.m: Ditto. |
|
6368 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6369 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6370 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6371 * statistics/distributions/poisson_inv.m: Ditto. |
|
6372 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6373 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6374 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6375 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6376 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6377 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6378 * statistics/distributions/t_cdf.m: Ditto. |
|
6379 * statistics/distributions/t_inv.m: Ditto. |
|
6380 * statistics/distributions/t_pdf.m: Ditto. |
|
6381 * statistics/distributions/t_rnd.m: Ditto. |
|
6382 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6383 * statistics/distributions/uniform_inv.m: Ditto. |
|
6384 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6385 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6386 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6387 * statistics/distributions/weibull_inv.m: Ditto. |
|
6388 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6389 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6390 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6391 |
3453
|
6392 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6393 |
|
6394 * statistics/base/values.m: Texinfoize doc string. |
|
6395 * statistics/base/var.m: Ditto. |
|
6396 * statistics/base/table.m: Ditto. |
|
6397 * statistics/base/studentize.m: Ditto. |
|
6398 * statistics/base/statistics.m: Ditto. |
|
6399 * statistics/base/spearman.m: Ditto. |
|
6400 * statistics/base/run_count.m: Ditto. |
|
6401 * statistics/base/ranks.m: Ditto. |
|
6402 * statistics/base/range.m: Ditto. |
|
6403 * statistics/base/qqplot.m: Ditto. |
|
6404 * statistics/base/probit.m: Ditto. |
|
6405 * statistics/base/ppplot.m: Ditto. |
|
6406 * statistics/base/moment.m: Ditto. |
|
6407 * statistics/base/meansq.m: Ditto. |
|
6408 * statistics/base/logit.m: Ditto. |
|
6409 * statistics/base/kendall.m: Ditto. |
|
6410 * statistics/base/iqr.m: Ditto. |
|
6411 * statistics/base/cut.m: Ditto. |
|
6412 * statistics/base/cor.m: Ditto. |
|
6413 * statistics/base/cloglog.m: Ditto. |
|
6414 * statistics/base/center.m: Ditto. |
3454
|
6415 * statistics/models/logistic_regression.m: Ditto. |
|
6416 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6417 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6418 * statistics/tests/anova.m: Ditto. |
|
6419 * statistics/tests/bartlett_test.m: Ditto. |
|
6420 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6421 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6422 * statistics/tests/cor_test.m: Ditto. |
|
6423 * statistics/tests/f_test_regression.m: Ditto. |
|
6424 * statistics/tests/hotelling_test.m: Ditto. |
|
6425 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6426 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6427 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6428 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6429 * statistics/tests/manova.m: Ditto. |
|
6430 * statistics/tests/mcnemar_test.m: Ditto. |
|
6431 * statistics/tests/prop_test_2.m: Ditto. |
|
6432 * statistics/tests/run_test.m: Ditto. |
|
6433 * statistics/tests/sign_test.m: Ditto. |
|
6434 * statistics/tests/t_test.m: Ditto. |
|
6435 * statistics/tests/t_test_2.m: Ditto. |
|
6436 * statistics/tests/t_test_regression.m: Ditto. |
|
6437 * statistics/tests/u_test.m: Ditto. |
|
6438 * statistics/tests/var_test.m: Ditto. |
|
6439 * statistics/tests/welch_test.m: Ditto. |
|
6440 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6441 * statistics/tests/z_test.m: Ditto. |
|
6442 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6443 |
3446
|
6444 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6445 |
|
6446 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6447 * plot/__plr1__.m: Ditto. |
|
6448 * plot/__pltopt__.m: Ditto. |
|
6449 * plot/__plt__.m: Ditto. |
|
6450 * plot/__plt2vv__.m: Ditto. |
|
6451 * plot/__plr2__.m: Ditto. |
|
6452 * plot/__plr__.m: Ditto. |
|
6453 * plot/__plt1__.m: Ditto. |
|
6454 * plot/__plt2__.m: Ditto. |
|
6455 * plot/__plt2mm__.m: Ditto. |
|
6456 * plot/__plt2mv__.m: Ditto. |
|
6457 * plot/__plt2ss__.m: Ditto. |
|
6458 * miscellaneous/paren.m: Ditto. |
|
6459 * miscellaneous/comma.m: Ditto. |
|
6460 * miscellaneous/semicolon.m: Ditto. |
|
6461 * miscellaneous/path.m: Ditto. |
|
6462 * miscellaneous/list_primes.m: Ditto. |
|
6463 * miscellaneous/flops.m: Ditto. |
|
6464 * miscellaneous/dump_prefs.m: Ditto. |
|
6465 * miscellaneous/bug_report.m: Ditto. |
|
6466 * linear-algebra/dot.m: Ditto |
|
6467 * linear-algebra/dmult.m: Ditto. |
|
6468 * general/randperm.m: Ditto. |
|
6469 * general/logical.m: Ditto. |
|
6470 * general/is_duplicate_entry.m: Ditto. |
|
6471 * signal/arch_fit.m: Ditto. |
|
6472 * signal/arch_rnd.m: Ditto. |
|
6473 * signal/arch_test.m: Ditto. |
|
6474 * signal/arma_rnd.m: Ditto. |
|
6475 * signal/autocor.m: Ditto. |
|
6476 * signal/autocov.m: Ditto. |
|
6477 * signal/autoreg_matrix.m: Ditto. |
|
6478 * signal/bartlett.m: Ditto. |
|
6479 * signal/blackman.m: Ditto. |
|
6480 * signal/detrend.m: Ditto. |
|
6481 * signal/diffpara.m: Ditto. |
|
6482 * signal/durbinlevinson.m: Ditto. |
|
6483 * signal/fftconv.m: Ditto. |
|
6484 * signal/fftfilt.m: Ditto. |
|
6485 * signal/fftshift.m: Ditto. |
|
6486 * signal/fractdiff.m: Ditto. |
|
6487 * signal/freqz.m: Ditto. |
|
6488 * signal/hamming.m: Ditto. |
|
6489 * signal/hanning.m: Ditto. |
|
6490 * signal/hurst.m: Ditto. |
|
6491 * signal/periodogram.m: Ditto. |
|
6492 * signal/rectangle_lw.m: Ditto. |
|
6493 * signal/rectangle_sw.m: Ditto. |
|
6494 * signal/sinc.m: Ditto. |
|
6495 * signal/sinetone.m: Ditto. |
|
6496 * signal/sinewave.m: Ditto. |
|
6497 * signal/spectral_adf.m: Ditto. |
|
6498 * signal/spectral_xdf.m: Ditto. |
|
6499 * signal/spencer.m: Ditto. |
|
6500 * signal/stft.m: Ditto. |
|
6501 * signal/synthesis.m: Ditto. |
|
6502 * signal/triangle_lw.m: Ditto. |
|
6503 * signal/triangle_sw.m: Ditto. |
|
6504 * signal/yulewalker.m: Ditto. |
3450
|
6505 * control/util/strappend.m: Ditto. |
3451
|
6506 * control/base/nichols.m: Ditto. |
3452
|
6507 * control/system/is_signal_list.m: Ditto. |
|
6508 * control/system/listidx.m: Ditto. |
|
6509 * control/system/sysgettsam.m: Ditto. |
|
6510 * control/system/sysidx.m: Ditto. |
3446
|
6511 |
3438
|
6512 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6513 |
|
6514 * control/system/__abcddims__.m: Rename from |
|
6515 control/system/abcddims.m, change all callers. |
|
6516 * control/base/__bodquist__.m: Likewise. |
|
6517 * control/base/__freqresp__.m: Likewise. |
|
6518 * control/util/__outlist__.m: Likewise. |
|
6519 * control/base/__stepimp__.m: Likewise. |
|
6520 * control/system/__syschnamesl__.m: Likewise. |
|
6521 * control/system/__syscont_disc__.m: Likewise. |
|
6522 * control/system/__sysdefioname__.m: Likewise. |
|
6523 * control/system/__sysdefstname__.m: Likewise. |
|
6524 * control/system/__sysgroupn__.m: Likewise. |
|
6525 * control/system/__tf2sysl__.m: Likewise. |
|
6526 * control/util/__zgpbal__.m: Likewise. |
|
6527 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6528 |
|
6529 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6530 * quaternion/qconj.m: Ditto. |
|
6531 * quaternion/qcoordinate_plot.m: Ditto. |
|
6532 * quaternion/qderiv.m: Ditto. |
|
6533 * quaternion/qderivmat.m: Ditto. |
|
6534 * quaternion/qinv.m: Ditto. |
|
6535 * quaternion/qmult.m: Ditto. |
|
6536 * quaternion/qtrans.m: Ditto. |
|
6537 * quaternion/qtransv.m: Ditto. |
|
6538 * quaternion/qtransvmat.m: Ditto. |
|
6539 * quaternion/quaternion.m: Ditto. |
3438
|
6540 |
3436
|
6541 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6542 |
|
6543 * control/base/Makefile.in: Ditto. |
|
6544 * control/hinf/Makefile.in: New file. |
|
6545 * control/marsyas/Makefile.in: Ditto. |
|
6546 * control/obsolete/Makefile.in: Ditto. |
|
6547 * control/system/Makefile.in: Ditto. |
|
6548 * control/util/Makefile.in: Ditto. |
|
6549 |
|
6550 * strings/com2str.m: Move here from control directory. |
|
6551 |
|
6552 * control/base: New directory. |
|
6553 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6554 * control/base/analdemo.m: Ditto. |
|
6555 * control/base/are.m: Ditto. |
|
6556 * control/base/bddemo.m: Ditto. |
|
6557 * control/base/bode.m: Ditto. |
|
6558 * control/base/bode_bounds.m: Ditto. |
|
6559 * control/base/bodquist.m: Ditto. |
|
6560 * control/base/controldemo.m: Ditto. |
|
6561 * control/base/ctrb.m: Ditto. |
|
6562 * control/base/damp.m: Ditto. |
|
6563 * control/base/dare.m: Ditto. |
|
6564 * control/base/dcgain.m: Ditto. |
|
6565 * control/base/dgram.m: Ditto. |
|
6566 * control/base/dlqe.m: Ditto. |
|
6567 * control/base/dlqr.m: Ditto. |
|
6568 * control/base/dlyap.m: Ditto. |
|
6569 * control/base/dre.m: Ditto. |
|
6570 * control/base/frdemo.m: Ditto. |
|
6571 * control/base/freqchkw.m: Ditto. |
|
6572 * control/base/freqresp.m: Ditto. |
|
6573 * control/base/gram.m: Ditto. |
|
6574 * control/base/impulse.m: Ditto. |
|
6575 * control/base/lqe.m: Ditto. |
|
6576 * control/base/lqg.m: Ditto. |
|
6577 * control/base/lqr.m: Ditto. |
|
6578 * control/base/lsim.m: Ditto. |
|
6579 * control/base/ltifr.m: Ditto. |
|
6580 * control/base/lyap.m: Ditto. |
|
6581 * control/base/nichols.m: Ditto. |
|
6582 * control/base/nyquist.m: Ditto. |
|
6583 * control/base/obsv.m: Ditto. |
|
6584 * control/base/place.m: Ditto. |
|
6585 * control/base/pzmap.m: Ditto. |
|
6586 * control/base/rldemo.m: Ditto. |
|
6587 * control/base/rlocus.m: Ditto. |
|
6588 * control/base/step.m: Ditto. |
|
6589 * control/base/stepimp.m: Ditto. |
|
6590 * control/base/tzero.m: Ditto. |
|
6591 * control/base/tzero2.m: Ditto. |
|
6592 |
|
6593 * control/hinf: New directory. |
|
6594 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6595 * control/hinf/h2norm.m: Ditto. |
|
6596 * control/hinf/h2syn.m: Ditto. |
|
6597 * control/hinf/hinf_ctr.m: Ditto. |
|
6598 * control/hinf/hinfdemo.m: Ditto. |
|
6599 * control/hinf/hinfnorm.m: Ditto. |
|
6600 * control/hinf/hinfsyn.m: Ditto. |
|
6601 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6602 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6603 * control/hinf/wgt1o.m: Ditto. |
3441
|
6604 * control/hinf/dgkfdemo.m: Ditto. |
|
6605 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6606 |
|
6607 * control/marsyas: New directory. |
|
6608 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6609 * control/marsyas/susball.m: Ditto. |
|
6610 |
|
6611 * control/obsolete/dezero.m: Move here from control directory. |
|
6612 * control/obsolete/rotg.m: Ditto. |
|
6613 |
|
6614 * control/system: New directory. |
|
6615 * control/system/abcddim.m: Move here from control directory. |
|
6616 * control/system/abcddims.m: Ditto. |
|
6617 * control/system/buildssic.m: Ditto. |
|
6618 * control/system/c2d.m: Ditto. |
|
6619 * control/system/d2c.m: Ditto. |
|
6620 * control/system/dmr2d.m: Ditto. |
|
6621 * control/system/fir2sys.m: Ditto. |
|
6622 * control/system/is_abcd.m: Ditto. |
|
6623 * control/system/is_digital.m: Ditto. |
|
6624 * control/system/is_sample.m: Ditto. |
|
6625 * control/system/is_signal_list.m: Ditto. |
|
6626 * control/system/is_siso.m: Ditto. |
3441
|
6627 * control/system/is_controllable.m: Ditto. |
|
6628 * control/system/is_detectable.m: Ditto. |
|
6629 * control/system/is_observable.m: Ditto. |
|
6630 * control/system/is_stabilizable.m: Ditto. |
|
6631 * control/system/is_stable.m: Ditto. |
3436
|
6632 * control/system/jet707.m: Ditto. |
|
6633 * control/system/listidx.m: Ditto. |
|
6634 * control/system/moddemo.m: Ditto. |
|
6635 * control/system/ord2.m: Ditto. |
|
6636 * control/system/packedform.m: Ditto. |
|
6637 * control/system/parallel.m: Ditto. |
|
6638 * control/system/ss2sys.m: Ditto. |
|
6639 * control/system/ss2tf.m: Ditto. |
|
6640 * control/system/ss2zp.m: Ditto. |
|
6641 * control/system/starp.m: Ditto. |
|
6642 * control/system/sys2fir.m: Ditto. |
|
6643 * control/system/sys2ss.m: Ditto. |
|
6644 * control/system/sys2tf.m: Ditto. |
|
6645 * control/system/sys2zp.m: Ditto. |
|
6646 * control/system/sysadd.m: Ditto. |
|
6647 * control/system/sysappend.m: Ditto. |
|
6648 * control/system/syschnamesl.m: Ditto. |
|
6649 * control/system/syschtsam.m: Ditto. |
|
6650 * control/system/sysconnect.m: Ditto. |
|
6651 * control/system/syscont.m: Ditto. |
|
6652 * control/system/syscont_disc.m: Ditto. |
|
6653 * control/system/sysdefioname.m: Ditto. |
|
6654 * control/system/sysdefstname.m: Ditto. |
|
6655 * control/system/sysdimensions.m: Ditto. |
|
6656 * control/system/sysdisc.m: Ditto. |
|
6657 * control/system/sysdup.m: Ditto. |
|
6658 * control/system/sysgetsignals.m: Ditto. |
|
6659 * control/system/sysgettsam.m: Ditto. |
|
6660 * control/system/sysgettype.m: Ditto. |
|
6661 * control/system/sysgroup.m: Ditto. |
|
6662 * control/system/sysgroupn.m: Ditto. |
|
6663 * control/system/sysidx.m: Ditto. |
|
6664 * control/system/sysmin.m: Ditto. |
|
6665 * control/system/sysmult.m: Ditto. |
|
6666 * control/system/sysout.m: Ditto. |
|
6667 * control/system/sysprune.m: Ditto. |
|
6668 * control/system/sysreorder.m: Ditto. |
|
6669 * control/system/sysrepdemo.m: Ditto. |
|
6670 * control/system/sysscale.m: Ditto. |
|
6671 * control/system/syssetsignals.m: Ditto. |
|
6672 * control/system/syssub.m: Ditto. |
|
6673 * control/system/sysupdate.m: Ditto. |
|
6674 * control/system/tf2ss.m: Ditto. |
|
6675 * control/system/tf2sys.m: Ditto. |
|
6676 * control/system/tf2sysl.m: Ditto. |
|
6677 * control/system/tf2zp.m: Ditto. |
|
6678 * control/system/tfout.m: Ditto. |
|
6679 * control/system/ugain.m: Ditto. |
|
6680 * control/system/zp2ss.m: Ditto. |
|
6681 * control/system/zp2ssg2.m: Ditto. |
|
6682 * control/system/zp2sys.m: Ditto. |
|
6683 * control/system/zp2tf.m: Ditto. |
|
6684 * control/system/zpout.m: Ditto. |
|
6685 |
|
6686 * control/util: New directory. |
|
6687 * control/util/axis2dlim.m: Move here from control directory. |
|
6688 * control/util/outlist.m: Ditto. |
|
6689 * control/util/prompt.m: Ditto. |
|
6690 * control/util/run_cmd.m: Ditto. |
|
6691 * control/util/sortcom.m: Ditto. |
|
6692 * control/util/strappend.m: Ditto. |
|
6693 * control/util/swap.m: Ditto. |
|
6694 * control/util/zgfmul.m: Ditto. |
|
6695 * control/util/zgfslv.m: Ditto. |
|
6696 * control/util/zginit.m: Ditto. |
|
6697 * control/util/zgpbal.m: Ditto. |
|
6698 * control/util/zgreduce.m: Ditto. |
|
6699 * control/util/zgrownorm.m: Ditto. |
|
6700 * control/util/zgscal.m: Ditto. |
|
6701 * control/util/zgsgiv.m: Ditto. |
|
6702 * control/util/zgshsr.m: Ditto. |
|
6703 |
3427
|
6704 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6705 |
|
6706 * gethelp.cc (extract_help_text): Discard first space character |
|
6707 after consecutive comment characters. |
|
6708 |
3422
|
6709 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6710 |
|
6711 * control/obsolete: New directory |
|
6712 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6713 * control/obsolete/swapcols.m: Ditto. |
|
6714 * control/obsolete/dlqg.m: Ditto. |
|
6715 * control/obsolete/minfo.m: Ditto. |
|
6716 * control/obsolete/packsys.m: Ditto. |
|
6717 * control/obsolete/qzval.m: Ditto. |
|
6718 * control/obsolete/unpacksys.m: Ditto. |
|
6719 * control/obsolete/series.m: Ditto. |
|
6720 * control/obsolete/syschnames.m: Ditto. |
|
6721 * polynomial/polyout.m: Ditto. |
3422
|
6722 |
3420
|
6723 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6724 |
|
6725 * general/fliplr.m: Eliminate useless copy of arg. |
|
6726 * general/flipud.m: Ditto. |
|
6727 |
3418
|
6728 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6729 |
|
6730 * linear-algebra/cross.m: Only return a row vector if both args |
|
6731 are row vectors. |
|
6732 * polynomial/polyfit.m: Likewise. |
|
6733 |
|
6734 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6735 |
|
6736 * statistics/distributions/discrete_rnd.m: |
|
6737 Always generate a row vector. |
|
6738 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6739 |
5095
|
6740 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6741 |
|
6742 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6743 |
|
6744 * audio/setaudio.m: Texinfoize doc string. |
|
6745 * control/com2str.m: Likewise. |
|
6746 * control/controldemo.m: Likewise. |
|
6747 * control/DEMOcontrol.m: Likewise. |
|
6748 * control/dezero.m: Likewise. |
|
6749 * control/dre.m: Likewise. |
|
6750 * control/hinfsyn_ric.m: Likewise. |
|
6751 |
5095
|
6752 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6753 |
|
6754 * io/printf.m: Add @seealso{...} to doc string. |
|
6755 * io/puts.m: Likewise. |
|
6756 * plot/semilogx.m: Likewise. |
|
6757 * plot/semilogy.m: Likewise. |
|
6758 * plot/__pltopt__.m: Likewise. |
|
6759 * plot/bar.m: Likewise. |
|
6760 * plot/xlabel.m: Likewise. |
|
6761 * plot/grid.m: Likewise. |
|
6762 * plot/shg.m: Likewise. |
|
6763 * plot/title.m: Likewise. |
|
6764 * plot/mesh.m: Likewise. |
|
6765 * plot/__pltopt1__.m: Likewise. |
|
6766 * plot/contour.m: Likewise. |
|
6767 * plot/hist.m: Likewise. |
|
6768 * plot/stairs.m: Likewise. |
|
6769 * plot/meshgrid.m: Likewise. |
|
6770 * plot/polar.m: Likewise. |
|
6771 * plot/loglog.m: Likewise. |
|
6772 * plot/plot.m: Likewise. |
|
6773 * miscellaneous/semicolon.m: Likewise. |
|
6774 * miscellaneous/menu.m: Likewise. |
|
6775 * miscellaneous/etime.m: Likewise. |
|
6776 * miscellaneous/texas_lotto.m: Likewise. |
|
6777 * miscellaneous/comma.m: Likewise. |
|
6778 * audio/lin2mu.m: Likewise. |
|
6779 * audio/playaudio.m: Likewise. |
|
6780 * audio/loadaudio.m: Likewise. |
|
6781 * audio/saveaudio.m: Likewise. |
|
6782 * audio/mu2lin.m: Likewise. |
|
6783 * audio/record.m: Likewise. |
|
6784 * strings/isletter.m: Likewise. |
|
6785 * strings/lower.m: Likewise. |
|
6786 * strings/lower.m: Likewise. |
|
6787 * strings/upper.m: Likewise. |
|
6788 * specfun/erfinv.m: Likewise. |
|
6789 * specfun/gammai.m: Likewise. |
|
6790 * specfun/log2.m: Likewise. |
|
6791 * specfun/pow2.m: Likewise. |
|
6792 * elfun/gcd.m: Likewise. |
|
6793 * elfun/lcm.m: Likewise. |
|
6794 * special-matrix/vander.m: Likewise. |
|
6795 * special-matrix/sylvester_matrix.m: Likewise. |
|
6796 * special-matrix/hilb.m: Likewise. |
|
6797 * special-matrix/hankel.m: Likewise. |
|
6798 * special-matrix/toeplitz.m: Likewise. |
|
6799 * special-matrix/invhilb.m: Likewise. |
|
6800 * statistics/base/std.m: Likewise. |
|
6801 * statistics/base/median.m: Likewise. |
|
6802 * linear-algebra/cond.m: Likewise. |
|
6803 * linear-algebra/norm.m: Likewise. |
|
6804 * finance/nper.m: Likewise. |
|
6805 * finance/pmt.m: Likewise. |
|
6806 * finance/pv.m: Likewise. |
|
6807 * finance/rate.m: Likewise. |
|
6808 * finance/npv.m: Likewise. |
|
6809 * general/fliplr.m: Likewise. |
|
6810 * general/flipud.m: Likewise. |
|
6811 * general/is_scalar.m: Likewise. |
|
6812 * general/rem.m: Likewise. |
|
6813 * general/perror.m: Likewise. |
|
6814 * general/tril.m: Likewise. |
|
6815 * general/rot90.m: Likewise. |
|
6816 * general/num2str.m: Likewise. |
|
6817 * general/int2str.m: Likewise. |
|
6818 * general/reshape.m: Likewise. |
|
6819 * general/logspace.m: Likewise. |
|
6820 * general/is_symmetric.m: Likewise. |
|
6821 * general/is_vector.m: Likewise. |
|
6822 * general/nextpow2.m: Likewise. |
|
6823 * general/columns.m: Likewise. |
|
6824 * general/is_square.m: Likewise. |
|
6825 * general/rows.m: Likewise. |
|
6826 * control/ugain.m: Likewise. |
|
6827 * control/damp.m: Likewise. |
|
6828 * control/dare.m: Likewise. |
|
6829 * control/are.m: Likewise. |
|
6830 * control/sys2fir.m: Likewise. |
|
6831 * control/abcddim.m: Likewise. |
|
6832 * control/is_abcd.m: Likewise. |
|
6833 * control/step.m: Likewise. |
|
6834 * control/is_observable.m: Likewise. |
|
6835 * control/is_controllable.m: Likewise. |
|
6836 * control/jet707.m: Likewise. |
|
6837 * control/polyout.m: Likewise. |
|
6838 * control/impulse.m: Likewise. |
|
6839 * control/lqg.m: Likewise. |
|
6840 * control/is_detectable.m: Likewise. |
|
6841 * control/sysdimensions.m: Likewise. |
|
6842 * control/sysupdate.m: Likewise. |
|
6843 * control/stepimp.m: Likewise. |
|
6844 * control/is_stable.m: Likewise. |
|
6845 * control/tfout.m: Likewise. |
|
6846 * control/zpout.m: Likewise. |
|
6847 |
3405
|
6848 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6849 |
|
6850 * set/complement.m: Add @seealso{} stuff. |
|
6851 * set/create_set.m: Likewise. |
|
6852 * set/intersection.m: Likewise. |
|
6853 * set/union.m: Likewise. |
|
6854 |
3399
|
6855 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6856 |
3400
|
6857 * control/d2c.m: Use double quotes instead of single quotes for |
|
6858 string constants. |
|
6859 * control/dgkfdemo.m: Likewise. |
|
6860 * control/fir2sys.m: Likewise. |
|
6861 * control/frdemo.m: Likewise. |
|
6862 * control/moddemo.m: Likewise. |
|
6863 * control/minfo.m: Likewise. |
|
6864 * control/is_stabilizable.m: Likewise. |
|
6865 * control/is_dgkf.m: Likewise. |
|
6866 * control/polyout.m: Likewise. |
|
6867 * control/sysconnect.m: Likewise. |
|
6868 * control/sysrepdemo.m: Likewise. |
|
6869 * control/tf2sys.m: Likewise. |
|
6870 * control/tfout.m: Likewise. |
|
6871 * control/zp2sys.m: Likewise. |
|
6872 * control/zpout.m: Likewise. |
|
6873 * control/tzero.m: Likewise. |
|
6874 |
|
6875 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6876 |
|
6877 * image/loadimage.m: Use double quotes instead of single quotes |
|
6878 for string constants. Use sprintf instead of square brackets to |
|
6879 construct string. |
|
6880 |
3399
|
6881 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6882 * control/fir2sys.m: Likewise. |
3399
|
6883 |
3390
|
6884 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6885 |
|
6886 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6887 of a line. |
|
6888 |
3383
|
6889 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6890 |
3388
|
6891 * control/bddemo.m: Make it more likely to work with any value of |
|
6892 whitespace_in_literal_matrix. |
3386
|
6893 * control/analdemo.m: Ditto. |
|
6894 * control/dgkfdemo.m: Ditto. |
|
6895 * control/frdemo.m: Ditto. |
|
6896 * control/sysrepdemo.m: Ditto. |
|
6897 * control/moddemo.m: Ditto. |
3388
|
6898 * control/zp2ss.m: Ditto. |
3387
|
6899 * control/zp2tf.m: Ditto. |
3388
|
6900 * control/syssub.m: Ditto. |
|
6901 * finance/npv.m: Ditto. |
|
6902 * statistics/base/studentize.m: Ditto. |
|
6903 * statistics/base/values.m: Ditto. |
|
6904 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6905 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6906 |
3384
|
6907 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6908 instead of multiplying it by 1. |
|
6909 |
3383
|
6910 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6911 * control/zpout.m: Ditto. |
|
6912 * control/tfout.m: Ditto. |
|
6913 * control/tf2sys.m: Ditto. |
|
6914 * control/syssub.m: Ditto. |
|
6915 * control/syssetsignals.m: Ditto. |
|
6916 * control/sysout.m: Ditto. |
|
6917 * control/sysmult.m: Ditto. |
|
6918 * control/sysgroup.m: Ditto. |
|
6919 * control/sysdup.m: Ditto. |
|
6920 * control/sysdisc.m: Ditto. |
|
6921 * control/syscont.m: Ditto. |
|
6922 * control/sysconnect.m: Ditto. |
|
6923 * control/sysappend.m: Ditto. |
|
6924 * control/sysadd.m: Ditto. |
|
6925 * control/ss2sys.m: Ditto. |
|
6926 * control/nyquist.m: Ditto. |
|
6927 * control/lqg.m: Ditto. |
|
6928 * control/fir2sys.m: Ditto. |
|
6929 * control/dmr2d.m: Ditto. |
|
6930 * control/dezero.m: Ditto. |
|
6931 * control/d2c.m: Ditto. |
|
6932 * control/c2d.m: Ditto. |
|
6933 * control/bddemo.m: Ditto. |
|
6934 * control/pzmap.m: Ditto. |
|
6935 |
5095
|
6936 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6937 |
|
6938 * signal/spectral_adf.m: Fix typo. |
|
6939 |
3372
|
6940 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6941 |
|
6942 * linear-algebra/cond.m: Texinfoize doc string. |
|
6943 * linear-algebra/kron.m: Ditto. |
|
6944 * linear-algebra/norm.m: Ditto. |
|
6945 * linear-algebra/null.m: Ditto. |
|
6946 * linear-algebra/orth.m: Ditto. |
|
6947 * linear-algebra/rank.m: Ditto. |
|
6948 * linear-algebra/trace.m: Ditto. |
|
6949 * linear-algebra/qzhess.m: Ditto. |
|
6950 * miscellaneous/menu.m: Ditto. |
3373
|
6951 * general/perror.m: Ditto. |
|
6952 * general/strerror.m: Ditto. |
|
6953 * general/columns.m: Ditto. |
|
6954 * general/rows.m: Ditto. |
|
6955 * image/colormap.m: Ditto. |
|
6956 * image/gray.m: Ditto. |
|
6957 * image/gray2ind.m: Ditto. |
|
6958 * image/image.m: Ditto. |
|
6959 * image/imagesc.m: Ditto. |
|
6960 * image/imshow.m: Ditto. |
|
6961 * image/ind2gray.m: Ditto. |
|
6962 * image/ind2rgb.m: Ditto. |
|
6963 * image/loadimage.m: Ditto. |
|
6964 * image/rgb2ntsc.m: Ditto. |
|
6965 * image/ntsc2rgb.m: Ditto. |
|
6966 * image/ocean.m: Ditto. |
|
6967 * image/rgb2ind.m: Ditto. |
|
6968 * image/saveimage.m: Ditto. |
3372
|
6969 * io/printf.m: Ditto. |
|
6970 * io/puts.m: Ditto. |
|
6971 |
3369
|
6972 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6973 |
|
6974 * special-matrix/hankel.m: Texinfoize doc string. |
|
6975 * special-matrix/hilb.m: Ditto. |
|
6976 * special-matrix/invhilb.m: Ditto. |
|
6977 * special-matrix/sylvester_matrix.m: Ditto. |
|
6978 * special-matrix/toeplitz.m: Ditto. |
|
6979 * special-matrix/vander.m: Ditto. |
|
6980 * linear-algebra/vec.m: Ditto. |
|
6981 * linear-algebra/vech.m: Ditto. |
|
6982 * general/common_size.m: Ditto. |
|
6983 * general/diff.m: Ditto. |
|
6984 * general/fliplr.m: Ditto. |
|
6985 * general/flipud.m: Ditto. |
|
6986 * general/rot90.m: Ditto. |
|
6987 * general/reshape.m: Ditto. |
|
6988 * general/shift.m: Ditto. |
|
6989 * general/tril.m: Ditto. |
|
6990 * general/triu.m: Ditto. |
|
6991 * general/logspace.m: Ditto. |
3371
|
6992 * general/nargchk.m: Ditto. |
3369
|
6993 |
3367
|
6994 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6995 |
|
6996 * statistics/base/mean: Texinfoize doc string. |
|
6997 * statistics/base/median: Ditto. |
|
6998 * statistics/base/std: Ditto. |
|
6999 * statistics/base/cov: Ditto. |
|
7000 * statistics/base/corrcoef: Ditto. |
|
7001 * statistics/base/kurtosis: Ditto. |
|
7002 * statistics/base/mahalanobis: Ditto. |
|
7003 * statistics/base/skewness: Ditto. |
3368
|
7004 * statistics/base/gls.m: Ditto. |
|
7005 * statistics/base/ols.m: Ditto. |
3367
|
7006 * signal/detrend.m: Ditto. |
|
7007 * signal/freqz.m: Ditto. |
|
7008 * signal/sinc.m: Ditto. |
|
7009 * signal/fftconv.m: Ditto. |
|
7010 * signal/fftfilt.m: Ditto. |
3368
|
7011 * set/create_set.m: Ditto. |
|
7012 * set/union.m: Ditto. |
|
7013 * set/intersection.m: Ditto. |
|
7014 * set/complement.m: Ditto. |
|
7015 * poly/compan.m: Ditto. |
|
7016 * poly/conv: Ditto. |
|
7017 * poly/deconv: Ditto. |
|
7018 * poly/poly: Ditto. |
|
7019 * poly/polyderiv: Ditto. |
|
7020 * poly/polyfit: Ditto. |
|
7021 * poly/polyinteg: Ditto. |
|
7022 * poly/polyreduce: Ditto. |
|
7023 * poly/polyval: Ditto. |
|
7024 * poly/polyvalm: Ditto. |
|
7025 * poly/residue: Ditto. |
|
7026 * poly/roots: Ditto. |
|
7027 * plot/top_title.m: Ditto |
|
7028 * plot/subwindow.m: Ditto |
|
7029 * plot/subplot.m: Ditto |
|
7030 * plot/plot_border.m: Ditto |
|
7031 * plot/oneplot.m: Ditto |
|
7032 * plot/multiplot.m: Ditto |
|
7033 * plot/mplot.m: Ditto |
|
7034 * plot/xlabel.m: Ditto |
|
7035 * plot/figure.m: Ditto |
|
7036 * plot/meshdom.m: Ditto |
|
7037 * plot/mesh.m: Ditto |
|
7038 * plot/stairs.m: Ditto |
|
7039 * plot/polar.m: Ditto |
|
7040 * plot/loglog.m: Ditto |
|
7041 * plot/hist.m: Ditto |
|
7042 * plot/contour.m: Ditto |
|
7043 * plot/bar.m: Ditto |
|
7044 * plot/axis.m: Ditto |
|
7045 * plot/plot.m: Ditto. |
3367
|
7046 |
3361
|
7047 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7048 |
3365
|
7049 * control/pinv.m: Delete. |
|
7050 |
3364
|
7051 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
7052 |
3361
|
7053 * strings/blanks.m: Texinfoize doc string. |
|
7054 * strings/strcat.m: Ditto. |
|
7055 * strings/str2mat.m: Ditto. |
|
7056 * strings/deblank.m: Ditto. |
|
7057 * strings/findstr.m: Ditto. |
|
7058 * strings/index.m: Ditto. |
|
7059 * strings/rindex.m: Ditto. |
|
7060 * strings/split.m: Ditto. |
|
7061 * strings/strcmp.m: Ditto. |
|
7062 * strings/strrep.m: Ditto. |
|
7063 * strings/substr.m: Ditto. |
|
7064 * general/int2str.m: Ditto. |
|
7065 * general/num2str.m: Ditto. |
|
7066 * strings/dec2bin.m: Ditto. |
|
7067 * strings/bin2dec: Ditto. |
|
7068 * strings/dec2bin: Ditto. |
|
7069 * strings/dec2hex: Ditto. |
|
7070 * strings/hex2dec: Ditto. |
|
7071 * strings/str2num: Ditto. |
|
7072 |
3347
|
7073 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7074 |
|
7075 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
7076 |
5095
|
7077 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
7078 |
|
7079 * control/DEMOcontrol.m: Texinfoize doc string. |
|
7080 * control/abcddim.m: Ditto. |
|
7081 * control/abcddims.m: Ditto. |
|
7082 * control/analdemo.m: Ditto. |
|
7083 * control/are.m: Ditto. |
|
7084 * control/axis2dlim.m: Ditto. |
|
7085 * control/bddemo.m: Ditto. |
|
7086 * control/bode.m: Ditto. |
|
7087 * control/bode_bounds.m: Ditto. |
|
7088 * control/bodquist.m: Ditto. |
|
7089 * control/buildssic.m: Ditto. |
|
7090 * control/c2d.m: Ditto. |
|
7091 * control/ctrb.m: Ditto. |
|
7092 * control/d2c.m: Ditto. |
|
7093 * control/damp.m: Ditto. |
|
7094 * control/dare.m: Ditto. |
|
7095 * control/dcgain.m: Ditto. |
|
7096 * control/dgkfdemo.m: Ditto. |
|
7097 * control/dgram.m: Ditto. |
|
7098 * control/dlqe.m: Ditto. |
|
7099 * control/dlqr.m: Ditto. |
|
7100 * control/dlyap.m: Ditto. |
|
7101 * control/dmr2d.m: Ditto. |
|
7102 * control/fir2sys.m: Ditto. |
|
7103 * control/frdemo.m: Ditto. |
|
7104 * control/freqchkw.m: Ditto. |
|
7105 * control/freqresp.m: Ditto. |
|
7106 * control/gram.m: Ditto. |
|
7107 * control/h2norm.m: Ditto. |
|
7108 * control/h2syn.m: Ditto. |
|
7109 * control/hinf_ctr.m: Ditto. |
|
7110 * control/hinfdemo.m: Ditto. |
|
7111 * control/hinfnorm.m: Ditto. |
|
7112 * control/hinfsyn.m: Ditto. |
|
7113 * control/hinfsyn_chk.m: Ditto. |
|
7114 * control/impulse.m: Ditto. |
|
7115 * control/is_abcd.m: Ditto. |
|
7116 * control/is_controllable.m: Ditto. |
|
7117 * control/is_detectable.m: Ditto. |
|
7118 * control/is_dgkf.m: Ditto. |
|
7119 * control/is_digital.m: Ditto. |
|
7120 * control/is_observable.m: Ditto. |
|
7121 * control/is_sample.m: Ditto. |
|
7122 * control/is_signal_list.m: Ditto. |
|
7123 * control/is_siso.m: Ditto. |
|
7124 * control/is_stabilizable.m: Ditto. |
|
7125 * control/is_stable.m: Ditto. |
|
7126 * control/jet707.m: Ditto. |
|
7127 * control/lqe.m: Ditto. |
|
7128 * control/lqg.m: Ditto. |
|
7129 * control/lqr.m: Ditto. |
|
7130 * control/lsim.m: Ditto. |
|
7131 * control/ltifr.m: Ditto. |
|
7132 * control/lyap.m: Ditto. |
|
7133 * control/moddemo.m: Ditto. |
|
7134 * control/nyquist.m: Ditto. |
|
7135 * control/obsv.m: Ditto. |
|
7136 * control/ord2.m: Ditto. |
|
7137 * control/outlist.m: Ditto. |
|
7138 * control/pinv.m: Ditto. |
|
7139 * control/place.m: Ditto. |
|
7140 * control/polyout.m: Ditto. |
|
7141 * control/prompt.m: Ditto. |
|
7142 * control/pzmap.m: Ditto. |
|
7143 * control/qzval.m: Ditto. |
|
7144 * control/rldemo.m: Ditto. |
|
7145 * control/rlocus.m: Ditto. |
|
7146 * control/sortcom.m: Ditto. |
|
7147 * control/ss2sys.m: Ditto. |
|
7148 * control/ss2tf.m: Ditto. |
|
7149 * control/ss2zp.m: Ditto. |
|
7150 * control/starp.m: Ditto. |
|
7151 * control/step.m: Ditto. |
|
7152 * control/stepimp.m: Ditto. |
|
7153 * control/susball.m: Ditto. |
|
7154 * control/sys2fir.m: Ditto. |
|
7155 * control/sys2ss.m: Ditto. |
|
7156 * control/sys2tf.m: Ditto. |
|
7157 * control/sys2zp.m: Ditto. |
|
7158 * control/sysadd.m: Ditto. |
|
7159 * control/sysappend.m: Ditto. |
|
7160 * control/syschnames.m: Ditto. |
|
7161 * control/syschnamesl.m: Ditto. |
|
7162 * control/syschtsam.m: Ditto. |
|
7163 * control/sysconnect.m: Ditto. |
|
7164 * control/syscont.m: Ditto. |
|
7165 * control/syscont_disc.m: Ditto. |
|
7166 * control/sysdefioname.m: Ditto. |
|
7167 * control/sysdefstname.m: Ditto. |
|
7168 * control/sysdimensions.m: Ditto. |
|
7169 * control/sysdisc.m: Ditto. |
|
7170 * control/sysdup.m: Ditto. |
|
7171 * control/sysgetsignals.m: Ditto. |
|
7172 * control/sysgettype.m: Ditto. |
|
7173 * control/sysgroup.m: Ditto. |
|
7174 * control/sysgroupn.m: Ditto. |
|
7175 * control/sysmult.m: Ditto. |
|
7176 * control/sysout.m: Ditto. |
|
7177 * control/sysprune.m: Ditto. |
|
7178 * control/sysreorder.m: Ditto. |
|
7179 * control/sysrepdemo.m: Ditto. |
|
7180 * control/sysscale.m: Ditto. |
|
7181 * control/syssetsignals.m: Ditto. |
|
7182 * control/syssub.m: Ditto. |
|
7183 * control/sysupdate.m: Ditto. |
|
7184 * control/tf2ss.m: Ditto. |
|
7185 * control/tf2sys.m: Ditto. |
|
7186 * control/tf2sysl.m: Ditto. |
|
7187 * control/tf2zp.m: Ditto. |
|
7188 * control/tfout.m: Ditto. |
|
7189 * control/tzero.m: Ditto. |
|
7190 * control/tzero2.m: Ditto. |
|
7191 * control/ugain.m: Ditto. |
|
7192 * control/wgt1o.m: Ditto. |
|
7193 * control/zgfmul.m: Ditto. |
|
7194 * control/zgfslv.m: Ditto. |
|
7195 * control/zginit.m: Ditto. |
|
7196 * control/zgpbal.m: Ditto. |
|
7197 * control/zgreduce.m: Ditto. |
|
7198 * control/zgrownorm.m: Ditto. |
|
7199 * control/zgscal.m: Ditto. |
|
7200 * control/zgsgiv.m: Ditto. |
|
7201 * control/zgshsr.m: Ditto. |
|
7202 * control/zp2ss.m: Ditto. |
|
7203 * control/zp2ssg2.m: Ditto. |
|
7204 * control/zp2sys.m: Ditto. |
|
7205 * control/zp2tf.m: Ditto. |
|
7206 * control/zpout.m: Ditto. |
|
7207 |
5095
|
7208 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
7209 |
5378
|
7210 * audio/lin2mu.m: Texinfoize doc string. |
|
7211 * audio/loadaudio.m: Ditto. |
|
7212 * audio/mu2lin.m: Ditto. |
|
7213 * audio/playaudio.m: Ditto. |
|
7214 * audio/record.m: Ditto. |
|
7215 * audio/saveaudio.m: Ditto. |
3332
|
7216 |
5095
|
7217 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7218 |
|
7219 * elfun/acot.m: Texinfoize doc string. |
|
7220 * elfun/acsc.m: Ditto. |
|
7221 * elfun/acsch.m: Ditto. |
|
7222 * elfun/asec.m: Ditto. |
|
7223 * elfun/asech.m: Ditto. |
|
7224 * elfun/cot.m: Ditto. |
|
7225 * elfun/coth.m: Ditto. |
|
7226 * elfun/csc.m: Ditto. |
|
7227 * elfun/csch.m: Ditto. |
|
7228 * elfun/gcd.m: Ditto. |
|
7229 * elfun/lcm.m: Ditto. |
|
7230 * elfun/sec.m: Ditto. |
|
7231 * elfun/sech.m: Ditto. |
|
7232 * general/nextpow2.m: Ditto. |
|
7233 * general/rem.m: Ditto. |
|
7234 * linear-algebra/commutation_matrix.m: Ditto. |
|
7235 * linear-algebra/cross.m: Ditto. |
|
7236 * linear-algebra/duplication_matrix.m: Ditto. |
|
7237 * miscellaneous/bincoeff.m: Ditto. |
|
7238 * miscellaneous/xor.m: Ditto. |
|
7239 * specfun/bessel.m: Ditto. |
|
7240 * specfun/beta.m: Ditto. |
|
7241 * specfun/betai.m: Ditto. |
|
7242 * specfun/erfinv.m: Ditto. |
|
7243 * specfun/gammai.m: Ditto. |
|
7244 * specfun/log2.m: Ditto. |
|
7245 * specfun/pow2.m: Ditto. |
|
7246 |
5095
|
7247 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7248 |
|
7249 * general/is_scalar.m: Texinfoize help text. |
|
7250 * general/is_square.m: Ditto. |
|
7251 * general/is_symmetric.m: Ditto. |
|
7252 |
3320
|
7253 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7254 |
|
7255 * strings/split.m: If the string to be split is empty, just return |
|
7256 an empty string. |
|
7257 |
3319
|
7258 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7259 |
|
7260 * Makefile.in (ALL_M_FILES): New macro. |
|
7261 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7262 |
3306
|
7263 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7264 |
|
7265 * control/bode.m: Don't return anything if nargout == 0. |
|
7266 |
|
7267 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7268 |
|
7269 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7270 |
3305
|
7271 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7272 |
|
7273 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7274 gethelp.cc to the list. |
|
7275 |
3296
|
7276 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7277 |
3301
|
7278 * time/asctime.m: Texinfoize help text. |
|
7279 * time/clock.m: Ditto. |
|
7280 * time/date.m: Ditto. |
|
7281 * miscellaneous/cputime.m: Ditto. |
|
7282 * miscellaneous/etime.m: Ditto. |
|
7283 * miscellaneous/is_leap_year.m: Ditto. |
|
7284 * miscellaneous/popen2.m: Ditto. |
|
7285 * miscellaneous/version.m: Ditto. |
|
7286 * miscellaneous/tic.m: Ditto. |
|
7287 * miscellaneous/toc.m: Just refer to tic.m. |
|
7288 |
3297
|
7289 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7290 `cd dir; $(MAKE); cd ..'. |
|
7291 ($(SUBDIRS)): Likewise. |
|
7292 |
|
7293 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7294 |
|
7295 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7296 of `cd dir; $(MAKE)'. |
|
7297 |
3296
|
7298 * gethelp.cc, mkdoc: New files. |
|
7299 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7300 sources. |
|
7301 |
3291
|
7302 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7303 |
|
7304 * linear-algebra/kron.m: Fix typo in previous change |
|
7305 |
3282
|
7306 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7307 |
|
7308 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7309 |
5095
|
7310 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7311 |
|
7312 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7313 rank when V has more columns than rows. |
|
7314 |
|
7315 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7316 |
|
7317 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7318 |
|
7319 * statistics/tests/manova.m: Avoid problems if |
|
7320 whitespace_in_literal_matrix is set to "traditional". |
|
7321 * statistics/tests/t_test_regression.m: Likewise. |
|
7322 * statistics/tests/u_test.m: Likewise. |
|
7323 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7324 * statistics/tests/anova.m: Likewise. |
|
7325 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7326 * statistics/base/statistics.m: Likewise. |
|
7327 * image/saveimage.m: Likewise. |
|
7328 * signal/arch_fit.m: Likewise. |
|
7329 * signal/autoreg_matrix.m: Likewise. |
|
7330 * signal/triangle_lw.m: Likewise. |
|
7331 * strings/dec2hex.m: Likewise. |
|
7332 |
3268
|
7333 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7334 |
|
7335 * image/saveimage.m: Initialize scale. |
|
7336 |
|
7337 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7338 |
|
7339 * general/reshape.m: Allow reshape (a, size (b)). |
|
7340 |
3266
|
7341 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7342 |
|
7343 * specfun/erfinv.m: Improve stopping criterion. |
|
7344 Add iteration count as second return value. |
|
7345 |
3265
|
7346 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7347 |
|
7348 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7349 |
3263
|
7350 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7351 |
|
7352 * miscellaneous/pack.m: New function. |
|
7353 |
|
7354 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7355 |
|
7356 * plot/figure.m: Always return figure number. With no args, |
|
7357 figure now creates a new figure window and returns its number. |
|
7358 Accept figure (property, value) syntax, but do nothing. |
|
7359 |
5095
|
7360 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7361 |
|
7362 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7363 |
3260
|
7364 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7365 |
|
7366 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7367 evenly spaced. |
|
7368 |
3250
|
7369 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7370 |
|
7371 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7372 contain only zeros. |
|
7373 |
5095
|
7374 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7375 |
|
7376 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7377 instead of appending them. |
|
7378 |
|
7379 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7380 |
|
7381 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7382 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7383 Update from A. S. Hodel. |
|
7384 |
3246
|
7385 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7386 |
|
7387 * polynomial/polyfit.m: Correct previous change. |
|
7388 |
3243
|
7389 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7390 |
|
7391 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7392 |
5095
|
7393 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7394 |
|
7395 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7396 version of krylov and krylovb. |
|
7397 |
|
7398 * control/outlist.m, control/sysout.m: Fix typos. |
|
7399 |
|
7400 * control/sysdimensions.m: Add option for total number of states. |
|
7401 |
|
7402 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7403 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7404 arguments. |
|
7405 |
|
7406 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7407 |
|
7408 * strings/index.m: Fail with meaningful error message if either |
|
7409 arg is a string array. |
|
7410 |
3238
|
7411 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7412 |
|
7413 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7414 infinity-norms of complex matrices. From Sven Khatri |
|
7415 <khatri@saturn.vocalpoint.com>. |
|
7416 |
5095
|
7417 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7418 |
|
7419 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7420 |
|
7421 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7422 |
|
7423 * strings/split.m: Avoid problems when splitting strings that have |
|
7424 \ in them. |
|
7425 |
5095
|
7426 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7427 |
|
7428 * image/colormap.m: Do better arg checking, handle string args |
|
7429 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7430 |
5095
|
7431 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7432 |
|
7433 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7434 * linear-algebra/dot.m: Likewise. |
|
7435 * linear-algebra/cross.m: Likewise. |
|
7436 * general/rot90.m: Likewise. |
|
7437 |
5095
|
7438 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7439 |
|
7440 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7441 that the leading column is not all zeros. |
|
7442 |
|
7443 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7444 |
|
7445 * general/shift.m: Fix potential problems with |
|
7446 whitespace_in_literal_matrix. |
|
7447 * signal/arch_rnd.m: Ditto. |
|
7448 * signal/autocov.m: Ditto. |
|
7449 * signal/diffpara.m: Ditto. |
|
7450 * signal/hurst.m: Ditto. |
|
7451 * signal/periodogram.m: Ditto. |
|
7452 * signal/spectral_adf.m: Ditto. |
|
7453 * signal/spectral_xdf.m: Ditto. |
|
7454 * signal/spencer.m: Ditto. |
|
7455 * signal/synthesis.m: Ditto. |
|
7456 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7457 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7458 * statistics/models/logistic_regression.m: Ditto. |
|
7459 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7460 * statistics/tests/run_test.m: Ditto. |
|
7461 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7462 |
5095
|
7463 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7464 |
|
7465 * plot/__plr2__.m: Fix typo. |
|
7466 |
3233
|
7467 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7468 |
|
7469 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7470 |
5095
|
7471 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7472 |
|
7473 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7474 function. |
|
7475 |
5095
|
7476 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7477 |
|
7478 * control/ss2sys.m: Fix typo. |
|
7479 |
|
7480 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7481 |
|
7482 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7483 |
|
7484 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7485 signal names as lists of strings instead of string arrays. |
|
7486 |
3225
|
7487 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7488 |
3233
|
7489 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7490 <a.s.hodel@eng.auburn.edu>. |
|
7491 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7492 * quaternion/Makefile.in: New file. |
|
7493 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7494 |
|
7495 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7496 |
|
7497 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7498 |
|
7499 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7500 since there can be fewer rows than columns. Round values to |
|
7501 nearest position in colormap instead of truncating. Correct usage |
|
7502 message. |
|
7503 |
5095
|
7504 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7505 |
|
7506 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7507 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7508 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7509 Householder matrix structure of H. |
|
7510 |
|
7511 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7512 |
|
7513 * general/logical.m: Just copy input to output if argument is |
|
7514 already a logical object. |
|
7515 |
3215
|
7516 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7517 |
|
7518 * New files from OCST, in control subdiretory: |
|
7519 |
|
7520 DEMOcontrol.m is_siso.m syschnames.m |
|
7521 abcddim.m is_stabilizable.m syschnamesl.m |
|
7522 abcddims.m is_stable.m syschtsam.m |
|
7523 analdemo.m jet707.m sysconnect.m |
|
7524 are.m lqe.m syscont.m |
|
7525 axis2dlim.m lqg.m syscont_disc.m |
|
7526 bddemo.m lqr.m sysdefioname.m |
|
7527 bode.m lsim.m sysdefstname.m |
|
7528 bode_bounds.m ltifr.m sysdimensions.m |
|
7529 bodquist.m lyap.m sysdisc.m |
|
7530 buildssic.m mb.m sysdup.m |
|
7531 c2d.m minfo.m sysgetsignals.m |
6302
|
7532 com2str.m moddemo.m sysgettsam.m |
3215
|
7533 controldemo.m nichols.m sysgettype.m |
|
7534 ctrb.m nyquist.m sysgroup.m |
|
7535 d2c.m obsv.m sysgroupn.m |
|
7536 damp.m ord2.m sysmult.m |
|
7537 dare.m outlist.m sysout.m |
|
7538 dcgain.m packedform.m sysprune.m |
|
7539 demomarsyas.m packsys.m sysreorder.m |
|
7540 dezero.m; parallel.m sysrepdemo.m |
|
7541 dgkfdemo.m place.m sysscale.m |
|
7542 dgram.m polyout.m syssub.m |
|
7543 dhinfdemo.m prompt.m sysupdate.m |
|
7544 dlqe.m pzmap.m tf2ss.m |
|
7545 dlqg.m qzval.m tf2sys.m |
|
7546 dlqr.m rldemo.m tf2sysl.m |
|
7547 dlyap.m rlocus.m tf2zp.m |
|
7548 dmr2d.m rotg.m tfout.m |
|
7549 fir2sys.m run_cmd.m; tzero.m |
|
7550 frdemo.m series.m tzero2.m |
|
7551 freqchkw.m sortcom.m ugain.m |
|
7552 freqresp.m ss2sys.m unpacksys.m |
|
7553 gram.m ss2tf.m wgt1o.m |
|
7554 h2norm.m ss2zp.m zgfmul.m |
|
7555 h2syn.m starp.m zgfslv.m |
|
7556 hinf_ctr.m step.m zginit.m |
|
7557 hinfdemo.m stepimp.m zgpbal.m |
|
7558 hinfnorm.m strappend.m; zgreduce.m |
|
7559 hinfsyn.m susball.m zgrownorm.m |
|
7560 hinfsyn_chk.m swap.m zgscal.m |
|
7561 impulse.m swapcols.m zgsgiv.m |
|
7562 is_abcd.m swaprows.m zgshsr.m |
|
7563 is_controllable.m sys2fir.m zp2ss.m |
|
7564 is_detectable.m sys2ss.m zp2ssg2.m |
|
7565 is_dgkf.m sys2tf.m zp2sys.m |
|
7566 is_digital.m sys2zp.m zp2tf.m |
|
7567 is_observable.m sysadd.m zpout.m |
|
7568 is_sample.m sysappend.m |
|
7569 |
|
7570 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7571 |
|
7572 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7573 |
|
7574 * strings/deblank.m: Make it work for string arrays too. |
|
7575 |
3211
|
7576 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7577 |
|
7578 * linear-algebra/housh.m: New file from the OCST. |
|
7579 * linear-algebra/krygetq.m: Ditto. |
|
7580 * linear-algebra/krylov.m: Ditto. |
|
7581 * linear-algebra/krylovb.m: Ditto. |
|
7582 * linear-algebra/qrhouse.m: Ditto. |
|
7583 * general/is_duplicate_entry.m: Ditto. |
|
7584 |
|
7585 * general/is_symmetric.m: Call is_square instead of doing that |
|
7586 check in line. |
|
7587 |
3196
|
7588 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7589 |
3202
|
7590 * general/is_square.m: |
|
7591 |
|
7592 * general/isempty.m, general/is_matrix.m: Delete. |
|
7593 |
|
7594 * general/is_symmetric: Delete special case for strings. Whether |
|
7595 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7596 |
|
7597 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7598 just return 0. |
|
7599 * general/is_symmetric: Likewise. |
|
7600 * general/is_vector.m: Likewise. |
|
7601 * general/is_scalar.m: Likewise. |
|
7602 |
3196
|
7603 * general/length.m: Delete. |
|
7604 |
3191
|
7605 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7606 |
|
7607 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7608 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7609 and statistics/tests/Makefile to the list of files to create. |
|
7610 |
|
7611 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7612 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7613 statistics/tests/Makefile.in: New files. |
|
7614 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7615 subdirectories. |
|
7616 * Makefile.in (SUBDIRS): Add finance. |
|
7617 |
|
7618 * Move the following files from statistics to statistics/base: |
|
7619 |
|
7620 corrcoef.m |
|
7621 kurtosis.m |
|
7622 mahalanobis.m |
|
7623 median.m |
|
7624 ols.m |
|
7625 skewness.m |
|
7626 std.m |
|
7627 |
|
7628 New files, from Kurt Hornik's octave-ci package: |
|
7629 |
|
7630 * finance (new directory): |
|
7631 |
|
7632 fv.m |
|
7633 fvl.m |
|
7634 irr.m |
|
7635 nper.m |
|
7636 npv.m |
|
7637 pmt.m |
|
7638 pv.m |
|
7639 pvl.m |
|
7640 rate.m |
|
7641 vol.m |
|
7642 |
|
7643 * linear-algebra/dmult.m |
|
7644 |
|
7645 * signal: |
|
7646 |
|
7647 arch_fit.m |
|
7648 arch_rnd.m |
|
7649 arch_test.m |
|
7650 arma_rnd.m |
|
7651 autocor.m |
|
7652 autocov.m |
|
7653 autoreg_matrix.m |
|
7654 bartlett.m |
|
7655 blackman.m |
|
7656 diffpara.m |
|
7657 durbinlevinson.m |
|
7658 fractdiff.m |
|
7659 hamming.m |
|
7660 hanning.m |
|
7661 hurst.m |
|
7662 periodogram.m |
|
7663 rectangle_lw.m |
|
7664 rectangle_sw.m |
|
7665 sinetone.m |
|
7666 sinewave.m |
|
7667 spectral_adf.m |
|
7668 spectral_xdf.m |
|
7669 spencer.m |
|
7670 stft.m |
|
7671 synthesis.m |
|
7672 triangle_lw.m |
|
7673 triangle_sw.m |
|
7674 yulewalker.m |
|
7675 |
|
7676 * statistics/base (new directory): |
|
7677 |
|
7678 center.m |
|
7679 cloglog.m |
|
7680 cor.m |
|
7681 cov.m |
|
7682 cut.m |
|
7683 iqr.m |
|
7684 kendall.m |
|
7685 logit.m |
|
7686 mean.m |
|
7687 meansq.m |
|
7688 moment.m |
|
7689 ppplot.m |
|
7690 probit.m |
|
7691 qqplot.m |
|
7692 range.m |
|
7693 ranks.m |
|
7694 run_count.m |
|
7695 spearman.m |
|
7696 statistics.m |
|
7697 studentize.m |
|
7698 table.m |
|
7699 values.m |
|
7700 var.m |
|
7701 |
|
7702 (Replaces cov.m and mean.m with new versions.) |
|
7703 |
|
7704 * statistics/distributions (new directory): |
|
7705 |
|
7706 beta_cdf.m |
|
7707 beta_inv.m |
|
7708 beta_pdf.m |
|
7709 beta_rnd.m |
|
7710 binomial_cdf.m |
|
7711 binomial_inv.m |
|
7712 binomial_pdf.m |
|
7713 binomial_rnd.m |
|
7714 cauchy_cdf.m |
|
7715 cauchy_inv.m |
|
7716 cauchy_pdf.m |
|
7717 cauchy_rnd.m |
|
7718 chisquare_cdf.m |
|
7719 chisquare_inv.m |
|
7720 chisquare_pdf.m |
|
7721 chisquare_rnd.m |
|
7722 discrete_cdf.m |
|
7723 discrete_inv.m |
|
7724 discrete_pdf.m |
|
7725 discrete_rnd.m |
|
7726 empirical_cdf.m |
|
7727 empirical_inv.m |
|
7728 empirical_pdf.m |
|
7729 empirical_rnd.m |
|
7730 exponential_cdf.m |
|
7731 exponential_inv.m |
|
7732 exponential_pdf.m |
|
7733 exponential_rnd.m |
|
7734 f_cdf.m |
|
7735 f_inv.m |
|
7736 f_pdf.m |
|
7737 f_rnd.m |
|
7738 gamma_cdf.m |
|
7739 gamma_inv.m |
|
7740 gamma_pdf.m |
|
7741 gamma_rnd.m |
|
7742 geometric_cdf.m |
|
7743 geometric_inv.m |
|
7744 geometric_pdf.m |
|
7745 geometric_rnd.m |
|
7746 hypergeometric_cdf.m |
|
7747 hypergeometric_inv.m |
|
7748 hypergeometric_pdf.m |
|
7749 hypergeometric_rnd.m |
|
7750 kolmogorov_smirnov_cdf.m |
|
7751 laplace_cdf.m |
|
7752 laplace_inv.m |
|
7753 laplace_pdf.m |
|
7754 laplace_rnd.m |
|
7755 logistic_cdf.m |
|
7756 logistic_inv.m |
|
7757 logistic_pdf.m |
|
7758 logistic_rnd.m |
|
7759 lognormal_cdf.m |
|
7760 lognormal_inv.m |
|
7761 lognormal_pdf.m |
|
7762 lognormal_rnd.m |
|
7763 normal_cdf.m |
|
7764 normal_inv.m |
|
7765 normal_pdf.m |
|
7766 normal_rnd.m |
|
7767 pascal_cdf.m |
|
7768 pascal_inv.m |
|
7769 pascal_pdf.m |
|
7770 pascal_rnd.m |
|
7771 poisson_cdf.m |
|
7772 poisson_inv.m |
|
7773 poisson_pdf.m |
|
7774 poisson_rnd.m |
|
7775 stdnormal_cdf.m |
|
7776 stdnormal_inv.m |
|
7777 stdnormal_pdf.m |
|
7778 stdnormal_rnd.m |
|
7779 t_cdf.m |
|
7780 t_inv.m |
|
7781 t_pdf.m |
|
7782 t_rnd.m |
|
7783 uniform_cdf.m |
|
7784 uniform_inv.m |
|
7785 uniform_pdf.m |
|
7786 uniform_rnd.m |
|
7787 weibull_cdf.m |
|
7788 weibull_inv.m |
|
7789 weibull_pdf.m |
|
7790 weibull_rnd.m |
|
7791 wiener_rnd.m |
|
7792 |
|
7793 * statistics/models (new directory): |
|
7794 |
|
7795 logistic_regression.m |
|
7796 logistic_regression_derivatives.m |
|
7797 logistic_regression_likelihood.m |
|
7798 |
|
7799 * statistics/tests (new directory): |
|
7800 |
|
7801 anova.m |
|
7802 bartlett_test.m |
|
7803 chisquare_test_homogeneity.m |
|
7804 chisquare_test_independence.m |
|
7805 cor_test.m |
|
7806 f_test_regression.m |
|
7807 hotelling_test.m |
|
7808 hotelling_test_2.m |
|
7809 kolmogorov_smirnov_test.m |
|
7810 kolmogorov_smirnov_test_2.m |
|
7811 kruskal_wallis_test.m |
|
7812 manova.m |
|
7813 mcnemar_test.m |
|
7814 prop_test_2.m |
|
7815 run_test.m |
|
7816 sign_test.m |
|
7817 t_test.m |
|
7818 t_test_2.m |
|
7819 t_test_regression.m |
|
7820 u_test.m |
|
7821 var_test.m |
|
7822 welch_test.m |
|
7823 wilcoxon_test.m |
|
7824 z_test.m |
|
7825 z_test_2.m |
|
7826 |
|
7827 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7828 |
|
7829 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7830 compatibility and to avoid Y2K problems. |
|
7831 |
3190
|
7832 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7833 |
|
7834 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7835 least-squares solution. |
|
7836 |
3180
|
7837 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7838 |
|
7839 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7840 |
|
7841 * strings/strrep.m: Don't convert args to numeric values. |
|
7842 Prevent warnings for empty string args. |
|
7843 From Georg Thimm <thimm@idiap.ch>. |
|
7844 |
|
7845 * strings/strcat.m: Prevent warnings for empty string args. |
|
7846 |
|
7847 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7848 |
|
7849 * miscellaneous/menu.m: Remove special case for empty string |
|
7850 returned from input(). Add second arg to eval() to catch errors. |
|
7851 |
3178
|
7852 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7853 |
|
7854 * plot/__plt__.m: Don't call usleep. |
|
7855 |
3175
|
7856 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7857 |
|
7858 * linear-algebra/dot.m: New function. |
|
7859 |
|
7860 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7861 compatibility. |
|
7862 |
|
7863 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7864 |
|
7865 * plot/hist.m: Also allow just one output argument. |
|
7866 |
|
7867 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7868 |
|
7869 * strings/deblank.m: Make it work if the string is only blanks. |
|
7870 |
|
7871 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7872 |
|
7873 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7874 |
|
7875 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7876 |
|
7877 * plot/oneplot.m: Fix typo. |
|
7878 |
3174
|
7879 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7880 |
|
7881 * miscellaneous/flops.m: Allow a single argument too. |
|
7882 |
|
7883 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7884 |
|
7885 * strings/str2mat.m: Also handle case when there are no empty |
|
7886 strings correctly. |
|
7887 |
|
7888 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7889 |
|
7890 * strings/isletter.m: New function, for Matlab compatibility. |
|
7891 |
3168
|
7892 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7893 |
|
7894 * strings/str2mat.m: Handle string matrices too. |
|
7895 |
3167
|
7896 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7897 |
|
7898 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7899 linear encoding. |
|
7900 |
|
7901 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7902 audio/record.m: Open files in binary mode. |
|
7903 |
3164
|
7904 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7905 |
|
7906 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7907 Move functionality of dump_1_pref here, but use built-in function |
|
7908 type to extract value, and put it inside try/catch block. |
|
7909 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7910 |
3162
|
7911 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7912 |
|
7913 * plot/__pltopt1.m__: New file. |
|
7914 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7915 __pltopt1__ multiple times and returning a string array with rows |
|
7916 corresponding to the rows of opt. |
|
7917 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7918 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7919 array. |
|
7920 |
|
7921 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7922 |
|
7923 * plot/mplot.m: Fix misspellings of global variables. |
|
7924 Don't call clearplot. |
|
7925 |
|
7926 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7927 |
|
7928 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7929 "cle;rep" when going in ot multiplot mode. |
|
7930 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7931 switching out of multiplot mode. |
|
7932 |
3156
|
7933 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7934 |
3156
|
7935 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7936 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7937 |
3141
|
7938 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7939 |
|
7940 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7941 |
|
7942 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7943 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7944 |
|
7945 * Makefile.in (install): Create separate ls-R files for |
|
7946 $(datadir) and $(libexecdir). |
|
7947 (uninstall): Remove both ls-R files. |
|
7948 |
3136
|
7949 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7950 |
|
7951 * signal/fftshift.m: New file. |
|
7952 |
|
7953 * plot/contour.m: Fix for non-square case. |
|
7954 |
|
7955 * general/randperm.m: New file. |
|
7956 |
|
7957 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7958 |
|
7959 * specfun/betai.m: Restore file for compatibility with previous |
|
7960 versions. Call betainc with reordered args. |
|
7961 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7962 |
3131
|
7963 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7964 |
|
7965 * plot/contour.m: Handle discrete contour levels. |
|
7966 |
|
7967 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7968 |
|
7969 * control/lyap.m: For compatibility with Matlab, solve |
|
7970 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7971 |
3124
|
7972 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7973 |
|
7974 * specfun/bessel.m: New file. |
|
7975 |
|
7976 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7977 specfun/gammainc.m: Delete. |
|
7978 |
3106
|
7979 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7980 |
|
7981 * image/colormap.m: Initialize __current_color_map__ in global |
|
7982 statement. |
|
7983 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7984 statement. |
|
7985 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7986 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7987 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7988 |
3103
|
7989 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7990 |
|
7991 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7992 * time/toc.m: Likewise. |
|
7993 |
|
7994 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7995 |
|
7996 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7997 anything special for automatic_replot when in multiplot mode -- |
|
7998 recent 3.6beta releases handle this correctly. |
|
7999 |
|
8000 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
8001 setting the terminal type. |
|
8002 |
|
8003 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
8004 plot/subwindow.m: Use leading and trailing underscores for |
|
8005 `private' globals. |
|
8006 |
|
8007 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
8008 |
3101
|
8009 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8010 |
|
8011 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
8012 |
3091
|
8013 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8014 |
3092
|
8015 * specfun/gammai.m: Avoid problems with whitespace when |
|
8016 constructing matrices. |
|
8017 |
3091
|
8018 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
8019 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
8020 original y vector. |
|
8021 |
3085
|
8022 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8023 |
|
8024 * linear-algebra/cross.m: Use direct formula instead of calling |
|
8025 det three times in a loop. If both args are column (row) vectors, |
|
8026 return a column (row) vector. If they don't match, pay attention |
|
8027 to the value of prefer_column_vectors. |
|
8028 |
5095
|
8029 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
8030 |
|
8031 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
8032 nonsymmetric matrices. |
|
8033 |
|
8034 * general/tril.m: Fix usage message. |
|
8035 |
|
8036 * polynomial/polyvalm.m: Fix error messages. |
|
8037 * polynomial/polyderiv.m: Likewise. |
|
8038 * polynomial/polyval.m: Likewise. |
|
8039 |
3081
|
8040 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8041 |
|
8042 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
8043 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
8044 |
3063
|
8045 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8046 |
|
8047 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
8048 |
5095
|
8049 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
8050 |
|
8051 * plot/__pltopt__.m: Handle key/legend names. |
|
8052 Correctly set colors, line styles, and point styles. |
|
8053 |
3061
|
8054 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8055 |
|
8056 * polynomial/polyfit.m: Return fit y values as second output. |
|
8057 Don't use QR factorization to solve least squares problem. |
|
8058 |
|
8059 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8060 |
|
8061 * control/dlqr.m: Use ao, not a, to compute k. |
|
8062 |
3024
|
8063 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8064 |
|
8065 * miscellaneous/path.m: New file. |
|
8066 |
2993
|
8067 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8068 |
|
8069 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
8070 name. |
|
8071 |
2968
|
8072 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8073 |
|
8074 * specfun/erfinv.m: Add missing semicolon. |
|
8075 |
2870
|
8076 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8077 |
|
8078 * miscellaneous/xor.m: Make type of return value logical. |
|
8079 |
2853
|
8080 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8081 |
|
8082 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8083 warn_comma_in_global_decl. |
|
8084 |
2831
|
8085 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8086 |
|
8087 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
8088 octave-bug script. |
|
8089 |
2823
|
8090 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8091 |
2824
|
8092 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
8093 prefer_zero_one_indexing. |
|
8094 |
2823
|
8095 * general/logical.m: New file. |
|
8096 |
2816
|
8097 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8098 |
|
8099 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
8100 and is_vector(). |
|
8101 |
5095
|
8102 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
8103 |
|
8104 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
8105 Use tolerance of 2 * eps. |
|
8106 |
2811
|
8107 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8108 |
|
8109 * Makefile.in (install-strip): New target. |
|
8110 * audio/Makefile.in: Ditto. |
|
8111 * control/Makefile.in: Ditto. |
|
8112 * elfun/Makefile.in: Ditto. |
|
8113 * general/Makefile.in: Ditto. |
|
8114 * image/Makefile.in: Ditto. |
|
8115 * io/Makefile.in: Ditto. |
|
8116 * linear-algebra/Makefile.in: Ditto. |
|
8117 * miscellaneous/Makefile.in: Ditto. |
|
8118 * plot/Makefile.in: Ditto. |
|
8119 * polynomial/Makefile.in: Ditto. |
|
8120 * set/Makefile.in: Ditto. |
|
8121 * signal/Makefile.in: Ditto. |
|
8122 * specfun/Makefile.in: Ditto. |
|
8123 * special-matrix/Makefile.in: Ditto. |
|
8124 * startup/Makefile.in: Ditto. |
|
8125 * statistics/Makefile.in: Ditto. |
|
8126 * strings/Makefile.in: Ditto. |
|
8127 |
2809
|
8128 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8129 |
|
8130 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
8131 |
2798
|
8132 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8133 |
|
8134 * statistics/corrcoef.m: Make it actually work. |
|
8135 |
2795
|
8136 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8137 |
2798
|
8138 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
8139 |
2779
|
8140 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
8141 |
|
8142 * Version 2.0.5 released. |
|
8143 |
2745
|
8144 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8145 |
2749
|
8146 * Makefile.in (maintainer-clean): Also remove configure. |
|
8147 |
2746
|
8148 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
8149 |
2745
|
8150 * general/is_matrix.m: Return zero for empty matrices. |
|
8151 |
|
8152 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8153 |
|
8154 * linear-algebra/vech.m: Size result just once. |
|
8155 |
2726
|
8156 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8157 |
|
8158 * general/is_square.m: Handle empty matrices correctly. |
|
8159 * general/is_symmetric.m: Handle empty matrices and strings. |
|
8160 |
2716
|
8161 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8162 |
|
8163 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
8164 * polynomial/deconv.m: Likewise. |
|
8165 * polynomial/polyderiv.m: Likewise. |
|
8166 * polynomial/polyinteg.m: Likewise. |
|
8167 * polynomial/polyreduce.m: Likewise. |
|
8168 * polynomial/polyval.m: Likewise. |
|
8169 * polynomial/polyvalm.m: Likewise. |
|
8170 * general/postpad.m: Likewise. |
|
8171 * general/prepad.m: Likewise. |
|
8172 |
|
8173 * polynomial/compan.m: Check input with is_vector(), not |
|
8174 is_matrix(). Handle scalar case. |
|
8175 |
2711
|
8176 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8177 |
2715
|
8178 * plot/contour.m: Order data so that it is consistent with |
|
8179 meshgrid and mesh. |
|
8180 |
2711
|
8181 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
8182 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
8183 |
2709
|
8184 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
8185 |
|
8186 * Version 2.0.4 released. |
|
8187 |
2706
|
8188 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8189 |
2702
|
8190 * miscellaneous/paren.m: New file. |
|
8191 |
2693
|
8192 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
8193 |
|
8194 * Version 2.0.3 released. |
|
8195 |
2676
|
8196 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8197 |
|
8198 * image/saveimage.m: Only clip image data that is actually out of |
|
8199 range. |
|
8200 |
2667
|
8201 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8202 |
|
8203 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
8204 also be considered to be matrices. |
|
8205 |
|
8206 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
8207 |
|
8208 * general/isempty.m: Use size(), not rows() and columns(). |
|
8209 |
|
8210 * plot/contour.m: Convert set to gset. |
|
8211 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
8212 |
2663
|
8213 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8214 |
|
8215 * specfun/erfinv.m: Fix typo in last change. |
|
8216 |
2650
|
8217 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8218 |
|
8219 * image/loadimage.m: Make it possible to load files with image |
|
8220 data named X or img. |
|
8221 |
|
8222 * image/default.img: Change name of image from X to img to match |
|
8223 what saveimage does now. |
|
8224 |
|
8225 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
8226 does now. |
|
8227 |
2632
|
8228 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8229 |
2634
|
8230 * Version 2.0.2 released. |
|
8231 |
2632
|
8232 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8233 weird missing-lines bug without creating extra plots unecessarily. |
|
8234 |
2624
|
8235 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8236 |
|
8237 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8238 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8239 io/Makefile.in, linear-algebra/Makefile.in, |
|
8240 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8241 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8242 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8243 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8244 time/Makefile.in (bin-dist): New target. |
|
8245 |
2621
|
8246 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8247 |
|
8248 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8249 |
|
8250 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8251 |
|
8252 * miscellaneous/xor.m: Make it work. |
|
8253 |
2613
|
8254 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8255 |
|
8256 * plot/sombrero.m: Doc fix. |
|
8257 |
2602
|
8258 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8259 |
|
8260 * Version 2.0.1 released. |
|
8261 |
2601
|
8262 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8263 |
|
8264 * elfun/lcm.m: Replace missing if statement. |
|
8265 |
|
8266 * elfun/gcd.m: Report error if no input args. |
|
8267 * elfun/lcm.m: Likewise. |
|
8268 |
2597
|
8269 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8270 |
|
8271 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8272 Also list contents of $libexecdir/octave in ls-R database. |
|
8273 |
2583
|
8274 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8275 |
|
8276 * Version 2.0 released. |
|
8277 |
2575
|
8278 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8279 |
|
8280 * Version 1.94. |
|
8281 |
2558
|
8282 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8283 |
|
8284 * strings/str2num.m: New file. |
|
8285 |
2554
|
8286 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8287 |
|
8288 * Version 1.93. |
|
8289 |
2540
|
8290 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8291 |
|
8292 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8293 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8294 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8295 |
|
8296 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8297 general/common_size.m: New files from Kurt Hornik. |
|
8298 |
|
8299 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8300 New files from Kurt Hornik. |
|
8301 |
|
8302 * signal/detrend.m: New file from Kurt Hornik. |
|
8303 |
|
8304 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8305 specfun/pow2.m, specfun/log2.m: |
|
8306 New files and updates from Kurt Hornik. |
|
8307 |
2523
|
8308 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8309 |
|
8310 * plot/__plt__.m: Add explicit replot after last command is |
|
8311 issued, to force all lines to be displayed. Hmm. |
|
8312 |
2512
|
8313 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8314 |
2520
|
8315 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8316 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8317 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8318 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8319 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8320 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8321 Uset gset, not set. |
|
8322 |
2512
|
8323 * Version 1.92. |
|
8324 |
2482
|
8325 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8326 |
2486
|
8327 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8328 almighty Creator. Use single call to fprintf instead of looping. |
|
8329 |
|
8330 * image/Makefile.in: Delete references to octtopnm. |
|
8331 |
|
8332 * general/logspace.m: Doc fix. |
|
8333 |
2482
|
8334 * Version 1.91. |
|
8335 |
2458
|
8336 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8337 |
|
8338 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8339 |
|
8340 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8341 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8342 deleted. |
|
8343 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8344 of a system() command to delete the tmp file. |
|
8345 |
2452
|
8346 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8347 |
|
8348 * Version 1.90. |
|
8349 |
|
8350 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8351 |
2360
|
8352 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8353 |
|
8354 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8355 Don't check for string value of automatic_replot. |
|
8356 |
|
8357 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8358 Temporarily set do_fortran_indexing to 1, not "true". |
|
8359 |
|
8360 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8361 not "false". |
|
8362 |
|
8363 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8364 "false". |
|
8365 |
2355
|
8366 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8367 |
|
8368 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8369 |
2330
|
8370 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8371 |
|
8372 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8373 system command. |
|
8374 |
|
8375 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8376 |
|
8377 * __plr1__.m: Renamed from polar_int_1.m. |
|
8378 * __plr2__.m: Renamed from polar_int_2.m. |
|
8379 * __plr__.m: Renamed from polar_int.m. |
|
8380 * __plt1__.m: Renamed from plot_int_1.m. |
|
8381 * __plt2__.m: Renamed from plot_int_2.m. |
|
8382 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8383 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8384 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8385 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8386 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8387 * __plt__.m: Renamed from plot_int.m. |
|
8388 * __pltopt__.m: Renamed from plot_opt.m. |
|
8389 Change all callers. |
|
8390 |
|
8391 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8392 |
|
8393 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8394 comments like those found in Emacs lisp files. |
|
8395 |
|
8396 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8397 |
|
8398 * All .m files: Change comment style. |
|
8399 |
|
8400 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8401 |
|
8402 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8403 subplot.m, subwindow.m, top_title.m: |
|
8404 Print error message if gnuplot_has_multiplot is not true. |
|
8405 |
|
8406 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8407 |
|
8408 * plot/figure.m: New function. |
|
8409 |
|
8410 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8411 |
|
8412 * strings/strrep.m: New function. |
|
8413 |
|
8414 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8415 |
|
8416 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8417 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8418 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8419 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8420 New functions from Kurt Hornik, heavily modified by jwe. |
|
8421 |
|
8422 * general/reshape.m: Allow strings to be reshaped too. |
|
8423 |
|
8424 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8425 Always return a scalar. |
|
8426 |
|
8427 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8428 |
|
8429 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8430 Matlab. |
|
8431 |
|
8432 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8433 |
|
8434 * polynomial/polyfit.m: Add missing close paren. |
|
8435 |
|
8436 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8437 |
|
8438 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8439 |
|
8440 * io/scanf.m: Delete. |
|
8441 |
|
8442 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8443 |
|
8444 * statistics/median.m: Fix typo in usage message. |
|
8445 |
|
8446 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8447 |
|
8448 * miscellaneous/popen2.m: New file. |
|
8449 |
|
8450 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8451 |
|
8452 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8453 |
|
8454 * io: New directory. |
|
8455 * Makefile.in (SUBDIRS): Add it to the list. |
|
8456 |
|
8457 * miscellaneous/flops.m: New file. |
|
8458 |
|
8459 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8460 |
|
8461 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8462 vector, for compatibility with previous versions and with Matlab |
|
8463 (which only returns one scalar value). |
|
8464 |
|
8465 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8466 |
|
8467 * general/triu.m: Compute lower bound on loop index correctly. |
|
8468 * general/tril.m: Likewise, for upper bound. |
|
8469 |
|
8470 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8471 |
|
8472 * image/saveimage.m: For color images, make sure indices into |
|
8473 temporary colormap and result matrix have proper orientation. |
|
8474 Set grey flag correctly. |
|
8475 |
|
8476 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8477 |
|
8478 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8479 jrv@vanzandt.mv.com). |
|
8480 |
|
8481 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8482 |
|
8483 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8484 * mesh.m: Transpose Z if only one arg. |
|
8485 Handle case of all three args being matrices (from Jim Van Zandt |
|
8486 jrv@vanzandt.mv.com). |
|
8487 * meshdom.m: Undo previous change. |
|
8488 |
|
8489 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8490 |
|
8491 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8492 |
|
8493 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8494 |
|
8495 * audio: New directory of files from Kurt Hornik and Andreas |
|
8496 Weingessel. |
|
8497 * audio/Makefile.in: New file. |
|
8498 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8499 |
|
8500 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8501 |
|
8502 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8503 |
|
8504 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8505 |
|
8506 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8507 columns (z), not the other way around. |
|
8508 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8509 |
|
8510 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8511 |
|
8512 * plot/axis.m: Return current axis if nargin == 0. |
|
8513 |
|
8514 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8515 |
|
8516 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8517 |
|
8518 * polynomial/polyder.m: New file. |
|
8519 |
|
8520 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8521 |
|
8522 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8523 |
|
8524 * specfun/betainc.m: New file. |
|
8525 * specfun/gammainc.m: New file. |
|
8526 |
|
8527 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8528 |
|
8529 * general/strerror.m: New file. |
|
8530 * general/perror.m: Implement using strerror(). |
|
8531 |
|
8532 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8533 |
|
8534 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8535 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8536 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8537 |
|
8538 * image/saveimage.m: Round img values first. |
|
8539 |
|
8540 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8541 |
|
8542 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8543 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8544 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8545 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8546 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8547 tuwien/strfun/split.m: Add missing semicolons. |
|
8548 |
|
8549 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8550 |
|
8551 * image/Makefile.in: Don't build or install octtoppm. |
|
8552 |
|
8553 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8554 routines so that people who don't have the pbm stuff installed |
2330
|
8555 can still use this function. |
|
8556 |
|
8557 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8558 |
|
8559 * image/saveimage.m: Better error checking, clean up a bit. |
|
8560 |
|
8561 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8562 |
|
8563 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8564 avoid conflict with new built-in text-style function more. |
|
8565 |
|
8566 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8567 |
|
8568 * startup/Makefile.in (install): Also install octaverc in |
|
8569 $localfcnfiledir/startup/octavrc. |
|
8570 |
|
8571 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8572 |
|
8573 * mkinstalldirs: New file. |
|
8574 * Makefile.in (DISTFILES): Add it to the list. |
|
8575 |
|
8576 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8577 |
|
8578 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8579 |
|
8580 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8581 r(1) != c(nr), not if r(1) != c(1). |
|
8582 |
|
8583 * signal/filter.m: Doc fix. |
|
8584 |
|
8585 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8586 |
|
8587 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8588 ru_ or tv_ prefixes). |
|
8589 |
|
8590 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8591 |
|
8592 * time/ctime.m: Fix doc string and usage message. |
|
8593 |
|
8594 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8595 |
|
8596 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8597 |
|
8598 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8599 |
|
8600 * control/c2d.m: Make function work for any value of |
|
8601 whitespace_in_literal_matrix. |
|
8602 * control/dare.m: Likewise. |
|
8603 * control/tzero.m: Likewise. |
|
8604 * elfun/gcd.m: Likewise. |
|
8605 * elfun/lcm.m: Likewise. |
|
8606 * general/postpad.m: Likewise. |
|
8607 * general/prepad.m: Likewise. |
|
8608 * linear-algebra/kron.m: Likewise. |
|
8609 * miscellaneous/etime.m: Likewise. |
|
8610 * polynomial/conv.m: Likewise. |
|
8611 * polynomial/deconv.m: Likewise. |
|
8612 * polynomial/poly.m: Likewise. |
|
8613 * polynomial/roots.m: Likewise. |
|
8614 * signal/filter.m: Likewise. |
|
8615 * signal/freqz.m: Likewise. |
|
8616 * signal/fftfilt.m: Likewise. |
|
8617 |
|
8618 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8619 |
|
8620 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8621 |
|
8622 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8623 |
|
8624 * plot/polar_int_2.m: Add missing semicolons. |
|
8625 Set theta = theta', not rho'. |
|
8626 |
|
8627 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8628 |
|
8629 * polynomial/roots.m: Make it work for any value of |
|
8630 whitespace_in_literal_matrix. |
|
8631 |
|
8632 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8633 |
|
8634 * configure.in: New file. |
|
8635 |
|
8636 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8637 |
|
8638 * control/lyap.m: Add missing semicolon. |
|
8639 |
|
8640 * miscellaneous/cputime.m: New function file. |
|
8641 |
|
8642 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8643 |
|
8644 * time: New directory. |
|
8645 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8646 New function files. |
|
8647 * time/Makefile.in: New file. |
|
8648 * Makefile.in (SUBDIRS): Add time. |
|
8649 |
|
8650 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8651 |
|
8652 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8653 |
|
8654 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8655 |
|
8656 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8657 |
|
8658 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8659 |
|
8660 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8661 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8662 |
|
8663 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8664 |
|
8665 * Makefile.in (install): Create ls-R database file. |
|
8666 (uninstall): Delete it. |
|
8667 |
|
8668 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8669 |
5378
|
8670 * image/saveimage.m: Fix typo. |
2330
|
8671 |
|
8672 See ChangeLog.1 in the top level directory for earlier changes. |