how to calculate euclidean norm of two points?
조회 수: 4 (최근 30일)
이전 댓글 표시
My question is to find euclidean norm of two points
||x-y||^2
here is my code for this:
%let x=2, y=3
norm(x-y)
%answer in command window
1
kindly tell me if I am using right command! or should i also take square root?
댓글 수: 0
답변 (1개)
KALYAN ACHARJYA
2019년 11월 19일
편집: KALYAN ACHARJYA
2019년 11월 19일
As you mentioned ||x-y||^2
(abs(x-y))^2
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!