How to make the table data in a look up table tunable in an RTW generated code for same?

8 views (last 30 days)
I am generating code using RTW 7.0 for a model involving lookup tables. I am able to make parameters such as 'Gain blocks' tunable, by making storage class "exported global". I would like to do the same for table data inside lookup table, but RTW generated code stores this look up table as a constant parameter struct (with run time values) as shown in the image1. Could anyone help me with this?

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!