Info

此问题已关闭。 请重新打开它进行编辑或回答。

My question is: what does the second equation doing? is it for normalization or what? Thanks in advance.

1 次查看(过去 30 天)
O_E = M * X;
E = ( sum( O_E.^ 2 ) ) ./ ( sum( X .^ 2 ) );
Where:
M = 100*100;
X = 100*500;
O_E = 100*500;
E = 1*500

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by