フィルターのクリア

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

1 回表示 (過去 30 日間)
Jigar Patel
Jigar Patel 2013 年 8 月 23 日
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 日
Is that for Simulink? If not then which function is being used?

サインインしてコメントする。

回答 (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 Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by