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