フィルターのクリア

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 日間)
Balaji M. Sontakke
Balaji M. Sontakke 2017 年 3 月 23 日
回答済み: KSSV 2017 年 3 月 23 日
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 Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by