Norm function for 2 variables

What does norm[26.6906 8.5155] will return and what exactly is happening in it?

답변 (1개)

gonzalo Mier
gonzalo Mier 2019년 6월 26일

0 개 추천

n = norm(v) returns the Euclidean norm of vector v. This norm is also called the 2-norm, vector magnitude, or Euclidean length.
Read norm for more info.

카테고리

도움말 센터File Exchange에서 Special Functions에 대해 자세히 알아보기

태그

질문:

2019년 6월 26일

답변:

2019년 6월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by