Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Jaroslav Hajek
On Mon, Feb 22, 2010 at 6:49 PM, Søren Hauberg wrote: > man, 22 02 2010 kl. 18:33 +0100, skrev Benjamin Lindner: >> Søren Hauberg wrote: >> > man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: >> >> Hi >> >> >> >> the function bwmorph in the image package requires the function swap >> >> from the

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Søren Hauberg
man, 22 02 2010 kl. 18:33 +0100, skrev Benjamin Lindner: > Søren Hauberg wrote: > > man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: > >> Hi > >> > >> the function bwmorph in the image package requires the function swap > >> from the control package. This is not listed as a dependencie for the >

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Benjamin Lindner
Søren Hauberg wrote: > man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: >> Hi >> >> the function bwmorph in the image package requires the function swap >> from the control package. This is not listed as a dependencie for the >> package. Here's line 550 of file bwmorph.m where the swap function

Re: [OctDev] image package has a not listed dependency

2010-02-22 Thread Søren Hauberg
man, 22 02 2010 kl. 03:52 -0500, skrev Carnë Draug: > Hi > > the function bwmorph in the image package requires the function swap > from the control package. This is not listed as a dependencie for the > package. Here's line 550 of file bwmorph.m where the swap function is > used > > [BW,BW2]

[OctDev] image package has a not listed dependency

2010-02-22 Thread Carnë Draug
Hi the function bwmorph in the image package requires the function swap from the control package. This is not listed as a dependencie for the package. Here's line 550 of file bwmorph.m where the swap function is used [BW,BW2]=swap(BW,BW2); Just found this and thought I should point it out.