implementation of interp1 function of MATLAB in J2ME

Posted by Jeeka on Stack Overflow See other posts from Stack Overflow or by Jeeka
Published on 2010-06-07T01:41:34Z Indexed on 2010/06/08 2:12 UTC
Read the original article Hit count: 288

Hi,

i am looking to implement the interp1, 1-D data interpolation (table lookup), function available in MATLAB in J2ME or JAVA. here is the link

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/interp1.html

Is there any library available in J2ME or JAVA which has already implemented the same function ? If not can anybody help me in implementing interp1 function in J2ME or JAVA ?

© Stack Overflow or respective owner

Related posts about java

Related posts about matlab