How can I get rid of monotonically increasing error in MATLAB?
조회 수: 4 (최근 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
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sensors and Transducers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!