L1 normalization of vector

5 views (last 30 days)
Berbia
Berbia on 15 Jan 2013
I need to normalize the feature vectors by L1 normalization. Is there any built-in function in matlab? otherwise what is the procedure?

Accepted Answer

Matt J
Matt J on 15 Jan 2013
Edited: Matt J on 15 Jan 2013
x/norm(x,1)

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!