Why does my Simulink model require Fixed-Point Designer toolbox?

조회 수: 17 (최근 30일)
I have a Simulink model that uses Deep Learning and Reinforcement Learning toolboxes. I have not used Fixed-point designer in my model. Why do I get an error regarding requiring Fixed-Point Designer toolbox as below?
Error using rl.env.internal.reportSimulinkSimError
License checkout failed.
License Manager Error -5
Cannot find a license for Fixed_Point_Toolbox.

채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 4월 5일
편집: MathWorks Support Team 2025년 4월 5일
The issue is stemming from creating Fixed-Point data type in the Simulink model.
In order to check your model signals' data type, in the Simulink editor, on the Debug tab, click on the Information Overlays menu and select the "Port Data Type" option for displaying signal properties on the block diagram.
Refer to Displaying Signal Properties for more information about displaying Signal Properties in Simulink.
Note that multiplication of "boolean" and "double" data types in Simulink blocks such as "Gain" blocks results in a fixed-point data type which requires activation of Fixed-Point Designer toolbox.
As a workaround, set the output data type of the relevant blocks (such as "Gain" blocks) as double.
Refer to Specify Data Types Using Data Type Assistant for more information about specifying Signal Data Type.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fixed Point에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by