Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
hello.. if i have this equetion:
G =256
E = Sigma C.^2
i,j=1 i,j
how to compute in matlab? Thanks

Risposte (1)

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by