How can I get rid of monotonically increasing error in MATLAB?

1 次查看(过去 30 天)
I am using a look up table in my model and calibration i need for this table is decreasing. I have to implement this calibration for my function to work but when I try to run the model I am getting the monotonically increasing error. How can I get rid of this?

回答(1 个)

Walter Roberson
Walter Roberson 2013-8-23
If V is monotonically decreasing, and x is to be looked up in it, then instead look up -1*x in -1*V

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by