can we convert com.mathworks.toolbox.javabuilder.MWArray to java.lang.object?
Afficher commentaires plus anciens
com.mathworks.toolbox.javabuilder.MWArray to java.lang.Object ??
Réponses (2)
Yair Altman
le 6 Août 2012
1 vote
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
le 6 Août 2012
Modifié(e) : Walter Roberson
le 6 Août 2012
0 votes
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
Catégories
En savoir plus sur Java Package Integration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!