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