norm square
古いコメントを表示
How to implement equation:
CRE=||Pu||^2
P is a matrix
採用された回答
その他の回答 (1 件)
Jonathan Sullivan
2012 年 2 月 23 日
Have you tried
CRE = norm(P)^2;
help norm
doc norm
カテゴリ
ヘルプ センター および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
