L1 normalization of vector

I need to normalize the feature vectors by L1 normalization. Is there any built-in function in matlab? otherwise what is the procedure?

 Réponse acceptée

Matt J
Matt J le 15 Jan 2013
Modifié(e) : Matt J le 15 Jan 2013

0 votes

x/norm(x,1)

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!

Translated by