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 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.
Any ideas?
Thanks,
Jorge
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help