how to implement sum((j.^2).*(p(j))) using matlab with explanation
Show older comments
this is an contrast formula i try to apply it ,but i do no how to use in coding
Answers (1)
Try this:
sum((j.^2).*p(j))
Categories
Find more on Electrical Block Libraries in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!