how to find Mean Square Error in matlab?

1 次查看(过去 30 天)
Janet
Janet 2012-3-12
回答: lolo 2024-6-12
I need codings to find MSE

回答(2 个)

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

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

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by