Azzera filtri
Azzera filtri

how to find Mean Square Error in matlab?

1 visualizzazione (ultimi 30 giorni)
Janet
Janet il 12 Mar 2012
Risposto: lolo il 12 Giu 2024
I need codings to find MSE

Risposte (2)

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

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

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by