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?

조회 수: 1 (최근 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