normalize values from svd matrix

7 ビュー (過去 30 日間)
desert_scientist90
desert_scientist90 2019 年 11 月 20 日
編集済み: KALYAN ACHARJYA 2019 年 11 月 20 日
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.

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 11 月 20 日
編集済み: KALYAN ACHARJYA 2019 年 11 月 20 日
Want to normalize only the first three values of my matrix
x=norm(1:3)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by