Calculate percentage difference between two variables
Ältere Kommentare anzeigen
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 Kommentare
Adam
am 6 Aug. 2019
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
am 6 Aug. 2019
Bearbeitet: Muzammil Ali
am 6 Aug. 2019
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Matrices and Arrays finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!