norm square
Show older comments
How to implement equation:
CRE=||Pu||^2
P is a matrix
Accepted Answer
More Answers (1)
Jonathan Sullivan
on 23 Feb 2012
Have you tried
CRE = norm(P)^2;
help norm
doc norm
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!