Afficher commentaires plus anciens
How to implement equation:
CRE=||Pu||^2
P is a matrix
Réponse acceptée
Plus de réponses (1)
Jonathan Sullivan
le 23 Fév 2012
Have you tried
CRE = norm(P)^2;
help norm
doc norm
Catégories
En savoir plus sur Sources dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
