Calculate percentage difference between two variables
이전 댓글 표시
I want to calculate percentage difference between measured and calculated variables along the time axis. Both measured and preducted variables are arrays of different size. I want to calculate the percentage error for the corresponding time.
댓글 수: 3
Adam
2019년 8월 6일
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
2019년 8월 6일
편집: Muzammil Ali
2019년 8월 6일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!