Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to find the distance between two opposite features of two feature sets ?

1 回表示 (過去 30 日間)
Annie Lodhi
Annie Lodhi 2019 年 7 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have to find the distance between two opposite features of two feature sets .
e.g my feature sets are
A = [2,3,4,6,7,9,1]
B= [3,2,4,6,5,2,7]
I have to find the distance between every two opposite features e.g
2-3,3-2,4-4,6-6,7-5,9-2 , 1-7 .
The answer is not a single value , it should be a feature set. In simple words two features set fused into single feature set.
How can I do this?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by