Calculate percentage difference between two variables
Mostra commenti meno recenti
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 Commenti
Adam
il 6 Ago 2019
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
il 6 Ago 2019
Modificato: Muzammil Ali
il 6 Ago 2019
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Matrices and Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!