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