How do i type mean bias error (mbe) for arrays X i, Y i in matlab

12 次查看(过去 30 天)
For i= 1:365;
N= 365
Err= (1/N)*(summation ((Xi)-(Yi)));
I dont think the 'summation' is correct

回答(1 个)

ahmed elmanawy
ahmed elmanawy 2018-12-2
Err= (1/N)*(sum((Xi)-(Yi)));

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by