Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Jigar Patel
Jigar Patel le 23 Août 2013
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 commentaire
Walter Roberson
Walter Roberson le 23 Août 2013
Is that for Simulink? If not then which function is being used?

Connectez-vous pour commenter.

Réponses (1)

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

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by