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