can we convert com.mathworks.toolbox.javabuilder.MWArray to java.lang.object?
Ältere Kommentare anzeigen
com.mathworks.toolbox.javabuilder.MWArray to java.lang.Object ??
Antworten (2)
Yair Altman
am 6 Aug. 2012
1 Stimme
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
am 6 Aug. 2012
Bearbeitet: Walter Roberson
am 6 Aug. 2012
0 Stimmen
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
Kategorien
Mehr zu Java Package Integration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!