how to implement sum((j.^2).*(p(j))) using matlab with explanation
Afficher commentaires plus anciens
this is an contrast formula i try to apply it ,but i do no how to use in coding
Réponses (1)
Try this:
sum((j.^2).*p(j))
Catégories
En savoir plus sur Electrical Block Libraries 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!