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 visualizzazioni (ultimi 30 giorni)

Risposte (1)

Shuba Nandini
Shuba Nandini il 17 Dic 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!

Categorie

Scopri di più su Simulink in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by