how to implement sum((j.^2).*(p(j))) using matlab with explanation
이전 댓글 표시
this is an contrast formula i try to apply it ,but i do no how to use in coding
답변 (1개)
Try this:
sum((j.^2).*p(j))
카테고리
도움말 센터 및 File Exchange에서 Electrical Block Libraries에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!