MATLAB: Saturation occurred in lookup table

simulationsimulinkstateflow

Hello, i'm using Matlab 2012b. i stuck with error during simulation as Saturation occurred. error pointing to lookup table block. please suggest solution on it.

Best Answer

It does sometime happenned on my model too.
What i did to 'solve'the problem is by setting the Lookup method to Interpolation - Extrapolation instead of Interpolation - End values.
And then connecting Saturation block after the Look-up table to saturate the values.
HTH, Ilham