Calculate percentage difference between two variables
Afficher commentaires plus anciens
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 commentaires
Adam
le 6 Août 2019
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
le 6 Août 2019
Modifié(e) : Muzammil Ali
le 6 Août 2019
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrices and Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!