필터 지우기
필터 지우기

could you tell me how to write the script matlab about sigma problem

조회 수: 2 (최근 30일)
Tia
Tia 2013년 12월 13일
답변: Walter Roberson 2013년 12월 13일
hello.. if i have this equetion:
G =256
E = Sigma C.^2
i,j=1 i,j
how to compute in matlab? Thanks

답변 (1개)

Walter Roberson
Walter Roberson 2013년 12월 13일
T = C(1:256, 1:256).^2;
E = sum(T(:));

카테고리

Help CenterFile Exchange에서 Web Services에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by