Effacer les filtres
Effacer les filtres

How Argument values pass from Matlab to Java

1 vue (au cours des 30 derniers jours)
SAMEER ahamed
SAMEER ahamed le 27 Fév 2014
Hi,
I am new for mat-lab i have java class which working properly , but i want to run this java class via mat-lab .so i have convert jar file after set path in mat-lab class path so below my java class variable declared :
private List<List<Integer>> matrix; //Getter and Setter Method
Now My Mat-lab input video file frames below values like ,so how could i form matrix[[3,2,2,3,2,2,2,],[4,5,33,4,3,2,2,2]]; etc.
Note : I got result below like
if true
% code
for int i=1:2
matrix{1,i}=[co-ordinate_x;co-ordinate_y;co-ordinate_z;co-ordinate_xx;co-ordinate_xy;co-ordinate_zx;co-ordinate_zy;co-ordinate_zz;]; %1-by-8 matrix
end
end

Réponses (0)

Catégories

En savoir plus sur Call Java from MATLAB dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by