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 次查看(过去 30 天)

回答(1 个)

Shuba Nandini
Shuba Nandini 2024-12-17
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!

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by