When i tried to export a simulink model to NI veristand , i am unable to find Build option in Code generation tab of Configuration Parameters.How to rectify it?

2 views (last 30 days)

Answers (1)

Shuba Nandini
Shuba Nandini on 17 Dec 2024
Hi,
The Build option might not be shown in the Model Settings if you do not have an active license for MATLAB Coder and Simulink Coder. To verify whether the Simulink Coder license is active, you can enter the following command in the MATLAB Command Window:
>>license('checkout', 'Simulink_Coder')
If the command returns a value of 1, it indicates that the license is active.
If you have an active license and are still facing the issue, please refer to the following MATLAB Answer link on how to build the model programmatically in Simulink:
Hope this helps!

Categories

Find more on Simulink in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!