필터 지우기
필터 지우기

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