Norm function for 2 variables
조회 수: 2 (최근 30일)
이전 댓글 표시
What does norm[26.6906 8.5155] will return and what exactly is happening in it?
댓글 수: 0
답변 (1개)
gonzalo Mier
2019년 6월 26일
n = norm(v) returns the Euclidean norm of vector v. This norm is also called the 2-norm, vector magnitude, or Euclidean length.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!