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

1 Ansicht (letzte 30 Tage)
Tia
Tia am 13 Dez. 2013
Beantwortet: Walter Roberson am 13 Dez. 2013
hello.. if i have this equetion:
G =256
E = Sigma C.^2
i,j=1 i,j
how to compute in matlab? Thanks

Antworten (1)

Walter Roberson
Walter Roberson am 13 Dez. 2013
T = C(1:256, 1:256).^2;
E = sum(T(:));

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by