How do i type mean bias error (mbe) for arrays X i, Y i in matlab
이전 댓글 표시
For i= 1:365;
N= 365
Err= (1/N)*(summation ((Xi)-(Yi)));
I dont think the 'summation' is correct
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!