can we convert com.mathworks.toolbox.javabuilder.MWArray to java.lang.object?
이전 댓글 표시
com.mathworks.toolbox.javabuilder.MWArray to java.lang.Object ??
답변 (2개)
Yair Altman
2012년 8월 6일
1 개 추천
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
2012년 8월 6일
편집: Walter Roberson
2012년 8월 6일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Java Package Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!