Calculate percentage difference between two variables
Show older comments
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 Comments
Adam
on 6 Aug 2019
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
on 6 Aug 2019
Edited: Muzammil Ali
on 6 Aug 2019
Accepted Answer
More Answers (0)
Categories
Find more on Matrices and Arrays 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!