Calculate percentage difference between two variables
古いコメントを表示
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 件のコメント
Adam
2019 年 8 月 6 日
Or
100 * ( predicted - measured ) / measured
?
Muzammil Ali
2019 年 8 月 6 日
編集済み: Muzammil Ali
2019 年 8 月 6 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrices and Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!