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