フィルターのクリア

L2 norm of the column

3 ビュー (過去 30 日間)
Heya :)
Heya :) 2020 年 4 月 2 日
編集済み: Heya :) 2020 年 10 月 15 日
How can I write the code to find the L2 norm of the column (G`)ij as shown in the picture below. In my code I have used M instead of G.

採用された回答

Torsten
Torsten 2020 年 4 月 2 日
M_norm = normc(M)
  6 件のコメント
Heya :)
Heya :) 2020 年 4 月 2 日
編集済み: Heya :) 2020 年 10 月 15 日
ok
Torsten
Torsten 2020 年 4 月 2 日
If G is the matrix you want to normalize, then G' = normc(G).
I think that G=M in your code, but I'm not sure.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by