Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
FAS
FAS le 29 Jan 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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
  2 commentaires
Rik
Rik le 29 Jan 2018
You will have to provide more context. It is not very difficult to work out what the second line is doing (just read the documentation), but from your question it is impossible to say why it is doing that.

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by