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