how to implement sum((j.^2).*(p(j))) using matlab with explanation

답변 (1개)

Stephen23
Stephen23 2015년 2월 13일
편집: Stephen23 2015년 2월 13일
Try this:
sum((j.^2).*p(j))

카테고리

도움말 센터File Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기

질문:

2015년 2월 13일

편집:

2015년 2월 13일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by