6386
|
1 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
2 |
|
3 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
4 |
6385
|
5 2007-03-06 David Bateman <dbateman@free.fr> |
|
6 John W. Eaton <jwe@octave.org> |
|
7 |
|
8 * set/setdiff.m: Ignore "rows" for cell array args. |
|
9 Handle cellstr args. |
|
10 |
6382
|
11 2007-03-05 John W. Eaton <jwe@octave.org> |
|
12 |
|
13 * optimization/sqp.m: Defer first call to obj_hess until after |
|
14 calling obj_fun. |
|
15 |
6377
|
16 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
17 |
|
18 * specfun/nchoosek.m: Fix nargin check. |
|
19 |
6376
|
20 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
21 |
|
22 * image/__img__.m: Don't set xlim and ylim properties. |
|
23 |
6374
|
24 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
25 |
|
26 * general/interp1.m: Fix *style cases for decreasing x. |
|
27 |
6372
|
28 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
29 |
|
30 * polynomial/roots.m: Check nargin before accessing arg. |
|
31 |
6369
|
32 2007-02-28 John W. Eaton <jwe@octave.org> |
|
33 |
|
34 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
35 increment data_idx unless using gnuplot for display. |
|
36 |
6368
|
37 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
38 |
|
39 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
40 plots with images. |
|
41 * image/image.m, image/imagesc.m, image/imshow.m: |
|
42 Deprecate zoom argument. |
|
43 |
6366
|
44 2007-02-28 John W. Eaton <jwe@octave.org> |
|
45 |
|
46 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
47 temporary file names. Keep image and colormap file ids separate. |
|
48 |
|
49 * general/interp1.m: Correctly compute min and max values when |
|
50 values are decreasing and not evenly spaced. |
|
51 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
52 |
6365
|
53 2007-02-27 John W. Eaton <jwe@octave.org> |
|
54 |
|
55 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
56 returning an empty cell array. |
|
57 |
6364
|
58 2007-02-27 From Michael Goffioul <michael.goffioul@swing.be> |
|
59 |
|
60 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
61 |
6358
|
62 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> |
|
63 |
|
64 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
65 control/base/Makefile.in, control/hinf/Makefile.in, |
|
66 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
67 control/util/Makefile.in, deprecated/Makefile.in, |
|
68 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
69 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
70 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
71 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
72 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
73 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
74 special-matrix/Makefile.in, startup/Makefile.in, |
|
75 statistics/Makefile.in, statistics/base/Makefile.in, |
|
76 statistics/distributions/Makefile.in, |
|
77 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
78 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
79 Use $(LN_S) instead of ln or ln -s. |
|
80 |
6356
|
81 2007-02-24 David Bateman <dbateman@free.fr> |
|
82 |
|
83 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
84 '\n' in FILES file. |
6357
|
85 (configure_make): Also install any mex files. |
6356
|
86 |
6353
|
87 2007-02-24 David Bateman <dbateman@free.fr> |
|
88 |
|
89 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
90 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
91 |
6351
|
92 2007-02-23 John W. Eaton <jwe@octave.org> |
|
93 |
|
94 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
95 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
96 |
|
97 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
98 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
99 |
6349
|
100 2007-02-23 David Bateman <dbateman@free.fr> |
|
101 |
|
102 * statistics/distributions/discrete_rnd.m, |
|
103 statistics/distributions/geornd.m, |
|
104 statistics/distributions/lognnd.m, |
|
105 statistics/distributions/nbinrnd.m, |
|
106 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
107 |
|
108 * statistics/distributions/unidcdf.m, |
|
109 statistics/distributions/unidinv.m, |
|
110 statistics/distributions/unidpdf.m, |
|
111 statistics/distributions/unidrnd.m: New functions based on |
6351
|
112 discrete_cdf, etc. |
6349
|
113 |
|
114 * statistics/distributions/pascal_cdf.m, |
|
115 statistics/distributions/pascal_inv.m, |
|
116 statistics/distributions/pascal_pdf.m, |
|
117 statistics/distributions/pascal_rnd.m: Remove. |
|
118 * statistics/distributions/nbincdf.m, |
|
119 statistics/distributions/nbininv.m, |
|
120 statistics/distributions/nbinpdf.m, |
|
121 statistics/distributions/nbinrnd.m: Replace with matlab |
|
122 compatible functions. |
|
123 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
124 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
125 nbincdf, etc functions to implement these. |
|
126 |
6344
|
127 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
128 |
|
129 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
130 command and data. |
|
131 |
|
132 2007-02-22 John W. Eaton <jwe@octave.org> |
|
133 |
|
134 * miscellaneous/doc.m: If index search fails, try again without |
|
135 the index search option. |
|
136 |
6339
|
137 2007-02-22 David Bateman <dbateman@free.fr> |
|
138 |
6341
|
139 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
140 |
6340
|
141 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
142 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
143 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
144 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
145 and randp to accelerate. |
|
146 |
6339
|
147 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
148 |
6338
|
149 2007-02-22 John W. Eaton <jwe@octave.org> |
|
150 |
|
151 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
152 cache data and display after xlim and ylim have been determined. |
|
153 |
6337
|
154 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
155 |
|
156 * plot/__uiobject_draw_axes__.m: |
|
157 Allow multiple images to be displayed with gnuplot. |
|
158 |
6333
|
159 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
160 |
|
161 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
162 for versions of GLPK 4.15 and later. |
|
163 |
6328
|
164 2007-02-19 John W. Eaton <jwe@octave.org> |
|
165 |
|
166 * plot/__uiobject_alloc__.in: If next available element in |
|
167 __uiobject_list__ is 0, grow list before doing anything else. |
|
168 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
169 first call when size of __uiobject_list__ is 0. |
|
170 |
6323
|
171 2007-02-16 John W. Eaton <jwe@octave.org> |
|
172 |
|
173 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
174 |
6321
|
175 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
176 |
|
177 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
178 |
6316
|
179 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
180 |
|
181 * specfun/nchoosek.m: Check nargin. |
|
182 |
6314
|
183 2007-02-15 John W. Eaton <jwe@octave.org> |
|
184 |
6315
|
185 * path/addpath.m, path/rmpath.m: Delete |
|
186 * path/Makefile.in (SOURCES): Remove them from the list. |
|
187 |
6314
|
188 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
189 Delete title, xlabel, ylabel, and zlabel properties before |
|
190 reassigning. |
|
191 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
192 Don't init outerposition if "mode" is "replace". |
|
193 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
194 If axes nextplot property is replace, pass "replace" as mode arg |
|
195 to __uiobject_axes_init__. |
|
196 |
6308
|
197 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
198 |
6310
|
199 * image/imshow.m: Don't restore old colormap. |
|
200 |
6309
|
201 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
202 * image/__img__.m: New file containing common parts of image.m and |
|
203 imshow.m. |
6312
|
204 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
205 * image/image.m, image/imshow.m: Call __img__. |
|
206 * plot/__uiobject_draw_axes__.m: |
|
207 Handle rgb imaged data stored in 3-d arrays. |
|
208 |
6308
|
209 * plot/figure.m: Doc fix. |
|
210 |
6304
|
211 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
212 |
|
213 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
214 for reading and writing data. New tests. Improve rounding. |
|
215 |
6302
|
216 2007-02-13 John W. Eaton <jwe@octave.org> |
|
217 |
6303
|
218 * plot/stem.m: New file, adapted from OctPlot. |
|
219 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
220 |
6302
|
221 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
222 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
223 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
224 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
225 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
226 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
227 plot/semilogyerr.m: Return handles to line objects. |
|
228 |
6301
|
229 2007-02-11 John W. Eaton <jwe@octave.org> |
|
230 |
|
231 * plot/__uiobject_close_all.m: New file. |
|
232 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
233 |
6298
|
234 2007-02-10 John W. Eaton <jwe@octave.org> |
|
235 |
|
236 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
237 * plot/__uiobject_globals__.m: Don't call mlock. |
|
238 |
|
239 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
240 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
241 before calling pclose. |
|
242 |
6291
|
243 2007-02-09 John W. Eaton <jwe@octave.org> |
|
244 |
6295
|
245 * plot/subplot.m: Delete spurious call to axes. |
|
246 |
6293
|
247 * plot/figure.m: Call drawnow for current figure before creating |
|
248 or switching to a new figure. |
|
249 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
250 nargin == 0 case. |
|
251 |
6291
|
252 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
253 strange values like Inf+NaNi. |
|
254 |
6283
|
255 2007-02-08 John W. Eaton <jwe@octave.org> |
|
256 |
6286
|
257 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
258 and check gnuplot_use_title_option instead of just assuming -title |
|
259 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
260 |
6285
|
261 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
262 |
6284
|
263 * audio/Makefile.in, control/base/Makefile.in, |
|
264 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
265 control/system/Makefile.in, control/util/Makefile.in, |
|
266 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
267 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
268 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
269 optimization/Makefile.in, plot/Makefile.in, |
|
270 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
271 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
272 special-matrix/Makefile.in, startup/Makefile.in, |
|
273 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
274 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
275 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
276 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
277 |
6283
|
278 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
279 only given property list. |
|
280 |
6278
|
281 2007-02-07 John W. Eaton <jwe@octave.org> |
|
282 |
6280
|
283 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
284 properties. |
|
285 |
6278
|
286 * plot/sombrero.m: Call box ("off") after mesh. |
|
287 |
|
288 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
289 line default" commands with older versions of gnuplot. |
|
290 |
|
291 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
292 |
6273
|
293 2007-02-06 John W. Eaton <jwe@octave.org> |
|
294 |
|
295 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
296 * sparse/gplot.m: Use line style - instead of 1. |
|
297 |
6272
|
298 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
299 |
|
300 * plot/print.m: Avoid error message from cellidx. |
|
301 |
|
302 2007-02-05 John W. Eaton <jwe@octave.org> |
|
303 |
|
304 * plot/legend.m: Fix check for data. |
|
305 |
6270
|
306 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
307 |
|
308 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
309 Always set lt and pt. |
|
310 |
6269
|
311 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
312 |
|
313 * plot/contourc.m: Correctly compute X and Y. |
|
314 |
6268
|
315 2007-02-05 John W. Eaton <jwe@octave.org> |
|
316 |
|
317 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
318 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
319 |
6264
|
320 2007-02-01 John W. Eaton <jwe@octave.org> |
|
321 |
6266
|
322 * plot/__uiobject_draw_axes__.m: |
|
323 Don't try to set axis limits unless we have data. |
|
324 |
6264
|
325 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
326 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
327 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
328 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
329 instead of of key and fmt strings. |
|
330 |
|
331 * plot/__pltopt1__.m: Greatly simplify. |
|
332 |
|
333 * plot/__next_line_color__.m: New file. |
|
334 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
335 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
336 |
|
337 * plot/__default_plot_options__.m: New file. |
|
338 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
339 |
|
340 * plot/__plt3__.m: Delete. |
|
341 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
342 |
6259
|
343 2007-01-31 John W. Eaton <jwe@octave.org> |
|
344 |
6263
|
345 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
346 linestyle, linewidth, marker, and markersize properties. |
|
347 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
348 colors and widths, and line styles. |
|
349 |
|
350 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
351 |
6261
|
352 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
353 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
354 |
|
355 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
356 __gnuplot_save_data__. |
|
357 |
6259
|
358 * image/image.m: Accept 2 args, but ignore the second for now. |
|
359 |
6258
|
360 2007-01-30 David Bateman <dbateman@free.fr> |
|
361 |
|
362 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
363 to flag a package as to be autoloaded. Add install flags -noauto, |
|
364 -auto to force autoload behavior. |
|
365 (installed_packages): Make list of installed packages unique. |
|
366 |
6259
|
367 2007-01-30 John W. Eaton <jwe@octave.org> |
|
368 |
|
369 * Merge of changes from graphics-branch: |
|
370 |
|
371 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
372 |
|
373 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
374 |
|
375 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
376 property if it exists. |
|
377 |
6259
|
378 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
379 |
|
380 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
381 min values outside of loop over child objects. |
|
382 |
|
383 * plot/contour.m, plot/contourc.m: New files. |
|
384 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
385 |
|
386 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
387 find a gnuplot version newer than 4.0. |
|
388 * image/__img_gnuplot__.m: Delete. |
|
389 * image/image.m: Create image graphics object. |
|
390 Call newplot to setup and drawnow to finish. |
|
391 Eliminate ZOOM arg. |
|
392 |
|
393 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
394 |
|
395 * plot/legend.m: Eliminate useless variable "warned". |
|
396 |
|
397 * plot/__uiobject_image_ctor__.m: New file. |
|
398 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
399 |
|
400 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
401 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
402 |
|
403 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
404 |
|
405 * plot/__default_colormap__.m: New file. |
|
406 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
407 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
408 property. |
|
409 * image/colormap.m: Use colormap property of current figure |
|
410 to store colormap instead of using persistent variable. |
|
411 Call __default_colormap__ to get default map value. |
|
412 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
413 |
|
414 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
415 Handle some tick mark options. |
|
416 |
|
417 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
418 set corresponding *mode to "manual". If we set dataaspectratio, |
|
419 set dataaspectratiomode to "manual". |
|
420 |
|
421 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
422 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
423 |
|
424 * plot/axis.m: New file. |
|
425 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
426 |
|
427 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
428 set corresponding *limmode to "manual". |
|
429 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
430 Use it to compute autosclaled limits. |
|
431 Arg is now handle, not object. Change all callers. |
|
432 Compute data limits. |
|
433 |
6259
|
434 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
435 |
|
436 * plot/drawnow: Fix visibility check for zero args. |
|
437 |
|
438 * plot/text.m: New file. |
|
439 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
440 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
441 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
442 horizontalalignment properties. |
|
443 |
|
444 * plot/figure.m: Set options for f we just constructed or were |
|
445 given as an argument, not gcf. Only return handle if nargout > 0. |
|
446 |
|
447 * plot/drawnow.m: Handle visible field for figure here. |
|
448 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
449 |
|
450 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
451 title and axis labels. |
|
452 |
|
453 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
454 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
455 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
456 * plot/view.m: New file. |
|
457 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
458 |
|
459 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
460 Call __request_drawnow__. |
|
461 |
|
462 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
463 |
|
464 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
465 Call set to set properties. Return handle instead of structure. |
|
466 Change all callers. |
|
467 |
|
468 * plot/__uiobject_axes_setr__.m: New file. |
|
469 * plot/set.in: Check for __setter__ field. |
|
470 |
|
471 * plot/__uiobject_axes_init__.in: |
|
472 Rename from plot/__uiobject_axes_init__.m. |
|
473 Include __uiobject_globals__. |
|
474 Accept handle as arg instead of structure |
|
475 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
476 from the list. |
|
477 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
478 |
6259
|
479 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
480 |
|
481 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
482 |
|
483 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
484 initializing each global variable. |
|
485 |
6259
|
486 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
487 |
|
488 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
489 __uiobject_figure_handles_free_list__): New global variables. |
|
490 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
491 Place unused handles on the free list. |
|
492 |
|
493 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
494 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
495 |
|
496 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
497 handles here. Return figure handle. |
|
498 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
499 |
6259
|
500 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
501 |
|
502 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
503 data for gnuplot. |
|
504 |
|
505 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
506 files. |
|
507 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
508 (DISTFILES): Include include-globals.awk in the list. |
|
509 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
510 ($(GEN_M) : %.m : %.in): New rule. |
|
511 |
|
512 * include-globals.awk: New file. |
|
513 |
|
514 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
515 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
516 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
517 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
518 plot/__uiobject_init_root_figure__.in, |
|
519 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
520 Rename from corresponding .m files. |
|
521 |
|
522 * move-if-change: New file. |
|
523 |
|
524 * plot/__uiobject_delete__.m: New file. |
|
525 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
526 plot/__uiobject_delete_child__.m: Delete. |
|
527 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
528 not a character string. |
|
529 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
530 Fix assignment to tmp key value in loop. |
|
531 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
532 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
533 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
534 Inline code to delete children. |
|
535 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
536 __uiobject_list__. |
|
537 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
538 and free child. |
|
539 |
6259
|
540 2006-12-08 John W. Eaton <jwe@octave.org> |
|
541 |
|
542 * plot/gcf.m: Check if the root figure object's currentfigure |
|
543 handle is empty, not 0. |
|
544 * plot/__uiobject_root_figure_ctor__.m: |
|
545 Set currentfigure to [], not 0. |
|
546 |
|
547 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
548 |
|
549 2006-12-07 John W. Eaton <jwe@octave.org> |
|
550 |
|
551 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
552 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
553 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
554 plot/__uiobject_delete_children__.m, |
|
555 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
556 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
557 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
558 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
559 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
560 plot/__uiobject_init_figure__.m, |
|
561 plot/__uiobject_init_root_figure__.m, |
|
562 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
563 plot/__uiobject_remove_child__.m, |
|
564 plot/__uiobject_root_figure_ctor__.m, |
|
565 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
566 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
567 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
568 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
569 plot/set.m: New files. |
|
570 |
|
571 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
572 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
573 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
574 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
575 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
576 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
577 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
578 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
579 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
580 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
581 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
582 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
583 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
584 plot/semilogyerr.m, plot/replot.m: |
|
585 Adapt to new graphics data structure. |
|
586 |
|
587 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
588 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
589 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
590 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
591 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
592 plot/plot_border.m, plot/subwindow.m: Delete. |
|
593 |
|
594 2007-01-24 David Bateman <dbateman@free.fr> |
|
595 |
|
596 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
597 Delete bare newline in string passed to write_INDEX. |
|
598 |
|
599 * sparse/sprandsym.m: Make work for even values of N. |
|
600 |
|
601 2007-01-24 John W. Eaton <jwe@octave.org> |
|
602 |
|
603 * miscellaneous/news.m: New file. |
|
604 |
|
605 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
606 |
|
607 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
608 |
|
609 * strings/strncmp.m: Delete (we now have a built-in version). |
|
610 |
|
611 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
612 |
|
613 * testfun/test.m: Check for all files in path, use first found. |
|
614 |
|
615 2007-01-22 David Bateman <dbateman@free.fr> |
|
616 |
|
617 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
618 |
|
619 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
620 |
|
621 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
622 file name. |
|
623 |
|
624 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
625 nargout is 1. Handle colormaps that have too few colors. |
|
626 |
|
627 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
628 (configure_make): Use fullfile instead of concatenating with "/". |
|
629 |
6258
|
630 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
631 |
|
632 * set/ismember.m: Handle N-d arrays. |
|
633 |
|
634 2007-01-10 David Bateman <dbateman@free.fr> |
|
635 |
|
636 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
637 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
638 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
639 New files. |
|
640 |
|
641 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
642 |
|
643 * pkg/pkg.m: Allow filenames to contain glob patterns. |
|
644 |
|
645 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
646 |
|
647 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
648 instead of concatenating with "/". Use mlock to ensure that |
|
649 persistent variables are not clobbered if user types clear all. |
|
650 |
|
651 2007-01-08 John W. Eaton <jwe@octave.org> |
|
652 |
|
653 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
654 Improve handling of file names containing globbing characters. |
|
655 From S�ren Hauberg <hauberg@gmail.com>. |
|
656 |
|
657 2007-01-05 John W. Eaton <jwe@octave.org> |
|
658 |
|
659 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
660 New files. |
|
661 |
|
662 2006-12-30 John W. Eaton <jwe@octave.org> |
|
663 |
|
664 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
665 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
666 |
|
667 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
668 |
|
669 * image/imshow.m: Strip NaNs from image. |
|
670 |
|
671 2006-12-08 David Bateman <dbateman@free.fr> |
|
672 |
|
673 * sparse/normest.m: New file. |
|
674 |
6286
|
675 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
676 |
6210
|
677 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
678 Work on Windows systems without cp or mv. |
|
679 |
6209
|
680 * startup/inputrc: Include sequences for Windows. |
|
681 |
6203
|
682 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
683 |
|
684 * pkg/pkg.m (unload_packages): New function. |
|
685 (pkg): Handle unload action. |
|
686 |
|
687 * __errplot__.m: Add missing semicolon. |
|
688 |
6193
|
689 2006-11-30 John W. Eaton <jwe@octave.org> |
|
690 |
|
691 * miscellaneous/mexext.m: New file. |
|
692 |
6189
|
693 2006-11-29 David Bateman <dbateman@free.fr> |
|
694 |
|
695 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
696 location of package lists to be probed and set. |
|
697 |
6179
|
698 2006-11-17 John W. Eaton <jwe@octave.org> |
|
699 |
6181
|
700 * plot/__render_plot1__.m: Reverse y axis for images. |
|
701 |
6179
|
702 * plot/__render_plot__.m: New args, terminal and output. |
|
703 * plot/print.m: Don't set output and term here. Instead, call |
|
704 __render_plot__ with terminal and output. |
|
705 |
6178
|
706 2006-11-16 John W. Eaton <jwe@octave.org> |
|
707 |
|
708 * plot/__render_plot1__.m: New file. |
|
709 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
710 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
711 gnuplot. Let __render_plot__ do that. |
|
712 |
6177
|
713 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
714 |
|
715 * plot/plot.m: Fix doc string. |
|
716 |
6173
|
717 2006-11-16 John W. Eaton <jwe@octave.org> |
|
718 |
|
719 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
720 before sending anything to the plotter. |
|
721 |
6172
|
722 2006-11-15 John W. Eaton <jwe@octave.org> |
|
723 |
|
724 * image/__img_gnuplot__.m: Store more info in global plot |
|
725 structures and use __render_plot__ to build plot command to |
|
726 display image. |
|
727 |
|
728 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
729 |
|
730 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
731 __plot_command_sep__): Delete. |
|
732 (__plot_data_type__, __plot_data_parametric__, |
|
733 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
734 __plot_usingstr__, __plot_withstr__): New variables. |
|
735 * plot/__init_plot_vars__.m: Initialize them. |
|
736 |
|
737 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
738 Don't handle sep or cmd. |
|
739 |
|
740 * plot/__render_plot__.m: New function. |
|
741 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
742 Store more info in global plot structures and use __render_plot__ |
|
743 to build plot command. |
|
744 * plot/replot.m: Simply call __render_plot__. |
|
745 |
|
746 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
747 Set __plot_data_parametric__ here. |
|
748 |
6164
|
749 2006-11-14 John W. Eaton <jwe@octave.org> |
|
750 |
6166
|
751 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
752 |
6164
|
753 * image/image_viewer.m: Set default values here. |
|
754 * image/image.m: Not here. |
|
755 |
|
756 * image/image_viewer.m: Always return old values. Check arguments. |
|
757 * image/__img_gnuplot__.m: Rename from __img__m. |
|
758 |
|
759 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
760 |
|
761 * image/image_viewer.m: New function. |
|
762 * image/__img_via_file__.m: New function. |
|
763 * image/image.m: Use image_viewer to determine which program to |
|
764 use for image viewing. |
|
765 * scripts/image/__img__.m: Silently accept more than 3 args. |
|
766 |
6163
|
767 2006-11-14 John W. Eaton <jwe@octave.org> |
|
768 |
|
769 * plot/__do_legend__.m, plot/__errplot__.m, |
|
770 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
771 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
772 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
773 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
774 Use __plot_globals__ for multiplot variables. Keep track of |
|
775 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
776 |
6157
|
777 2006-11-13 John W. Eaton <jwe@octave.org> |
|
778 |
6158
|
779 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
780 |
6157
|
781 * miscellaneous/substruct.m: New function. |
|
782 |
|
783 * testfun/assert.m: Force orientation to match when comparing |
|
784 struct elements. |
|
785 |
|
786 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
787 when comparing structs. |
|
788 |
|
789 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
790 |
|
791 * scripts/general/bicubic.m, scripts/general/cart2pol.m |
|
792 scripts/general/cart2sph.m, scripts/plot/contour.m, |
|
793 scripts/linear-algebra/cross.m, scripts/general/cumtrapz.m, |
|
794 scripts/linear-algebra/dot.m, scripts/image/imshow.m, |
|
795 scripts/general/interp2.m, scripts/general/mod.m, |
|
796 scripts/plot/plot3.m, scripts/plot/__plr2__.m, |
|
797 scripts/plot/__plr__.m, scripts/general/pol2cart.m, |
|
798 scripts/general/polyarea.m, scripts/polynomial/polyfit.m, |
|
799 scripts/general/rem.m, scripts/image/rgb2ind.m, |
|
800 scripts/general/sph2cart.m, scripts/general/trapz.m, |
|
801 scripts/miscellaneous/xor.m: Use size_equal |
|
802 |
6156
|
803 2006-11-13 John W. Eaton <jwe@octave.org> |
|
804 |
|
805 * plot/mesh.m: Use size_equal to compare dimensions. |
|
806 |
6154
|
807 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
808 |
|
809 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
810 |
6152
|
811 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
812 |
|
813 * miscellaneous/copyfile.m: Fix docs to match function. |
|
814 |
6145
|
815 2006-11-08 John W. Eaton <jwe@octave.org> |
|
816 |
6146
|
817 * plot/legend.m: New function, adapted from Octave Forge. |
|
818 |
|
819 * plot/__do_legend__.m: New function. |
|
820 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
821 plot/replot.m: Call it before plotting. |
|
822 |
|
823 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
824 noparametric" to gnuplot.. |
|
825 |
|
826 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
827 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
828 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
829 and return key title separate from line format. Accept format and |
|
830 key as cellstr. Always return data as cell array. Return format |
|
831 and key title as cellstr. |
|
832 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
833 Handle line format and key titles separately. |
|
834 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
835 |
|
836 * plot/__plot_globals__.m (__plot_line_offset__, |
|
837 __plot_key_labels__, __plot_key_properties__): New global |
|
838 variables. Initialize them. |
|
839 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
840 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
841 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
842 (__plot_line_offset__, __plot_key_labels__, |
|
843 __plot_key_properties__): Store information about plot key titles. |
|
844 |
|
845 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
846 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
847 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
848 respectively. |
|
849 |
|
850 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
851 |
6145
|
852 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
853 whle concatenating args. |
|
854 |
6144
|
855 2006-11-07 John W. Eaton <jwe@octave.org> |
|
856 |
|
857 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
858 |
6142
|
859 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
860 |
6143
|
861 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
862 option to regexp. |
|
863 |
6142
|
864 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
865 |
6138
|
866 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
867 |
6139
|
868 * strings/index.m: New arg, direction. Simplify and speed up. |
|
869 * strings/rindex.m: Implement using index (..., "last"); |
|
870 |
6138
|
871 * scripts/blanks.m, scripts/strcat.m: Simplify. Add tests. |
|
872 |
6130
|
873 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
874 |
|
875 * general/__isequal__.m: Test size and class more consistently. |
|
876 |
6116
|
877 2006-10-27 John W. Eaton <jwe@octave.org> |
|
878 |
6117
|
879 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
880 From Michael Goffioul <michael.goffioul@swing.be>. |
|
881 |
6116
|
882 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
883 * miscellaneous/dir.m: Mark as a command. |
|
884 |
6112
|
885 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
886 |
|
887 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
888 |
6088
|
889 2006-10-25 John W. Eaton <jwe@octave.org> |
|
890 |
|
891 * image/image.m: Set x = y = [] when nargin == 0; |
|
892 |
|
893 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
894 |
|
895 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
896 * image/__img__.m: New file, originally from |
|
897 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
898 |
6087
|
899 2006-10-25 John W. Eaton <jwe@octave.org> |
|
900 |
|
901 * plot/__gnuplot_version__.m: New function, originally from |
|
902 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
903 Quentin Spencer <qspencer@ieee.org>. |
|
904 |
6085
|
905 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
906 |
|
907 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
908 |
6081
|
909 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
910 |
|
911 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
912 miscellaneous/gunzip.m: New files. |
|
913 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
914 Call unpack to do the real work. |
|
915 |
6075
|
916 2006-10-24 John W. Eaton <jwe@octave.org> |
|
917 |
6078
|
918 * plot/plot3.m: If we have a format string, then also pass using |
|
919 string to __plt3__. |
|
920 |
6077
|
921 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
922 |
6075
|
923 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
924 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
925 |
6069
|
926 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
927 |
|
928 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
929 Quote filenames in shell commands. |
|
930 |
6055
|
931 2006-10-17 David Bateman <dbateman@free.fr> |
|
932 |
|
933 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
934 the package directory is missing. |
|
935 |
6052
|
936 2006-10-13 John W. Eaton <jwe@octave.org> |
|
937 |
|
938 * plot/box.m: New function. |
|
939 |
6050
|
940 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
941 |
|
942 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
943 |
6049
|
944 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
945 |
|
946 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
947 |
6047
|
948 2006-10-10 John W. Eaton <jwe@octave.org> |
|
949 |
|
950 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
951 |
6046
|
952 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
953 |
|
954 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
955 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
956 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
957 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
958 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
959 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
960 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
961 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
962 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
963 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
964 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
965 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
966 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
967 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
968 control/system/buildssic.m, control/system/c2d.m, |
|
969 control/system/cellidx.m, control/system/d2c.m, |
|
970 control/system/dmr2d.m, control/system/fir2sys.m, |
|
971 control/system/is_abcd.m, control/system/is_controllable.m, |
|
972 control/system/is_detectable.m, control/system/is_digital.m, |
|
973 control/system/is_observable.m, control/system/is_siso.m, |
|
974 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
975 control/system/jet707.m, control/system/listidx.m, |
|
976 control/system/ord2.m, control/system/parallel.m, |
|
977 control/system/ss.m, control/system/ss2zp.m, |
|
978 control/system/starp.m, control/system/sys2ss.m, |
|
979 control/system/sys2tf.m, control/system/sys2zp.m, |
|
980 control/system/sysadd.m, control/system/sysappend.m, |
|
981 control/system/syschtsam.m, control/system/sysconnect.m, |
|
982 control/system/syscont.m, control/system/sysdimensions.m, |
|
983 control/system/sysdisc.m, control/system/sysdup.m, |
|
984 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
985 control/system/sysgroup.m, control/system/sysidx.m, |
|
986 control/system/sysmin.m, control/system/sysmult.m, |
|
987 control/system/sysout.m, control/system/sysprune.m, |
|
988 control/system/sysscale.m, control/system/syssetsignals.m, |
|
989 control/system/syssub.m, control/system/sysupdate.m, |
|
990 control/system/tf.m, control/system/tfout.m, |
|
991 control/system/ugain.m, control/system/zp.m, |
|
992 control/system/zpout.m, control/util/__outlist__.m, |
|
993 control/util/__zgpbal__.m, control/util/prompt.m, |
|
994 control/util/sortcom.m, control/util/strappend.m, |
|
995 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
996 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
997 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
998 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
999 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
1000 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
1001 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
1002 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
1003 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
1004 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
1005 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
1006 general/ind2sub.m, general/int2str.m, |
|
1007 general/is_duplicate_entry.m, general/isdefinite.m, |
|
1008 general/isequal.m, general/isequalwithequalnans.m, |
|
1009 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
1010 general/isvector.m, general/logical.m, general/logspace.m, |
|
1011 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
1012 general/perror.m, general/postpad.m, general/prepad.m, |
|
1013 general/randperm.m, general/rem.m, general/repmat.m, |
|
1014 general/rot90.m, general/rotdim.m, general/shift.m, |
|
1015 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
1016 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
1017 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
1018 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
1019 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
1020 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
1021 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
1022 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
1023 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
1024 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
1025 linear-algebra/logm.m, linear-algebra/norm.m, |
|
1026 linear-algebra/null.m, linear-algebra/orth.m, |
|
1027 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
1028 linear-algebra/trace.m, linear-algebra/vec.m, |
|
1029 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
1030 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
1031 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
1032 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
1033 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
1034 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
1035 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
1036 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
1037 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
1038 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1039 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
1040 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
1041 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
1042 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
1043 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
1044 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
1045 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
1046 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
1047 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
1048 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
1049 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
1050 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
1051 polynomial/polyder.m, polynomial/polyderiv.m, |
|
1052 polynomial/polyfit.m, polynomial/polygcd.m, |
|
1053 polynomial/polyinteg.m, polynomial/polyout.m, |
|
1054 polynomial/polyreduce.m, polynomial/polyval.m, |
|
1055 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
1056 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
1057 set/complement.m, set/create_set.m, set/intersect.m, |
|
1058 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
1059 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
1060 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
1061 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
1062 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
1063 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
1064 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
1065 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
1066 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
1067 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
1068 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
1069 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
1070 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
1071 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
1072 special-matrix/hankel.m, special-matrix/hilb.m, |
|
1073 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
1074 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
1075 statistics/base/center.m, statistics/base/cloglog.m, |
|
1076 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
1077 statistics/base/cov.m, statistics/base/cut.m, |
|
1078 statistics/base/gls.m, statistics/base/iqr.m, |
|
1079 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
1080 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
1081 statistics/base/mean.m, statistics/base/meansq.m, |
|
1082 statistics/base/median.m, statistics/base/moment.m, |
|
1083 statistics/base/ols.m, statistics/base/ppplot.m, |
|
1084 statistics/base/probit.m, statistics/base/qqplot.m, |
|
1085 statistics/base/range.m, statistics/base/ranks.m, |
|
1086 statistics/base/run_count.m, statistics/base/skewness.m, |
|
1087 statistics/base/spearman.m, statistics/base/statistics.m, |
|
1088 statistics/base/std.m, statistics/base/studentize.m, |
|
1089 statistics/base/table.m, statistics/base/values.m, |
|
1090 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
1091 statistics/distributions/betainv.m, |
|
1092 statistics/distributions/betapdf.m, |
|
1093 statistics/distributions/betarnd.m, |
|
1094 statistics/distributions/binocdf.m, |
|
1095 statistics/distributions/binoinv.m, |
|
1096 statistics/distributions/binopdf.m, |
|
1097 statistics/distributions/binornd.m, |
|
1098 statistics/distributions/cauchy_cdf.m, |
|
1099 statistics/distributions/cauchy_inv.m, |
|
1100 statistics/distributions/cauchy_pdf.m, |
|
1101 statistics/distributions/cauchy_rnd.m, |
|
1102 statistics/distributions/chi2cdf.m, |
|
1103 statistics/distributions/chi2inv.m, |
|
1104 statistics/distributions/chi2pdf.m, |
|
1105 statistics/distributions/chi2rnd.m, |
|
1106 statistics/distributions/discrete_cdf.m, |
|
1107 statistics/distributions/discrete_inv.m, |
|
1108 statistics/distributions/discrete_pdf.m, |
|
1109 statistics/distributions/discrete_rnd.m, |
|
1110 statistics/distributions/empirical_rnd.m, |
|
1111 statistics/distributions/expcdf.m, |
|
1112 statistics/distributions/expinv.m, |
|
1113 statistics/distributions/exppdf.m, |
|
1114 statistics/distributions/exprnd.m, |
|
1115 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
1116 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
1117 statistics/distributions/gamcdf.m, |
|
1118 statistics/distributions/gaminv.m, |
|
1119 statistics/distributions/gampdf.m, |
|
1120 statistics/distributions/gamrnd.m, |
|
1121 statistics/distributions/geocdf.m, |
|
1122 statistics/distributions/geoinv.m, |
|
1123 statistics/distributions/geopdf.m, |
|
1124 statistics/distributions/geornd.m, |
|
1125 statistics/distributions/hygecdf.m, |
|
1126 statistics/distributions/hygeinv.m, |
|
1127 statistics/distributions/hygepdf.m, |
|
1128 statistics/distributions/hygernd.m, |
|
1129 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
1130 statistics/distributions/laplace_cdf.m, |
|
1131 statistics/distributions/laplace_inv.m, |
|
1132 statistics/distributions/laplace_pdf.m, |
|
1133 statistics/distributions/laplace_rnd.m, |
|
1134 statistics/distributions/logistic_cdf.m, |
|
1135 statistics/distributions/logistic_inv.m, |
|
1136 statistics/distributions/logistic_pdf.m, |
|
1137 statistics/distributions/logistic_rnd.m, |
|
1138 statistics/distributions/logncdf.m, |
|
1139 statistics/distributions/logninv.m, |
|
1140 statistics/distributions/lognpdf.m, |
|
1141 statistics/distributions/lognrnd.m, |
|
1142 statistics/distributions/normcdf.m, |
|
1143 statistics/distributions/norminv.m, |
|
1144 statistics/distributions/normpdf.m, |
|
1145 statistics/distributions/normrnd.m, |
|
1146 statistics/distributions/pascal_cdf.m, |
|
1147 statistics/distributions/pascal_inv.m, |
|
1148 statistics/distributions/pascal_pdf.m, |
|
1149 statistics/distributions/pascal_rnd.m, |
|
1150 statistics/distributions/poisscdf.m, |
|
1151 statistics/distributions/poissinv.m, |
|
1152 statistics/distributions/poisspdf.m, |
|
1153 statistics/distributions/poissrnd.m, |
|
1154 statistics/distributions/stdnormal_cdf.m, |
|
1155 statistics/distributions/stdnormal_inv.m, |
|
1156 statistics/distributions/stdnormal_pdf.m, |
|
1157 statistics/distributions/stdnormal_rnd.m, |
|
1158 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
1159 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
1160 statistics/distributions/unifcdf.m, |
|
1161 statistics/distributions/unifinv.m, |
|
1162 statistics/distributions/unifpdf.m, |
|
1163 statistics/distributions/unifrnd.m, |
|
1164 statistics/distributions/wblcdf.m, |
|
1165 statistics/distributions/wblinv.m, |
|
1166 statistics/distributions/wblpdf.m, |
|
1167 statistics/distributions/wblrnd.m, |
|
1168 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
1169 statistics/tests/bartlett_test.m, |
|
1170 statistics/tests/chisquare_test_homogeneity.m, |
|
1171 statistics/tests/chisquare_test_independence.m, |
|
1172 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
1173 statistics/tests/hotelling_test.m, |
|
1174 statistics/tests/hotelling_test_2.m, |
|
1175 statistics/tests/kolmogorov_smirnov_test.m, |
|
1176 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
1177 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
1178 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
1179 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
1180 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
1181 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
1182 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
1183 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
1184 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
1185 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
1186 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
1187 strings/index.m, strings/isletter.m, strings/lower.m, |
|
1188 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
1189 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
1190 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
1191 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
1192 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
1193 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
1194 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
1195 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
1196 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
1197 time/etime.m, time/is_leap_year.m: |
|
1198 Use print_usage instead of usage. |
|
1199 |
6044
|
1200 2006-10-09 David Bateman <dbateman@free.fr> |
|
1201 |
|
1202 * time/datevec.m: Add additional compatible default parsing strings. |
|
1203 |
6046
|
1204 2006-10-09 Bill Denney <denney@seas.upenn.edu>< |
6041
|
1205 |
6042
|
1206 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
1207 Remove compare_versions subfunction. |
|
1208 |
|
1209 * miscellaneous/compare_versions.m: New function to compare |
|
1210 version numbers as strings with any boolean operators. |
|
1211 |
6041
|
1212 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
1213 file exists. |
|
1214 |
6036
|
1215 2006-10-04 John W. Eaton <jwe@octave.org> |
|
1216 |
|
1217 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
1218 |
6032
|
1219 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
1220 |
6037
|
1221 * pkg/pkg.m: Update docs. Handle prefix option. |
|
1222 Handle dependencies for load option. |
6032
|
1223 |
6029
|
1224 2006-10-04 John W. Eaton <jwe@octave.org> |
|
1225 |
6030
|
1226 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
1227 |
|
1228 * plot/clg.m: Delete. |
|
1229 * plot/__init_plot_vars__.m: New function. |
|
1230 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
1231 |
6025
|
1232 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
1233 |
|
1234 * pkg/pkg.m: Avoid calling addpath with no args. |
|
1235 |
6024
|
1236 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
1237 |
|
1238 * audio/loadaudio.m, control/base/nyquist.m, |
|
1239 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
1240 linear-algebra/krylov.m, statistics/base/center.m, |
|
1241 statistics/base/median.m, statistics/base/std.m, |
|
1242 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
1243 find first or last element matching a condition. |
|
1244 |
6023
|
1245 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
1246 |
|
1247 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
1248 general/__isequal__.m: Minimize looping using cellfun. |
|
1249 |
6020
|
1250 2006-10-02 David Bateman <dbateman@free.fr> |
|
1251 |
|
1252 * pkg/pkg.m (copy_files): always create installation directory. |
|
1253 |
6016
|
1254 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1255 |
|
1256 * miscellaneous/doc.m: Swap file and directory args to info. |
|
1257 |
|
1258 2006-10-01 Arno Onken <whyly@gmx.net> |
|
1259 |
|
1260 * statistics/distributions/exprnd.m: Fix typo. |
|
1261 |
6014
|
1262 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
1263 |
|
1264 * polynomial/ppval.m: Use .' instead of '. |
|
1265 * polynomial/spline.m: Likewise. New tests. |
|
1266 |
6004
|
1267 2006-09-26 David Bateman <dbateman@free.fr> |
|
1268 |
|
1269 * __plt3__.m: Using global variables __plot_data__, |
|
1270 __plot_data_offset__ and __plot_command__ to store plots and |
|
1271 correctly handle multiplots, and hold state. Only accept a single |
|
1272 data parameter plus, using, format and with strings. Remove |
|
1273 setting of gnuplot parameters. |
|
1274 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
1275 * __setup_plot__.m: Convert to a function and pass the plotting |
|
1276 command to use. |
|
1277 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
1278 * contour.m: Use unwind protect on the parametric state of plot |
|
1279 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
1280 * mesh.m: ditto. |
|
1281 * plot3.m: Error checking, setting of parametric state and |
|
1282 formation of matrix to plot moved from old __plt3__. |
|
1283 |
5996
|
1284 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
1285 |
5997
|
1286 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
1287 |
|
1288 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
1289 |
|
1290 * signal/filter2.m: Correct texinfo doc. |
|
1291 |
|
1292 2006-09-22 David Bateman <dbateman@free.fr> |
|
1293 |
|
1294 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
1295 |
5993
|
1296 2006-09-15 David Bateman <dbateman@free.fr> |
|
1297 |
|
1298 * pkg/pkg.m (prepare_installation): Don't create package |
|
1299 installation directory here. |
|
1300 (copy_files): Create it here instead, to avoid issues with |
|
1301 upgrades. Also install the COPYING file in packinfo. |
|
1302 |
5989
|
1303 2006-09-13 John W. Eaton <jwe@octave.org> |
|
1304 |
|
1305 * general/blkdiag.m: Adjust to new cellfun rules. |
|
1306 |
5987
|
1307 2006-08-30 David Bateman <dbateman@free.fr> |
|
1308 |
|
1309 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
1310 error message for archive name not matching package name. |
|
1311 (installed_packages): Size header of printed results to |
|
1312 arguments. Sort the list of installed packages before printing |
|
1313 them. |
|
1314 |
5986
|
1315 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
1316 |
|
1317 * signal/freqz.m: Update tests. |
|
1318 |
|
1319 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
1320 |
|
1321 * signal/freqz.m: Corretly postpad arrays. |
|
1322 Don't call fliplr on a column vector. |
|
1323 |
5984
|
1324 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
1325 |
|
1326 * general/shiftdim.m: Use permute instead of reshape. |
|
1327 |
5981
|
1328 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
1329 |
|
1330 * miscellaneous/parseparams.m: New function. |
|
1331 |
5980
|
1332 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
1333 |
|
1334 * miscellaneous/doc.m: Swap order of --file and --directory |
|
1335 options for info program invocation. |
|
1336 |
5976
|
1337 2006-08-30 David Bateman <dbateman@free.fr> |
|
1338 |
5987
|
1339 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
1340 previous change. |
|
1341 |
5974
|
1342 2006-08-26 David Bateman <dbateman@free.fr> |
|
1343 |
|
1344 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
1345 absence of trailing "/" in OCTAVE_HOME. |
|
1346 |
5973
|
1347 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
1348 |
|
1349 * time/datenum.m: Allow arg to be character string. |
|
1350 |
5971
|
1351 2006-08-25 David Bateman <dbateman@free.fr> |
|
1352 |
|
1353 * pkg/pkg.m (install): Verify that package name correponds to the |
|
1354 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
1355 they are empty. If package directory is empty, remove it to fail |
|
1356 gracefully for system specific packages. |
|
1357 (extract_pkgadd, create_pkgadd): delete. |
|
1358 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
1359 (copy_files): Install both bin/ and doc/ directories, adding the |
|
1360 bin/ to the EXEC_PATH when the package is loaded. |
|
1361 |
5962
|
1362 2006-08-24 John W. Eaton <jwe@octave.org> |
|
1363 |
|
1364 * image/saveimage.m: Use logical indexing instead of |
|
1365 indices computed by calling find on the logical index. |
|
1366 |
5961
|
1367 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
1368 |
5967
|
1369 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
1370 Use logical indexing instead of indices computed by calling find |
|
1371 on the logical index. |
|
1372 |
|
1373 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
1374 |
5959
|
1375 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
1376 |
|
1377 * control/system/tf2zp.m: Simplify gain calculation. |
|
1378 |
5958
|
1379 2006-08-23 John W. Eaton <jwe@octave.org> |
|
1380 |
|
1381 * plot/__plt__.m: Insert using clauses for all plots. |
|
1382 |
5957
|
1383 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
1384 |
|
1385 * control/system/sysscale.m: Call tf and zp with correct number of |
|
1386 args. |
|
1387 |
5955
|
1388 2006-08-22 David Bateman <dbateman@free.fr> |
|
1389 |
|
1390 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
1391 Search inst/*.m and src/*.m files in the package for |
|
1392 PKG_ADD directives and append user supplied PKG_ADD. |
|
1393 (pkg): Call create_pkgadd after copying files. |
|
1394 |
5947
|
1395 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
1396 |
|
1397 * pkg/pkg.m: Handle multiple packages in a single file. |
|
1398 Insert directory separator between OCTAVE_HOME and rest of package |
|
1399 installation directory. |
|
1400 |
|
1401 2006-08-21 John W. Eaton <jwe@octave.org> |
|
1402 |
|
1403 * general/num2str.m: Early return if arg is empty. |
|
1404 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
1405 |
5946
|
1406 2006-08-21 David Bateman <dbateman@free.fr> |
|
1407 |
|
1408 * strings/mat2str.m: Compute NC before using. |
|
1409 |
5937
|
1410 2006-08-17 John W. Eaton <jwe@octave.org> |
|
1411 |
|
1412 * audio/wavread.m: Fix calculation of sample count. |
|
1413 |
5934
|
1414 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
1415 |
|
1416 * image/imshow.m: New Matlab-compatible version. |
|
1417 |
5930
|
1418 2006-08-15 John W. Eaton <jwe@octave.org> |
|
1419 |
|
1420 * deprecated/is_global.m: Delete. |
|
1421 |
5928
|
1422 2006-08-14 John W. Eaton <jwe@octave.org> |
|
1423 |
|
1424 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
1425 |
5926
|
1426 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
1427 |
|
1428 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
1429 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
1430 |
5928
|
1431 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
1432 |
|
1433 * pkg/pkg.m: Don't pass function name to print_usage. |
|
1434 Use addpath and rmpath instead of manipulating LOADPATH. |
|
1435 Handle changes to system function. |
|
1436 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
1437 recursive directory removal. |
5922
|
1438 |
5924
|
1439 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
1440 |
5923
|
1441 * colormap.m: Change global variable to persistent. |
|
1442 |
5922
|
1443 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
1444 |
5920
|
1445 2006-08-14 John W. Eaton <jwe@octave.org> |
|
1446 |
|
1447 * strings/str2double.m: Fix missing semicolon. |
|
1448 |
5910
|
1449 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
1450 |
|
1451 * plot/plot3.m: Accept one complex or one real and one complex |
|
1452 argument and plot real and imaginary components for y and z. |
|
1453 |
5908
|
1454 2006-07-27 John W. Eaton <jwe@octave.org> |
|
1455 |
|
1456 * testfun/test.m: Call fflush after each block of calls to |
|
1457 fprintf, fputs, or fdisp. |
|
1458 |
5904
|
1459 2006-07-26 John W. Eaton <jwe@octave.org> |
|
1460 |
|
1461 * miscellaneous/mex.m: New function. |
|
1462 |
5901
|
1463 2006-07-22 John W. Eaton <jwe@octave.org> |
|
1464 |
|
1465 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
1466 |
5881
|
1467 2006-07-07 John W. Eaton <jwe@octave.org> |
|
1468 |
|
1469 * miscellaneous/orderfields.m: New file. |
|
1470 |
5873
|
1471 2006-06-30 John W. Eaton <jwe@octave.org> |
|
1472 |
|
1473 * time/datevec.m: Make another attempt to account for precision of |
|
1474 datenum format. |
|
1475 |
5868
|
1476 2006-06-29 John W. Eaton <jwe@octave.org> |
|
1477 |
|
1478 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
1479 Use feval instead of "type -q" to get values now that all the |
|
1480 symbols are functions. |
|
1481 |
5860
|
1482 2006-06-16 John W. Eaton <jwe@octave.org> |
|
1483 |
|
1484 * time/datevec.m: Avoid computing log of non-positive values. |
|
1485 |
5859
|
1486 2006-06-14 John W. Eaton <jwe@octave.org> |
|
1487 |
|
1488 * time/datevec.m: Attempt to account for precision of datenum format. |
|
1489 |
5839
|
1490 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
1491 |
|
1492 * audio/wavread.m: Fix file range error and add read support for |
|
1493 24-bit WAV files. |
|
1494 |
5837
|
1495 2006-06-01 David Bateman <dbateman@free.fr> |
|
1496 |
|
1497 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
1498 general/interp1.m, general/gradient.m, general/interp2.m, |
|
1499 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
1500 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
1501 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
1502 |
5835
|
1503 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
1504 |
|
1505 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
1506 * miscellaneous/texas_lotto.m: Fix warning message. |
|
1507 |
5830
|
1508 2006-05-26 John W. Eaton <jwe@octave.org> |
|
1509 |
|
1510 * miscellaneous/doc.m: Also handle nargin == 0. |
|
1511 |
5829
|
1512 2006-05-23 John W. Eaton <jwe@octave.org> |
|
1513 |
|
1514 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
1515 really needed. |
|
1516 |
5827
|
1517 2006-05-22 John W. Eaton <jwe@octave.org> |
|
1518 |
|
1519 * scripts/general/lookup.m: New file from Octave Forge. |
|
1520 |
|
1521 2006-05-22 David Bateman <dbateman@free.fr> |
|
1522 |
|
1523 * scripts/general/nthroot.m, scripts/linear-algebra/rref.m, |
|
1524 scripts/specfun/isprime.m, scripts/specfun/primes.m, |
|
1525 scripts/specfun/factor.m, scripts/specfun/nchoosek.m, |
|
1526 scripts/specfun/legendre.m, scripts/specfun/perms.m, |
|
1527 scripts/special-matrix/rosser.m, |
|
1528 scripts/special-matrix/wilkinson.m, |
|
1529 scripts/special-matrix/pascal.m, scripts/special-matrix/magic.m, |
|
1530 scripts/special-matrix/hadamard.m, scripts/strings/strtok.m: |
|
1531 New files from Octave Forge. |
|
1532 |
5824
|
1533 2006-05-19 David Bateman <dbateman@free.fr> |
|
1534 |
|
1535 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
1536 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
1537 |
5821
|
1538 2006-05-17 John W. Eaton <jwe@octave.org> |
|
1539 |
|
1540 * set/intersection.m: Delete |
|
1541 * deprecated/intersection.m: New file. |
|
1542 |
5820
|
1543 2006-05-17 David Bateman <dbateman@free.fr> |
|
1544 |
|
1545 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
1546 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
1547 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
1548 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
1549 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
1550 Forge. |
|
1551 |
5809
|
1552 2006-05-11 John W. Eaton <jwe@octave.org> |
|
1553 |
5815
|
1554 * path/path.m: Delete (now a built-in function). |
|
1555 |
5811
|
1556 * pkg/Makefile.in: New file. |
|
1557 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
1558 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
1559 |
5808
|
1560 2006-05-10 John W. Eaton <jwe@octave.org> |
|
1561 |
|
1562 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
1563 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
1564 |
5807
|
1565 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
1566 |
|
1567 * tar.m, untar.m, unzip.m: New files. |
|
1568 |
5801
|
1569 2006-05-10 John W. Eaton <jwe@octave.org> |
|
1570 |
5804
|
1571 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
1572 * path/setpath.m: Delete. |
|
1573 |
5801
|
1574 * pkg/pkg.m: New file. |
|
1575 |
5798
|
1576 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
1577 |
|
1578 * plot/plot.m: Doc string fix. |
|
1579 |
|
1580 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
1581 |
|
1582 * testfun/speeed.m: Use new interface to unique and assert. |
|
1583 Improve documentation. Approximate time complexity from log-log |
|
1584 plot. Return time complexity and raw times if requested. The |
|
1585 mean ratio is no longer returned. Provide complete control over |
|
1586 which n are computed. |
|
1587 |
|
1588 2006-05-09 John W. Eaton <jwe@octave.org> |
|
1589 |
|
1590 * path/path.m: Move here from miscellaneous. |
|
1591 Adapt to new LOADPATH definition. |
|
1592 |
5789
|
1593 2006-05-03 David Bateman <dbateman@free.fr> |
|
1594 |
|
1595 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
1596 explicit uses of a path seperation character with pathsep(). |
|
1597 |
5786
|
1598 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
1599 |
|
1600 * scripts/set/setdiff.m: New arg, byrows. New tests. |
|
1601 |
5781
|
1602 2006-04-29 John W. Eaton <jwe@octave.org> |
|
1603 |
|
1604 * startup/main-rcfile: Disable some warnings. |
|
1605 |
5762
|
1606 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
1607 |
|
1608 * strings/strcmpi.m: Return false instead of error if args are not |
|
1609 char or cellstr. |
|
1610 |
5750
|
1611 2006-04-10 John W. Eaton <jwe@octave.org> |
|
1612 |
|
1613 * miscellaneous/dir.m: Ensure that returned structure array is |
|
1614 Nx1, not 1xN. |
|
1615 |
5746
|
1616 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
1617 |
|
1618 * plot/hist.m: Ignore NaN in inputs. |
|
1619 |
5745
|
1620 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
1621 |
|
1622 * miscellaneous/mkoctfile.m: Doc string fix. |
|
1623 |
5741
|
1624 2006-04-05 John W. Eaton <jwe@octave.org> |
|
1625 |
|
1626 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
1627 are both empty. |
|
1628 * plot/__plt__.m: Ignore empty data and format strings returned |
|
1629 from __plt1__ or __plt2__. |
|
1630 |
5737
|
1631 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
1632 |
|
1633 * scripts/set/unique.m: Properly handle single column input when |
|
1634 "rows" is specified. |
|
1635 |
5732
|
1636 2006-04-04 John W. Eaton <jwe@octave.org> |
|
1637 |
5736
|
1638 * path/setpath.m: New file. |
|
1639 * path/savepath.m: Use setpath to set path instead of assigning |
|
1640 directly to LOADPATH. |
|
1641 |
5732
|
1642 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
1643 New files, adapted from Octave Forge by Keith Goodman |
|
1644 <kwgoodman@gmail.com>. |
|
1645 * path: New directory. |
|
1646 * Makefile.in (SUBDIRS): Add it to the list. |
|
1647 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
1648 |
5731
|
1649 2006-04-02 David Bateman <dbateman@free.fr> |
|
1650 |
|
1651 * general/tril.m, general.triu.m: |
|
1652 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
1653 to allow user types to work correctly. |
|
1654 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
1655 |
5727
|
1656 2006-04-03 David Bateman <dbateman@free.fr> |
|
1657 |
|
1658 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
1659 Accept keyword "minor" for minor grid. |
|
1660 |
5721
|
1661 2006-03-28 John W. Eaton <jwe@octave.org> |
|
1662 |
|
1663 * general/isscalar.m: Only require that all dimensions are 1 for |
|
1664 compatiblity. |
|
1665 |
|
1666 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
1667 |
|
1668 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
1669 compatibility. |
|
1670 |
5720
|
1671 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
1672 |
|
1673 * plot/__errplot__.m: Doc string fix. |
|
1674 |
|
1675 * miscellaneous/doc.m: Mark as command. |
|
1676 |
|
1677 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
1678 general/isequalwithequalnans.m, general/blkdiag.m, |
|
1679 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
1680 |
5717
|
1681 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
1682 |
|
1683 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
1684 return 3d matrices. |
|
1685 |
|
1686 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
1687 |
|
1688 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
1689 |
5708
|
1690 2006-03-22 John W. Eaton <jwe@octave.org> |
|
1691 |
|
1692 * plot/print.m: Don't replot after popping terminal setting. |
|
1693 |
5696
|
1694 2006-03-20 John W. Eaton <jwe@octave.org> |
|
1695 |
|
1696 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
1697 mkoctfile. Use fullfile to construct file name. |
|
1698 |
5695
|
1699 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
1700 |
|
1701 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
1702 shell script from Octave prompt. |
|
1703 |
5690
|
1704 2006-03-17 John W. Eaton <jwe@octave.org> |
|
1705 |
5693
|
1706 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
1707 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
1708 |
|
1709 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
1710 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
1711 Call new wbl functions to do the real work. |
|
1712 Swap args and provide default values as necessary to preserve |
|
1713 compatibility with old version of Octave. |
|
1714 |
|
1715 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
1716 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
1717 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
1718 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
1719 Swap scale and shape args for compatibility. |
|
1720 |
5692
|
1721 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
1722 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
1723 Preserve compatibility with old versions of Octave given new |
|
1724 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
1725 |
5692
|
1726 * statistics/distributions/logncdf.m, |
|
1727 statistics/distributions/logninv.m, |
|
1728 statistics/distributions/lognpdf.m, |
|
1729 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
1730 From Ben Barrowes <barrowes@alum.mit.edu> |
|
1731 |
5691
|
1732 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
1733 current 2.1.x version. |
|
1734 |
|
1735 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
1736 |
5690
|
1737 * miscellaneous/dir.m: Use readdir instead of glob. |
|
1738 Special case for "." to avoid globbing. Use list_in_columns. |
|
1739 Eliminate unused variables len and finfo. |
|
1740 |
5689
|
1741 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
1742 |
|
1743 * miscellaneous/dir.m: Improve compatibility. |
|
1744 |
5687
|
1745 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
1746 |
|
1747 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
1748 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
1749 |
5686
|
1750 2006-03-16 John W. Eaton <jwe@octave.org> |
|
1751 |
|
1752 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
1753 of looking at sum of max dimensions. |
|
1754 |
5681
|
1755 2006-03-16 David Bateman <dbateman@free.fr> |
|
1756 |
|
1757 * testfun/test.m: Clear last warning before warning test to avoid |
|
1758 issues with previously set warnings. |
|
1759 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
1760 sparse matrices. Force matrix type from spqr solution to be |
|
1761 singular to force QR solvers to be used for assert. |
|
1762 |
5678
|
1763 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
1764 |
|
1765 * strings/strfind.m: New file. |
|
1766 |
5677
|
1767 2006-03-16 John W. Eaton <jwe@octave.org> |
|
1768 |
|
1769 * general/rows.m, general/columns.m: Delete. |
|
1770 |
5674
|
1771 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
1772 |
|
1773 * strings/strcmpi.m: Simplify. |
|
1774 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
1775 * strings/strtrunc.m: New file. |
5674
|
1776 |
5676
|
1777 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
1778 |
5672
|
1779 2006-03-15 John W. Eaton <jwe@octave.org> |
|
1780 |
|
1781 * miscellaneous/doc.m: New file. |
|
1782 From Soren Hauberg <soren@hauberg.org>. |
|
1783 |
5671
|
1784 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
1785 |
|
1786 * miscellaneous/mkoctfile.m: New file. |
|
1787 |
5670
|
1788 2006-03-15 John W. Eaton <jwe@octave.org> |
|
1789 |
|
1790 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
1791 |
5666
|
1792 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
1793 |
|
1794 * strings/bin2dec.m: Doc fix. |
|
1795 |
5661
|
1796 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
1797 |
|
1798 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
1799 * time/datenum.m: New function to compute day number from time. |
|
1800 |
5659
|
1801 2006-03-09 John W. Eaton <jwe@octave.org> |
|
1802 |
|
1803 * miscellaneous/unix.m, plot/print.m: |
|
1804 Swap order of outputs from system. |
|
1805 |
5642
|
1806 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
1807 |
|
1808 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
1809 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
1810 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
1811 control/base/__stepimp__.m, control/base/are.m, |
|
1812 control/base/controldemo.m, control/base/damp.m, |
|
1813 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
1814 control/base/step.m, control/system/abcddim.m, |
|
1815 control/system/is_abcd.m, control/system/is_controllable.m, |
|
1816 control/system/is_detectable.m, control/system/is_observable.m, |
|
1817 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
1818 control/system/jet707.m, control/system/sys2fir.m, |
|
1819 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
1820 control/system/tfout.m, control/system/ugain.m, |
|
1821 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
1822 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
1823 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
1824 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
1825 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
1826 general/circshift.m, general/columns.m, general/flipdim.m, |
|
1827 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
1828 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
1829 general/isequalwithequalnans.m, general/isscalar.m, |
|
1830 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
1831 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
1832 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
1833 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
1834 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
1835 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
1836 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
1837 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
1838 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
1839 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
1840 miscellaneous/license.m, miscellaneous/menu.m, |
|
1841 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
1842 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
1843 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
1844 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
1845 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
1846 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
1847 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1848 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
1849 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
1850 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
1851 polynomial/polyinteg.m, polynomial/polyout.m, |
|
1852 polynomial/polyreduce.m, polynomial/polyval.m, |
|
1853 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
1854 set/create_set.m, set/intersection.m, set/ismember.m, |
|
1855 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
1856 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
1857 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1858 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
1859 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
1860 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
1861 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
1862 special-matrix/vander.m, statistics/base/median.m, |
|
1863 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
1864 statistics/distributions/gaminv.m, |
|
1865 statistics/distributions/gampdf.m, |
|
1866 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
1867 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
1868 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
1869 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
1870 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
1871 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
1872 |
5633
|
1873 2006-02-27 John W. Eaton <jwe@octave.org> |
|
1874 |
|
1875 * time/tic.m: Move here from miscellaneous/tic.m. |
|
1876 * time/toc.m: Move here from miscellaneous/toc.m. |
|
1877 |
|
1878 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
1879 |
|
1880 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
1881 does not assign output of toc to a variable. |
|
1882 |
5627
|
1883 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
1884 |
|
1885 * axis.m: Catch limits that are the same and return an error. |
|
1886 |
5625
|
1887 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
1888 |
|
1889 * plot/print.m: Accept emf device option to support Enhanced |
|
1890 Metafile format. |
|
1891 |
|
1892 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
1893 |
|
1894 * control/base/lqe.m: Doc fix. |
|
1895 |
5623
|
1896 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
1897 |
|
1898 * statistics/distributions/gamcdf.m: Doc fix. |
|
1899 * statistics/distributions/gaminv.m: Doc fix. |
|
1900 * statistics/distributions/gampdf.m: Doc fix. |
|
1901 * statistics/distributions/gamrnd.m: Doc fix. |
|
1902 |
5610
|
1903 2006-02-09 David Bateman <dbateman@free.fr> |
|
1904 |
|
1905 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
1906 for arbitrary user type. |
|
1907 * general/tril.m: ditto. |
5820
|
1908 * sparse/sprand.m: Doc fix. |
5610
|
1909 * sparse/sprandn.m: Ditto. |
|
1910 * sparse/sprandsym.m: New function. |
|
1911 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
1912 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
1913 Update for syntax error for latest texinfo.tex file. |
|
1914 |
5605
|
1915 2006-02-02 John W. Eaton <jwe@octave.org> |
|
1916 |
|
1917 * plot/grid.m: Append ";\n" to "set grid" command. |
|
1918 |
|
1919 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
1920 |
|
1921 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
1922 |
5597
|
1923 2006-01-13 John W. Eaton <jwe@octave.org> |
|
1924 |
|
1925 * audio/Makefile.in, control/base/Makefile.in, |
|
1926 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1927 control/system/Makefile.in, control/util/Makefile.in, |
|
1928 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1929 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1930 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1931 optimization/Makefile.in, plot/Makefile.in, |
|
1932 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1933 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1934 special-matrix/Makefile.in, startup/Makefile.in, |
|
1935 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
1936 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1937 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
1938 (all): Depend on PKG_ADD. |
|
1939 (PKG_ADD): New target. |
|
1940 |
|
1941 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
1942 |
|
1943 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
1944 |
5596
|
1945 2006-01-13 John W. Eaton <jwe@octave.org> |
|
1946 |
|
1947 * time/etime.m: Move here from miscellaneous/etime.m. |
|
1948 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
1949 |
5595
|
1950 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
1951 |
|
1952 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
|
1953 * miscellaneous/fullfile.m: Likewise. |
|
1954 |
5592
|
1955 2006-01-12 David Bateman <dbateman@free.fr> |
|
1956 |
|
1957 * general/blkdiag.m: Compatible behavior for empty matrices |
|
1958 * statistics/base/unidrnd.m: Documentation buglet. |
|
1959 |
5583
|
1960 2005-12-14 David Bateman <dbateman@free.fr> |
|
1961 |
5589
|
1962 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
1963 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
1964 |
|
1965 * Makefile.in (SUBDIRS): Include testfun. |
|
1966 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
1967 |
5583
|
1968 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
1969 |
|
1970 * general/__isequal__.m: Remove reference to getfield. |
|
1971 |
|
1972 * plot/hist.m: Update test code for row/column discrepencies. |
|
1973 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
1974 Update the test code for this. |
|
1975 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
1976 |
5579
|
1977 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
1978 |
|
1979 * cell/cell2mat.m: New file, from octave-forge. |
|
1980 |
5576
|
1981 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
1982 |
|
1983 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
1984 New graph theory functions. |
|
1985 |
5574
|
1986 2005-12-13 John W. Eaton <jwe@octave.org> |
|
1987 |
|
1988 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
1989 |
|
1990 * control/system/ss.m: Doc fix. |
|
1991 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
1992 |
5572
|
1993 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
1994 |
|
1995 * audio/wavread.m, audio/wavwrite.m: |
|
1996 Correct scaling for 8-bit linear pcm samples. |
|
1997 Improve scaling for all other linear pcm resolutions. |
|
1998 |
5568
|
1999 2005-12-07 John W. Eaton <jwe@octave.org> |
|
2000 |
|
2001 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
2002 |
|
2003 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
2004 * strings/strjust.m: Likewise. |
|
2005 |
|
2006 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
2007 * signal/arma_rnd.m: Likewise. |
|
2008 * strings/strcat.m: Likewise. |
|
2009 * control/base/__freqresp__.m: Likewise. |
|
2010 * control/base/place.m: Likewise. |
|
2011 * control/base/pzmap.m: Likewise. |
|
2012 * control/base/pzmap.m: Likewise. |
|
2013 * control/system/sysappend.m: Likewise. |
|
2014 * control/system/syscont.m: Likewise. |
|
2015 * control/system/sysdisc.m: Likewise. |
|
2016 * control/system/sysgroup.m: Likewise. |
|
2017 * control/system/tfout.m: Likewise. |
|
2018 * control/system/zpout.m: Likewise. |
|
2019 * control/util/__outlist__.m: Likewise. |
|
2020 |
5567
|
2021 2005-12-06 John W. Eaton <jwe@octave.org> |
|
2022 |
|
2023 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
2024 Avoid for loop in interleave/deinterleave steps. |
|
2025 |
5565
|
2026 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
2027 |
|
2028 * audio/wavread.m, audio/wavwrite.m: New files. |
|
2029 |
5563
|
2030 2005-12-06 John W. Eaton <jwe@octave.org> |
|
2031 |
|
2032 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
2033 |
5560
|
2034 2005-12-05 John W. Eaton <jwe@octave.org> |
|
2035 |
5561
|
2036 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
2037 |
5558
|
2038 2005-12-02 John W. Eaton <jwe@octave.org> |
|
2039 |
|
2040 * miscellaneous/fileattrib.m: New function. |
|
2041 |
5556
|
2042 2005-12-01 John W. Eaton <jwe@octave.org> |
|
2043 |
|
2044 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
2045 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
2046 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
2047 |
5555
|
2048 2005-11-30 John W. Eaton <jwe@octave.org> |
|
2049 |
|
2050 * linear-algebra/krylov.m: Format doc string. |
|
2051 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
2052 |
5551
|
2053 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
2054 |
|
2055 * general/blkdiag.m: Import from octave-forge. |
|
2056 Ignore empty matrices in the input. Add tests. |
5549
|
2057 |
|
2058 * general/isequal.m, general/isequalwithequalnans.m: |
|
2059 New wrapper scripts for general/__isequal__.m. |
|
2060 * general/__isequal__.m: Rename from general/isequal.m. |
|
2061 New arg, nans_compare_equal. |
|
2062 |
5548
|
2063 2005-11-29 John W. Eaton <jwe@octave.org> |
|
2064 |
|
2065 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
2066 calling system. Only append octave_forge_string if |
|
2067 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
2068 Call license instead of hard-coding license info here. |
|
2069 |
|
2070 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
2071 __octave_licenses__. Use puts instead of disp. |
5548
|
2072 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
2073 If nargout = 1, return license info instead of printing usage message. |
|
2074 |
5546
|
2075 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2076 |
|
2077 * miscellaneous/ver.m: New file. |
|
2078 * miscellaneous/license.m: New file. |
|
2079 |
5545
|
2080 2005-11-22 John W. Eaton <jwe@octave.org> |
|
2081 |
|
2082 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
2083 gnuplot set command. |
|
2084 |
5539
|
2085 2005-11-15 John W. Eaton <jwe@octave.org> |
|
2086 |
|
2087 * general/shiftdim.m: Doc fix. |
|
2088 |
5532
|
2089 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
2090 |
|
2091 * set/unique.m: Doc string fix. |
|
2092 |
5527
|
2093 2005-11-01 John W. Eaton <jwe@octave.org> |
|
2094 |
|
2095 * Makefile.in (distclean, maintainer-clean): |
|
2096 Also remove autom4te.cache directory. |
|
2097 From Quentin Spencer <qspencer@ieee.org>. |
|
2098 |
5518
|
2099 2005-10-28 John W. Eaton <jwe@octave.org> |
|
2100 |
|
2101 * general/shiftdim.m: Compatibility fix for row vectors. |
|
2102 Correct check for non-scalar non-integer shift. For positive |
|
2103 N, shift is remainder of N and number of dims. Always return NS. |
|
2104 Simplify. |
|
2105 |
5500
|
2106 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
2107 |
|
2108 * general/randperm.m: Improve compatibility by allowing input |
|
2109 value of zero. |
|
2110 |
5493
|
2111 2005-10-13 John W. Eaton <jwe@octave.org> |
|
2112 |
|
2113 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
2114 If in multiplot mode, clear plot before issuing new plot command. |
|
2115 |
|
2116 * plot/__setup_plot__.m: New function. |
|
2117 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
2118 Handle multiplot data and offsets here. |
|
2119 |
|
2120 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
2121 Move initialization to __setup_plot__.m. |
|
2122 |
|
2123 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
2124 Don't reset gnuplot_command_replot. |
|
2125 |
|
2126 * plot/replot.m: Handle multiplot data and offsets here. |
|
2127 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
2128 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
2129 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
2130 |
5489
|
2131 2005-10-12 John W. Eaton <jwe@octave.org> |
|
2132 |
|
2133 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
2134 |
5482
|
2135 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
2136 |
|
2137 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
2138 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
2139 _inv functions. |
|
2140 * chi2pdf.m: Fixed typos in the documentation. |
|
2141 |
5475
|
2142 2005-09-28 John W. Eaton <jwe@octave.org> |
|
2143 |
5476
|
2144 * miscellaneous/single.m: New function. |
|
2145 |
5475
|
2146 * statistics/base/unidrnd.m: New function. |
|
2147 |
5474
|
2148 2005-09-27 John W. Eaton <jwe@octave.org> |
|
2149 |
|
2150 * miscellaneous/dir.m: Filename never includes directory part. |
|
2151 |
5464
|
2152 2005-09-22 John W. Eaton <jwe@octave.org> |
|
2153 |
|
2154 * polynomial/residue.m: Use logical indexing instead of find.. |
|
2155 |
|
2156 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
2157 |
|
2158 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
2159 and zero poles. |
|
2160 |
5462
|
2161 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
2162 |
|
2163 * strings/deblank.m: Handle cell arrays. |
|
2164 * strings/split.m: New argument, N, to limit number of splits. |
|
2165 |
|
2166 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
2167 |
|
2168 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
2169 |
5460
|
2170 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
2171 |
|
2172 * control/base/rlocus.m: Doc fix. |
|
2173 |
5459
|
2174 2005-09-20 John W. Eaton <jwe@octave.org> |
|
2175 |
|
2176 * general/isvector.m: Improve compatibility. |
|
2177 |
|
2178 * general/postpad.m: Allow first argument to be a scalar. |
|
2179 Allow padding to extend dimensionality. |
|
2180 * general/prepad.m: Likewise. |
|
2181 |
5448
|
2182 2005-09-14 Daniel <durbano@shbano.com> |
|
2183 |
|
2184 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
2185 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
2186 /control/base/dgram.m: Doc string fixes. |
5448
|
2187 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
2188 |
5446
|
2189 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
2190 |
|
2191 * saveimage.m: Do not ignore most significant bit when writing |
|
2192 black and white images to file. |
|
2193 |
5443
|
2194 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
2195 |
|
2196 * audio/playaudio.m, control/base/__bodquist__.m, |
|
2197 control/base/lqg.m, control/obsolete/dezero.m, |
|
2198 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
2199 control/system/c2d.m, control/system/cellidx.m, |
|
2200 control/system/d2c.m, control/system/dmr2d.m, |
|
2201 control/system/is_signal_list.m, control/system/listidx.m, |
|
2202 control/system/ss.m, control/system/sysappend.m, |
|
2203 control/system/sysconnect.m, control/system/sysdup.m, |
|
2204 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
2205 control/system/sysprune.m, control/system/syssetsignals.m, |
|
2206 control/system/tfout.m, control/system/zpout.m, |
|
2207 control/util/prompt.m, control/util/sortcom.m, |
|
2208 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
2209 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
2210 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
2211 general/strerror.m, image/colormap.m, image/imshow.m, |
|
2212 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
2213 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
2214 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
2215 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2216 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
2217 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
2218 plot/print.m, plot/title.m, plot/top_title.m, |
|
2219 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
2220 statistics/base/mean.m, statistics/base/moment.m, |
|
2221 statistics/tests/cor_test.m, |
|
2222 statistics/tests/kolmogorov_smirnov_test.m, |
|
2223 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2224 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
2225 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2226 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2227 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2228 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2229 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2230 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
2231 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2232 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2233 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
2234 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
2235 isvector instead of is_vector. Use isstruct instead of |
|
2236 is_struct. Use char instead of setstr. |
|
2237 |
5435
|
2238 2005-08-31 Daniel <durbano@shbano.com> |
|
2239 |
|
2240 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
2241 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
2242 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
2243 |
5431
|
2244 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
2245 |
|
2246 * image/saveimage.m: Open output file in binary mode. |
|
2247 |
|
2248 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
2249 |
5427
|
2250 2005-08-16 John W. Eaton <jwe@octave.org> |
|
2251 |
|
2252 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
2253 outputs. |
|
2254 |
5426
|
2255 2005-08-15 John W. Eaton <jwe@octave.org> |
|
2256 |
|
2257 * strings/strcat.m: Allow single argument. |
|
2258 |
5416
|
2259 2005-07-18 John W. Eaton <jwe@octave.org> |
|
2260 |
|
2261 * strings/strcmp.m: Delete. |
|
2262 |
5413
|
2263 2005-07-13 John W. Eaton <jwe@octave.org> |
|
2264 |
|
2265 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
2266 versions of Octave. |
|
2267 |
|
2268 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
2269 |
|
2270 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
2271 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
2272 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
2273 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
2274 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
2275 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
2276 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
2277 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
2278 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
2279 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
2280 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
2281 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
2282 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
2283 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
2284 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
2285 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
2286 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
2287 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
2288 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
2289 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
2290 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
2291 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
2292 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
2293 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
2294 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
2295 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
2296 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
2297 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
2298 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
2299 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
2300 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
2301 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
2302 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
2303 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
2304 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
2305 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
2306 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
2307 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
2308 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
2309 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
2310 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
2311 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
2312 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
2313 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
2314 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
2315 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
2316 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
2317 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
2318 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
2319 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
2320 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
2321 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
2322 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
2323 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
2324 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
2325 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
2326 |
|
2327 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
2328 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
2329 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
2330 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
2331 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
2332 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
2333 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
2334 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
2335 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
2336 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
2337 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
2338 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
2339 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
2340 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
2341 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
2342 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
2343 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
2344 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
2345 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
2346 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
2347 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
2348 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
2349 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
2350 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
2351 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
2352 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
2353 deprecated/wiener_rnd.m: New files. |
|
2354 |
5408
|
2355 2005-07-08 John W. Eaton <jwe@octave.org> |
|
2356 |
|
2357 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
2358 * deprecated/weibull_rnd.m: New file. |
|
2359 |
5407
|
2360 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
2361 |
|
2362 * strings/dec2base.m: Allow matrix arguments. |
|
2363 |
5406
|
2364 2005-07-08 John W. Eaton <jwe@octave.org> |
|
2365 |
|
2366 * plot/__errplot__.m: Use __plot_globals__. |
|
2367 * plot/__plt__.m: Likewise. |
|
2368 * plot/figure.m: Likewise. |
|
2369 |
|
2370 * plot/hold.m: New file. |
|
2371 * plot/ishold.m: New file. |
|
2372 * plot/__plot_globals__.m: New file. |
|
2373 |
5400
|
2374 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
2375 |
|
2376 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
2377 |
|
2378 2005-07-05 John W. Eaton <jwe@octave.org> |
|
2379 |
|
2380 * strings/findstr.m: Return [] for no matches. |
|
2381 |
5399
|
2382 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
2383 |
|
2384 * miscellaneous/tic.m: Fix doc string. |
|
2385 |
5395
|
2386 2005-06-15 John W. Eaton <jwe@octave.org> |
|
2387 |
|
2388 * polynomial/polyfit.m: Force return value to be a row vector. |
|
2389 |
5393
|
2390 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
2391 |
|
2392 * general/isequal.m: Correct nargin check. |
|
2393 |
5388
|
2394 2005-06-14 John W. Eaton <jwe@octave.org> |
|
2395 |
|
2396 * general/isvector.m: Handle N-d arrays. |
|
2397 From Bill Denney <denney@seas.upenn.edu>. |
|
2398 |
5381
|
2399 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
2400 |
|
2401 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
2402 |
5377
|
2403 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
2404 |
|
2405 * signal/freqz.m: Use correct calculations when given a vector of |
|
2406 frequencies. Improve accuracy of returned frequency vector. |
|
2407 Improve speed for medium length filters (at a slight cost for slow |
|
2408 filters). Add test cases. |
|
2409 |
5373
|
2410 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
2411 |
|
2412 * plot/loglog.m: Fix set commands. |
|
2413 |
5381
|
2414 2005-05-25 John W. Eaton <jwe@octave.org> |
|
2415 |
|
2416 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
2417 |
5371
|
2418 2005-05-24 John W. Eaton <jwe@octave.org> |
|
2419 |
5373
|
2420 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
2421 |
5372
|
2422 * strings/strncmp.m: New file, from Tom Holroyd |
|
2423 <tomh@kurage.nimh.nih.gov>. |
|
2424 |
5371
|
2425 * strings/strcmp.m: Return logical values in all cases. |
|
2426 |
5366
|
2427 2005-05-23 John W. Eaton <jwe@octave.org> |
|
2428 |
|
2429 * plot/orient.m: New file. Adapt to Octave coding style. |
|
2430 Texinfoize doc string. |
|
2431 |
|
2432 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
2433 PKG_ADD command. Use set terminal consistently throughout. Use |
|
2434 set terminal push/pop and unconditionally set output to screen |
|
2435 when done to avoid requiring gget. Use a cell array for dev_list |
|
2436 and cellidx to search for items in the list. Delete local |
|
2437 variable endl. Don't set and restore automatic_replot. Use {} |
|
2438 instead of nth to index varargin. Delete local variable |
|
2439 va_arg_cnt. |
|
2440 |
5355
|
2441 2005-05-18 John W. Eaton <jwe@octave.org> |
|
2442 |
|
2443 * general/num2str.m: Return early if X is a character string. |
|
2444 |
5347
|
2445 2005-05-11 John W. Eaton <jwe@octave.org> |
|
2446 |
5348
|
2447 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
2448 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
2449 |
5347
|
2450 * plot/polar.m: Don't call __pltopt__ here. |
|
2451 |
5333
|
2452 2005-05-02 John W. Eaton <jwe@octave.org> |
|
2453 |
|
2454 * mkdoc: Print header message. |
|
2455 |
5319
|
2456 2005-04-28 John W. Eaton <jwe@octave.org> |
|
2457 |
|
2458 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
2459 startup/octaverc. |
|
2460 |
5318
|
2461 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
2462 |
|
2463 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
2464 (__im_numeric_limits__): New internal function. |
|
2465 |
5317
|
2466 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
2467 |
|
2468 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
2469 data, not mean of group_mean. |
|
2470 |
|
2471 2005-04-28 John W. Eaton <jwe@octave.org> |
|
2472 |
|
2473 * startup/local-rcfile: New file. |
|
2474 * startup/main-rcfile: Rename from startup/octaverc. |
|
2475 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
2476 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
2477 Install local-rcfile in $(localfcnfiledir)/startup. |
|
2478 |
|
2479 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
2480 |
|
2481 * startup/inputrc: New file. |
|
2482 * startup/octaverc: Configure readline using inputrc from |
|
2483 startupfiledir. |
|
2484 * startup/Makefile.in (install, install-strip): Install octaverc |
|
2485 in $(fcnfiledir)/startup. |
|
2486 |
5310
|
2487 2005-04-27 John W. Eaton <jwe@octave.org> |
|
2488 |
|
2489 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
2490 |
5289
|
2491 2005-04-21 John W. Eaton <jwe@octave.org> |
|
2492 |
|
2493 * optimization/glpk.m: Handle SENSE argument. |
|
2494 |
|
2495 * optimization/qp.m, optimization/sqp.m: New files. |
|
2496 |
5276
|
2497 2005-04-08 John W. Eaton <jwe@octave.org> |
|
2498 |
|
2499 * Makefile.in (clean, distclean, maintainer-clean): |
|
2500 Avoid duplication in rules. |
|
2501 |
5252
|
2502 2005-03-28 John W. Eaton <jwe@octave.org> |
|
2503 |
|
2504 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
2505 setting {no,}parametric. |
|
2506 * plot/figure.m: Likewise, for setting terminal type. |
|
2507 |
|
2508 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
2509 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
2510 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
2511 plot/title.m, plot/top_title.m: Avoid eval. |
|
2512 |
5251
|
2513 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
2514 |
5253
|
2515 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
2516 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
2517 Use __gnuplot_replot__ instead of replot. |
|
2518 |
5252
|
2519 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
2520 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
2521 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
2522 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
2523 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
2524 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
2525 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
2526 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
2527 |
5251
|
2528 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
2529 |
5244
|
2530 2005-03-24 John W. Eaton <jwe@octave.org> |
|
2531 |
|
2532 * optimization/glpkmex.m: Texinfoize Doc string. |
|
2533 * optimization/glpk.m: Likewise. |
|
2534 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
2535 (row vectors are orginary character strings). |
|
2536 * optimization/glpkparam.m: Delete. |
|
2537 |
5243
|
2538 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
2539 |
|
2540 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
2541 of dimensions of X. |
|
2542 |
5237
|
2543 2005-03-23 John W. Eaton <jwe@octave.org> |
|
2544 |
5239
|
2545 * general/tril.m, general/triu.m: Return value of same class as |
|
2546 argument. |
|
2547 |
5237
|
2548 * optimization/glpk.m: Simplify interface. By default, solve |
|
2549 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
2550 * optimization/glpkmex.m: New file. |
|
2551 |
5232
|
2552 2005-03-22 John W. Eaton <jwe@octave.org> |
|
2553 |
5237
|
2554 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
2555 list. |
|
2556 |
5233
|
2557 * optimization/glpk.m: Adapt to Octave coding style. |
|
2558 No need for varargout or varargin. |
|
2559 Print usage message if nargin > 11. |
|
2560 Allow any value of nargout. |
|
2561 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
2562 Avoid looping when checking character classes. |
|
2563 |
5232
|
2564 * optimization: New directory. |
|
2565 * Makefile.in (SUBDIRS): Add it to the list. |
|
2566 * optimization/Makefile.in: New file. |
|
2567 * optimization/glpk.m, optimization/glpkparams.m, |
|
2568 optimization/glpktest1, optimization/glpktest2: New files. |
|
2569 |
5218
|
2570 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
2571 |
|
2572 * strings/split.m: Quick return for empty second arg. |
|
2573 Improve warning for multi-line strings. |
|
2574 Speed up by avoiding sprintf in loop and eval. |
|
2575 |
5217
|
2576 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
2577 |
|
2578 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
2579 * polynomial/polyder.m: Ditto. |
|
2580 * polynomial/polygcd.m: New function. |
|
2581 |
5214
|
2582 2005-03-16 John W. Eaton <jwe@octave.org> |
|
2583 |
5215
|
2584 * control/base/__stepimp__.m, control/base/bode.m, |
|
2585 control/base/frdemo.m, control/base/nichols.m, |
|
2586 control/base/nyquist.m, control/base/pzmap.m, |
|
2587 control/base/rldemo.m, control/base/rlocus.m, |
|
2588 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
2589 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
2590 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
2591 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
2592 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
2593 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
2594 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
2595 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
2596 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
2597 plot/xlabel.m, quaternion/demoquat.m, |
|
2598 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
2599 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
2600 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
2601 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
2602 gsplot from @seealso docs. |
5214
|
2603 |
|
2604 * plot/replot.m: New file. |
|
2605 |
5205
|
2606 2005-03-15 David Bateman <dbateman@free.fr> |
|
2607 |
|
2608 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
2609 |
5196
|
2610 2005-03-09 John W. Eaton <jwe@octave.org> |
|
2611 |
|
2612 * statistics/Makefile.in (bin-dist): Delete target. |
|
2613 (BINDISTSUBDIRS): Delete variable. |
|
2614 * scripts/control/Makefile.in: Likewise. |
|
2615 |
5378
|
2616 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
2617 (BINDISTFILES): Delete variable. |
5378
|
2618 * control/base/Makefile.in: Likewise. |
|
2619 * control/hinf/Makefile.in: Likewise. |
|
2620 * control/obsolete/Makefile.in: Likewise. |
|
2621 * control/system/Makefile.in: Likewise. |
|
2622 * control/util/Makefile.in: Likewise. |
|
2623 * deprecated/Makefile.in: Likewise. |
|
2624 * elfun/Makefile.in: Likewise. |
|
2625 * finance/Makefile.in: Likewise. |
|
2626 * general/Makefile.in: Likewise. |
|
2627 * image/Makefile.in: Likewise. |
|
2628 * sparse/Makefile.in: Likewise. |
|
2629 * io/Makefile.in: Likewise. |
|
2630 * plot/Makefile.in: Likewise. |
|
2631 * Makefile.in: Likewise. |
|
2632 * miscellaneous/Makefile.in: Likewise. |
|
2633 * linear-algebra/Makefile.in: Likewise. |
|
2634 * polynomial/Makefile.in: Likewise. |
|
2635 * quaternion/Makefile.in: Likewise. |
|
2636 * set/Makefile.in: Likewise. |
|
2637 * signal/Makefile.in: Likewise. |
|
2638 * specfun/Makefile.in: Likewise. |
|
2639 * special-matrix/Makefile.in: Likewise. |
|
2640 * startup/Makefile.in: Likewise. |
|
2641 * statistics/base/Makefile.in: Likewise. |
|
2642 * statistics/distributions/Makefile.in: Likewise. |
|
2643 * statistics/models/Makefile.in: Likewise. |
|
2644 * statistics/tests/Makefile.in: Likewise. |
|
2645 * strings/Makefile.in: Likewise. |
|
2646 * time/Makefile.in: Likewise. |
5196
|
2647 |
5195
|
2648 2005-03-08 John W. Eaton <jwe@octave.org> |
|
2649 |
|
2650 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
2651 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
2652 |
5192
|
2653 2005-03-04 John W. Eaton <jwe@octave.org> |
|
2654 |
|
2655 * plot/clg.m: New file. |
|
2656 |
5193
|
2657 2005-03-03 John W. Eaton <jwe@octave.org> |
|
2658 |
|
2659 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
2660 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
2661 strings/strcmpi.m: |
|
2662 New files from Octave-forge. Adapt to Octave coding standards. |
|
2663 |
5181
|
2664 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
2665 |
|
2666 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
2667 computation range. |
|
2668 |
5164
|
2669 2005-02-25 John W. Eaton <jwe@octave.org> |
|
2670 |
|
2671 Sparse merge. |
|
2672 |
|
2673 2005-01-23 David Bateman <dbateman@free.fr> |
|
2674 |
|
2675 * sparse/randperm.m: Delete duplicate randperm.m. |
|
2676 |
|
2677 2005-01-10 John W. Eaton <jwe@octave.org> |
|
2678 |
|
2679 * sparse/Makefile.in: New file. |
|
2680 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
2681 |
|
2682 2005-01-07 David Bateman <dbateman@free.fr> |
|
2683 |
|
2684 * set/unique.m: import file from octave-forge. |
|
2685 |
|
2686 2005-01-05 David Bateman <dbateman@free.fr> |
|
2687 |
|
2688 * Makefile.in: include sparse directory in SUBDIRS. |
|
2689 |
|
2690 2004-12-30 John W. Eaton <jwe@octave.org> |
|
2691 |
|
2692 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
2693 src/DLD-FUNCTIONS/sparse.cc). |
|
2694 |
|
2695 2004-12-28 John W. Eaton <jwe@octave.org> |
|
2696 |
|
2697 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
2698 Andy Adler <adler@site.uottawa.ca>. |
|
2699 |
|
2700 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
2701 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
2702 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
2703 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
2704 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
2705 |
|
2706 * sparse: New directory. |
|
2707 |
5158
|
2708 2005-02-22 John W. Eaton <jwe@octave.org> |
|
2709 |
|
2710 * polynomial/residue.m: Force prepad to always create row vectors. |
|
2711 |
|
2712 * polynomial/poly.m: Quick return if m is 0. |
|
2713 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
2714 |
5154
|
2715 2005-02-21 David Bateman <dbateman@free.fr> |
|
2716 |
|
2717 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
2718 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
2719 Fix for row vectors with at least one element of lambda not in |
|
2720 (0, Inf). |
|
2721 |
5152
|
2722 2005-02-21 John W. Eaton <jwe@octave.org> |
|
2723 |
5153
|
2724 * statistics/base/qqplot.m: Use feval instead of eval. |
|
2725 |
5152
|
2726 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
2727 plot/__axis_label__.m: Issue replot command. |
|
2728 |
5135
|
2729 2005-02-09 John W. Eaton <jwe@octave.org> |
|
2730 |
|
2731 * polynomial/polyderiv.m: Force P to be a row vector. |
|
2732 |
5133
|
2733 2005-02-08 John W. Eaton <jwe@octave.org> |
|
2734 |
|
2735 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
2736 provided and len <= computed max_len. |
|
2737 |
5125
|
2738 2005-01-27 David Bateman <dbateman@free.fr> |
|
2739 |
|
2740 * strings/dec2base.m: Be even more careful about handling all digits. |
|
2741 |
|
2742 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
2743 |
|
2744 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
2745 |
5123
|
2746 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
2747 |
|
2748 * statistics/base/median.m: Make it work for the scalar case too. |
|
2749 |
6308
|
2750 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
2751 |
|
2752 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
2753 Simplify logic for decoding args. |
5117
|
2754 |
5115
|
2755 2005-01-24 John W. Eaton <jwe@octave.org> |
|
2756 |
5116
|
2757 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
2758 |
|
2759 * plot/__plt__.m: No need to save and reset hold state now. |
|
2760 (first_plot): Delete unused variable. |
|
2761 |
5115
|
2762 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
2763 |
|
2764 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
2765 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2766 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2767 plot/__plt2vv__.m: |
|
2768 Return data and gnuplot commands instead of evaluating them. |
|
2769 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
2770 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2771 |
5108
|
2772 2005-01-18 John W. Eaton <jwe@octave.org> |
|
2773 |
|
2774 * linear-algebra/cross.m: Allocate idx1 before use. |
|
2775 |
5096
|
2776 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
2777 |
|
2778 * statistics/base/range.m: Fix varargin usage. |
|
2779 |
5091
|
2780 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
2781 |
|
2782 * strings/deblank.m: Remove all trailing whitespace (check with |
|
2783 isspace), not just SPC. |
|
2784 |
5090
|
2785 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
2786 |
|
2787 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
2788 |
5073
|
2789 2004-11-09 John W. Eaton <jwe@octave.org> |
|
2790 |
|
2791 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
2792 From Julius Smith <jos@ccrma.stanford.edu>. |
|
2793 |
5072
|
2794 2004-11-08 John W. Eaton <jwe@octave.org> |
|
2795 |
|
2796 * plot/__plt2vm__.m: Delete debugging statement. |
|
2797 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
2798 |
5065
|
2799 2004-11-04 John W. Eaton <jwe@octave.org> |
|
2800 |
|
2801 * plot/hist.m: Always return row vectors for vector args. |
|
2802 |
5031
|
2803 2004-09-23 John W. Eaton <jwe@octave.org> |
|
2804 |
|
2805 * strings/strcmp.m: If args are not strings or cell arrays of |
|
2806 strings, return zero instead of reporting an error. |
|
2807 |
5021
|
2808 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
2809 |
|
2810 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
2811 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
2812 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
2813 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
2814 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
2815 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
2816 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
2817 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
2818 control/system/is_detectable.m, control/system/is_sample.m, |
|
2819 control/system/is_siso.m, control/system/is_stable.m, |
|
2820 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
2821 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2822 control/system/sysappend.m, control/system/sysconnect.m, |
|
2823 control/system/sysdisc.m, control/system/sysdup.m, |
|
2824 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
2825 control/system/syssetsignals.m, control/system/syssub.m, |
|
2826 control/system/tf2sys.m, control/system/ugain.m, |
|
2827 control/system/zp2ss.m, control/system/zp2sys.m, |
|
2828 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
2829 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
2830 |
|
2831 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
2832 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
2833 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
2834 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
2835 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
2836 control/system/sysappend.m, control/system/sysconnect.m, |
|
2837 control/system/sysdup.m, control/system/sysgroup.m, |
|
2838 control/system/sysprune.m, control/system/sysreorder.m, |
|
2839 control/system/sysscale.m, control/system/syssub.m, |
|
2840 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
2841 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
2842 polynomial/polyout.m, specfun/log2.m: |
|
2843 Add output arguments in doc strings. |
|
2844 |
|
2845 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
2846 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
2847 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
2848 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
2849 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
2850 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
2851 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
2852 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
2853 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
2854 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
2855 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
2856 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
2857 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
2858 control/system/c2d.m, control/system/is_abcd.m, |
|
2859 control/system/is_controllable.m, control/system/is_detectable.m, |
|
2860 control/system/is_observable.m, control/system/is_stable.m, |
|
2861 control/system/jet707.m, control/system/ord2.m, |
|
2862 control/system/starp.m, control/system/sys2fir.m, |
|
2863 control/system/sys2ss.m, control/system/sys2tf.m, |
|
2864 control/system/sys2zp.m, control/system/syscont.m, |
|
2865 control/system/sysdisc.m, control/system/sysdup.m, |
|
2866 control/system/sysgettype.m, control/system/sysgroup.m, |
|
2867 control/system/sysmult.m, control/system/sysprune.m, |
|
2868 control/system/sysreorder.m, control/system/sysscale.m, |
|
2869 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
2870 control/system/tf2ss.m, control/system/tf2sys.m, |
|
2871 control/system/zp2ss.m, control/system/zp2sys.m, |
|
2872 control/util/axis2dlim.m, control/util/prompt.m, |
|
2873 control/util/zgfmul.m, control/util/zginit.m, |
|
2874 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
2875 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
2876 in doc strings. |
|
2877 |
|
2878 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
2879 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
2880 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
2881 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
2882 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
2883 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
2884 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
2885 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
2886 control/system/c2d.m, control/system/fir2sys.m, |
|
2887 control/system/is_stabilizable.m, control/system/jet707.m, |
|
2888 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
2889 control/util/zgshsr.m, polynomial/polyout.m: |
|
2890 New @tex section(s) in doc strings for better formating of printed |
|
2891 output. |
|
2892 |
|
2893 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
2894 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
2895 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
2896 Use proper double quote marks for TeX. |
|
2897 |
|
2898 * control/base/DEMOcontrol.m: Add missing ; |
|
2899 |
|
2900 * control/base/nichols.m, control/base/rlocus.m, |
|
2901 control/obsolete/minfo.m, control/system/is_digital.m, |
|
2902 control/system/ss2zp.m, control/system/sysmin.m, |
|
2903 control/system/tf2zp.m, control/util/sortcom.m: |
|
2904 Convert documentation to use or more completely use Texinfo. |
|
2905 |
|
2906 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
2907 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
2908 control/system/parallel.m, control/system/ss2tf.m, |
|
2909 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
2910 art splitting over a page boundary. |
|
2911 |
|
2912 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
2913 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
2914 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
2915 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
2916 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
2917 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
2918 the TeX documentation. |
|
2919 |
|
2920 * control/system/is_stabilizable.m: |
|
2921 Add Copyright so that help is displayed correctly. |
|
2922 |
|
2923 * special-matrix/vander.m: Octave indexes start at 1. |
|
2924 |
5011
|
2925 2004-09-21 David Bateman <dbateman@free.fr> |
|
2926 |
|
2927 * general/rotdim.m: New function for rotation of an N-d array in an |
|
2928 arbitrary plane. |
|
2929 |
|
2930 * general/flipdim.m: New function to flip an N-d array about an |
|
2931 arbitrary axis. |
|
2932 |
5003
|
2933 2004-09-15 David Bateman <dbateman@free.fr> |
|
2934 |
|
2935 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
2936 |
4992
|
2937 2004-09-15 John W. Eaton <jwe@octave.org> |
|
2938 |
|
2939 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
2940 Use iscellstr to check for cells rather than iscell. |
|
2941 Improve diagnostics for invalid args. |
4992
|
2942 |
4983
|
2943 2004-09-10 David Bateman <dbateman@free.fr> |
|
2944 |
|
2945 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
2946 and p with n > 1, and fix for matrix n and p with n == 1. |
|
2947 |
|
2948 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
2949 due to row vs. column vector operations. |
|
2950 |
4964
|
2951 2004-09-03 David Bateman <dbateman@free.fr> |
|
2952 |
|
2953 * general/repmat.m: Fix to allow logical classes. |
|
2954 |
4950
|
2955 2004-08-31 John W. Eaton <jwe@octave.org> |
|
2956 |
|
2957 * general/isa.m: New function, from Octave-forge. |
|
2958 |
|
2959 2004-08-31 David Bateman <dbateman@free.fr> |
|
2960 |
|
2961 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
2962 limitation on the use of int64 and uint64 types, and the use |
|
2963 of the eval. |
|
2964 |
|
2965 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
2966 in .^ with integer types is fixed. |
|
2967 |
|
2968 * general/repmat.m: Adapt to allow integer types. |
4945
|
2969 |
|
2970 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
2971 |
|
2972 * plot/axis.m: Don't reset axes when querying them. |
|
2973 |
4942
|
2974 2004-08-27 David Bateman <dbateman@free.fr> |
|
2975 |
|
2976 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
2977 Eliminate loop. |
|
2978 |
4918
|
2979 2004-07-27 David Bateman <dbateman@free.fr> |
|
2980 |
|
2981 * general/num2str.m: Also insert spaces in output when precision |
|
2982 argument is supplied. |
|
2983 |
4915
|
2984 2004-07-23 David Bateman <dbateman@free.fr> |
|
2985 |
|
2986 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
2987 |
4911
|
2988 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
2989 |
|
2990 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
2991 |
|
2992 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
2993 |
|
2994 * miscellaneous/unix.m: Fix doc string. |
|
2995 |
|
2996 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
2997 |
|
2998 * plot/figure.m: Clarification of documentation. |
|
2999 |
|
3000 * image/imshow.m: Warn for complex images. |
|
3001 Only estimate colourmap for images in [0, 65536]. |
|
3002 |
|
3003 2004-07-22 David Bateman <dbateman@free.fr> |
|
3004 |
|
3005 * general/num2str.m: Fix the case of an all zero input. |
|
3006 |
4906
|
3007 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
3008 |
|
3009 * general/ind2sub.m: Doc fix. |
|
3010 |
4900
|
3011 2004-06-08 John W. Eaton <jwe@octave.org> |
|
3012 |
|
3013 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
3014 convert function handle to string for eval. |
|
3015 |
4898
|
3016 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
3017 |
|
3018 * plot/errorbar.m: Remove debugging output. |
|
3019 |
|
3020 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
3021 |
|
3022 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
3023 |
4897
|
3024 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
3025 |
4898
|
3026 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
3027 |
|
3028 * polynomial/polyout.m: Use parenthesis if necessary around |
|
3029 complex polynomial coefficient. |
|
3030 |
4897
|
3031 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
3032 the bug which causes __errplot__ to ignore the last argument. |
|
3033 |
4894
|
3034 2004-06-03 David Bateman <dbateman@free.fr> |
|
3035 |
|
3036 * general/shiftdim.m: New function based on JWE code snippet. |
|
3037 |
|
3038 * general/circdim.m: New function. |
|
3039 |
4890
|
3040 2004-05-06 David Bateman <dbateman@free.fr> |
|
3041 |
|
3042 * general/issquare.m: Fail if ndim(x) > 2. |
|
3043 |
|
3044 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
3045 |
|
3046 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
3047 N-d array arguments. Add optional dim argument to define |
|
3048 dimension along which to operate. |
|
3049 |
|
3050 * linear-algebra/dmult.m: Allow N-d arrays. |
|
3051 |
|
3052 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
3053 |
4885
|
3054 2004-04-29 David Bateman <dbateman@free.fr> |
|
3055 |
|
3056 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
3057 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
3058 statistics/base/statistics.m, statistics/base/skewness.m |
|
3059 statistics/base/iqr.m: |
|
3060 Make N-d array aware. Allow optional argument to define the |
|
3061 dimension along which to operate. Update the documentation. |
|
3062 |
|
3063 * statistics/base/ranks.m: Change algorithm to use sort, |
|
3064 and adjust for the ties after. |
|
3065 |
|
3066 * statistics/base/run_counts.m: Change algorithm to use |
|
3067 the a combination of diff and find, rather than a for-loop. |
|
3068 |
4881
|
3069 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
3070 |
|
3071 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
3072 |
4878
|
3073 2004-04-23 David Bateman <dbateman@free.fr> |
|
3074 |
|
3075 * general/int2str.m: Treat only real part of argument, and treat |
|
3076 NDArrays by stacking the slices through the matrix vertically. |
|
3077 |
|
3078 * general/num2str.m: Improve format of integer matrices, and the |
|
3079 conversion of complex matrices added. Treat NDArrays by stacking |
|
3080 the slices through the matrix vertically. |
|
3081 |
|
3082 * deprecated/com2str.m: Moved here from general subdirectory. |
|
3083 |
4877
|
3084 2004-04-22 John W. Eaton <jwe@octave.org> |
|
3085 |
|
3086 * quaternion/qtransvmat.m: Use continuation characters to make |
|
3087 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
3088 |
4869
|
3089 2004-04-21 David Bateman <dbateman@free.fr> |
|
3090 |
5378
|
3091 * elfun/lcm.m: Make N-d aware. |
4870
|
3092 |
4869
|
3093 * general/diff.m: Make the code N-d array aware. Allow an |
|
3094 optional argument to define the dimension along which to perform |
|
3095 the differences and allow the order of the differences to be larger |
|
3096 than the dimension itself. |
|
3097 |
|
3098 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
3099 use of these functions to 1- and 2-d arrays. |
|
3100 |
4863
|
3101 2004-04-16 John W. Eaton <jwe@octave.org> |
|
3102 |
|
3103 * elfun/gcd.m: Delete. |
|
3104 |
4862
|
3105 2004-04-15 David Bateman <dbateman@free.fr> |
|
3106 |
|
3107 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
3108 |
|
3109 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
3110 array aware and and optional argument for the dimension along |
|
3111 which to operate. |
|
3112 |
5378
|
3113 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
3114 argument for the dimension to be consistent with other N-d array |
|
3115 functions. |
|
3116 |
4860
|
3117 2004-04-08 David Bateman <dbateman@free.fr> |
|
3118 |
|
3119 * statistics/distributions/discrete_cdf.m, |
|
3120 statistics/distributions/discrete_inv.m, |
|
3121 statistics/distributions/discrete_pdf.m, |
|
3122 statistics/distributions/discrete_rnd.m, |
|
3123 statistics/distributions/exponential_cdf.m, |
|
3124 statistics/distributions/exponential_inv.m, |
|
3125 statistics/distributions/exponential_pdf.m, |
|
3126 statistics/distributions/exponential_rnd.m, |
|
3127 statistics/distributions/f_cdf.m, |
|
3128 statistics/distributions/f_inv.m, |
|
3129 statistics/distributions/f_pdf.m, |
|
3130 statistics/distributions/f_rnd.m, |
|
3131 statistics/distributions/geometric_cdf.m, |
|
3132 statistics/distributions/geometric_inv.m, |
|
3133 statistics/distributions/geometric_pdf.m, |
|
3134 statistics/distributions/geometric_rnd.m, |
|
3135 statistics/distributions/hypergeometric_rnd.m, |
|
3136 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
3137 statistics/distributions/laplace_cdf.m, |
|
3138 statistics/distributions/laplace_inv.m, |
|
3139 statistics/distributions/laplace_pdf.m, |
|
3140 statistics/distributions/laplace_rnd.m, |
|
3141 statistics/distributions/logistic_inv.m, |
|
3142 statistics/distributions/logistic_rnd.m, |
|
3143 statistics/distributions/lognormal_cdf.m, |
|
3144 statistics/distributions/lognormal_inv.m, |
|
3145 statistics/distributions/lognormal_pdf.m, |
|
3146 statistics/distributions/lognormal_rnd.m, |
|
3147 statistics/distributions/pascal_cdf.m, |
|
3148 statistics/distributions/pascal_inv.m, |
|
3149 statistics/distributions/pascal_pdf.m, |
|
3150 statistics/distributions/pascal_rnd.m, |
|
3151 statistics/distributions/poisson_cdf.m, |
|
3152 statistics/distributions/poisson_inv.m, |
|
3153 statistics/distributions/poisson_pdf.m, |
|
3154 statistics/distributions/poisson_rnd.m, |
|
3155 statistics/distributions/t_cdf.m, |
|
3156 statistics/distributions/t_inv.m, |
|
3157 statistics/distributions/t_pdf.m, |
|
3158 statistics/distributions/t_rnd.m, |
|
3159 statistics/distributions/weibull_cdf.m, |
|
3160 statistics/distributions/weibull_inv.m, |
|
3161 statistics/distributions/weibull_pdf.m, |
|
3162 statistics/distributions/weibull_rnd.m: |
|
3163 Allow N-d arrays. |
|
3164 |
|
3165 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
3166 that results in NaN in places where it should not have had. |
|
3167 |
|
3168 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
3169 allow creating arbitrary matrices, compatiable with the other |
5583
|
3170 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
3171 |
|
3172 * statistics/distributions/empirical_rnd.m: New argument formats |
|
3173 to allow creating arbitrary matrices, compatiable with the other |
5583
|
3174 *_rnd.m functions. Maintain compatibility with previous |
4860
|
3175 format. Allow N-d arrays. |
|
3176 |
|
3177 * statistics/distributions/hypergeometric_cdf.m, |
|
3178 statistics/distributions/hypergeometric_inv.m, |
|
3179 statistics/distributions/hypergeometric_pdf.m, |
|
3180 statistics/distributions/wiener_rnd.m: |
|
3181 Error for non-scalar arguments. |
|
3182 |
|
3183 * statistics/distributions/pascal_rnd.m: |
|
3184 Correct for n = 1 bug, where all elements were equal. |
|
3185 |
4849
|
3186 2004-04-06 David Bateman <dbateman@free.fr> |
|
3187 |
4854
|
3188 * general/common_size.m, miscellaneous/bincoeff.m, |
|
3189 statistics/distributions/beta_cdf.m, |
|
3190 statistics/distributions/beta_inv.m, |
|
3191 statistics/distributions/beta_pdf.m, |
|
3192 statistics/distributions/beta_rnd.m, |
|
3193 statistics/distributions/binomial_cdf.m, |
|
3194 statistics/distributions/binomial_inv.m, |
|
3195 statistics/distributions/binomial_pdf.m, |
|
3196 statistics/distributions/binomial_rnd.m, |
|
3197 statistics/distributions/cauchy_cdf.m, |
|
3198 statistics/distributions/cauchy_inv.m, |
|
3199 statistics/distributions/cauchy_pdf.m, |
|
3200 statistics/distributions/cauchy_rnd.m, |
|
3201 statistics/distributions/chisquare_cdf.m, |
|
3202 statistics/distributions/chisquare_inv.m, |
|
3203 statistics/distributions/chisquare_pdf.m, |
|
3204 statistics/distributions/chisquare_rnd.m, |
|
3205 statistics/distributions/gamma_cdf.m, |
|
3206 statistics/distributions/gamma_inv.m, |
|
3207 statistics/distributions/gamma_pdf.m, |
|
3208 statistics/distributions/gamma_rnd.m, |
|
3209 statistics/distributions/normal_cdf.m, |
|
3210 statistics/distributions/normal_inv.m, |
|
3211 statistics/distributions/normal_pdf.m, |
|
3212 statistics/distributions/normal_rnd.m, |
|
3213 statistics/distributions/stdnormal_cdf.m, |
|
3214 statistics/distributions/stdnormal_pdf.m, |
|
3215 statistics/distributions/stdnormal_rnd.m, |
|
3216 statistics/distributions/uniform_cdf.m, |
|
3217 statistics/distributions/uniform_inv.m, |
|
3218 statistics/distributions/uniform_pdf.m, |
|
3219 statistics/distributions/uniform_rnd.m: |
|
3220 Allow the inputs to be N-d arrays. |
|
3221 |
4852
|
3222 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
3223 * statistics/base/median.m: Likewise. |
4849
|
3224 |
4844
|
3225 2004-04-02 David Bateman <dbateman@free.fr> |
|
3226 |
|
3227 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
3228 * statistics/base/center.m, statistics/base/meansq.m, |
|
3229 statistics/base/moment.m, statistics/base/range.m: |
4852
|
3230 Update for N-d arrays. |
4844
|
3231 * signal/fftshift.m: Fix dimensioning error. |
|
3232 |
|
3233 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
3234 N-d arrays. |
4844
|
3235 |
4852
|
3236 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
3237 |
|
3238 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
3239 |
4852
|
3240 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
3241 |
|
3242 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
3243 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
3244 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
3245 |
|
3246 * control/system/sysidx.m: Use cellidx and not listidx. |
|
3247 |
4841
|
3248 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3249 |
|
3250 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
3251 default of "" (so it is off unless explicitly set by the user). |
|
3252 |
4836
|
3253 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3254 |
|
3255 * image/imshow.m: Accept "truesize" argument. |
|
3256 Ignore current colormap. New tests and demos. |
|
3257 |
4834
|
3258 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
3259 |
|
3260 * signal/sinewave.m: Allow N to default to M. |
|
3261 |
4826
|
3262 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3263 |
|
3264 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
3265 |
4818
|
3266 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3267 |
|
3268 * general/deal.m: New function. |
4819
|
3269 Add tests from Paul Kienzle. |
4818
|
3270 |
4811
|
3271 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
3272 |
|
3273 * plot/hist.m: Compute histogram correctly for n>=30. |
|
3274 |
5095
|
3275 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
3276 |
|
3277 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
3278 |
4806
|
3279 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3280 |
|
3281 * miscellaneous/horzcat.m: Delete. |
|
3282 * miscellaneous/vertcat.m: Delete. |
|
3283 |
4790
|
3284 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3285 |
|
3286 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
3287 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
3288 |
4789
|
3289 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3290 |
|
3291 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
3292 doing multiple plots in the same gnuplot frame. |
|
3293 |
4780
|
3294 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3295 |
|
3296 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
3297 control/system/cellidx.m, control/system/ss.m, |
|
3298 control/system/tf.m, control/system/zp.m: New functions. |
|
3299 |
4778
|
3300 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
3301 |
|
3302 * statistics/distributions/discrete_inv.m: |
|
3303 Reduce memory requirements. |
|
3304 |
4772
|
3305 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3306 |
|
3307 * plot/__errcomm__.m: Fix thinko in previous change. |
|
3308 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
3309 |
4771
|
3310 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
3311 |
|
3312 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
3313 control/base/analdemo.m, control/base/bddemo.m, |
|
3314 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
3315 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
3316 control/base/rldemo.m, control/base/rlocus.m, |
|
3317 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
3318 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
3319 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
3320 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
3321 control/obsolete/packsys.m, control/obsolete/series.m, |
|
3322 control/system/__sysdefioname__.m, |
|
3323 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
3324 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
3325 control/system/c2d.m, control/system/d2c.m, |
|
3326 control/system/dmr2d.m, control/system/fir2sys.m, |
|
3327 control/system/is_signal_list.m, control/system/is_siso.m, |
|
3328 control/system/jet707.m, control/system/listidx.m, |
|
3329 control/system/moddemo.m, control/system/ord2.m, |
|
3330 control/system/packedform.m, control/system/parallel.m, |
|
3331 control/system/ss2sys.m, control/system/sys2tf.m, |
|
3332 control/system/sys2zp.m, control/system/sysadd.m, |
|
3333 control/system/sysappend.m, control/system/sysconnect.m, |
|
3334 control/system/syscont.m, control/system/sysdimensions.m, |
|
3335 control/system/sysdisc.m, control/system/sysdup.m, |
|
3336 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
3337 control/system/sysgroup.m, control/system/sysmin.m, |
|
3338 control/system/sysmult.m, control/system/sysprune.m, |
|
3339 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
3340 control/system/syssetsignals.m, control/system/syssub.m, |
|
3341 control/system/sysupdate.m, control/system/tf2sys.m, |
|
3342 control/system/ugain.m, control/system/zp2ss.m, |
|
3343 control/system/zp2sys.m, control/util/__outlist__.m, |
|
3344 control/util/__zgpbal__.m, control/util/strappend.m: |
|
3345 Use cell arrays instead of lists. |
|
3346 |
4723
|
3347 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
3348 |
|
3349 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
3350 so that bar (1, 1) will work. |
|
3351 |
4710
|
3352 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3353 |
4717
|
3354 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
3355 * plot/__errplot__.m: Likewise. |
|
3356 * plot/__plt__.m: Likewise. |
|
3357 * plot/plot_border.m: Likewise. |
|
3358 |
4710
|
3359 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
3360 not $(DOCSTRINGS). |
|
3361 |
4706
|
3362 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
3363 |
|
3364 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
3365 rank ([], tol). |
|
3366 |
4691
|
3367 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3368 |
4692
|
3369 * elfun/acot.m: Return atan (1./z). |
|
3370 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
3371 |
4691
|
3372 * miscellaneous/dir.m: New file. |
|
3373 |
|
3374 * general/num2str.m: Use "%d" as format if values are ints with |
|
3375 magnitude less than 1e10. |
|
3376 |
|
3377 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3378 |
|
3379 * general/num2str.m: If single arg is string, return it. |
|
3380 |
|
3381 * miscellaneous/not.m: New file. |
|
3382 |
|
3383 * miscellaneous/unix.m: New file. |
|
3384 |
|
3385 * miscellaneous/isunix.m: New file. |
|
3386 * miscellaneous/ispc.m: New file. |
|
3387 |
|
3388 * miscellaneous/computer.m: New file. |
|
3389 |
|
3390 * miscellaneous/delete.m: New file. |
|
3391 |
4689
|
3392 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3393 |
|
3394 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
3395 |
|
3396 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3397 |
|
3398 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
3399 Always return substituted version of LOADPATH if nargout != 0. |
|
3400 |
4685
|
3401 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
3402 |
|
3403 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
3404 before continuing. |
|
3405 |
|
3406 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
3407 |
4677
|
3408 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3409 |
|
3410 * general/ind2sub.m: New file. |
|
3411 * general/sub2ind.m: New file. |
|
3412 |
4675
|
3413 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3414 |
|
3415 * control/system/zp2ss.m: Don't save and restore |
|
3416 warn_empty_list_elements. |
|
3417 |
|
3418 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
3419 |
|
3420 * control/system/zp2ss.m: Correct definition of pure gain system. |
|
3421 |
4673
|
3422 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
3423 |
|
3424 * statistics/base/mean.m: Remove special case for row vectors. |
|
3425 |
4637
|
3426 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
3427 |
|
3428 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
3429 |
4631
|
3430 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
3431 |
|
3432 * statistics/base/iqr.m: Handle matrices. |
|
3433 |
4630
|
3434 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3435 |
|
3436 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
3437 |
4629
|
3438 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3439 |
|
3440 * miscellaneous/path.m: Fix thinko in previous change. |
|
3441 |
4609
|
3442 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
3443 |
4629
|
3444 * control/base/dare.m: Check positive (semi)definiteness and |
|
3445 dimensions of r (and q). |
|
3446 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
3447 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
3448 near unit circle. |
4611
|
3449 |
|
3450 * control/system/is_detectable.m: Use Hautus Lemma. |
|
3451 Correct the behavior for discrete-time systems. |
|
3452 * control/system/is_stabilizable.m: Likewise. |
|
3453 |
4609
|
3454 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
3455 |
|
3456 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
3457 |
4610
|
3458 * general/isdefinite.m: New function. |
|
3459 |
4567
|
3460 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3461 |
|
3462 * general/reshape: Delete. |
|
3463 |
4559
|
3464 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3465 |
|
3466 * general/numel.m: Delete. |
|
3467 |
4535
|
3468 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3469 |
4536
|
3470 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
3471 |
|
3472 * deprecated/isstr.m: New file. |
4535
|
3473 |
4529
|
3474 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3475 |
|
3476 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
3477 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
3478 |
4525
|
3479 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
3480 |
|
3481 * statistics/base/mean.m: Fix missing semicolon problem. |
|
3482 |
4503
|
3483 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
3484 |
|
3485 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
3486 |
4492
|
3487 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
3488 |
|
3489 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
3490 Allow optional length argument. |
|
3491 |
4491
|
3492 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3493 |
|
3494 * polynomial/polyfit.m: Avoid calling flipud. |
|
3495 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
3496 Return structure as second output value for improved Matlab |
|
3497 compatibility. |
|
3498 |
4476
|
3499 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3500 |
4478
|
3501 * linear-algebra/cond.m: Behave as though old built-in variable |
|
3502 propagate_empty_matrices is always 1. Also handle empty matrices |
|
3503 with one non-zero dimension. |
|
3504 |
4476
|
3505 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
3506 warn_single_quote_string to the list. |
4478
|
3507 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
3508 from the list. |
4476
|
3509 |
5095
|
3510 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
3511 |
|
3512 * signal/autocov.m: Transpose result of conj because diag returns |
|
3513 a column vector, not a row vector. |
|
3514 |
|
3515 * audio/playaudio.m, audio/record.m, image/image.m, |
|
3516 miscellaneous/bug_report.m: Protect spaces in filenames |
|
3517 with quotes. |
|
3518 |
4466
|
3519 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3520 |
4468
|
3521 * io/printf.m, io/puts.m: Delete. |
|
3522 |
4466
|
3523 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
3524 default_return_value from the list. |
|
3525 Add warn_undefined_return_values to the list. |
|
3526 |
|
3527 |
4464
|
3528 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3529 |
|
3530 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
3531 and initialize_global_variables from the list. |
|
3532 |
4460
|
3533 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3534 |
4463
|
3535 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
3536 |
|
3537 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
3538 |
|
3539 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
3540 * control/system/sys2fir.m: Likewise. |
|
3541 |
|
3542 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
3543 * control/system/__tf2sysl__.m: Likewise. |
|
3544 |
|
3545 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
3546 |
|
3547 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
3548 and [] concatenation. |
|
3549 * control/system/sys2fir.m: Likewise. |
|
3550 |
|
3551 * control/base/dgram.m, control/base/freqchkw.m, |
|
3552 control/base/gram.m, control/system/__abcddims__.m, |
|
3553 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
3554 control/system/is_sample.m, control/system/is_signal_list.m, |
|
3555 control/system/is_siso.m, control/system/sys2fir.m, |
|
3556 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
3557 control/system/sysgettype.m, control/system/tf2zp.m, |
|
3558 control/system/ugain.m, control/util/prompt.m, |
|
3559 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
3560 control/util/zgshsr.m: |
|
3561 Improve conformance to Octave coding style. |
|
3562 |
4461
|
3563 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
3564 the list. |
|
3565 Delete resize_on_range_error from the list. |
|
3566 |
4460
|
3567 * control/base/pzmap.m, control/base/place.m, |
|
3568 control/base/__freqresp__.m, control/system/sysappend.m, |
|
3569 control/system/syscont.m, control/system/sysdisc.m, |
|
3570 control/system/sysgroup.m, control/system/tfout.m, |
|
3571 control/system/zp2ss.m, control/system/zpout.m, |
|
3572 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
3573 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
3574 empty_list_elements_ok. |
|
3575 |
|
3576 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
3577 Delete empty_list_elements_ok from the list. |
|
3578 |
4457
|
3579 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3580 |
|
3581 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
3582 list. |
|
3583 Delete treat_neg_dim_as_zero from the list. |
|
3584 |
|
3585 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
3586 |
4451
|
3587 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3588 |
4455
|
3589 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
3590 was not used in the code in any case). |
|
3591 |
|
3592 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
3593 do_fortran_indexing. |
|
3594 |
4452
|
3595 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
3596 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
3597 |
4451
|
3598 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
3599 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
3600 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
3601 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
3602 warn_fortran_indexing in the list. |
|
3603 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
3604 implicit_str_to_num_ok, do_fortran_indexing, and |
|
3605 prefer_column_vectors from list. |
4451
|
3606 |
4440
|
3607 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3608 |
|
3609 * Makefile.in (distclean, maintainer-clean): Also remove |
|
3610 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
3611 directory. |
|
3612 |
5095
|
3613 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
3614 |
|
3615 * plot/hist.m: Don't forget to define n if x is a vector. |
|
3616 |
5095
|
3617 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
3618 |
|
3619 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
3620 return "." with extension. |
|
3621 |
4422
|
3622 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3623 |
|
3624 * control/base/__stepimp__.m, control/base/nichols.m, |
|
3625 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
3626 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
3627 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
3628 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
3629 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
3630 |
4413
|
3631 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3632 |
|
3633 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
3634 |
5095
|
3635 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
3636 |
|
3637 * plot/hist.m: Improve performance by using different algorithms |
|
3638 depending on number of bins. |
|
3639 |
4404
|
3640 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3641 |
|
3642 * control/system/sysadd.m: If systems are not "tf", convert before |
|
3643 adding. |
|
3644 |
5095
|
3645 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
3646 |
|
3647 * image/imagesc.m: Accept data limits parameter for colormap. |
|
3648 |
5095
|
3649 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
3650 |
|
3651 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
3652 the impulse by t_step. |
|
3653 |
4373
|
3654 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3655 |
|
3656 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
3657 column vectors. |
|
3658 |
5095
|
3659 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
3660 |
|
3661 * linear-algebra/null.m: Handle empty matrix arg. |
|
3662 |
4369
|
3663 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3664 |
|
3665 * general/shift.m: Force empty_list_elements_ok to 1. |
|
3666 |
4358
|
3667 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3668 |
|
3669 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
3670 New files. |
|
3671 |
4348
|
3672 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3673 |
|
3674 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
3675 function handle to pass to feval. |
|
3676 * statistics/base/qqplot.m: Likewise. |
|
3677 * statistics/base/ppplot.m: Likewise. |
|
3678 * signal/spectral_xdf.m: Likewise. |
|
3679 * signal/spectral_adf.m: Likewise. |
|
3680 |
4340
|
3681 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3682 |
|
3683 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
3684 |
4334
|
3685 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3686 |
|
3687 * linear-algebra/logm.m: New file. |
|
3688 |
5095
|
3689 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
3690 |
|
3691 * mkpkgadd: Scan C++ files as well |
|
3692 |
5095
|
3693 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
3694 |
|
3695 * strings/findstr.m: Return empty set for zero-length target. |
|
3696 |
5095
|
3697 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
3698 |
|
3699 * set/union.m: Preserve the orientation of inputs. |
|
3700 |
4305
|
3701 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3702 |
|
3703 * general/int2str.m: Eliminate leading spaces. |
|
3704 |
4303
|
3705 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3706 |
|
3707 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
3708 |
5095
|
3709 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
3710 |
|
3711 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
3712 $(BUILD_LDFLAGS) to compiler. |
|
3713 |
4295
|
3714 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3715 |
|
3716 * general/num2str.m: Don't specify field width for scalars. |
|
3717 |
4292
|
3718 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3719 |
|
3720 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
3721 |
4265
|
3722 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3723 |
4279
|
3724 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
3725 |
4266
|
3726 * miscellaneous/tempname.m: New file. |
|
3727 |
|
3728 * miscellaneous/tempdir.m: New file. |
|
3729 |
4265
|
3730 * miscellaneous/fullfile.m: New file. |
|
3731 |
4259
|
3732 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3733 |
4264
|
3734 * miscellaneous/fileparts.m: New file. |
|
3735 |
|
3736 * io/beep.m: New file. |
|
3737 |
4260
|
3738 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
3739 format only. |
4259
|
3740 |
4257
|
3741 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3742 |
|
3743 * strings/strcmp.m: Handle cell arrays of strings. |
|
3744 |
4229
|
3745 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3746 |
|
3747 * general/int2str.m: Handle matrices. |
|
3748 * general/num2str.m: Likewise. |
|
3749 Also handle optional precision, and format args. |
|
3750 |
4225
|
3751 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3752 |
|
3753 * audio/Makefile.in, control/base/Makefile.in, |
|
3754 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3755 control/system/Makefile.in, elfun/Makefile.in, |
|
3756 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
3757 io/Makefile.in, linear-algebra/Makefile.in, |
|
3758 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
3759 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
3760 specfun/Makefile.in, special-matrix/Makefile.in, |
|
3761 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3762 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3763 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
3764 deprecated/Makefile.in: Use new do-script-install and |
|
3765 do-script-uninstall macros. |
|
3766 |
|
3767 * mkpkgadd: New script. |
|
3768 |
|
3769 * plot/close.m: New file. |
|
3770 |
4184
|
3771 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3772 |
|
3773 * image/image.m: Use -raw option for xv. |
|
3774 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
3775 |
4172
|
3776 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3777 |
4174
|
3778 * control/base/lsim.m: Use approximate test for step size change. |
|
3779 |
4172
|
3780 * signal/bartlett.m: Avoid row/column mismatch error. |
|
3781 |
5095
|
3782 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
3783 |
|
3784 * statistics/base/var.m: Use better formula for improved accuracy. |
|
3785 |
5095
|
3786 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
3787 |
|
3788 * control/base/lsim.m: Correct doc string. |
|
3789 |
5095
|
3790 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
3791 |
|
3792 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
3793 |
4148
|
3794 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3795 |
|
3796 * plot/contour.m: Handle x and y as matrices too. |
|
3797 |
5095
|
3798 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
3799 |
|
3800 * plot/contour.m: Fix error and usage messages. |
|
3801 |
4146
|
3802 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3803 |
|
3804 * plot/contour.m: Correct orientation of plot. |
|
3805 |
4139
|
3806 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3807 |
|
3808 * control/base/analdemo.m: Fix typo. |
|
3809 |
5095
|
3810 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
3811 |
|
3812 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
3813 |
4098
|
3814 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3815 |
|
3816 * mkdoc: Exit immediately on errors. |
|
3817 Exit with error if gethelp does not exist. |
|
3818 |
|
3819 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
3820 |
4093
|
3821 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3822 |
|
3823 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
3824 |
5095
|
3825 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
3826 |
|
3827 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
3828 * statistics/distributions/normal_pdf.m: Likewise. |
|
3829 * statistics/distributions/normal_inv.m: Likewise. |
|
3830 |
5095
|
3831 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
3832 |
|
3833 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
3834 |
5095
|
3835 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
3836 |
|
3837 * statistics/base/var.m: Handle complex values. |
|
3838 |
4031
|
3839 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3840 |
|
3841 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
3842 list. |
|
3843 * deprecated/Makefile.in: New file. |
|
3844 |
5095
|
3845 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
3846 |
|
3847 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
3848 * statistics/distributions/binomial_cdf.m: Likewise. |
|
3849 * statistics/distributions/f_cdf.m: Likewise. |
|
3850 * statistics/distributions/t_cdf.m: Likewise. |
|
3851 |
|
3852 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
3853 * specfun/beta.m: Likewise. |
|
3854 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
3855 * statistics/distributions/gamma_pdf.m: Likewise. |
|
3856 * statistics/distributions/poisson_pdf.m: Likewise. |
|
3857 |
|
3858 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
3859 * statistics/distributions/poisson_cdf.m: Likewise. |
|
3860 |
4026
|
3861 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3862 |
4028
|
3863 * deprecated/is_bool.m: New file. |
|
3864 * deprecated/is_complex.m: New file. |
|
3865 * deprecated/is_global.m: New file. |
|
3866 * deprecated/is_list.m: New file. |
|
3867 * deprecated/is_matrix.m: New file. |
|
3868 * deprecated/is_scalar.m: New file. |
|
3869 * deprecated/is_square.m: New file. |
|
3870 * deprecated/is_stream.m: New file. |
|
3871 * deprecated/is_struct.m: New file. |
|
3872 * deprecated/is_symmetric.m: New file. |
|
3873 * deprecated/is_vector.m: New file. |
4030
|
3874 * Change all callers of these functions to use the new names. |
4028
|
3875 |
4029
|
3876 * deprecated: New directory. |
|
3877 * Makefile.in (SUBDIRS): Add it to the list. |
|
3878 |
4026
|
3879 * general/isscalar.m: Rename from is_scalar.m. |
|
3880 * general/issquare.m: Rename from is_square.m. |
|
3881 * general/issymmetric.m: Rename from is_symmetric.m. |
|
3882 * general/isvector.m: Rename from is_vector.m. |
|
3883 |
4022
|
3884 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3885 |
|
3886 * statistics/base/mean.m: Allow empty matrices. |
|
3887 Handle DIM arg. |
|
3888 |
5095
|
3889 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
3890 |
|
3891 * plot/__errcomm__.m: If format is not specified, default to error |
|
3892 bar format. |
|
3893 |
4011
|
3894 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3895 |
|
3896 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
3897 __F_SETFL__ and __O_NONBLOCK__. |
|
3898 |
|
3899 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
3900 * miscellaneous/bug_report.m: Likewise. |
|
3901 |
4007
|
3902 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3903 |
4008
|
3904 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
3905 * general/rem.m: Likewise. |
|
3906 |
|
3907 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
3908 * plot/semilogxerr.m: Likewise. |
4007
|
3909 * plot/semilogyerr.m: Likewise. |
|
3910 |
5095
|
3911 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
3912 |
|
3913 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
3914 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
3915 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
3916 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
3917 |
|
3918 * plot/errorbar.m: Use __errcomm__.m. |
|
3919 * plot/__errplot__.m: Minor cleanups. |
|
3920 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
3921 * plot/__pltopt1__.m: Likewise. |
|
3922 |
3980
|
3923 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3924 |
3981
|
3925 * general/rem.m: Delete redundant call to usage. |
|
3926 |
3980
|
3927 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
3928 |
5095
|
3929 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
3930 |
|
3931 * general/mod.m: New function. |
|
3932 |
3979
|
3933 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3934 |
|
3935 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
3936 * control/system/sysadd.m: Likewise. |
|
3937 * control/system/sysgroup.m: Likewise. |
|
3938 * control/system/syssub.m: Likewise. |
|
3939 * elfun/gcd.m: Likewise. |
|
3940 * elfun/lcm.m: Likewise. |
|
3941 * general/common_size.m: Likewise. |
|
3942 * io/printf.m: Likewise. |
|
3943 * miscellaneous/menu.m: Likewise. |
|
3944 * miscellaneous/path.m: Likewise. |
|
3945 * plot/__errplot__.m: Likewise. |
|
3946 * plot/__plt__.m: Likewise. |
|
3947 * plot/axis.m: Likewise. |
|
3948 * plot/errorbar.m: Likewise. |
|
3949 * plot/mplot.m: Likewise. |
|
3950 * plot/loglog.m: Likewise. |
|
3951 * plot/plot.m: Likewise. |
|
3952 * plot/plot_border.m: Likewise. |
|
3953 * plot/semilogx.m: Likewise. |
|
3954 * plot/semilogy.m: Likewise. |
|
3955 * plot/xlabel.m: Likewise. |
|
3956 * plot/ylabel.m: Likewise. |
|
3957 * plot/zlabel.m: Likewise. |
|
3958 * statistics/base/ppplot.m: Likewise. |
|
3959 * statistics/base/qqplot.m: Likewise. |
|
3960 * statistics/tests/bartlett_test.m: Likewise. |
|
3961 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
3962 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
3963 * strings/str2mat.m: Likewise. |
|
3964 * strings/strcat.m: Likewise. |
|
3965 |
5095
|
3966 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
3967 |
|
3968 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
3969 |
3924
|
3970 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3971 |
|
3972 * skip-autoheader: New file, for autogen.sh. |
3925
|
3973 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
3974 |
5095
|
3975 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
3976 |
|
3977 * general/repmat.m: New function. |
|
3978 |
5095
|
3979 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
3980 |
|
3981 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
3982 Use optional parameter to specify the number of bits in the input. |
|
3983 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
3984 floats in the range [-1,1], 2x speedup. |
|
3985 |
|
3986 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
3987 |
3910
|
3988 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
3989 |
|
3990 * linear-algebra/kron.m: Delete. |
|
3991 |
5095
|
3992 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
3993 |
|
3994 * signal/freqz.m: If nargout is zero, plot results instead of |
|
3995 returning them. |
|
3996 * signal/freqz_plot.m: New file. |
|
3997 |
5095
|
3998 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
3999 |
5378
|
4000 * signal/unwrap.m: New file. |
3906
|
4001 |
5095
|
4002 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
4003 |
|
4004 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
4005 divide by zero warning. |
|
4006 |
5095
|
4007 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
4008 |
3894
|
4009 * strings/deblank.m: Trim \0 as well as blank. |
|
4010 |
5378
|
4011 * freqz.m: Evaluate a specific range of frequencies |
3893
|
4012 expressed in radians or Hz relative to a supplied sample rate. |
|
4013 |
5095
|
4014 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
4015 |
|
4016 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
4017 |
3891
|
4018 * strings/findstr.m: Vectorize as much as possible. |
|
4019 |
5095
|
4020 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
4021 |
|
4022 * special-matrix/invhilb.m: New version that is faster and more |
|
4023 accurate. |
|
4024 |
5095
|
4025 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
4026 |
|
4027 * configure.in: Update for autoconf 2.5x. |
|
4028 |
5095
|
4029 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
4030 |
|
4031 * special-matrix/vander.m: Code tidy and vectorize. |
|
4032 |
5095
|
4033 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
4034 |
3883
|
4035 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
4036 to vectors. Issue a warning in the case x matches y' but return a |
|
4037 column vector as Octave currently does. |
|
4038 |
3882
|
4039 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
4040 |
|
4041 * control/system/starp.m: Leave more of the documentation |
|
4042 processing to texinfo and less to the @format block. |
|
4043 |
|
4044 * image/imagesc.m: Only display image if no output is requested. |
|
4045 Code tidying. |
|
4046 |
3876
|
4047 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
4048 |
|
4049 * statistics/base/center.m: Accept and return empty matrix. |
|
4050 |
3872
|
4051 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4052 |
|
4053 * specfun/erfinv.m: Fix usage message. |
|
4054 |
3869
|
4055 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4056 |
|
4057 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
4058 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
4059 |
3837
|
4060 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4061 |
|
4062 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
4063 capitalized variable names. |
|
4064 |
3836
|
4065 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
4066 |
|
4067 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
4068 |
5095
|
4069 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
4070 |
|
4071 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
4072 |
3803
|
4073 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
4074 |
3833
|
4075 * general/cart2pol.m: New file. |
|
4076 * general/pol2cart.m: New file. |
|
4077 * general/cart2sph.m: New file. |
|
4078 * general/sph2cart.m: New file. |
|
4079 * image/rgb2hsv.m: New file. |
|
4080 * image/hsv2rgb.m: New file. |
3803
|
4081 |
|
4082 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
4083 |
|
4084 * plot/meshgrid.m: Avoid for loops. |
|
4085 * plot/meshdom.m: Likewise. |
|
4086 |
3801
|
4087 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4088 |
|
4089 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
4090 |
|
4091 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
4092 |
|
4093 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
4094 norm. |
|
4095 |
3792
|
4096 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
4097 |
|
4098 * statistics/tests/welch_test.m: Fix typo. |
|
4099 |
|
4100 * statistics/distributions/chisquare_cdf.m: |
|
4101 Don't restrict inputs to be only positive integers. |
|
4102 * statistics/distributions/chisquare_inv.m: Likewise. |
|
4103 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
4104 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
4105 * statistics/distributions/f_cdf.m: Likewise. |
|
4106 * statistics/distributions/f_inv.m: Likewise. |
|
4107 * statistics/distributions/f_pdf.m: Likewise. |
|
4108 * statistics/distributions/f_rnd.m: Likewise. |
|
4109 * statistics/distributions/t_cdf.m: Likewise. |
|
4110 * statistics/distributions/t_inv.m: Likewise. |
|
4111 * statistics/distributions/t_pdf.m: Likewise. |
|
4112 * statistics/distributions/t_rnd.m: Likewise. |
|
4113 |
3790
|
4114 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
4115 |
|
4116 * strings/dec2base.m: New file. |
|
4117 * strings/base2dec.m: New file. |
|
4118 * strings/strjust.m: New file. |
|
4119 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
4120 * strings/dec2bin.m: Likewise. |
|
4121 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
4122 * strings/bin2dec.m: Likewise. |
|
4123 |
5095
|
4124 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
4125 |
|
4126 * statistics/base/ppplot.m: Use gset, not set. |
|
4127 * statistics/base/qqplot.m: Likewise. |
|
4128 |
5095
|
4129 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
4130 |
|
4131 * control/system/c2d.m: Add missing endif. |
|
4132 |
3759
|
4133 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
4134 |
|
4135 * strings/index.m: Return 0 if either string is empty. |
|
4136 |
|
4137 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
4138 |
|
4139 * control/system/c2d.m: Allow option of matched pole/zero |
|
4140 equivalent for conversion. |
|
4141 |
|
4142 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
4143 |
|
4144 * strings/findstr.m: Return empty matrix if search string is empty. |
|
4145 |
3757
|
4146 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
4147 |
|
4148 * saveimage.m: Do create rawbit image for black and white images, |
|
4149 but do it correctly. |
|
4150 |
3754
|
4151 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
4152 |
|
4153 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
4154 result polynomials. |
|
4155 |
3748
|
4156 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4157 |
|
4158 * image/saveimage.m: Don't try to create rawbit image. |
|
4159 |
3740
|
4160 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4161 |
|
4162 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
4163 |
5095
|
4164 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
4165 |
|
4166 * plot/contour.m: Reorder args for Matlab compatibility. |
|
4167 |
3727
|
4168 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
4169 |
|
4170 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
4171 |
3717
|
4172 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
4173 |
3718
|
4174 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
4175 |
3717
|
4176 * plot/mesh.m: Also set nologscale before plotting. |
|
4177 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
4178 xyerrorbars instead of just errorbars. |
|
4179 |
3714
|
4180 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
4181 |
|
4182 * image/image.m: Try display (from ImageMagick) first. |
|
4183 |
3709
|
4184 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
4185 |
|
4186 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
4187 conjugate transpose. |
|
4188 |
3705
|
4189 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4190 |
|
4191 * strings/str2mat.m: Apply setstr to each argument. |
|
4192 |
3696
|
4193 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
4194 |
|
4195 * control/base/dkalman.m: New file. |
|
4196 * control/base/dlqe.m: Handle singular A matrix. |
|
4197 * control/base/dlqr.m: Likewise. |
|
4198 |
3695
|
4199 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4200 |
|
4201 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
4202 dimensions don't match. |
|
4203 |
3690
|
4204 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
4205 |
|
4206 * plot/hist.m: Allow 3 argument form to work. |
|
4207 |
5095
|
4208 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
4209 |
|
4210 * plot/plot.m: Add examples in doc string. |
|
4211 |
5095
|
4212 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
4213 |
|
4214 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
4215 Do the right thing even if automatic_replot is not zero. |
|
4216 Avoid failure if system has pure imaginary poles. |
|
4217 |
3674
|
4218 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4219 |
|
4220 * general/logical.m: Return arg if it is empty. Better error |
|
4221 message for non-numeric types. |
|
4222 |
5095
|
4223 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
4224 |
|
4225 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
4226 about difference with Matlab dlqe function. |
|
4227 |
|
4228 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
4229 |
5095
|
4230 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
4231 |
|
4232 * strings/strrep.m: Fix typo. |
|
4233 |
3666
|
4234 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4235 |
|
4236 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
4237 |
5095
|
4238 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
4239 |
|
4240 * strings/strrep.m: Avoid for loop for speed. |
3667
|
4241 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
4242 |
5095
|
4243 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
4244 |
|
4245 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
4246 guess for iteration. |
|
4247 |
3651
|
4248 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
4249 |
|
4250 * image/image.m: Allow image (A) or image (x, y, A). |
|
4251 * image/imagesc.m: Likewise. |
|
4252 |
|
4253 * image/image.m: If zoom is not supplied, or if it is an empty |
|
4254 matrix, autoscale the image. |
|
4255 |
3618
|
4256 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4257 |
3619
|
4258 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
4259 Undo string escapes in text twice(!) before sending to gnuplot. |
|
4260 |
3618
|
4261 * image/saveimage.m: Add comment to file saying who created it and |
|
4262 when it was created. Suggested by Stephen Eglen |
|
4263 <stephen@cogsci.ed.ac.uk>. |
|
4264 |
5095
|
4265 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
4266 |
|
4267 * polynomial/polyreduce.m: Simplify by looking for the first |
|
4268 non-zero element rather than the last of the first set of zero |
|
4269 elements. |
|
4270 |
|
4271 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
4272 |
5095
|
4273 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
4274 |
|
4275 * image/saveimage.m: Swap black and white colormaps so zero is |
|
4276 displayed as black and 1 is displayed as white. |
|
4277 Fix indexing bug in ppm case. |
|
4278 |
3604
|
4279 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
4280 |
|
4281 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
4282 between the two distributions (took same approach as ks.test() in R.) |
|
4283 |
3603
|
4284 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4285 |
|
4286 * control/base/bode.m: Temporarily disable automatic_replot. |
|
4287 |
3599
|
4288 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4289 |
3601
|
4290 * Makefile.in (clean): Also remove gethelp. |
|
4291 |
3599
|
4292 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
4293 |
5095
|
4294 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
4295 |
|
4296 * set/create_set.m: Use find to avoid while loop. |
|
4297 |
5095
|
4298 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
4299 |
|
4300 * plot/hist.m: New optional third argument. |
|
4301 |
|
4302 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4303 |
|
4304 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
4305 number appended. |
|
4306 |
3575
|
4307 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4308 |
|
4309 * gethelp.cc: Sprinkle with std:: qualifier. |
|
4310 |
3498
|
4311 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4312 |
|
4313 * image/saveimage.m: Delete some debugging code. |
|
4314 |
3486
|
4315 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4316 |
|
4317 * signal/sinc.m: Avoid reshaping. |
|
4318 |
|
4319 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
4320 * image/ind2rgb.m: Ditto. |
|
4321 * image/ind2gray.m: Ditto. |
|
4322 * general/reshape.m: Ditto. Also no longer needs to reset |
|
4323 implicit_str_to_num_ok. |
|
4324 |
3483
|
4325 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4326 |
|
4327 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
4328 a list of file structures, not a vector of numeric file ids. |
|
4329 |
3474
|
4330 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4331 |
3476
|
4332 * plot/__axis_label__.m: New function. |
|
4333 Undo string escapes in text twice(!) before sending to gnuplot. |
|
4334 * plot/xlabel.m: Use it. |
|
4335 * plot/ylabel.m: Ditto. |
|
4336 * plot/zlabel.m: Ditto. |
|
4337 |
3474
|
4338 * plot/mesh.m: Fix error message to reflect reality. |
|
4339 |
5095
|
4340 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
4341 |
|
4342 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
4343 |
5095
|
4344 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
4345 |
|
4346 * audio/saveaudio.m: Also accept files with .ul extension. |
|
4347 * audio/loadaudio.m: Ditto. |
|
4348 * audio/playaudio.m: Ditto. |
|
4349 |
3456
|
4350 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4351 |
|
4352 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
4353 * statistics/distributions/beta_inv.m: Ditto. |
|
4354 * statistics/distributions/beta_pdf.m: Ditto. |
|
4355 * statistics/distributions/beta_rnd.m: Ditto. |
|
4356 * statistics/distributions/binomial_cdf.m: Ditto. |
|
4357 * statistics/distributions/binomial_inv.m: Ditto. |
|
4358 * statistics/distributions/binomial_pdf.m: Ditto. |
|
4359 * statistics/distributions/binomial_rnd.m: Ditto. |
|
4360 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
4361 * statistics/distributions/cauchy_inv.m: Ditto. |
|
4362 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
4363 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
4364 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
4365 * statistics/distributions/chisquare_inv.m: Ditto. |
|
4366 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
4367 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
4368 * statistics/distributions/discrete_cdf.m: Ditto. |
|
4369 * statistics/distributions/discrete_inv.m: Ditto. |
|
4370 * statistics/distributions/discrete_pdf.m: Ditto. |
|
4371 * statistics/distributions/discrete_rnd.m: Ditto. |
|
4372 * statistics/distributions/empirical_cdf.m: Ditto. |
|
4373 * statistics/distributions/empirical_inv.m: Ditto. |
|
4374 * statistics/distributions/empirical_pdf.m: Ditto. |
|
4375 * statistics/distributions/empirical_rnd.m: Ditto. |
|
4376 * statistics/distributions/exponential_cdf.m: Ditto. |
|
4377 * statistics/distributions/exponential_inv.m: Ditto. |
|
4378 * statistics/distributions/exponential_pdf.m: Ditto. |
|
4379 * statistics/distributions/exponential_rnd.m: Ditto. |
|
4380 * statistics/distributions/f_cdf.m: Ditto. |
|
4381 * statistics/distributions/f_inv.m: Ditto. |
|
4382 * statistics/distributions/f_pdf.m: Ditto. |
|
4383 * statistics/distributions/f_rnd.m: Ditto. |
|
4384 * statistics/distributions/gamma_cdf.m: Ditto. |
|
4385 * statistics/distributions/gamma_inv.m: Ditto. |
|
4386 * statistics/distributions/gamma_pdf.m: Ditto. |
|
4387 * statistics/distributions/gamma_rnd.m: Ditto. |
|
4388 * statistics/distributions/geometric_cdf.m: Ditto. |
|
4389 * statistics/distributions/geometric_inv.m: Ditto. |
|
4390 * statistics/distributions/geometric_pdf.m: Ditto. |
|
4391 * statistics/distributions/geometric_rnd.m: Ditto. |
|
4392 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
4393 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
4394 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
4395 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
4396 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
4397 * statistics/distributions/laplace_cdf.m: Ditto. |
|
4398 * statistics/distributions/laplace_inv.m: Ditto. |
|
4399 * statistics/distributions/laplace_pdf.m: Ditto. |
|
4400 * statistics/distributions/laplace_rnd.m: Ditto. |
|
4401 * statistics/distributions/logistic_cdf.m: Ditto. |
|
4402 * statistics/distributions/logistic_inv.m: Ditto. |
|
4403 * statistics/distributions/logistic_pdf.m: Ditto. |
|
4404 * statistics/distributions/logistic_rnd.m: Ditto. |
|
4405 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
4406 * statistics/distributions/lognormal_inv.m: Ditto. |
|
4407 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
4408 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
4409 * statistics/distributions/normal_cdf.m: Ditto. |
|
4410 * statistics/distributions/normal_inv.m: Ditto. |
|
4411 * statistics/distributions/normal_pdf.m: Ditto. |
|
4412 * statistics/distributions/normal_rnd.m: Ditto. |
|
4413 * statistics/distributions/pascal_cdf.m: Ditto. |
|
4414 * statistics/distributions/pascal_inv.m: Ditto. |
|
4415 * statistics/distributions/pascal_pdf.m: Ditto. |
|
4416 * statistics/distributions/pascal_rnd.m: Ditto. |
|
4417 * statistics/distributions/poisson_cdf.m: Ditto. |
|
4418 * statistics/distributions/poisson_inv.m: Ditto. |
|
4419 * statistics/distributions/poisson_pdf.m: Ditto. |
|
4420 * statistics/distributions/poisson_rnd.m: Ditto. |
|
4421 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
4422 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
4423 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
4424 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
4425 * statistics/distributions/t_cdf.m: Ditto. |
|
4426 * statistics/distributions/t_inv.m: Ditto. |
|
4427 * statistics/distributions/t_pdf.m: Ditto. |
|
4428 * statistics/distributions/t_rnd.m: Ditto. |
|
4429 * statistics/distributions/uniform_cdf.m: Ditto. |
|
4430 * statistics/distributions/uniform_inv.m: Ditto. |
|
4431 * statistics/distributions/uniform_pdf.m: Ditto. |
|
4432 * statistics/distributions/uniform_rnd.m: Ditto. |
|
4433 * statistics/distributions/weibull_cdf.m: Ditto. |
|
4434 * statistics/distributions/weibull_inv.m: Ditto. |
|
4435 * statistics/distributions/weibull_pdf.m: Ditto. |
|
4436 * statistics/distributions/weibull_rnd.m: Ditto. |
|
4437 * statistics/distributions/wiener_rnd.m: Ditto. |
|
4438 |
3453
|
4439 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4440 |
|
4441 * statistics/base/values.m: Texinfoize doc string. |
|
4442 * statistics/base/var.m: Ditto. |
|
4443 * statistics/base/table.m: Ditto. |
|
4444 * statistics/base/studentize.m: Ditto. |
|
4445 * statistics/base/statistics.m: Ditto. |
|
4446 * statistics/base/spearman.m: Ditto. |
|
4447 * statistics/base/run_count.m: Ditto. |
|
4448 * statistics/base/ranks.m: Ditto. |
|
4449 * statistics/base/range.m: Ditto. |
|
4450 * statistics/base/qqplot.m: Ditto. |
|
4451 * statistics/base/probit.m: Ditto. |
|
4452 * statistics/base/ppplot.m: Ditto. |
|
4453 * statistics/base/moment.m: Ditto. |
|
4454 * statistics/base/meansq.m: Ditto. |
|
4455 * statistics/base/logit.m: Ditto. |
|
4456 * statistics/base/kendall.m: Ditto. |
|
4457 * statistics/base/iqr.m: Ditto. |
|
4458 * statistics/base/cut.m: Ditto. |
|
4459 * statistics/base/cor.m: Ditto. |
|
4460 * statistics/base/cloglog.m: Ditto. |
|
4461 * statistics/base/center.m: Ditto. |
3454
|
4462 * statistics/models/logistic_regression.m: Ditto. |
|
4463 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
4464 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
4465 * statistics/tests/anova.m: Ditto. |
|
4466 * statistics/tests/bartlett_test.m: Ditto. |
|
4467 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
4468 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
4469 * statistics/tests/cor_test.m: Ditto. |
|
4470 * statistics/tests/f_test_regression.m: Ditto. |
|
4471 * statistics/tests/hotelling_test.m: Ditto. |
|
4472 * statistics/tests/hotelling_test_2.m: Ditto. |
|
4473 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
4474 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
4475 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
4476 * statistics/tests/manova.m: Ditto. |
|
4477 * statistics/tests/mcnemar_test.m: Ditto. |
|
4478 * statistics/tests/prop_test_2.m: Ditto. |
|
4479 * statistics/tests/run_test.m: Ditto. |
|
4480 * statistics/tests/sign_test.m: Ditto. |
|
4481 * statistics/tests/t_test.m: Ditto. |
|
4482 * statistics/tests/t_test_2.m: Ditto. |
|
4483 * statistics/tests/t_test_regression.m: Ditto. |
|
4484 * statistics/tests/u_test.m: Ditto. |
|
4485 * statistics/tests/var_test.m: Ditto. |
|
4486 * statistics/tests/welch_test.m: Ditto. |
|
4487 * statistics/tests/wilcoxon_test.m: Ditto. |
|
4488 * statistics/tests/z_test.m: Ditto. |
|
4489 * statistics/tests/z_test_2.m: Ditto. |
3453
|
4490 |
3446
|
4491 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4492 |
|
4493 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
4494 * plot/__plr1__.m: Ditto. |
|
4495 * plot/__pltopt__.m: Ditto. |
|
4496 * plot/__plt__.m: Ditto. |
|
4497 * plot/__plt2vv__.m: Ditto. |
|
4498 * plot/__plr2__.m: Ditto. |
|
4499 * plot/__plr__.m: Ditto. |
|
4500 * plot/__plt1__.m: Ditto. |
|
4501 * plot/__plt2__.m: Ditto. |
|
4502 * plot/__plt2mm__.m: Ditto. |
|
4503 * plot/__plt2mv__.m: Ditto. |
|
4504 * plot/__plt2ss__.m: Ditto. |
|
4505 * miscellaneous/paren.m: Ditto. |
|
4506 * miscellaneous/comma.m: Ditto. |
|
4507 * miscellaneous/semicolon.m: Ditto. |
|
4508 * miscellaneous/path.m: Ditto. |
|
4509 * miscellaneous/list_primes.m: Ditto. |
|
4510 * miscellaneous/flops.m: Ditto. |
|
4511 * miscellaneous/dump_prefs.m: Ditto. |
|
4512 * miscellaneous/bug_report.m: Ditto. |
|
4513 * linear-algebra/dot.m: Ditto |
|
4514 * linear-algebra/dmult.m: Ditto. |
|
4515 * general/randperm.m: Ditto. |
|
4516 * general/logical.m: Ditto. |
|
4517 * general/is_duplicate_entry.m: Ditto. |
|
4518 * signal/arch_fit.m: Ditto. |
|
4519 * signal/arch_rnd.m: Ditto. |
|
4520 * signal/arch_test.m: Ditto. |
|
4521 * signal/arma_rnd.m: Ditto. |
|
4522 * signal/autocor.m: Ditto. |
|
4523 * signal/autocov.m: Ditto. |
|
4524 * signal/autoreg_matrix.m: Ditto. |
|
4525 * signal/bartlett.m: Ditto. |
|
4526 * signal/blackman.m: Ditto. |
|
4527 * signal/detrend.m: Ditto. |
|
4528 * signal/diffpara.m: Ditto. |
|
4529 * signal/durbinlevinson.m: Ditto. |
|
4530 * signal/fftconv.m: Ditto. |
|
4531 * signal/fftfilt.m: Ditto. |
|
4532 * signal/fftshift.m: Ditto. |
|
4533 * signal/fractdiff.m: Ditto. |
|
4534 * signal/freqz.m: Ditto. |
|
4535 * signal/hamming.m: Ditto. |
|
4536 * signal/hanning.m: Ditto. |
|
4537 * signal/hurst.m: Ditto. |
|
4538 * signal/periodogram.m: Ditto. |
|
4539 * signal/rectangle_lw.m: Ditto. |
|
4540 * signal/rectangle_sw.m: Ditto. |
|
4541 * signal/sinc.m: Ditto. |
|
4542 * signal/sinetone.m: Ditto. |
|
4543 * signal/sinewave.m: Ditto. |
|
4544 * signal/spectral_adf.m: Ditto. |
|
4545 * signal/spectral_xdf.m: Ditto. |
|
4546 * signal/spencer.m: Ditto. |
|
4547 * signal/stft.m: Ditto. |
|
4548 * signal/synthesis.m: Ditto. |
|
4549 * signal/triangle_lw.m: Ditto. |
|
4550 * signal/triangle_sw.m: Ditto. |
|
4551 * signal/yulewalker.m: Ditto. |
3450
|
4552 * control/util/strappend.m: Ditto. |
3451
|
4553 * control/base/nichols.m: Ditto. |
3452
|
4554 * control/system/is_signal_list.m: Ditto. |
|
4555 * control/system/listidx.m: Ditto. |
|
4556 * control/system/sysgettsam.m: Ditto. |
|
4557 * control/system/sysidx.m: Ditto. |
3446
|
4558 |
3438
|
4559 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4560 |
|
4561 * control/system/__abcddims__.m: Rename from |
|
4562 control/system/abcddims.m, change all callers. |
|
4563 * control/base/__bodquist__.m: Likewise. |
|
4564 * control/base/__freqresp__.m: Likewise. |
|
4565 * control/util/__outlist__.m: Likewise. |
|
4566 * control/base/__stepimp__.m: Likewise. |
|
4567 * control/system/__syschnamesl__.m: Likewise. |
|
4568 * control/system/__syscont_disc__.m: Likewise. |
|
4569 * control/system/__sysdefioname__.m: Likewise. |
|
4570 * control/system/__sysdefstname__.m: Likewise. |
|
4571 * control/system/__sysgroupn__.m: Likewise. |
|
4572 * control/system/__tf2sysl__.m: Likewise. |
|
4573 * control/util/__zgpbal__.m: Likewise. |
|
4574 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
4575 |
|
4576 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
4577 * quaternion/qconj.m: Ditto. |
|
4578 * quaternion/qcoordinate_plot.m: Ditto. |
|
4579 * quaternion/qderiv.m: Ditto. |
|
4580 * quaternion/qderivmat.m: Ditto. |
|
4581 * quaternion/qinv.m: Ditto. |
|
4582 * quaternion/qmult.m: Ditto. |
|
4583 * quaternion/qtrans.m: Ditto. |
|
4584 * quaternion/qtransv.m: Ditto. |
|
4585 * quaternion/qtransvmat.m: Ditto. |
|
4586 * quaternion/quaternion.m: Ditto. |
3438
|
4587 |
3436
|
4588 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4589 |
|
4590 * control/base/Makefile.in: Ditto. |
|
4591 * control/hinf/Makefile.in: New file. |
|
4592 * control/marsyas/Makefile.in: Ditto. |
|
4593 * control/obsolete/Makefile.in: Ditto. |
|
4594 * control/system/Makefile.in: Ditto. |
|
4595 * control/util/Makefile.in: Ditto. |
|
4596 |
|
4597 * strings/com2str.m: Move here from control directory. |
|
4598 |
|
4599 * control/base: New directory. |
|
4600 * control/base/DEMOcontrol.m: Move here from control directory. |
|
4601 * control/base/analdemo.m: Ditto. |
|
4602 * control/base/are.m: Ditto. |
|
4603 * control/base/bddemo.m: Ditto. |
|
4604 * control/base/bode.m: Ditto. |
|
4605 * control/base/bode_bounds.m: Ditto. |
|
4606 * control/base/bodquist.m: Ditto. |
|
4607 * control/base/controldemo.m: Ditto. |
|
4608 * control/base/ctrb.m: Ditto. |
|
4609 * control/base/damp.m: Ditto. |
|
4610 * control/base/dare.m: Ditto. |
|
4611 * control/base/dcgain.m: Ditto. |
|
4612 * control/base/dgram.m: Ditto. |
|
4613 * control/base/dlqe.m: Ditto. |
|
4614 * control/base/dlqr.m: Ditto. |
|
4615 * control/base/dlyap.m: Ditto. |
|
4616 * control/base/dre.m: Ditto. |
|
4617 * control/base/frdemo.m: Ditto. |
|
4618 * control/base/freqchkw.m: Ditto. |
|
4619 * control/base/freqresp.m: Ditto. |
|
4620 * control/base/gram.m: Ditto. |
|
4621 * control/base/impulse.m: Ditto. |
|
4622 * control/base/lqe.m: Ditto. |
|
4623 * control/base/lqg.m: Ditto. |
|
4624 * control/base/lqr.m: Ditto. |
|
4625 * control/base/lsim.m: Ditto. |
|
4626 * control/base/ltifr.m: Ditto. |
|
4627 * control/base/lyap.m: Ditto. |
|
4628 * control/base/nichols.m: Ditto. |
|
4629 * control/base/nyquist.m: Ditto. |
|
4630 * control/base/obsv.m: Ditto. |
|
4631 * control/base/place.m: Ditto. |
|
4632 * control/base/pzmap.m: Ditto. |
|
4633 * control/base/rldemo.m: Ditto. |
|
4634 * control/base/rlocus.m: Ditto. |
|
4635 * control/base/step.m: Ditto. |
|
4636 * control/base/stepimp.m: Ditto. |
|
4637 * control/base/tzero.m: Ditto. |
|
4638 * control/base/tzero2.m: Ditto. |
|
4639 |
|
4640 * control/hinf: New directory. |
|
4641 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
4642 * control/hinf/h2norm.m: Ditto. |
|
4643 * control/hinf/h2syn.m: Ditto. |
|
4644 * control/hinf/hinf_ctr.m: Ditto. |
|
4645 * control/hinf/hinfdemo.m: Ditto. |
|
4646 * control/hinf/hinfnorm.m: Ditto. |
|
4647 * control/hinf/hinfsyn.m: Ditto. |
|
4648 * control/hinf/hinfsyn_chk.m: Ditto. |
|
4649 * control/hinf/hinfsyn_ric.m: Ditto. |
|
4650 * control/hinf/wgt1o.m: Ditto. |
3441
|
4651 * control/hinf/dgkfdemo.m: Ditto. |
|
4652 * control/hinf/is_dgkf.m: Ditto. |
3436
|
4653 |
|
4654 * control/marsyas: New directory. |
|
4655 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
4656 * control/marsyas/susball.m: Ditto. |
|
4657 |
|
4658 * control/obsolete/dezero.m: Move here from control directory. |
|
4659 * control/obsolete/rotg.m: Ditto. |
|
4660 |
|
4661 * control/system: New directory. |
|
4662 * control/system/abcddim.m: Move here from control directory. |
|
4663 * control/system/abcddims.m: Ditto. |
|
4664 * control/system/buildssic.m: Ditto. |
|
4665 * control/system/c2d.m: Ditto. |
|
4666 * control/system/d2c.m: Ditto. |
|
4667 * control/system/dmr2d.m: Ditto. |
|
4668 * control/system/fir2sys.m: Ditto. |
|
4669 * control/system/is_abcd.m: Ditto. |
|
4670 * control/system/is_digital.m: Ditto. |
|
4671 * control/system/is_sample.m: Ditto. |
|
4672 * control/system/is_signal_list.m: Ditto. |
|
4673 * control/system/is_siso.m: Ditto. |
3441
|
4674 * control/system/is_controllable.m: Ditto. |
|
4675 * control/system/is_detectable.m: Ditto. |
|
4676 * control/system/is_observable.m: Ditto. |
|
4677 * control/system/is_stabilizable.m: Ditto. |
|
4678 * control/system/is_stable.m: Ditto. |
3436
|
4679 * control/system/jet707.m: Ditto. |
|
4680 * control/system/listidx.m: Ditto. |
|
4681 * control/system/moddemo.m: Ditto. |
|
4682 * control/system/ord2.m: Ditto. |
|
4683 * control/system/packedform.m: Ditto. |
|
4684 * control/system/parallel.m: Ditto. |
|
4685 * control/system/ss2sys.m: Ditto. |
|
4686 * control/system/ss2tf.m: Ditto. |
|
4687 * control/system/ss2zp.m: Ditto. |
|
4688 * control/system/starp.m: Ditto. |
|
4689 * control/system/sys2fir.m: Ditto. |
|
4690 * control/system/sys2ss.m: Ditto. |
|
4691 * control/system/sys2tf.m: Ditto. |
|
4692 * control/system/sys2zp.m: Ditto. |
|
4693 * control/system/sysadd.m: Ditto. |
|
4694 * control/system/sysappend.m: Ditto. |
|
4695 * control/system/syschnamesl.m: Ditto. |
|
4696 * control/system/syschtsam.m: Ditto. |
|
4697 * control/system/sysconnect.m: Ditto. |
|
4698 * control/system/syscont.m: Ditto. |
|
4699 * control/system/syscont_disc.m: Ditto. |
|
4700 * control/system/sysdefioname.m: Ditto. |
|
4701 * control/system/sysdefstname.m: Ditto. |
|
4702 * control/system/sysdimensions.m: Ditto. |
|
4703 * control/system/sysdisc.m: Ditto. |
|
4704 * control/system/sysdup.m: Ditto. |
|
4705 * control/system/sysgetsignals.m: Ditto. |
|
4706 * control/system/sysgettsam.m: Ditto. |
|
4707 * control/system/sysgettype.m: Ditto. |
|
4708 * control/system/sysgroup.m: Ditto. |
|
4709 * control/system/sysgroupn.m: Ditto. |
|
4710 * control/system/sysidx.m: Ditto. |
|
4711 * control/system/sysmin.m: Ditto. |
|
4712 * control/system/sysmult.m: Ditto. |
|
4713 * control/system/sysout.m: Ditto. |
|
4714 * control/system/sysprune.m: Ditto. |
|
4715 * control/system/sysreorder.m: Ditto. |
|
4716 * control/system/sysrepdemo.m: Ditto. |
|
4717 * control/system/sysscale.m: Ditto. |
|
4718 * control/system/syssetsignals.m: Ditto. |
|
4719 * control/system/syssub.m: Ditto. |
|
4720 * control/system/sysupdate.m: Ditto. |
|
4721 * control/system/tf2ss.m: Ditto. |
|
4722 * control/system/tf2sys.m: Ditto. |
|
4723 * control/system/tf2sysl.m: Ditto. |
|
4724 * control/system/tf2zp.m: Ditto. |
|
4725 * control/system/tfout.m: Ditto. |
|
4726 * control/system/ugain.m: Ditto. |
|
4727 * control/system/zp2ss.m: Ditto. |
|
4728 * control/system/zp2ssg2.m: Ditto. |
|
4729 * control/system/zp2sys.m: Ditto. |
|
4730 * control/system/zp2tf.m: Ditto. |
|
4731 * control/system/zpout.m: Ditto. |
|
4732 |
|
4733 * control/util: New directory. |
|
4734 * control/util/axis2dlim.m: Move here from control directory. |
|
4735 * control/util/outlist.m: Ditto. |
|
4736 * control/util/prompt.m: Ditto. |
|
4737 * control/util/run_cmd.m: Ditto. |
|
4738 * control/util/sortcom.m: Ditto. |
|
4739 * control/util/strappend.m: Ditto. |
|
4740 * control/util/swap.m: Ditto. |
|
4741 * control/util/zgfmul.m: Ditto. |
|
4742 * control/util/zgfslv.m: Ditto. |
|
4743 * control/util/zginit.m: Ditto. |
|
4744 * control/util/zgpbal.m: Ditto. |
|
4745 * control/util/zgreduce.m: Ditto. |
|
4746 * control/util/zgrownorm.m: Ditto. |
|
4747 * control/util/zgscal.m: Ditto. |
|
4748 * control/util/zgsgiv.m: Ditto. |
|
4749 * control/util/zgshsr.m: Ditto. |
|
4750 |
3427
|
4751 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4752 |
|
4753 * gethelp.cc (extract_help_text): Discard first space character |
|
4754 after consecutive comment characters. |
|
4755 |
3422
|
4756 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
4757 |
|
4758 * control/obsolete: New directory |
|
4759 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
4760 * control/obsolete/swapcols.m: Ditto. |
|
4761 * control/obsolete/dlqg.m: Ditto. |
|
4762 * control/obsolete/minfo.m: Ditto. |
|
4763 * control/obsolete/packsys.m: Ditto. |
|
4764 * control/obsolete/qzval.m: Ditto. |
|
4765 * control/obsolete/unpacksys.m: Ditto. |
|
4766 * control/obsolete/series.m: Ditto. |
|
4767 * control/obsolete/syschnames.m: Ditto. |
|
4768 * polynomial/polyout.m: Ditto. |
3422
|
4769 |
3420
|
4770 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4771 |
|
4772 * general/fliplr.m: Eliminate useless copy of arg. |
|
4773 * general/flipud.m: Ditto. |
|
4774 |
3418
|
4775 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4776 |
|
4777 * linear-algebra/cross.m: Only return a row vector if both args |
|
4778 are row vectors. |
|
4779 * polynomial/polyfit.m: Likewise. |
|
4780 |
|
4781 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
4782 |
|
4783 * statistics/distributions/discrete_rnd.m: |
|
4784 Always generate a row vector. |
|
4785 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
4786 |
5095
|
4787 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
4788 |
|
4789 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
4790 |
|
4791 * audio/setaudio.m: Texinfoize doc string. |
|
4792 * control/com2str.m: Likewise. |
|
4793 * control/controldemo.m: Likewise. |
|
4794 * control/DEMOcontrol.m: Likewise. |
|
4795 * control/dezero.m: Likewise. |
|
4796 * control/dre.m: Likewise. |
|
4797 * control/hinfsyn_ric.m: Likewise. |
|
4798 |
5095
|
4799 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
4800 |
|
4801 * io/printf.m: Add @seealso{...} to doc string. |
|
4802 * io/puts.m: Likewise. |
|
4803 * plot/semilogx.m: Likewise. |
|
4804 * plot/semilogy.m: Likewise. |
|
4805 * plot/__pltopt__.m: Likewise. |
|
4806 * plot/bar.m: Likewise. |
|
4807 * plot/xlabel.m: Likewise. |
|
4808 * plot/grid.m: Likewise. |
|
4809 * plot/shg.m: Likewise. |
|
4810 * plot/title.m: Likewise. |
|
4811 * plot/mesh.m: Likewise. |
|
4812 * plot/__pltopt1__.m: Likewise. |
|
4813 * plot/contour.m: Likewise. |
|
4814 * plot/hist.m: Likewise. |
|
4815 * plot/stairs.m: Likewise. |
|
4816 * plot/meshgrid.m: Likewise. |
|
4817 * plot/polar.m: Likewise. |
|
4818 * plot/loglog.m: Likewise. |
|
4819 * plot/plot.m: Likewise. |
|
4820 * miscellaneous/semicolon.m: Likewise. |
|
4821 * miscellaneous/menu.m: Likewise. |
|
4822 * miscellaneous/etime.m: Likewise. |
|
4823 * miscellaneous/texas_lotto.m: Likewise. |
|
4824 * miscellaneous/comma.m: Likewise. |
|
4825 * audio/lin2mu.m: Likewise. |
|
4826 * audio/playaudio.m: Likewise. |
|
4827 * audio/loadaudio.m: Likewise. |
|
4828 * audio/saveaudio.m: Likewise. |
|
4829 * audio/mu2lin.m: Likewise. |
|
4830 * audio/record.m: Likewise. |
|
4831 * strings/isletter.m: Likewise. |
|
4832 * strings/lower.m: Likewise. |
|
4833 * strings/lower.m: Likewise. |
|
4834 * strings/upper.m: Likewise. |
|
4835 * specfun/erfinv.m: Likewise. |
|
4836 * specfun/gammai.m: Likewise. |
|
4837 * specfun/log2.m: Likewise. |
|
4838 * specfun/pow2.m: Likewise. |
|
4839 * elfun/gcd.m: Likewise. |
|
4840 * elfun/lcm.m: Likewise. |
|
4841 * special-matrix/vander.m: Likewise. |
|
4842 * special-matrix/sylvester_matrix.m: Likewise. |
|
4843 * special-matrix/hilb.m: Likewise. |
|
4844 * special-matrix/hankel.m: Likewise. |
|
4845 * special-matrix/toeplitz.m: Likewise. |
|
4846 * special-matrix/invhilb.m: Likewise. |
|
4847 * statistics/base/std.m: Likewise. |
|
4848 * statistics/base/median.m: Likewise. |
|
4849 * linear-algebra/cond.m: Likewise. |
|
4850 * linear-algebra/norm.m: Likewise. |
|
4851 * finance/nper.m: Likewise. |
|
4852 * finance/pmt.m: Likewise. |
|
4853 * finance/pv.m: Likewise. |
|
4854 * finance/rate.m: Likewise. |
|
4855 * finance/npv.m: Likewise. |
|
4856 * general/fliplr.m: Likewise. |
|
4857 * general/flipud.m: Likewise. |
|
4858 * general/is_scalar.m: Likewise. |
|
4859 * general/rem.m: Likewise. |
|
4860 * general/perror.m: Likewise. |
|
4861 * general/tril.m: Likewise. |
|
4862 * general/rot90.m: Likewise. |
|
4863 * general/num2str.m: Likewise. |
|
4864 * general/int2str.m: Likewise. |
|
4865 * general/reshape.m: Likewise. |
|
4866 * general/logspace.m: Likewise. |
|
4867 * general/is_symmetric.m: Likewise. |
|
4868 * general/is_vector.m: Likewise. |
|
4869 * general/nextpow2.m: Likewise. |
|
4870 * general/columns.m: Likewise. |
|
4871 * general/is_square.m: Likewise. |
|
4872 * general/rows.m: Likewise. |
|
4873 * control/ugain.m: Likewise. |
|
4874 * control/damp.m: Likewise. |
|
4875 * control/dare.m: Likewise. |
|
4876 * control/are.m: Likewise. |
|
4877 * control/sys2fir.m: Likewise. |
|
4878 * control/abcddim.m: Likewise. |
|
4879 * control/is_abcd.m: Likewise. |
|
4880 * control/step.m: Likewise. |
|
4881 * control/is_observable.m: Likewise. |
|
4882 * control/is_controllable.m: Likewise. |
|
4883 * control/jet707.m: Likewise. |
|
4884 * control/polyout.m: Likewise. |
|
4885 * control/impulse.m: Likewise. |
|
4886 * control/lqg.m: Likewise. |
|
4887 * control/is_detectable.m: Likewise. |
|
4888 * control/sysdimensions.m: Likewise. |
|
4889 * control/sysupdate.m: Likewise. |
|
4890 * control/stepimp.m: Likewise. |
|
4891 * control/is_stable.m: Likewise. |
|
4892 * control/tfout.m: Likewise. |
|
4893 * control/zpout.m: Likewise. |
|
4894 |
3405
|
4895 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4896 |
|
4897 * set/complement.m: Add @seealso{} stuff. |
|
4898 * set/create_set.m: Likewise. |
|
4899 * set/intersection.m: Likewise. |
|
4900 * set/union.m: Likewise. |
|
4901 |
3399
|
4902 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4903 |
3400
|
4904 * control/d2c.m: Use double quotes instead of single quotes for |
|
4905 string constants. |
|
4906 * control/dgkfdemo.m: Likewise. |
|
4907 * control/fir2sys.m: Likewise. |
|
4908 * control/frdemo.m: Likewise. |
|
4909 * control/moddemo.m: Likewise. |
|
4910 * control/minfo.m: Likewise. |
|
4911 * control/is_stabilizable.m: Likewise. |
|
4912 * control/is_dgkf.m: Likewise. |
|
4913 * control/polyout.m: Likewise. |
|
4914 * control/sysconnect.m: Likewise. |
|
4915 * control/sysrepdemo.m: Likewise. |
|
4916 * control/tf2sys.m: Likewise. |
|
4917 * control/tfout.m: Likewise. |
|
4918 * control/zp2sys.m: Likewise. |
|
4919 * control/zpout.m: Likewise. |
|
4920 * control/tzero.m: Likewise. |
|
4921 |
|
4922 * control/DEMOcontrol.m: Handle moddemo case too. |
|
4923 |
|
4924 * image/loadimage.m: Use double quotes instead of single quotes |
|
4925 for string constants. Use sprintf instead of square brackets to |
|
4926 construct string. |
|
4927 |
3399
|
4928 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
4929 * control/fir2sys.m: Likewise. |
3399
|
4930 |
3390
|
4931 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4932 |
|
4933 * mkdoc: Only delete spaces before @ characters at the beginning |
|
4934 of a line. |
|
4935 |
3383
|
4936 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4937 |
3388
|
4938 * control/bddemo.m: Make it more likely to work with any value of |
|
4939 whitespace_in_literal_matrix. |
3386
|
4940 * control/analdemo.m: Ditto. |
|
4941 * control/dgkfdemo.m: Ditto. |
|
4942 * control/frdemo.m: Ditto. |
|
4943 * control/sysrepdemo.m: Ditto. |
|
4944 * control/moddemo.m: Ditto. |
3388
|
4945 * control/zp2ss.m: Ditto. |
3387
|
4946 * control/zp2tf.m: Ditto. |
3388
|
4947 * control/syssub.m: Ditto. |
|
4948 * finance/npv.m: Ditto. |
|
4949 * statistics/base/studentize.m: Ditto. |
|
4950 * statistics/base/values.m: Ditto. |
|
4951 * statistics/distributions/exponential_cdf.m: Ditto. |
|
4952 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
4953 |
3384
|
4954 * control/dezero.m: Use toascii to convert string to ASCII value |
|
4955 instead of multiplying it by 1. |
|
4956 |
3383
|
4957 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
4958 * control/zpout.m: Ditto. |
|
4959 * control/tfout.m: Ditto. |
|
4960 * control/tf2sys.m: Ditto. |
|
4961 * control/syssub.m: Ditto. |
|
4962 * control/syssetsignals.m: Ditto. |
|
4963 * control/sysout.m: Ditto. |
|
4964 * control/sysmult.m: Ditto. |
|
4965 * control/sysgroup.m: Ditto. |
|
4966 * control/sysdup.m: Ditto. |
|
4967 * control/sysdisc.m: Ditto. |
|
4968 * control/syscont.m: Ditto. |
|
4969 * control/sysconnect.m: Ditto. |
|
4970 * control/sysappend.m: Ditto. |
|
4971 * control/sysadd.m: Ditto. |
|
4972 * control/ss2sys.m: Ditto. |
|
4973 * control/nyquist.m: Ditto. |
|
4974 * control/lqg.m: Ditto. |
|
4975 * control/fir2sys.m: Ditto. |
|
4976 * control/dmr2d.m: Ditto. |
|
4977 * control/dezero.m: Ditto. |
|
4978 * control/d2c.m: Ditto. |
|
4979 * control/c2d.m: Ditto. |
|
4980 * control/bddemo.m: Ditto. |
|
4981 * control/pzmap.m: Ditto. |
|
4982 |
5095
|
4983 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
4984 |
|
4985 * signal/spectral_adf.m: Fix typo. |
|
4986 |
3372
|
4987 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4988 |
|
4989 * linear-algebra/cond.m: Texinfoize doc string. |
|
4990 * linear-algebra/kron.m: Ditto. |
|
4991 * linear-algebra/norm.m: Ditto. |
|
4992 * linear-algebra/null.m: Ditto. |
|
4993 * linear-algebra/orth.m: Ditto. |
|
4994 * linear-algebra/rank.m: Ditto. |
|
4995 * linear-algebra/trace.m: Ditto. |
|
4996 * linear-algebra/qzhess.m: Ditto. |
|
4997 * miscellaneous/menu.m: Ditto. |
3373
|
4998 * general/perror.m: Ditto. |
|
4999 * general/strerror.m: Ditto. |
|
5000 * general/columns.m: Ditto. |
|
5001 * general/rows.m: Ditto. |
|
5002 * image/colormap.m: Ditto. |
|
5003 * image/gray.m: Ditto. |
|
5004 * image/gray2ind.m: Ditto. |
|
5005 * image/image.m: Ditto. |
|
5006 * image/imagesc.m: Ditto. |
|
5007 * image/imshow.m: Ditto. |
|
5008 * image/ind2gray.m: Ditto. |
|
5009 * image/ind2rgb.m: Ditto. |
|
5010 * image/loadimage.m: Ditto. |
|
5011 * image/rgb2ntsc.m: Ditto. |
|
5012 * image/ntsc2rgb.m: Ditto. |
|
5013 * image/ocean.m: Ditto. |
|
5014 * image/rgb2ind.m: Ditto. |
|
5015 * image/saveimage.m: Ditto. |
3372
|
5016 * io/printf.m: Ditto. |
|
5017 * io/puts.m: Ditto. |
|
5018 |
3369
|
5019 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5020 |
|
5021 * special-matrix/hankel.m: Texinfoize doc string. |
|
5022 * special-matrix/hilb.m: Ditto. |
|
5023 * special-matrix/invhilb.m: Ditto. |
|
5024 * special-matrix/sylvester_matrix.m: Ditto. |
|
5025 * special-matrix/toeplitz.m: Ditto. |
|
5026 * special-matrix/vander.m: Ditto. |
|
5027 * linear-algebra/vec.m: Ditto. |
|
5028 * linear-algebra/vech.m: Ditto. |
|
5029 * general/common_size.m: Ditto. |
|
5030 * general/diff.m: Ditto. |
|
5031 * general/fliplr.m: Ditto. |
|
5032 * general/flipud.m: Ditto. |
|
5033 * general/rot90.m: Ditto. |
|
5034 * general/reshape.m: Ditto. |
|
5035 * general/shift.m: Ditto. |
|
5036 * general/tril.m: Ditto. |
|
5037 * general/triu.m: Ditto. |
|
5038 * general/logspace.m: Ditto. |
3371
|
5039 * general/nargchk.m: Ditto. |
3369
|
5040 |
3367
|
5041 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5042 |
|
5043 * statistics/base/mean: Texinfoize doc string. |
|
5044 * statistics/base/median: Ditto. |
|
5045 * statistics/base/std: Ditto. |
|
5046 * statistics/base/cov: Ditto. |
|
5047 * statistics/base/corrcoef: Ditto. |
|
5048 * statistics/base/kurtosis: Ditto. |
|
5049 * statistics/base/mahalanobis: Ditto. |
|
5050 * statistics/base/skewness: Ditto. |
3368
|
5051 * statistics/base/gls.m: Ditto. |
|
5052 * statistics/base/ols.m: Ditto. |
3367
|
5053 * signal/detrend.m: Ditto. |
|
5054 * signal/freqz.m: Ditto. |
|
5055 * signal/sinc.m: Ditto. |
|
5056 * signal/fftconv.m: Ditto. |
|
5057 * signal/fftfilt.m: Ditto. |
3368
|
5058 * set/create_set.m: Ditto. |
|
5059 * set/union.m: Ditto. |
|
5060 * set/intersection.m: Ditto. |
|
5061 * set/complement.m: Ditto. |
|
5062 * poly/compan.m: Ditto. |
|
5063 * poly/conv: Ditto. |
|
5064 * poly/deconv: Ditto. |
|
5065 * poly/poly: Ditto. |
|
5066 * poly/polyderiv: Ditto. |
|
5067 * poly/polyfit: Ditto. |
|
5068 * poly/polyinteg: Ditto. |
|
5069 * poly/polyreduce: Ditto. |
|
5070 * poly/polyval: Ditto. |
|
5071 * poly/polyvalm: Ditto. |
|
5072 * poly/residue: Ditto. |
|
5073 * poly/roots: Ditto. |
|
5074 * plot/top_title.m: Ditto |
|
5075 * plot/subwindow.m: Ditto |
|
5076 * plot/subplot.m: Ditto |
|
5077 * plot/plot_border.m: Ditto |
|
5078 * plot/oneplot.m: Ditto |
|
5079 * plot/multiplot.m: Ditto |
|
5080 * plot/mplot.m: Ditto |
|
5081 * plot/xlabel.m: Ditto |
|
5082 * plot/figure.m: Ditto |
|
5083 * plot/meshdom.m: Ditto |
|
5084 * plot/mesh.m: Ditto |
|
5085 * plot/stairs.m: Ditto |
|
5086 * plot/polar.m: Ditto |
|
5087 * plot/loglog.m: Ditto |
|
5088 * plot/hist.m: Ditto |
|
5089 * plot/contour.m: Ditto |
|
5090 * plot/bar.m: Ditto |
|
5091 * plot/axis.m: Ditto |
|
5092 * plot/plot.m: Ditto. |
3367
|
5093 |
3361
|
5094 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5095 |
3365
|
5096 * control/pinv.m: Delete. |
|
5097 |
3364
|
5098 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
5099 |
3361
|
5100 * strings/blanks.m: Texinfoize doc string. |
|
5101 * strings/strcat.m: Ditto. |
|
5102 * strings/str2mat.m: Ditto. |
|
5103 * strings/deblank.m: Ditto. |
|
5104 * strings/findstr.m: Ditto. |
|
5105 * strings/index.m: Ditto. |
|
5106 * strings/rindex.m: Ditto. |
|
5107 * strings/split.m: Ditto. |
|
5108 * strings/strcmp.m: Ditto. |
|
5109 * strings/strrep.m: Ditto. |
|
5110 * strings/substr.m: Ditto. |
|
5111 * general/int2str.m: Ditto. |
|
5112 * general/num2str.m: Ditto. |
|
5113 * strings/dec2bin.m: Ditto. |
|
5114 * strings/bin2dec: Ditto. |
|
5115 * strings/dec2bin: Ditto. |
|
5116 * strings/dec2hex: Ditto. |
|
5117 * strings/hex2dec: Ditto. |
|
5118 * strings/str2num: Ditto. |
|
5119 |
3347
|
5120 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5121 |
|
5122 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
5123 |
5095
|
5124 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
5125 |
|
5126 * control/DEMOcontrol.m: Texinfoize doc string. |
|
5127 * control/abcddim.m: Ditto. |
|
5128 * control/abcddims.m: Ditto. |
|
5129 * control/analdemo.m: Ditto. |
|
5130 * control/are.m: Ditto. |
|
5131 * control/axis2dlim.m: Ditto. |
|
5132 * control/bddemo.m: Ditto. |
|
5133 * control/bode.m: Ditto. |
|
5134 * control/bode_bounds.m: Ditto. |
|
5135 * control/bodquist.m: Ditto. |
|
5136 * control/buildssic.m: Ditto. |
|
5137 * control/c2d.m: Ditto. |
|
5138 * control/ctrb.m: Ditto. |
|
5139 * control/d2c.m: Ditto. |
|
5140 * control/damp.m: Ditto. |
|
5141 * control/dare.m: Ditto. |
|
5142 * control/dcgain.m: Ditto. |
|
5143 * control/dgkfdemo.m: Ditto. |
|
5144 * control/dgram.m: Ditto. |
|
5145 * control/dlqe.m: Ditto. |
|
5146 * control/dlqr.m: Ditto. |
|
5147 * control/dlyap.m: Ditto. |
|
5148 * control/dmr2d.m: Ditto. |
|
5149 * control/fir2sys.m: Ditto. |
|
5150 * control/frdemo.m: Ditto. |
|
5151 * control/freqchkw.m: Ditto. |
|
5152 * control/freqresp.m: Ditto. |
|
5153 * control/gram.m: Ditto. |
|
5154 * control/h2norm.m: Ditto. |
|
5155 * control/h2syn.m: Ditto. |
|
5156 * control/hinf_ctr.m: Ditto. |
|
5157 * control/hinfdemo.m: Ditto. |
|
5158 * control/hinfnorm.m: Ditto. |
|
5159 * control/hinfsyn.m: Ditto. |
|
5160 * control/hinfsyn_chk.m: Ditto. |
|
5161 * control/impulse.m: Ditto. |
|
5162 * control/is_abcd.m: Ditto. |
|
5163 * control/is_controllable.m: Ditto. |
|
5164 * control/is_detectable.m: Ditto. |
|
5165 * control/is_dgkf.m: Ditto. |
|
5166 * control/is_digital.m: Ditto. |
|
5167 * control/is_observable.m: Ditto. |
|
5168 * control/is_sample.m: Ditto. |
|
5169 * control/is_signal_list.m: Ditto. |
|
5170 * control/is_siso.m: Ditto. |
|
5171 * control/is_stabilizable.m: Ditto. |
|
5172 * control/is_stable.m: Ditto. |
|
5173 * control/jet707.m: Ditto. |
|
5174 * control/lqe.m: Ditto. |
|
5175 * control/lqg.m: Ditto. |
|
5176 * control/lqr.m: Ditto. |
|
5177 * control/lsim.m: Ditto. |
|
5178 * control/ltifr.m: Ditto. |
|
5179 * control/lyap.m: Ditto. |
|
5180 * control/moddemo.m: Ditto. |
|
5181 * control/nyquist.m: Ditto. |
|
5182 * control/obsv.m: Ditto. |
|
5183 * control/ord2.m: Ditto. |
|
5184 * control/outlist.m: Ditto. |
|
5185 * control/pinv.m: Ditto. |
|
5186 * control/place.m: Ditto. |
|
5187 * control/polyout.m: Ditto. |
|
5188 * control/prompt.m: Ditto. |
|
5189 * control/pzmap.m: Ditto. |
|
5190 * control/qzval.m: Ditto. |
|
5191 * control/rldemo.m: Ditto. |
|
5192 * control/rlocus.m: Ditto. |
|
5193 * control/sortcom.m: Ditto. |
|
5194 * control/ss2sys.m: Ditto. |
|
5195 * control/ss2tf.m: Ditto. |
|
5196 * control/ss2zp.m: Ditto. |
|
5197 * control/starp.m: Ditto. |
|
5198 * control/step.m: Ditto. |
|
5199 * control/stepimp.m: Ditto. |
|
5200 * control/susball.m: Ditto. |
|
5201 * control/sys2fir.m: Ditto. |
|
5202 * control/sys2ss.m: Ditto. |
|
5203 * control/sys2tf.m: Ditto. |
|
5204 * control/sys2zp.m: Ditto. |
|
5205 * control/sysadd.m: Ditto. |
|
5206 * control/sysappend.m: Ditto. |
|
5207 * control/syschnames.m: Ditto. |
|
5208 * control/syschnamesl.m: Ditto. |
|
5209 * control/syschtsam.m: Ditto. |
|
5210 * control/sysconnect.m: Ditto. |
|
5211 * control/syscont.m: Ditto. |
|
5212 * control/syscont_disc.m: Ditto. |
|
5213 * control/sysdefioname.m: Ditto. |
|
5214 * control/sysdefstname.m: Ditto. |
|
5215 * control/sysdimensions.m: Ditto. |
|
5216 * control/sysdisc.m: Ditto. |
|
5217 * control/sysdup.m: Ditto. |
|
5218 * control/sysgetsignals.m: Ditto. |
|
5219 * control/sysgettype.m: Ditto. |
|
5220 * control/sysgroup.m: Ditto. |
|
5221 * control/sysgroupn.m: Ditto. |
|
5222 * control/sysmult.m: Ditto. |
|
5223 * control/sysout.m: Ditto. |
|
5224 * control/sysprune.m: Ditto. |
|
5225 * control/sysreorder.m: Ditto. |
|
5226 * control/sysrepdemo.m: Ditto. |
|
5227 * control/sysscale.m: Ditto. |
|
5228 * control/syssetsignals.m: Ditto. |
|
5229 * control/syssub.m: Ditto. |
|
5230 * control/sysupdate.m: Ditto. |
|
5231 * control/tf2ss.m: Ditto. |
|
5232 * control/tf2sys.m: Ditto. |
|
5233 * control/tf2sysl.m: Ditto. |
|
5234 * control/tf2zp.m: Ditto. |
|
5235 * control/tfout.m: Ditto. |
|
5236 * control/tzero.m: Ditto. |
|
5237 * control/tzero2.m: Ditto. |
|
5238 * control/ugain.m: Ditto. |
|
5239 * control/wgt1o.m: Ditto. |
|
5240 * control/zgfmul.m: Ditto. |
|
5241 * control/zgfslv.m: Ditto. |
|
5242 * control/zginit.m: Ditto. |
|
5243 * control/zgpbal.m: Ditto. |
|
5244 * control/zgreduce.m: Ditto. |
|
5245 * control/zgrownorm.m: Ditto. |
|
5246 * control/zgscal.m: Ditto. |
|
5247 * control/zgsgiv.m: Ditto. |
|
5248 * control/zgshsr.m: Ditto. |
|
5249 * control/zp2ss.m: Ditto. |
|
5250 * control/zp2ssg2.m: Ditto. |
|
5251 * control/zp2sys.m: Ditto. |
|
5252 * control/zp2tf.m: Ditto. |
|
5253 * control/zpout.m: Ditto. |
|
5254 |
5095
|
5255 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
5256 |
5378
|
5257 * audio/lin2mu.m: Texinfoize doc string. |
|
5258 * audio/loadaudio.m: Ditto. |
|
5259 * audio/mu2lin.m: Ditto. |
|
5260 * audio/playaudio.m: Ditto. |
|
5261 * audio/record.m: Ditto. |
|
5262 * audio/saveaudio.m: Ditto. |
3332
|
5263 |
5095
|
5264 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
5265 |
|
5266 * elfun/acot.m: Texinfoize doc string. |
|
5267 * elfun/acsc.m: Ditto. |
|
5268 * elfun/acsch.m: Ditto. |
|
5269 * elfun/asec.m: Ditto. |
|
5270 * elfun/asech.m: Ditto. |
|
5271 * elfun/cot.m: Ditto. |
|
5272 * elfun/coth.m: Ditto. |
|
5273 * elfun/csc.m: Ditto. |
|
5274 * elfun/csch.m: Ditto. |
|
5275 * elfun/gcd.m: Ditto. |
|
5276 * elfun/lcm.m: Ditto. |
|
5277 * elfun/sec.m: Ditto. |
|
5278 * elfun/sech.m: Ditto. |
|
5279 * general/nextpow2.m: Ditto. |
|
5280 * general/rem.m: Ditto. |
|
5281 * linear-algebra/commutation_matrix.m: Ditto. |
|
5282 * linear-algebra/cross.m: Ditto. |
|
5283 * linear-algebra/duplication_matrix.m: Ditto. |
|
5284 * miscellaneous/bincoeff.m: Ditto. |
|
5285 * miscellaneous/xor.m: Ditto. |
|
5286 * specfun/bessel.m: Ditto. |
|
5287 * specfun/beta.m: Ditto. |
|
5288 * specfun/betai.m: Ditto. |
|
5289 * specfun/erfinv.m: Ditto. |
|
5290 * specfun/gammai.m: Ditto. |
|
5291 * specfun/log2.m: Ditto. |
|
5292 * specfun/pow2.m: Ditto. |
|
5293 |
5095
|
5294 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
5295 |
|
5296 * general/is_scalar.m: Texinfoize help text. |
|
5297 * general/is_square.m: Ditto. |
|
5298 * general/is_symmetric.m: Ditto. |
|
5299 |
3320
|
5300 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5301 |
|
5302 * strings/split.m: If the string to be split is empty, just return |
|
5303 an empty string. |
|
5304 |
3319
|
5305 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5306 |
|
5307 * Makefile.in (ALL_M_FILES): New macro. |
|
5308 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
5309 |
3306
|
5310 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5311 |
|
5312 * control/bode.m: Don't return anything if nargout == 0. |
|
5313 |
|
5314 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
5315 |
|
5316 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
5317 |
3305
|
5318 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5319 |
|
5320 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
5321 gethelp.cc to the list. |
|
5322 |
3296
|
5323 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5324 |
3301
|
5325 * time/asctime.m: Texinfoize help text. |
|
5326 * time/clock.m: Ditto. |
|
5327 * time/date.m: Ditto. |
|
5328 * miscellaneous/cputime.m: Ditto. |
|
5329 * miscellaneous/etime.m: Ditto. |
|
5330 * miscellaneous/is_leap_year.m: Ditto. |
|
5331 * miscellaneous/popen2.m: Ditto. |
|
5332 * miscellaneous/version.m: Ditto. |
|
5333 * miscellaneous/tic.m: Ditto. |
|
5334 * miscellaneous/toc.m: Just refer to tic.m. |
|
5335 |
3297
|
5336 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
5337 `cd dir; $(MAKE); cd ..'. |
|
5338 ($(SUBDIRS)): Likewise. |
|
5339 |
|
5340 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
5341 |
|
5342 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
5343 of `cd dir; $(MAKE)'. |
|
5344 |
3296
|
5345 * gethelp.cc, mkdoc: New files. |
|
5346 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
5347 sources. |
|
5348 |
3291
|
5349 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5350 |
|
5351 * linear-algebra/kron.m: Fix typo in previous change |
|
5352 |
3282
|
5353 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5354 |
|
5355 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
5356 |
5095
|
5357 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
5358 |
|
5359 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
5360 rank when V has more columns than rows. |
|
5361 |
|
5362 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5363 |
|
5364 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
5365 |
|
5366 * statistics/tests/manova.m: Avoid problems if |
|
5367 whitespace_in_literal_matrix is set to "traditional". |
|
5368 * statistics/tests/t_test_regression.m: Likewise. |
|
5369 * statistics/tests/u_test.m: Likewise. |
|
5370 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
5371 * statistics/tests/anova.m: Likewise. |
|
5372 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5373 * statistics/base/statistics.m: Likewise. |
|
5374 * image/saveimage.m: Likewise. |
|
5375 * signal/arch_fit.m: Likewise. |
|
5376 * signal/autoreg_matrix.m: Likewise. |
|
5377 * signal/triangle_lw.m: Likewise. |
|
5378 * strings/dec2hex.m: Likewise. |
|
5379 |
3268
|
5380 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5381 |
|
5382 * image/saveimage.m: Initialize scale. |
|
5383 |
|
5384 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5385 |
|
5386 * general/reshape.m: Allow reshape (a, size (b)). |
|
5387 |
3266
|
5388 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5389 |
|
5390 * specfun/erfinv.m: Improve stopping criterion. |
|
5391 Add iteration count as second return value. |
|
5392 |
3265
|
5393 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5394 |
|
5395 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
5396 |
3263
|
5397 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5398 |
|
5399 * miscellaneous/pack.m: New function. |
|
5400 |
|
5401 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5402 |
|
5403 * plot/figure.m: Always return figure number. With no args, |
|
5404 figure now creates a new figure window and returns its number. |
|
5405 Accept figure (property, value) syntax, but do nothing. |
|
5406 |
5095
|
5407 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
5408 |
|
5409 * general/shift.m: Avoid printing temporary value for backward shift. |
|
5410 |
3260
|
5411 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5412 |
|
5413 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
5414 evenly spaced. |
|
5415 |
3250
|
5416 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5417 |
|
5418 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
5419 contain only zeros. |
|
5420 |
5095
|
5421 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
5422 |
|
5423 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
5424 instead of appending them. |
|
5425 |
|
5426 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5427 |
|
5428 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
5429 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
5430 Update from A. S. Hodel. |
|
5431 |
3246
|
5432 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5433 |
|
5434 * polynomial/polyfit.m: Correct previous change. |
|
5435 |
3243
|
5436 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5437 |
|
5438 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
5439 |
5095
|
5440 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
5441 |
|
5442 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
5443 version of krylov and krylovb. |
|
5444 |
|
5445 * control/outlist.m, control/sysout.m: Fix typos. |
|
5446 |
|
5447 * control/sysdimensions.m: Add option for total number of states. |
|
5448 |
|
5449 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
5450 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
5451 arguments. |
|
5452 |
|
5453 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5454 |
|
5455 * strings/index.m: Fail with meaningful error message if either |
|
5456 arg is a string array. |
|
5457 |
3238
|
5458 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5459 |
|
5460 * linear-algebra/norm.m: Do the right thing for 1- and |
|
5461 infinity-norms of complex matrices. From Sven Khatri |
|
5462 <khatri@saturn.vocalpoint.com>. |
|
5463 |
5095
|
5464 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
5465 |
|
5466 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
5467 |
|
5468 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5469 |
|
5470 * strings/split.m: Avoid problems when splitting strings that have |
|
5471 \ in them. |
|
5472 |
5095
|
5473 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
5474 |
|
5475 * image/colormap.m: Do better arg checking, handle string args |
|
5476 that name the colormap function to call (e.g., colormap ("ocean")). |
|
5477 |
5095
|
5478 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
5479 |
|
5480 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
5481 * linear-algebra/dot.m: Likewise. |
|
5482 * linear-algebra/cross.m: Likewise. |
|
5483 * general/rot90.m: Likewise. |
|
5484 |
5095
|
5485 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
5486 |
|
5487 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
5488 that the leading column is not all zeros. |
|
5489 |
|
5490 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5491 |
|
5492 * general/shift.m: Fix potential problems with |
|
5493 whitespace_in_literal_matrix. |
|
5494 * signal/arch_rnd.m: Ditto. |
|
5495 * signal/autocov.m: Ditto. |
|
5496 * signal/diffpara.m: Ditto. |
|
5497 * signal/hurst.m: Ditto. |
|
5498 * signal/periodogram.m: Ditto. |
|
5499 * signal/spectral_adf.m: Ditto. |
|
5500 * signal/spectral_xdf.m: Ditto. |
|
5501 * signal/spencer.m: Ditto. |
|
5502 * signal/synthesis.m: Ditto. |
|
5503 * statistics/distributions/wiener_rnd.m: Ditto. |
|
5504 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
5505 * statistics/models/logistic_regression.m: Ditto. |
|
5506 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
5507 * statistics/tests/run_test.m: Ditto. |
|
5508 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
5509 |
5095
|
5510 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
5511 |
|
5512 * plot/__plr2__.m: Fix typo. |
|
5513 |
3233
|
5514 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5515 |
|
5516 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
5517 |
5095
|
5518 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
5519 |
|
5520 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
5521 function. |
|
5522 |
5095
|
5523 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
5524 |
|
5525 * control/ss2sys.m: Fix typo. |
|
5526 |
|
5527 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5528 |
|
5529 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
5530 |
|
5531 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
5532 signal names as lists of strings instead of string arrays. |
|
5533 |
3225
|
5534 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5535 |
3233
|
5536 * quaternion: New directory of functions from A. S. Hodel |
3225
|
5537 <a.s.hodel@eng.auburn.edu>. |
|
5538 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
5539 * quaternion/Makefile.in: New file. |
|
5540 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
5541 |
|
5542 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5543 |
|
5544 * image/saveimage.m: Make it work again for black and white colormaps. |
|
5545 |
|
5546 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
5547 since there can be fewer rows than columns. Round values to |
|
5548 nearest position in colormap instead of truncating. Correct usage |
|
5549 message. |
|
5550 |
5095
|
5551 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
5552 |
|
5553 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
5554 zero rows of [A,v] as householder pivots; this avoids spurious |
|
5555 non-zero entries in returned orthogonal matrix U, but destroys the |
|
5556 Householder matrix structure of H. |
|
5557 |
|
5558 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5559 |
|
5560 * general/logical.m: Just copy input to output if argument is |
|
5561 already a logical object. |
|
5562 |
3215
|
5563 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5564 |
|
5565 * New files from OCST, in control subdiretory: |
|
5566 |
|
5567 DEMOcontrol.m is_siso.m syschnames.m |
|
5568 abcddim.m is_stabilizable.m syschnamesl.m |
|
5569 abcddims.m is_stable.m syschtsam.m |
|
5570 analdemo.m jet707.m sysconnect.m |
|
5571 are.m lqe.m syscont.m |
|
5572 axis2dlim.m lqg.m syscont_disc.m |
|
5573 bddemo.m lqr.m sysdefioname.m |
|
5574 bode.m lsim.m sysdefstname.m |
|
5575 bode_bounds.m ltifr.m sysdimensions.m |
|
5576 bodquist.m lyap.m sysdisc.m |
|
5577 buildssic.m mb.m sysdup.m |
|
5578 c2d.m minfo.m sysgetsignals.m |
6302
|
5579 com2str.m moddemo.m sysgettsam.m |
3215
|
5580 controldemo.m nichols.m sysgettype.m |
|
5581 ctrb.m nyquist.m sysgroup.m |
|
5582 d2c.m obsv.m sysgroupn.m |
|
5583 damp.m ord2.m sysmult.m |
|
5584 dare.m outlist.m sysout.m |
|
5585 dcgain.m packedform.m sysprune.m |
|
5586 demomarsyas.m packsys.m sysreorder.m |
|
5587 dezero.m; parallel.m sysrepdemo.m |
|
5588 dgkfdemo.m place.m sysscale.m |
|
5589 dgram.m polyout.m syssub.m |
|
5590 dhinfdemo.m prompt.m sysupdate.m |
|
5591 dlqe.m pzmap.m tf2ss.m |
|
5592 dlqg.m qzval.m tf2sys.m |
|
5593 dlqr.m rldemo.m tf2sysl.m |
|
5594 dlyap.m rlocus.m tf2zp.m |
|
5595 dmr2d.m rotg.m tfout.m |
|
5596 fir2sys.m run_cmd.m; tzero.m |
|
5597 frdemo.m series.m tzero2.m |
|
5598 freqchkw.m sortcom.m ugain.m |
|
5599 freqresp.m ss2sys.m unpacksys.m |
|
5600 gram.m ss2tf.m wgt1o.m |
|
5601 h2norm.m ss2zp.m zgfmul.m |
|
5602 h2syn.m starp.m zgfslv.m |
|
5603 hinf_ctr.m step.m zginit.m |
|
5604 hinfdemo.m stepimp.m zgpbal.m |
|
5605 hinfnorm.m strappend.m; zgreduce.m |
|
5606 hinfsyn.m susball.m zgrownorm.m |
|
5607 hinfsyn_chk.m swap.m zgscal.m |
|
5608 impulse.m swapcols.m zgsgiv.m |
|
5609 is_abcd.m swaprows.m zgshsr.m |
|
5610 is_controllable.m sys2fir.m zp2ss.m |
|
5611 is_detectable.m sys2ss.m zp2ssg2.m |
|
5612 is_dgkf.m sys2tf.m zp2sys.m |
|
5613 is_digital.m sys2zp.m zp2tf.m |
|
5614 is_observable.m sysadd.m zpout.m |
|
5615 is_sample.m sysappend.m |
|
5616 |
|
5617 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5618 |
|
5619 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
5620 |
|
5621 * strings/deblank.m: Make it work for string arrays too. |
|
5622 |
3211
|
5623 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5624 |
|
5625 * linear-algebra/housh.m: New file from the OCST. |
|
5626 * linear-algebra/krygetq.m: Ditto. |
|
5627 * linear-algebra/krylov.m: Ditto. |
|
5628 * linear-algebra/krylovb.m: Ditto. |
|
5629 * linear-algebra/qrhouse.m: Ditto. |
|
5630 * general/is_duplicate_entry.m: Ditto. |
|
5631 |
|
5632 * general/is_symmetric.m: Call is_square instead of doing that |
|
5633 check in line. |
|
5634 |
3196
|
5635 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5636 |
3202
|
5637 * general/is_square.m: |
|
5638 |
|
5639 * general/isempty.m, general/is_matrix.m: Delete. |
|
5640 |
|
5641 * general/is_symmetric: Delete special case for strings. Whether |
|
5642 the conversion is valid should depend on implicit_str_to_num_ok. |
|
5643 |
|
5644 * general/is_square.m: If arg is not a matrix, don't check size, |
|
5645 just return 0. |
|
5646 * general/is_symmetric: Likewise. |
|
5647 * general/is_vector.m: Likewise. |
|
5648 * general/is_scalar.m: Likewise. |
|
5649 |
3196
|
5650 * general/length.m: Delete. |
|
5651 |
3191
|
5652 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5653 |
|
5654 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
5655 statistics/distributions/Makefile, statistics/models/Makefile, |
|
5656 and statistics/tests/Makefile to the list of files to create. |
|
5657 |
|
5658 * finance/Makefile.in, statistics/base/Makefile.in, |
|
5659 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
5660 statistics/tests/Makefile.in: New files. |
|
5661 * statistics/Makefile.in: Delete file lists. Now only handle |
|
5662 subdirectories. |
|
5663 * Makefile.in (SUBDIRS): Add finance. |
|
5664 |
|
5665 * Move the following files from statistics to statistics/base: |
|
5666 |
|
5667 corrcoef.m |
|
5668 kurtosis.m |
|
5669 mahalanobis.m |
|
5670 median.m |
|
5671 ols.m |
|
5672 skewness.m |
|
5673 std.m |
|
5674 |
|
5675 New files, from Kurt Hornik's octave-ci package: |
|
5676 |
|
5677 * finance (new directory): |
|
5678 |
|
5679 fv.m |
|
5680 fvl.m |
|
5681 irr.m |
|
5682 nper.m |
|
5683 npv.m |
|
5684 pmt.m |
|
5685 pv.m |
|
5686 pvl.m |
|
5687 rate.m |
|
5688 vol.m |
|
5689 |
|
5690 * linear-algebra/dmult.m |
|
5691 |
|
5692 * signal: |
|
5693 |
|
5694 arch_fit.m |
|
5695 arch_rnd.m |
|
5696 arch_test.m |
|
5697 arma_rnd.m |
|
5698 autocor.m |
|
5699 autocov.m |
|
5700 autoreg_matrix.m |
|
5701 bartlett.m |
|
5702 blackman.m |
|
5703 diffpara.m |
|
5704 durbinlevinson.m |
|
5705 fractdiff.m |
|
5706 hamming.m |
|
5707 hanning.m |
|
5708 hurst.m |
|
5709 periodogram.m |
|
5710 rectangle_lw.m |
|
5711 rectangle_sw.m |
|
5712 sinetone.m |
|
5713 sinewave.m |
|
5714 spectral_adf.m |
|
5715 spectral_xdf.m |
|
5716 spencer.m |
|
5717 stft.m |
|
5718 synthesis.m |
|
5719 triangle_lw.m |
|
5720 triangle_sw.m |
|
5721 yulewalker.m |
|
5722 |
|
5723 * statistics/base (new directory): |
|
5724 |
|
5725 center.m |
|
5726 cloglog.m |
|
5727 cor.m |
|
5728 cov.m |
|
5729 cut.m |
|
5730 iqr.m |
|
5731 kendall.m |
|
5732 logit.m |
|
5733 mean.m |
|
5734 meansq.m |
|
5735 moment.m |
|
5736 ppplot.m |
|
5737 probit.m |
|
5738 qqplot.m |
|
5739 range.m |
|
5740 ranks.m |
|
5741 run_count.m |
|
5742 spearman.m |
|
5743 statistics.m |
|
5744 studentize.m |
|
5745 table.m |
|
5746 values.m |
|
5747 var.m |
|
5748 |
|
5749 (Replaces cov.m and mean.m with new versions.) |
|
5750 |
|
5751 * statistics/distributions (new directory): |
|
5752 |
|
5753 beta_cdf.m |
|
5754 beta_inv.m |
|
5755 beta_pdf.m |
|
5756 beta_rnd.m |
|
5757 binomial_cdf.m |
|
5758 binomial_inv.m |
|
5759 binomial_pdf.m |
|
5760 binomial_rnd.m |
|
5761 cauchy_cdf.m |
|
5762 cauchy_inv.m |
|
5763 cauchy_pdf.m |
|
5764 cauchy_rnd.m |
|
5765 chisquare_cdf.m |
|
5766 chisquare_inv.m |
|
5767 chisquare_pdf.m |
|
5768 chisquare_rnd.m |
|
5769 discrete_cdf.m |
|
5770 discrete_inv.m |
|
5771 discrete_pdf.m |
|
5772 discrete_rnd.m |
|
5773 empirical_cdf.m |
|
5774 empirical_inv.m |
|
5775 empirical_pdf.m |
|
5776 empirical_rnd.m |
|
5777 exponential_cdf.m |
|
5778 exponential_inv.m |
|
5779 exponential_pdf.m |
|
5780 exponential_rnd.m |
|
5781 f_cdf.m |
|
5782 f_inv.m |
|
5783 f_pdf.m |
|
5784 f_rnd.m |
|
5785 gamma_cdf.m |
|
5786 gamma_inv.m |
|
5787 gamma_pdf.m |
|
5788 gamma_rnd.m |
|
5789 geometric_cdf.m |
|
5790 geometric_inv.m |
|
5791 geometric_pdf.m |
|
5792 geometric_rnd.m |
|
5793 hypergeometric_cdf.m |
|
5794 hypergeometric_inv.m |
|
5795 hypergeometric_pdf.m |
|
5796 hypergeometric_rnd.m |
|
5797 kolmogorov_smirnov_cdf.m |
|
5798 laplace_cdf.m |
|
5799 laplace_inv.m |
|
5800 laplace_pdf.m |
|
5801 laplace_rnd.m |
|
5802 logistic_cdf.m |
|
5803 logistic_inv.m |
|
5804 logistic_pdf.m |
|
5805 logistic_rnd.m |
|
5806 lognormal_cdf.m |
|
5807 lognormal_inv.m |
|
5808 lognormal_pdf.m |
|
5809 lognormal_rnd.m |
|
5810 normal_cdf.m |
|
5811 normal_inv.m |
|
5812 normal_pdf.m |
|
5813 normal_rnd.m |
|
5814 pascal_cdf.m |
|
5815 pascal_inv.m |
|
5816 pascal_pdf.m |
|
5817 pascal_rnd.m |
|
5818 poisson_cdf.m |
|
5819 poisson_inv.m |
|
5820 poisson_pdf.m |
|
5821 poisson_rnd.m |
|
5822 stdnormal_cdf.m |
|
5823 stdnormal_inv.m |
|
5824 stdnormal_pdf.m |
|
5825 stdnormal_rnd.m |
|
5826 t_cdf.m |
|
5827 t_inv.m |
|
5828 t_pdf.m |
|
5829 t_rnd.m |
|
5830 uniform_cdf.m |
|
5831 uniform_inv.m |
|
5832 uniform_pdf.m |
|
5833 uniform_rnd.m |
|
5834 weibull_cdf.m |
|
5835 weibull_inv.m |
|
5836 weibull_pdf.m |
|
5837 weibull_rnd.m |
|
5838 wiener_rnd.m |
|
5839 |
|
5840 * statistics/models (new directory): |
|
5841 |
|
5842 logistic_regression.m |
|
5843 logistic_regression_derivatives.m |
|
5844 logistic_regression_likelihood.m |
|
5845 |
|
5846 * statistics/tests (new directory): |
|
5847 |
|
5848 anova.m |
|
5849 bartlett_test.m |
|
5850 chisquare_test_homogeneity.m |
|
5851 chisquare_test_independence.m |
|
5852 cor_test.m |
|
5853 f_test_regression.m |
|
5854 hotelling_test.m |
|
5855 hotelling_test_2.m |
|
5856 kolmogorov_smirnov_test.m |
|
5857 kolmogorov_smirnov_test_2.m |
|
5858 kruskal_wallis_test.m |
|
5859 manova.m |
|
5860 mcnemar_test.m |
|
5861 prop_test_2.m |
|
5862 run_test.m |
|
5863 sign_test.m |
|
5864 t_test.m |
|
5865 t_test_2.m |
|
5866 t_test_regression.m |
|
5867 u_test.m |
|
5868 var_test.m |
|
5869 welch_test.m |
|
5870 wilcoxon_test.m |
|
5871 z_test.m |
|
5872 z_test_2.m |
|
5873 |
|
5874 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5875 |
|
5876 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
5877 compatibility and to avoid Y2K problems. |
|
5878 |
3190
|
5879 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5880 |
|
5881 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
5882 least-squares solution. |
|
5883 |
3180
|
5884 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5885 |
|
5886 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
5887 |
|
5888 * strings/strrep.m: Don't convert args to numeric values. |
|
5889 Prevent warnings for empty string args. |
|
5890 From Georg Thimm <thimm@idiap.ch>. |
|
5891 |
|
5892 * strings/strcat.m: Prevent warnings for empty string args. |
|
5893 |
|
5894 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5895 |
|
5896 * miscellaneous/menu.m: Remove special case for empty string |
|
5897 returned from input(). Add second arg to eval() to catch errors. |
|
5898 |
3178
|
5899 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5900 |
|
5901 * plot/__plt__.m: Don't call usleep. |
|
5902 |
3175
|
5903 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5904 |
|
5905 * linear-algebra/dot.m: New function. |
|
5906 |
|
5907 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
5908 compatibility. |
|
5909 |
|
5910 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5911 |
|
5912 * plot/hist.m: Also allow just one output argument. |
|
5913 |
|
5914 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5915 |
|
5916 * strings/deblank.m: Make it work if the string is only blanks. |
|
5917 |
|
5918 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5919 |
|
5920 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
5921 |
|
5922 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5923 |
|
5924 * plot/oneplot.m: Fix typo. |
|
5925 |
3174
|
5926 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5927 |
|
5928 * miscellaneous/flops.m: Allow a single argument too. |
|
5929 |
|
5930 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5931 |
|
5932 * strings/str2mat.m: Also handle case when there are no empty |
|
5933 strings correctly. |
|
5934 |
|
5935 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5936 |
|
5937 * strings/isletter.m: New function, for Matlab compatibility. |
|
5938 |
3168
|
5939 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5940 |
|
5941 * strings/str2mat.m: Handle string matrices too. |
|
5942 |
3167
|
5943 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5944 |
|
5945 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
5946 linear encoding. |
|
5947 |
|
5948 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
5949 audio/record.m: Open files in binary mode. |
|
5950 |
3164
|
5951 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5952 |
|
5953 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
5954 Move functionality of dump_1_pref here, but use built-in function |
|
5955 type to extract value, and put it inside try/catch block. |
|
5956 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
5957 |
3162
|
5958 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5959 |
|
5960 * plot/__pltopt1.m__: New file. |
|
5961 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
5962 __pltopt1__ multiple times and returning a string array with rows |
|
5963 corresponding to the rows of opt. |
|
5964 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
5965 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
5966 array. |
|
5967 |
|
5968 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5969 |
|
5970 * plot/mplot.m: Fix misspellings of global variables. |
|
5971 Don't call clearplot. |
|
5972 |
|
5973 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5974 |
|
5975 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
5976 "cle;rep" when going in ot multiplot mode. |
|
5977 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
5978 switching out of multiplot mode. |
|
5979 |
3156
|
5980 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
5981 |
3156
|
5982 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
5983 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
5984 |
3141
|
5985 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5986 |
|
5987 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
5988 |
|
5989 * miscellaneous/bug_report.m: Don't try to get smart with |
|
5990 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
5991 |
|
5992 * Makefile.in (install): Create separate ls-R files for |
|
5993 $(datadir) and $(libexecdir). |
|
5994 (uninstall): Remove both ls-R files. |
|
5995 |
3136
|
5996 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5997 |
|
5998 * signal/fftshift.m: New file. |
|
5999 |
|
6000 * plot/contour.m: Fix for non-square case. |
|
6001 |
|
6002 * general/randperm.m: New file. |
|
6003 |
|
6004 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6005 |
|
6006 * specfun/betai.m: Restore file for compatibility with previous |
|
6007 versions. Call betainc with reordered args. |
|
6008 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
6009 |
3131
|
6010 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6011 |
|
6012 * plot/contour.m: Handle discrete contour levels. |
|
6013 |
|
6014 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6015 |
|
6016 * control/lyap.m: For compatibility with Matlab, solve |
|
6017 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
6018 |
3124
|
6019 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6020 |
|
6021 * specfun/bessel.m: New file. |
|
6022 |
|
6023 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
6024 specfun/gammainc.m: Delete. |
|
6025 |
3106
|
6026 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6027 |
|
6028 * image/colormap.m: Initialize __current_color_map__ in global |
|
6029 statement. |
|
6030 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
6031 statement. |
|
6032 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
6033 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
6034 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
6035 |
3103
|
6036 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6037 |
|
6038 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
6039 * time/toc.m: Likewise. |
|
6040 |
|
6041 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
6042 |
|
6043 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
6044 anything special for automatic_replot when in multiplot mode -- |
|
6045 recent 3.6beta releases handle this correctly. |
|
6046 |
|
6047 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
6048 setting the terminal type. |
|
6049 |
|
6050 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
6051 plot/subwindow.m: Use leading and trailing underscores for |
|
6052 `private' globals. |
|
6053 |
|
6054 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
6055 |
3101
|
6056 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6057 |
|
6058 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
6059 |
3091
|
6060 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6061 |
3092
|
6062 * specfun/gammai.m: Avoid problems with whitespace when |
|
6063 constructing matrices. |
|
6064 |
3091
|
6065 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
6066 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
6067 original y vector. |
|
6068 |
3085
|
6069 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6070 |
|
6071 * linear-algebra/cross.m: Use direct formula instead of calling |
|
6072 det three times in a loop. If both args are column (row) vectors, |
|
6073 return a column (row) vector. If they don't match, pay attention |
|
6074 to the value of prefer_column_vectors. |
|
6075 |
5095
|
6076 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
6077 |
|
6078 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
6079 nonsymmetric matrices. |
|
6080 |
|
6081 * general/tril.m: Fix usage message. |
|
6082 |
|
6083 * polynomial/polyvalm.m: Fix error messages. |
|
6084 * polynomial/polyderiv.m: Likewise. |
|
6085 * polynomial/polyval.m: Likewise. |
|
6086 |
3081
|
6087 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6088 |
|
6089 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
6090 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
6091 |
3063
|
6092 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6093 |
|
6094 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
6095 |
5095
|
6096 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
6097 |
|
6098 * plot/__pltopt__.m: Handle key/legend names. |
|
6099 Correctly set colors, line styles, and point styles. |
|
6100 |
3061
|
6101 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6102 |
|
6103 * polynomial/polyfit.m: Return fit y values as second output. |
|
6104 Don't use QR factorization to solve least squares problem. |
|
6105 |
|
6106 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6107 |
|
6108 * control/dlqr.m: Use ao, not a, to compute k. |
|
6109 |
3024
|
6110 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6111 |
|
6112 * miscellaneous/path.m: New file. |
|
6113 |
2993
|
6114 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6115 |
|
6116 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
6117 name. |
|
6118 |
2968
|
6119 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6120 |
|
6121 * specfun/erfinv.m: Add missing semicolon. |
|
6122 |
2870
|
6123 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6124 |
|
6125 * miscellaneous/xor.m: Make type of return value logical. |
|
6126 |
2853
|
6127 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6128 |
|
6129 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
6130 warn_comma_in_global_decl. |
|
6131 |
2831
|
6132 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6133 |
|
6134 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
6135 octave-bug script. |
|
6136 |
2823
|
6137 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6138 |
2824
|
6139 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
6140 prefer_zero_one_indexing. |
|
6141 |
2823
|
6142 * general/logical.m: New file. |
|
6143 |
2816
|
6144 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6145 |
|
6146 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
6147 and is_vector(). |
|
6148 |
5095
|
6149 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
6150 |
|
6151 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
6152 Use tolerance of 2 * eps. |
|
6153 |
2811
|
6154 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6155 |
|
6156 * Makefile.in (install-strip): New target. |
|
6157 * audio/Makefile.in: Ditto. |
|
6158 * control/Makefile.in: Ditto. |
|
6159 * elfun/Makefile.in: Ditto. |
|
6160 * general/Makefile.in: Ditto. |
|
6161 * image/Makefile.in: Ditto. |
|
6162 * io/Makefile.in: Ditto. |
|
6163 * linear-algebra/Makefile.in: Ditto. |
|
6164 * miscellaneous/Makefile.in: Ditto. |
|
6165 * plot/Makefile.in: Ditto. |
|
6166 * polynomial/Makefile.in: Ditto. |
|
6167 * set/Makefile.in: Ditto. |
|
6168 * signal/Makefile.in: Ditto. |
|
6169 * specfun/Makefile.in: Ditto. |
|
6170 * special-matrix/Makefile.in: Ditto. |
|
6171 * startup/Makefile.in: Ditto. |
|
6172 * statistics/Makefile.in: Ditto. |
|
6173 * strings/Makefile.in: Ditto. |
|
6174 |
2809
|
6175 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6176 |
|
6177 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
6178 |
2798
|
6179 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6180 |
|
6181 * statistics/corrcoef.m: Make it actually work. |
|
6182 |
2795
|
6183 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6184 |
2798
|
6185 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
6186 |
2779
|
6187 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
6188 |
|
6189 * Version 2.0.5 released. |
|
6190 |
2745
|
6191 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6192 |
2749
|
6193 * Makefile.in (maintainer-clean): Also remove configure. |
|
6194 |
2746
|
6195 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
6196 |
2745
|
6197 * general/is_matrix.m: Return zero for empty matrices. |
|
6198 |
|
6199 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6200 |
|
6201 * linear-algebra/vech.m: Size result just once. |
|
6202 |
2726
|
6203 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6204 |
|
6205 * general/is_square.m: Handle empty matrices correctly. |
|
6206 * general/is_symmetric.m: Handle empty matrices and strings. |
|
6207 |
2716
|
6208 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6209 |
|
6210 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
6211 * polynomial/deconv.m: Likewise. |
|
6212 * polynomial/polyderiv.m: Likewise. |
|
6213 * polynomial/polyinteg.m: Likewise. |
|
6214 * polynomial/polyreduce.m: Likewise. |
|
6215 * polynomial/polyval.m: Likewise. |
|
6216 * polynomial/polyvalm.m: Likewise. |
|
6217 * general/postpad.m: Likewise. |
|
6218 * general/prepad.m: Likewise. |
|
6219 |
|
6220 * polynomial/compan.m: Check input with is_vector(), not |
|
6221 is_matrix(). Handle scalar case. |
|
6222 |
2711
|
6223 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6224 |
2715
|
6225 * plot/contour.m: Order data so that it is consistent with |
|
6226 meshgrid and mesh. |
|
6227 |
2711
|
6228 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
6229 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
6230 |
2709
|
6231 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
6232 |
|
6233 * Version 2.0.4 released. |
|
6234 |
2706
|
6235 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6236 |
2702
|
6237 * miscellaneous/paren.m: New file. |
|
6238 |
2693
|
6239 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
6240 |
|
6241 * Version 2.0.3 released. |
|
6242 |
2676
|
6243 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6244 |
|
6245 * image/saveimage.m: Only clip image data that is actually out of |
|
6246 range. |
|
6247 |
2667
|
6248 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6249 |
|
6250 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
6251 also be considered to be matrices. |
|
6252 |
|
6253 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
6254 |
|
6255 * general/isempty.m: Use size(), not rows() and columns(). |
|
6256 |
|
6257 * plot/contour.m: Convert set to gset. |
|
6258 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
6259 |
2663
|
6260 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6261 |
|
6262 * specfun/erfinv.m: Fix typo in last change. |
|
6263 |
2650
|
6264 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6265 |
|
6266 * image/loadimage.m: Make it possible to load files with image |
|
6267 data named X or img. |
|
6268 |
|
6269 * image/default.img: Change name of image from X to img to match |
|
6270 what saveimage does now. |
|
6271 |
|
6272 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
6273 does now. |
|
6274 |
2632
|
6275 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6276 |
2634
|
6277 * Version 2.0.2 released. |
|
6278 |
2632
|
6279 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
6280 weird missing-lines bug without creating extra plots unecessarily. |
|
6281 |
2624
|
6282 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6283 |
|
6284 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
6285 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
6286 io/Makefile.in, linear-algebra/Makefile.in, |
|
6287 miscellaneous/Makefile.in, plot/Makefile.in, |
|
6288 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
6289 specfun/Makefile.in, special-matrix/Makefile.in, |
|
6290 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
6291 time/Makefile.in (bin-dist): New target. |
|
6292 |
2621
|
6293 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6294 |
|
6295 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
6296 |
|
6297 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6298 |
|
6299 * miscellaneous/xor.m: Make it work. |
|
6300 |
2613
|
6301 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6302 |
|
6303 * plot/sombrero.m: Doc fix. |
|
6304 |
2602
|
6305 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6306 |
|
6307 * Version 2.0.1 released. |
|
6308 |
2601
|
6309 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6310 |
|
6311 * elfun/lcm.m: Replace missing if statement. |
|
6312 |
|
6313 * elfun/gcd.m: Report error if no input args. |
|
6314 * elfun/lcm.m: Likewise. |
|
6315 |
2597
|
6316 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6317 |
|
6318 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
6319 Also list contents of $libexecdir/octave in ls-R database. |
|
6320 |
2583
|
6321 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6322 |
|
6323 * Version 2.0 released. |
|
6324 |
2575
|
6325 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6326 |
|
6327 * Version 1.94. |
|
6328 |
2558
|
6329 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6330 |
|
6331 * strings/str2num.m: New file. |
|
6332 |
2554
|
6333 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6334 |
|
6335 * Version 1.93. |
|
6336 |
2540
|
6337 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6338 |
|
6339 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
6340 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
6341 linear-algebra/vech.m: New files from Kurt Hornik. |
|
6342 |
|
6343 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
6344 general/common_size.m: New files from Kurt Hornik. |
|
6345 |
|
6346 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
6347 New files from Kurt Hornik. |
|
6348 |
|
6349 * signal/detrend.m: New file from Kurt Hornik. |
|
6350 |
|
6351 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
6352 specfun/pow2.m, specfun/log2.m: |
|
6353 New files and updates from Kurt Hornik. |
|
6354 |
2523
|
6355 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6356 |
|
6357 * plot/__plt__.m: Add explicit replot after last command is |
|
6358 issued, to force all lines to be displayed. Hmm. |
|
6359 |
2512
|
6360 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6361 |
2520
|
6362 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
6363 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
6364 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
6365 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
6366 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
6367 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
6368 Uset gset, not set. |
|
6369 |
2512
|
6370 * Version 1.92. |
|
6371 |
2482
|
6372 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6373 |
2486
|
6374 * image/saveimage.m: When writing PostScript, name Octave as the |
|
6375 almighty Creator. Use single call to fprintf instead of looping. |
|
6376 |
|
6377 * image/Makefile.in: Delete references to octtopnm. |
|
6378 |
|
6379 * general/logspace.m: Doc fix. |
|
6380 |
2482
|
6381 * Version 1.91. |
|
6382 |
2458
|
6383 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6384 |
|
6385 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
6386 |
|
6387 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
6388 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
6389 deleted. |
|
6390 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
6391 of a system() command to delete the tmp file. |
|
6392 |
2452
|
6393 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6394 |
|
6395 * Version 1.90. |
|
6396 |
|
6397 * Makefile.in (DISTFILES): Add ChangeLog. |
|
6398 |
2360
|
6399 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6400 |
|
6401 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
6402 Don't check for string value of automatic_replot. |
|
6403 |
|
6404 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
6405 Temporarily set do_fortran_indexing to 1, not "true". |
|
6406 |
|
6407 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
6408 not "false". |
|
6409 |
|
6410 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
6411 "false". |
|
6412 |
2355
|
6413 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
6414 |
|
6415 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
6416 |
2330
|
6417 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6418 |
|
6419 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
6420 system command. |
|
6421 |
|
6422 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6423 |
|
6424 * __plr1__.m: Renamed from polar_int_1.m. |
|
6425 * __plr2__.m: Renamed from polar_int_2.m. |
|
6426 * __plr__.m: Renamed from polar_int.m. |
|
6427 * __plt1__.m: Renamed from plot_int_1.m. |
|
6428 * __plt2__.m: Renamed from plot_int_2.m. |
|
6429 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
6430 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
6431 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
6432 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
6433 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
6434 * __plt__.m: Renamed from plot_int.m. |
|
6435 * __pltopt__.m: Renamed from plot_opt.m. |
|
6436 Change all callers. |
|
6437 |
|
6438 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6439 |
|
6440 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
6441 comments like those found in Emacs lisp files. |
|
6442 |
|
6443 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6444 |
|
6445 * All .m files: Change comment style. |
|
6446 |
|
6447 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6448 |
|
6449 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
6450 subplot.m, subwindow.m, top_title.m: |
|
6451 Print error message if gnuplot_has_multiplot is not true. |
|
6452 |
|
6453 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6454 |
|
6455 * plot/figure.m: New function. |
|
6456 |
|
6457 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6458 |
|
6459 * strings/strrep.m: New function. |
|
6460 |
|
6461 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6462 |
|
6463 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
6464 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
6465 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
6466 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
6467 New functions from Kurt Hornik, heavily modified by jwe. |
|
6468 |
|
6469 * general/reshape.m: Allow strings to be reshaped too. |
|
6470 |
|
6471 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
6472 Always return a scalar. |
|
6473 |
|
6474 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6475 |
|
6476 * polynomial/polyfit.m: Make orientation of result compatible with |
|
6477 Matlab. |
|
6478 |
|
6479 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6480 |
|
6481 * polynomial/polyfit.m: Add missing close paren. |
|
6482 |
|
6483 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6484 |
|
6485 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
6486 |
|
6487 * io/scanf.m: Delete. |
|
6488 |
|
6489 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6490 |
|
6491 * statistics/median.m: Fix typo in usage message. |
|
6492 |
|
6493 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6494 |
|
6495 * miscellaneous/popen2.m: New file. |
|
6496 |
|
6497 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6498 |
|
6499 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
6500 |
|
6501 * io: New directory. |
|
6502 * Makefile.in (SUBDIRS): Add it to the list. |
|
6503 |
|
6504 * miscellaneous/flops.m: New file. |
|
6505 |
|
6506 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6507 |
|
6508 * miscellaneous/cputime.m: Return three arguments instead of a |
|
6509 vector, for compatibility with previous versions and with Matlab |
|
6510 (which only returns one scalar value). |
|
6511 |
|
6512 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
6513 |
|
6514 * general/triu.m: Compute lower bound on loop index correctly. |
|
6515 * general/tril.m: Likewise, for upper bound. |
|
6516 |
|
6517 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6518 |
|
6519 * image/saveimage.m: For color images, make sure indices into |
|
6520 temporary colormap and result matrix have proper orientation. |
|
6521 Set grey flag correctly. |
|
6522 |
|
6523 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6524 |
|
6525 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
6526 jrv@vanzandt.mv.com). |
|
6527 |
|
6528 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6529 |
|
6530 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
6531 * mesh.m: Transpose Z if only one arg. |
|
6532 Handle case of all three args being matrices (from Jim Van Zandt |
|
6533 jrv@vanzandt.mv.com). |
|
6534 * meshdom.m: Undo previous change. |
|
6535 |
|
6536 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6537 |
|
6538 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
6539 |
|
6540 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6541 |
|
6542 * audio: New directory of files from Kurt Hornik and Andreas |
|
6543 Weingessel. |
|
6544 * audio/Makefile.in: New file. |
|
6545 * Makefile.in (SUBDIRS): Add audio to the list. |
|
6546 |
|
6547 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6548 |
|
6549 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
6550 |
|
6551 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6552 |
|
6553 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
6554 columns (z), not the other way around. |
|
6555 * plot/meshdom.m: Don't reverse order of elements in y. |
|
6556 |
|
6557 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6558 |
|
6559 * plot/axis.m: Return current axis if nargin == 0. |
|
6560 |
|
6561 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6562 |
|
6563 * polynomial/roots.m: Updates from Kurt Hornik. |
|
6564 |
|
6565 * polynomial/polyder.m: New file. |
|
6566 |
|
6567 * polynomial/polyderiv.m: Give return value and arg different names. |
|
6568 |
|
6569 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6570 |
|
6571 * specfun/betainc.m: New file. |
|
6572 * specfun/gammainc.m: New file. |
|
6573 |
|
6574 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6575 |
|
6576 * general/strerror.m: New file. |
|
6577 * general/perror.m: Implement using strerror(). |
|
6578 |
|
6579 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6580 |
|
6581 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
6582 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
6583 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
6584 |
|
6585 * image/saveimage.m: Round img values first. |
|
6586 |
|
6587 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6588 |
|
6589 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
6590 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
6591 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
6592 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
6593 special-matrix/hankel.m special-matrix/toeplitz.m |
|
6594 tuwien/strfun/split.m: Add missing semicolons. |
|
6595 |
|
6596 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
6597 |
|
6598 * image/Makefile.in: Don't build or install octtoppm. |
|
6599 |
|
6600 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
|
6601 routines so that people who don't have the the pbm stuff installed |
|
6602 can still use this function. |
|
6603 |
|
6604 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6605 |
|
6606 * image/saveimage.m: Better error checking, clean up a bit. |
|
6607 |
|
6608 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6609 |
|
6610 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
6611 avoid conflict with new built-in text-style function more. |
|
6612 |
|
6613 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
6614 |
|
6615 * startup/Makefile.in (install): Also install octaverc in |
|
6616 $localfcnfiledir/startup/octavrc. |
|
6617 |
|
6618 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6619 |
|
6620 * mkinstalldirs: New file. |
|
6621 * Makefile.in (DISTFILES): Add it to the list. |
|
6622 |
|
6623 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
6624 |
|
6625 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6626 |
|
6627 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
6628 r(1) != c(nr), not if r(1) != c(1). |
|
6629 |
|
6630 * signal/filter.m: Doc fix. |
|
6631 |
|
6632 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6633 |
|
6634 * miscellaneous/cputime.m: Use new resource structure names (no |
|
6635 ru_ or tv_ prefixes). |
|
6636 |
|
6637 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6638 |
|
6639 * time/ctime.m: Fix doc string and usage message. |
|
6640 |
|
6641 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6642 |
|
6643 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
6644 |
|
6645 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
6646 |
|
6647 * control/c2d.m: Make function work for any value of |
|
6648 whitespace_in_literal_matrix. |
|
6649 * control/dare.m: Likewise. |
|
6650 * control/tzero.m: Likewise. |
|
6651 * elfun/gcd.m: Likewise. |
|
6652 * elfun/lcm.m: Likewise. |
|
6653 * general/postpad.m: Likewise. |
|
6654 * general/prepad.m: Likewise. |
|
6655 * linear-algebra/kron.m: Likewise. |
|
6656 * miscellaneous/etime.m: Likewise. |
|
6657 * polynomial/conv.m: Likewise. |
|
6658 * polynomial/deconv.m: Likewise. |
|
6659 * polynomial/poly.m: Likewise. |
|
6660 * polynomial/roots.m: Likewise. |
|
6661 * signal/filter.m: Likewise. |
|
6662 * signal/freqz.m: Likewise. |
|
6663 * signal/fftfilt.m: Likewise. |
|
6664 |
|
6665 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6666 |
|
6667 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
6668 |
|
6669 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6670 |
|
6671 * plot/polar_int_2.m: Add missing semicolons. |
|
6672 Set theta = theta', not rho'. |
|
6673 |
|
6674 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6675 |
|
6676 * polynomial/roots.m: Make it work for any value of |
|
6677 whitespace_in_literal_matrix. |
|
6678 |
|
6679 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6680 |
|
6681 * configure.in: New file. |
|
6682 |
|
6683 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6684 |
|
6685 * control/lyap.m: Add missing semicolon. |
|
6686 |
|
6687 * miscellaneous/cputime.m: New function file. |
|
6688 |
|
6689 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6690 |
|
6691 * time: New directory. |
|
6692 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
6693 New function files. |
|
6694 * time/Makefile.in: New file. |
|
6695 * Makefile.in (SUBDIRS): Add time. |
|
6696 |
|
6697 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6698 |
|
6699 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
6700 |
|
6701 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6702 |
|
6703 * plot/plot_int_1.m: Transpose data with .', not '. |
|
6704 |
|
6705 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6706 |
|
6707 * Makefile.in (install uninstall clean mostlyclean distclean |
|
6708 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
6709 |
|
6710 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6711 |
|
6712 * Makefile.in (install): Create ls-R database file. |
|
6713 (uninstall): Delete it. |
|
6714 |
|
6715 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
6716 |
5378
|
6717 * image/saveimage.m: Fix typo. |
2330
|
6718 |
|
6719 See ChangeLog.1 in the top level directory for earlier changes. |