External Interfaces |
Handling Data Returned from a Java Method
In many cases, data returned from Java is incompatible with the data types operated on within MATLAB. When this is the case, MATLAB converts the returned value to a data type native to the MATLAB language. This section describes the conversion performed on the various data types that can be returned from a call to a Java method.
This section addresses the following topics:
Conversion of Java Return Data
The following table lists Java return types and the resulting MATLAB types. For some Java base return types, MATLAB treats scalar and array returns differently, as described following the table.
Passing Data to Overloaded Methods | Built-In Data Types |
© 1994-2005 The MathWorks, Inc.