Borrar filtros
Borrar filtros

how to find Mean Square Error in matlab?

1 visualización (últimos 30 días)
Janet
Janet el 12 de Mzo. de 2012
Respondida: lolo el 12 de Jun. de 2024
I need codings to find MSE

Respuestas (2)

Andrei Bobrov
Andrei Bobrov el 12 de Mzo. de 2012
what MSE
eg
X = randi(1000,10,1);
your_mse = std(X)^2/numel(X)

lolo
lolo el 12 de Jun. de 2024
X = randi(1000,10,1);
your_mse = std(X)^2/numel(X)

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by