JavaObj = javaObject(ClassName,x1,...,xN) returns Java® object
array, JavaObj, created by the Java constructor
for the class with the argument list matching x1,...,xN.
Java class name, specified as a string or character vector.
Data Types: char
x1,...,xN — Java constructor input arguments any type
Java constructor input arguments, 1 through N (if any),
required by ClassName, specified as any type.
The class constructor argument list specifies the argument type.