find distance between 2 points

1 回表示 (過去 30 日間)
RITTIK KUMAR GHOSH
RITTIK KUMAR GHOSH 2014 年 11 月 15 日
コメント済み: Star Strider 2014 年 12 月 29 日
I need to find the distance between 2 points. what is wrong with the script?
function d = finddist(A,B)
s = B-A
d = findmod(s)
this is what is coming when i am running it. Error using finddistance (line 2) Not enough input arguments. please help me out with the corrections to be done.
  2 件のコメント
Jan
Jan 2014 年 11 月 16 日
The error message contains "finddistance", but you post the code of "finddist". Which is "line 2"?
RITTIK KUMAR GHOSH
RITTIK KUMAR GHOSH 2014 年 12 月 29 日
thankyou for the help, appreciated it.

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

採用された回答

Star Strider
Star Strider 2014 年 11 月 15 日
Not to rain on your parade, but I would just use the hypot function.
  7 件のコメント
RITTIK KUMAR GHOSH
RITTIK KUMAR GHOSH 2014 年 12 月 29 日
thank you for all the help
Star Strider
Star Strider 2014 年 12 月 29 日
My pleasure!

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by