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 CenterFile Exchange에서 Detection에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by