Helmut Dersch has ported FnattLab to J2ME for use on small Java-devices like mobile phones and PDA:s. Nice work!
http://webuser.fh-furtwangen.de/~dersch/
I found a link to the standard m-files, for anyone to download! Sweet!
ftp://ftp.mathworks.com/pub/mathworks/
I've added some dll-files for matlab matfiles support under windows to CVS, so now you don't need to compile any c-files to get matfiles to work.
I changed a lot in the structure of fnattlab as to make it easier to add built-in functions. Now fnattlab will automatically load all classes in the subdir Builtins. Just name the classes just like the corresponding matlab functions and fnattlab will do all the work for you! (ex: sin -> Sin.java)
There are some tiny developers docs on the structure of fnattlab available now...