External Interfaces Reference Previous page   Next Page
isjava

Determine if input is Java object

Syntax

Description

tf = isjava(A) returns logical 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*


Previous page  import javaaddpath Next page

© 1994-2005 The MathWorks, Inc.