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
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
>
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
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]
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.