Hi,
I would like to ask if there is any simple way of calculating norm of vector rather than using built-in function norm?

Antworten (1)

Roger Stafford
Roger Stafford am 12 Feb. 2014

2 Stimmen

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.

Kategorien

Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Feb. 2014

Beantwortet:

am 12 Feb. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by