Simulink lookup tables
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello all
I am running a model in Simulink. I want 2 values from the model to input into a look up table while the simulation is running. I tried the dynamic look up table but the it take one value at every time instant. What I want is that these values should get stored as an array(2 columns) and get accumulated in the table during the simulation. Is this possible? could anybody help me out with this?
Thank you! James
댓글 수: 2
TAB
2012년 2월 20일
Do you want to change the 'Vector of input values' and 'Table data' properties of lookup table during run time?
채택된 답변
Rick Rosson
2012년 2월 20일
You can then use the MATLAB Function block to modify the DSM and/or to create your own LUT based on the DSM.
HTH.
댓글 수: 0
추가 답변 (1개)
James
2012년 2월 20일
댓글 수: 1
DORIN Constantin FRUNZETE
2018년 4월 24일
Hello James, Did you find any solution to this? I'm facing exactly the same problem.
Thank you in advance!
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinearity에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!