Borrar filtros
Borrar filtros

I have feature multidimensional array feature(:,:,:) and i want to store this array in tif file is it possible? plz help to sort my problem

1 visualización (últimos 30 días)
for i=1:10
for j=1:10
Axy=feature(:,:,i);
Bxy=feature(:,:,j);
% Find all euclidean distances (row-wise)
C1(i,:,j) = sqrt(sum((Axy-Bxy).^2,2));
end
end

Respuestas (1)

KSSV
KSSV el 23 de Mzo. de 2017

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by