octave-maintainers
[Top][All Lists]
Advanced

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

Re: Should interp1.m function allow jumps in X-values?


From: Michael D Godfrey
Subject: Re: Should interp1.m function allow jumps in X-values?
Date: Tue, 21 Aug 2012 09:00:29 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/21/2012 08:57 AM, vivek dogra wrote:
Although if it has identical values then it is always favoring increasing order
I think you need to read the code again taking into account:

octave:1> X = [ 1 2 2 3];
octave:2> issorted(X)
ans =  1


reply via email to

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