I'm doing matlab java interfacing using javabuilder. In my matlab code, the function returns a cellarray which is to be casted to java datatype. The value cellarray is retrieved into MWArray. But
I'm not able to cast individual cell data into java datatype.
The cellArray contains string data in each cell. say the cellarray is casted to MWArray 'x' variable. Can any one explain me how to do further casting?