matlab code to calculate Canberra distance

Réponses (1)

Thorsten
Thorsten le 23 Sep 2015
Modifié(e) : Thorsten le 23 Sep 2015
sum(abs(p - q)./(abs(p) + abs(q)))

Modifié(e) :

le 23 Sep 2015

Community Treasure Hunt

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

Start Hunting!

Translated by