How to Pass matrices/vector's values to Java Method argument List<Integer> points

2 ビュー (過去 30 日間)
SAMEER ahamed
SAMEER ahamed 2014 年 3 月 5 日
編集済み: Walter Roberson 2017 年 7 月 25 日
Hi,
I am newbie for mat-lab environment , below i have mentioned like
On Java
public void list_method(List<Integer> points){
Sample sample = new Sample ();
sample.getMatrix().add(points);
}
On Matlab
matrix =[22,33,22,4,2,3,2,1]; %1-by-8 matrix
[222,43,2,2,5,3,2,1] etc...
import edu.lipreading.*;
import java.util.Vector;
training = MainMethod;
training.list_method(matrix);
from Mat-lab I have like that values ,so i need to pass these values in java method arguments.
so i got error like :
*No method 'list_method' with matching signature found for class
'edu.lipreading.MainMethod'.*
  1 件のコメント
SAMEER ahamed
SAMEER ahamed 2014 年 3 月 6 日
Please Look at my java Class Code I have Attached my Zip File. My Mat-lab Code result like after applying sprintf function
array_list =[3,1,3,2,3,4,2,2,3]; array_list =[54,33,2,4,2,4,2,55]; etc. so i would like to pass these values to java method arguments List<Integer> points.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCall Java from MATLAB についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by