Prev: vlookup
Next: Signature bassline slant angle
From: Jin on 10 Jan 2010 04:04 interp1 is not exactly vlookup, it still interpolates. Is there a function with no interpolation? thanks. "Steven Lord" <slord(a)mathworks.com> wrote in message <g23gho$5pn$1(a)fred.mathworks.com>... > > "Jakob " <nordstrom(a)crossnet.se> wrote in message > news:g237qe$3hv$1(a)fred.mathworks.com... > > Hello ! > > > > I'm needing a matlab script with the same function as > > VLOOKUP in MsExcel, can someone of you one ? > > > > The following things are included in Ms Excel - VLOOKUP: > > 1. Lookup_value (value trying to match) > > 2. Table_array (absolute reference) > > 3. Col_Ind_num (Which col I want the answer > > 4. Range_lookup (close or exact match) > > Look at INTERP1, INTERP2, INTERP3, and INTERPN. > > -- > Steve Lord > slord(a)mathworks.com > >
From: dpb on 10 Jan 2010 09:38 Jin wrote: ....[top posting repaired--please don't; makes hard to follow]... > "Steven Lord" <slord(a)mathworks.com> wrote in message > <g23gho$5pn$1(a)fred.mathworks.com>... >> >> "Jakob " <nordstrom(a)crossnet.se> wrote in message >> news:g237qe$3hv$1(a)fred.mathworks.com... >> > Hello ! >> > >> > I'm needing a matlab script with the same function as >> > VLOOKUP in MsExcel, can someone of you one ? >> > >> > The following things are included in Ms Excel - VLOOKUP: >> > 1. Lookup_value (value trying to match) >> > 2. Table_array (absolute reference) >> > 3. Col_Ind_num (Which col I want the answer >> > 4. Range_lookup (close or exact match) >> >> Look at INTERP1, INTERP2, INTERP3, and INTERPN. >> >> -- >> Steve Lord >> slord(a)mathworks.com >> > interp1 is not exactly vlookup, it still interpolates. Is there a > function with no interpolation? > thanks. doc interp1 % look at the optional arguments --
|
Pages: 1 Prev: vlookup Next: Signature bassline slant angle |