Calculate percentage difference between two variables
Mostrar comentarios más antiguos
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 comentarios
Adam
el 6 de Ag. de 2019
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
el 6 de Ag. de 2019
Editada: Muzammil Ali
el 6 de Ag. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Matrices and Arrays en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!