help-octave
[Top][All Lists]
Advanced

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

Re: A point in a vector?


From: Jaroslav Hajek
Subject: Re: A point in a vector?
Date: Thu, 1 Oct 2009 09:54:23 +0200

On Wed, Sep 30, 2009 at 10:11 PM, Corrado <address@hidden> wrote:
> Dear list,
>
> I have a strange requirement .... I have a vector, for example
>
> v=[0,0,0,0,1,2,4,6,8,8,8,8]. I have a value,for example x=4.8.
>
> I would like to understand in which sub interval of v is x.
>
> In this case, v would be in the sub interval [4,6] that is in the subinterval
> starting from element j=7 to the element j+1=8.
>
> Can we do that with an octave command?
>
> Regards
> --

Try
"help lookup"

-- 
RNDr. Jaroslav Hajek
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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