Wed, 14 Jul 2010 19:29:02 -0400 |
Ben Abbott |
__gnuplot_print__.m: Fix broken options.
|
Wed, 14 Jul 2010 10:44:12 -0700 |
Rik |
normest.m: Set the "state" of the random number generator to depend on trace(A).
|
Mon, 12 Jul 2010 21:32:18 +0200 |
Jaroslav Hajek |
generalize cell2mat optimization to n dimensions
|
Mon, 12 Jul 2010 09:53:28 -0400 |
John W. Eaton |
display.m: print usage message if nargin != 1
|
Fri, 09 Jul 2010 19:56:21 +0200 |
Thorsten Meyer |
Fix bugs in interp2 (bug #29601)
|
Thu, 08 Jul 2010 13:51:37 +0200 |
Jaroslav Hajek |
fix bug in accumarray
|
Wed, 07 Jul 2010 20:21:28 +0200 |
David Bateman |
Support 'hold all' (Feature Request #30336)
|
Sun, 04 Jul 2010 12:38:40 +0200 |
Soren Hauberg |
scripts/polynomial/deconv.m: ensure that the orientation of the third input to 'filter' matches the orientation of 'y'.
|
Fri, 02 Jul 2010 14:28:39 -0700 |
Rik |
wavread.m: Correctly handle non-word aligned chunks (bug #30309).
|
Wed, 30 Jun 2010 21:07:18 -0700 |
Rik |
stairs.m: Add additional calling forms to documentation
|
Thu, 24 Jun 2010 12:22:27 -0700 |
Rik |
Plot commands now print usage information without errors
|
Thu, 24 Jun 2010 07:06:11 +0300 |
Shai Ayal |
split printing between backends
|
Wed, 23 Jun 2010 09:24:23 -0400 |
John W. Eaton |
eliminate trailing whitespace in ChangeLog files
|
Wed, 23 Jun 2010 12:57:36 +0200 |
David Bateman |
Add the whitebg function
|
Thu, 17 Jun 2010 23:00:21 +0200 |
Brad Froehle |
Fix typo in spy.m
|
Wed, 16 Jun 2010 21:19:23 -0700 |
Rik |
union.m: Remove seealso reference to deprecated function.
|
Wed, 16 Jun 2010 20:36:55 -0700 |
Rik |
Periodic grammar check of documentation files to ensure common format.
|
Mon, 14 Jun 2010 11:27:58 -0700 |
Rik |
image.m: Flip data, rather than y-axis, for images. (bug #30033)
|
Sat, 12 Jun 2010 20:35:04 -0400 |
Ben Abbott |
scatter.m: Properly set default value markersize and marker type.
|
Sat, 12 Jun 2010 07:20:35 -0700 |
Rik |
scatter.m: Add new calling forms of function to documentation.
|
Thu, 10 Jun 2010 19:16:56 -0400 |
Ben Abbott |
Honor Matlab color settings for scatter().
|
Thu, 10 Jun 2010 19:10:37 -0400 |
Ben Abbott |
prepad.m: Fix typo 'dimm' -> 'dim'.
|
Thu, 10 Jun 2010 08:20:39 +0200 |
Jaroslav Hajek |
implement built-in vec()
|
Wed, 09 Jun 2010 07:29:33 -0700 |
Rik |
Use > 1 test to find first non-singleton dimension rather than != 1.
|
Tue, 08 Jun 2010 22:09:25 -0700 |
Rik |
Use common code block to find first non-singleton dimension.
|
Tue, 08 Jun 2010 21:59:16 -0700 |
Rik |
rotdim.m: Modify function to use same variable names as documentation
|
Tue, 08 Jun 2010 21:47:05 -0700 |
Rik |
coordinate transforms: add option to operate on column matrix of coordinates.
|
Tue, 08 Jun 2010 20:22:38 -0700 |
Rik |
Improve documentation strings.
|
Mon, 07 Jun 2010 13:45:21 +0200 |
Jaroslav Hajek |
support pkg list -forge
|
Mon, 07 Jun 2010 09:57:54 +0200 |
Jaroslav Hajek |
support pkg install -forge
|
Thu, 03 Jun 2010 21:52:11 -0700 |
Rik |
Replace calls to obsolete chisquare_cdf with chi2cdf.
|
Thu, 03 Jun 2010 10:00:51 -0700 |
Rik |
Add newline to 'plot' usage message.
|
Wed, 02 Jun 2010 11:56:26 -0700 |
Rik |
Guarantee equivalent results if sqp called with or wihout bounds
|
Tue, 01 Jun 2010 09:26:49 -0700 |
Rik |
fminbnd.m: Remove unused persistent variable.
|
Tue, 01 Jun 2010 09:19:12 -0700 |
Rik |
__contour__.m: Correctly size X and Y when only Z specified (bug #30002).
|
Mon, 31 May 2010 14:34:30 -0700 |
Rik |
legendre.m: Orient row vector correctly (bug #29997).
|
Sun, 30 May 2010 13:45:50 -0700 |
Rik |
svds.m: Overhaul code while fixing bug #29721.
|
Thu, 27 May 2010 20:12:51 -0700 |
Rik |
Improve validation of input arguments for base statistics functions.
|
Wed, 26 May 2010 20:23:16 -0700 |
Rik |
legend.m: Improve documentation string
|
Wed, 26 May 2010 13:26:16 +0200 |
Jaroslav Hajek |
second isprime rewrite
|
Wed, 26 May 2010 17:58:21 -0700 |
Rik |
svds.m: Validate struct input argument.
|
Wed, 26 May 2010 19:52:40 -0400 |
Ben Abbott |
legend.m: Key labels for specified objects.
|
Wed, 26 May 2010 19:49:12 -0400 |
Ben Abbott |
ancestor.m: Support vectors of handles.
|
Wed, 26 May 2010 15:51:02 -0700 |
Rik |
Initialize ARPACK starting vector in svds test code. (bug #29721)
|
Tue, 25 May 2010 18:14:25 -0400 |
Ben Abbott |
spline.m: Ignore NaNs within input vectors.
|
Tue, 25 May 2010 13:46:22 +0200 |
Jaroslav Hajek |
optimize primes and isprime
|
Tue, 25 May 2010 11:50:24 +0200 |
Jaroslav Hajek |
don't mention onCleanup an missing
|
Tue, 25 May 2010 10:03:58 +0200 |
Jaroslav Hajek |
make median more Matlab compatible (bug #29930)
|
Mon, 24 May 2010 17:20:08 -0700 |
Rik |
Replace calls to deprecated functions.
|
Sun, 23 May 2010 17:11:50 -0700 |
Rik |
Scale image point color according to colormap. Bug #29926.
|
Thu, 20 May 2010 11:49:42 -0700 |
Rik |
Plot minor ticks for semilog plots
|
Sun, 16 May 2010 22:26:54 -0700 |
Rik |
Print name of function in error() string messages.
|
Sun, 16 May 2010 18:28:59 -0700 |
Rik |
Check input arguments for size and type (bug #29861).
|
Thu, 13 May 2010 17:36:41 -0400 |
John W. Eaton |
help.m: avoid unnecessary use of varargout
|
Thu, 13 May 2010 12:23:06 -0700 |
Rik |
Add filesep to end of tempdir (bug #29864).
|
Tue, 11 May 2010 10:28:16 +0200 |
Jaroslav Hajek |
fix typo in textread
|
Wed, 12 May 2010 16:26:08 -0700 |
Rik |
Correctly set output precision (#29870) in dlmwrite
|
Wed, 12 May 2010 17:49:28 -0400 |
Ben Abbott |
help.m: Allow docstring to be returned as output, and correct docstring.
|
Sat, 08 May 2010 10:29:39 -0700 |
Rik |
Don't abort testing when merely skipping a testif block.
|
Wed, 05 May 2010 21:14:18 -0700 |
Rik |
Replace deprecated function calls in statistics tests
|