External Interfaces/API Reference |
Determine if item is a Java object
Syntax
Description
returns logical true (tf = isjava(A)
1
) if A
is a Java object, and logical false (0
) otherwise.
Examples
Create an instance of the Java Frame class and isjava
indicates that it is a Java object.
Note that, isobject
, which tests for MATLAB objects, returns false (0
).
See Also
isobject
, javaArray
, javaMethod
, javaObject
, isa
, is*
isa | javaArray |