On Fri, 16 Sep 2011 08:28:16 -0700, Jeffrey Cunningham
wrote:
> On Fri, 16 Sep 2011 03:39:26 -0700, Carnë Draug
> wrote:
>
>
>>
>> Hi Jeffrey,
>>
>> this code runs fine for me using octave 3.2.4 and image 1.0.13 on
>> Debian stable (squeeze). Where are you running this?
>>
>> Carnë
>
>
> Tha
2011/9/16 Jeffrey Cunningham :
> On Fri, 16 Sep 2011 03:39:26 -0700, Carnë Draug
>> this code runs fine for me using octave 3.2.4 and image 1.0.13 on
>> Debian stable (squeeze). Where are you running this?
>
> That is interesting. I'm running octave 3.2.4 and image 1.0.12 on Debian
> stable (squee
On Fri, 16 Sep 2011 03:39:26 -0700, Carnë Draug
wrote:
>
> Hi Jeffrey,
>
> this code runs fine for me using octave 3.2.4 and image 1.0.13 on
> Debian stable (squeeze). Where are you running this?
>
> Carnë
That is interesting. I'm running octave 3.2.4 and image 1.0.12 on Debian
stable (squ
On 16 September 2011 05:00, Jeffrey Cunningham wrote:
> Hello;
> It looks like there might be a bug in the imresize function. I have reduced
> it to a repeatable case:
> Z=ones(91,53);
> W=imresize(Z,80/91);
> error: X and Y size must match Z dimensions
> error: called from:
> error: /usr/share/oc
Hello;It looks like there might be a bug in the imresize function. I have reduced it to a repeatable case:Z=ones(91,53);W=imresize(Z,80/91);error: X and Y size must match Z dimensionserror: called from:error: /usr/share/octave/3.2.4/m/general/interp2.m at line 326, column 2error: /usr/share/oct