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