square of a vector
Mostra commenti meno recenti
I have to calculate a square of vector which should results a scalar value. i.e) A=(B-C)^2 B and C are vectors and I need A as a scalar. How can I implement this in matlab??
Risposta accettata
Più risposte (1)
Matt J
il 31 Ott 2012
A=norm(B-C)^2;
Categorie
Scopri di più su MATLAB Coder 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!