Mostrar comentarios más antiguos
How to implement equation:
CRE=||Pu||^2
P is a matrix
Respuesta aceptada
Más respuestas (1)
Jonathan Sullivan
el 23 de Feb. de 2012
Have you tried
CRE = norm(P)^2;
help norm
doc norm
Categorías
Más información sobre Sources en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
