Hello,
Ive installed the MatlabControl class and I´m currently using it to call Matlab functions from Java. The functions eval and feval work properly but when I use blockingFeval for simple Matlab functions as 'sqrt' or abs I dont get a Double object as the return argument and thus get a ClassCastException. Ive tried to see what kind of class Im getting back; when I ask Java to print the return argument System.out.println(retVal[0]); I get "[EMAIL PROTECTED]" which looks like a memory address.
Does someone know how to overcome this problem?
Thanks,
Bucaro18
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
