Info
This question is closed. Reopen it to edit or answer.
Single lookup table block in Simulink for 300 sets of data?
2 views (last 30 days)
Show older comments
Hi,
I would like to know if it is possible to use JUST a single lookup table block in Simulink for 300 different sets of data?
In 1-D Lookup table block, I can define the table data and breakpoints.
How if I have 300 sets of different table datas and breakpoints?
What I am doing is by saving those 300 sets of data in .mat file and calling the interpl function from file, I prefer to use 1-D Lookup table block in Simulink since it is dragging too slow in the method I am currently using.
Appreciate any input, thanks!!
2 Comments
Kaustubha Govind
on 13 Jun 2014
Could you explain the usecase a bit more? How do you choose from the 300 sets? Is the choice made at run-time? The table data is a non-tunable parameter, so it is not possible to change it at run-time.
Answers (1)
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!