Borrar filtros
Borrar filtros

can we convert com.mathwo​rks.toolbo​x.javabuil​der.MWArra​y to java.lang.object?

1 visualización (últimos 30 días)
com.mathworks.toolbox.javabuilder.MWArray to java.lang.Object ??

Respuestas (2)

Yair Altman
Yair Altman el 6 de Ag. de 2012
Every Java object, whatever its class is, is also automatically a java.lang.Object, since Object is the top superclass of all Java classes.

Titus Edelhofer
Titus Edelhofer el 6 de Ag. de 2012
Editada: Walter Roberson el 6 de Ag. de 2012
Hi,
this is a rather general question, so here a rather general answer: you might want to take a look at the toArray method ( http://www.mathworks.de/help/toolbox/javabuilder/MWArrayAPI/index.html).
Titus

Categorías

Más información sobre Java Package Integration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by