how to implement sum((j.^2).*(p(j))) using matlab with explanation
Ältere Kommentare anzeigen
this is an contrast formula i try to apply it ,but i do no how to use in coding
Antworten (1)
Try this:
sum((j.^2).*p(j))
Kategorien
Mehr zu Electrical Block Libraries finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!