External Interfaces Reference |
Determine if input is Java object
Syntax
Description
returns logical tf = isjava(A)
1
(true
) if A
is a Java object, and logical 0
(false
) 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 logical 0
(false
).
See Also
isobject
, javaArray
, javaMethod
, javaObject
, isa
, is*
import | javaaddpath |
© 1994-2005 The MathWorks, Inc.