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!