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