Effacer les filtres
Effacer les filtres

D(t) = sqrt( (x1(t) + x2(t))^2 + (y1(t)+y2(t))^2 + (z1(t) + z2(t))^2) : how to Calculate the Euclidean distance between the two solutions, and plot this as a function of time.

1 vue (au cours des 30 derniers jours)
akhil
akhil le 26 Sep 2013
Réponse apportée : Matt J le 26 Sep 2013
how to Calculate the Euclidean distance between the two solutions, and plot this as a function of time.
  2 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 26 Sep 2013
between the two solutions: which solutions?
Image Analyst
Image Analyst le 26 Sep 2013
Shouldn't you be subtracting the x's, y's, and z's to get delta x, delta y, and delta z?

Connectez-vous pour commenter.

Réponses (1)

Matt J
Matt J le 26 Sep 2013
norm(solution1-solution2)

Catégories

En savoir plus sur Numeric Types dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by