Borrar filtros
Borrar filtros

Norm of a vector

1 visualización (últimos 30 días)
Ayesha
Ayesha el 12 de Feb. de 2014
Respondida: Roger Stafford el 12 de Feb. de 2014
Hi,
I would like to ask if there is any simple way of calculating norm of vector rather than using built-in function norm?

Respuestas (1)

Roger Stafford
Roger Stafford el 12 de Feb. de 2014
For the "L2" norm of a vector v you can use
sqrt(sum(v.^2))
This is only one form of the 'norm' function. See the documentation for others.

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by