Hello,

 

I’ve 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 don’t get a Double object as the return argument and thus get a ClassCastException. I’ve tried to see what kind of class I’m 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

Reply via email to