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 visualizaciones (últimos 30 días)

Respuestas (1)

Shuba Nandini
Shuba Nandini el 17 de Dic. de 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!

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by