SIMULINK - Delay Look-up Table Dynamic - Breakpoint data error
2 次查看(过去 30 天)
显示 更早的评论
Hello !
I have an issue with Look-up Tables in my Simulink System.
The input of my system is a vector built with a 'tapped delay' block. I need 2007 simulation steps in order to complete my input vector. So, the whole system have to wait for the input vector to be completed before it does its operation.
But in this system, there is a look-up table dynamic with three inputs : x, xdata and ydata. The breakpoint data xdat depends on the outputs of the system so xdat have to wait 2007 simulation steps before it is initialized.
But the look-up table doesn't like that. I get the error : "the xdat vector is the breakpoint data, which must be strictly monotonically increasing".
So I would like to know of there is a way to delay the look-up table and to have the look-up table be active only when it's input is set (after 2007 simulation steps), in order to solve this error.
Thank you very much and have a nice day,
Camille
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Nonlinearity 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!