Borrar filtros
Borrar filtros

How to Pass Cell Array Values to Java method

1 visualización (últimos 30 días)
SAMEER ahamed
SAMEER ahamed el 17 de Mzo. de 2014
Editada: SAMEER ahamed el 17 de Mzo. de 2014
Hi,
I have below code like in Mat-lab :
while(1)
matrix =[right_lip_x,right_lip_y,left_lip_x,left_lip_y,upper_lip_x,upper_lip_y,bottom_lip_x,bottom_lip_y];
% How i can form values are cell array to java method declaration ?
cell_array = cell(1,8);
cell_array{1,1}=right_lip_x;
cell_array{1,2}=right_lip_y;
cell_array{1,3}=left_lip_x;
%etc up to 1 by-8 values
end
I got result like : [22] [9] [21] [54] [654] [76] [755] [21]

Respuestas (0)

Categorías

Más información sobre Call Java from MATLAB en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by