how can i normalize a 2d matrices??

how can i normalize a 2d matrices??

1 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 12 月 16 日
What do you mean by normalize?

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

 採用された回答

Matt J
Matt J 2013 年 12 月 16 日

0 投票

Examples
A=A/norm(A)
A=A/norm(A,1)
A=A/norm(A,'fro')
A=A/norm(A,inf)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDenoising and Compression についてさらに検索

質問済み:

2013 年 12 月 16 日

回答済み:

2013 年 12 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by