- Open your model and access the Model Explorer via the Modeling tab.
- In Model Workspace, add MATLAB variables or Simulink parameters.
- For each parameter, check the Argument box in the Data Properties or Simulink.Parameter pane, then click Apply.
- Ensure these parameters are referenced in your model.
Simulink look up tables not exported to fmu
6 views (last 30 days)
Show older comments
Dear community, I'm trying to export a model with some look up tables and constants in Simulink to an FMU 2.0 and I can't get it to recognise the tables and constants all the times. First time I've tried through Simulink, worked fine but after modifying the model I can't get it to recognise any parameters, only inputs and outputs. When opening the old model again, parameters are not recognised anymore.
0 Comments
Accepted Answer
Harsh Sharma
on 12 Oct 2024
Hi Olavo,
You can follow the following steps to include tunable parameters in your FMU export from Simulink -
You can check the following MATLAB answer which is relevant to your query –
Also configure each parameter in the parameters tab of the FMU expert dialog. Check the following MATLAB Answer for more info regarding this process -
Hope this answers your question!
0 Comments
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!