normalize values from svd matrix

2 Ansichten (letzte 30 Tage)
desert_scientist90
desert_scientist90 am 20 Nov. 2019
Bearbeitet: KALYAN ACHARJYA am 20 Nov. 2019
Hi all,
I am working with SVD analysis and I got my principal component values on U ( this is from the routine [u,s,v]=svd(x)) once I got my values I want to normalize only the first three values of my matrix. Is there anyway I can do this call without taking the values out of the matrix and use N=normalize(x)?
Thanks in advance for your help.

Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 20 Nov. 2019
Bearbeitet: KALYAN ACHARJYA am 20 Nov. 2019
Want to normalize only the first three values of my matrix
x=norm(1:3)

Weitere Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by