필터 지우기
필터 지우기

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