Hello,
> #! /Applications/Octave.app/Contents/Resources/bin/octave
> disp('hello');
Is it just the space between #! and /App...? I know it shouldn't be, but
shells are sometimes quirky. On my Linux box, it works with or without
space, but I'm suspicious because Thomas' workaround do
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
The functions residued() and residuez() seem to be broken in the current
release of octave. The reason is that they call residue() with a third
parameter specifying a tolerance, but residue does not accept such a
parameter.
The attached patch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
| Its more important to be compatible with th matlab behavior in general
| as that is what people seem to expect of us..
OK, I'll check the corresponding MATLAB functions. I'm doing some
labwork now for an image processing course at university. If poss
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
| Seems fine to me. I committed it..
Ok, thanks a lot.
Is backward compatibility an issue for those functions? Should they have
the same signature / behaviour as their MATLAB counterpart? Because as
stated, the patch actually changes the behaviour qui
well
## @seealso{imhist}
## @end deftypefn
## Author: Kai Habel <[EMAIL PROTECTED]>
## Date: 08. August 2000
+## Modified-by: Jonas Wagner <[EMAIL PROTECTED]>
+## Date:11. February 2008
function J = histeq (I, n)
if (nargin == 0)
@@ -30,10 +36,12 @@
n