Ältere Kommentare anzeigen
How to implement equation:
CRE=||Pu||^2
P is a matrix
Akzeptierte Antwort
Weitere Antworten (1)
Jonathan Sullivan
am 23 Feb. 2012
Have you tried
CRE = norm(P)^2;
help norm
doc norm
Kategorien
Mehr zu Sources finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
