フィルターのクリア

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 回表示 (過去 30 日間)
akhil
akhil 2013 年 9 月 26 日
回答済み: Matt J 2013 年 9 月 26 日
how to Calculate the Euclidean distance between the two solutions, and plot this as a function of time.
  2 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 9 月 26 日
between the two solutions: which solutions?
Image Analyst
Image Analyst 2013 年 9 月 26 日
Shouldn't you be subtracting the x's, y's, and z's to get delta x, delta y, and delta z?

サインインしてコメントする。

回答 (1 件)

Matt J
Matt J 2013 年 9 月 26 日
norm(solution1-solution2)

カテゴリ

Help Center および File ExchangeNumeric Types についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by