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!