Mostra commenti meno recenti
How to implement equation:
CRE=||Pu||^2
P is a matrix
Risposta accettata
Più risposte (1)
Jonathan Sullivan
il 23 Feb 2012
Have you tried
CRE = norm(P)^2;
help norm
doc norm
Categorie
Scopri di più su Sources in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
