how can i normalize a 2d matrices??

 채택된 답변

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 Exchange에서 Denoising 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