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