how to find Mean Square Error in matlab?

3 vues (au cours des 30 derniers jours)
Janet
Janet le 12 Mar 2012
Réponse apportée : lolo le 12 Juin 2024
I need codings to find MSE

Réponses (2)

Andrei Bobrov
Andrei Bobrov le 12 Mar 2012
what MSE
eg
X = randi(1000,10,1);
your_mse = std(X)^2/numel(X)

lolo
lolo le 12 Juin 2024
X = randi(1000,10,1);
your_mse = std(X)^2/numel(X)

Catégories

En savoir plus sur Data Distribution Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by