Re: [OctDev] Octave.app and executable scripts

2008-04-10 Thread Jonas Wagner
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

[OctDev] octave-forge-signal residue[zd].m: wrong parameter bug, with patch

2008-02-17 Thread Jonas Wagner
-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

Re: [OctDev] octave-forge-image histeq.m: several bugs, with patch

2008-02-11 Thread Jonas Wagner
-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

Re: [OctDev] octave-forge-image histeq.m: several bugs, with patch

2008-02-11 Thread Jonas Wagner
-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

[OctDev] octave-forge-image histeq.m: several bugs, with patch

2008-02-10 Thread Jonas Wagner
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