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