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 次查看(过去 30 天)
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

回答(1 个)

KSSV
KSSV 2017-3-23

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by