How do i type mean bias error (mbe) for arrays X i, Y i in matlab
6 views (last 30 days)
Show older comments
For i= 1:365;
N= 365
Err= (1/N)*(summation ((Xi)-(Yi)));
I dont think the 'summation' is correct
0 Comments
Answers (1)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!