octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: minor problem in iqr.m


From: Mike Miller
Subject: Re: minor problem in iqr.m
Date: Fri, 10 Aug 2012 07:32:42 -0400

On Fri, Aug 10, 2012 at 3:00 AM, Applee wrote:
>
> I think the condition check in iqr.m from line 52 - 56 may be wrong,
>
> 52    if (! (isscalar (dim) && dim == round (dim))
> 53 && dim > 0
> 54 && dim < (nd + 1))
> 55      error ("iqr: dim must be an integer and valid dimension");
> 56    endif

What version of Octave are you looking at? Please make sure you get
the current stable or development version so that you are not
reporting something that has already been fixed.

The code you are quoting is not in any current version of Octave so I
think this has already been fixed.

-- 
mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]