Norm function for 2 variables

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

Respuestas (1)

gonzalo Mier
gonzalo Mier el 26 de Jun. de 2019

0 votos

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.

Categorías

Más información sobre Special Functions en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de Jun. de 2019

Respondida:

el 26 de Jun. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by