Why does my Simulink model require Fixed-Point Designer toolbox?
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 6 de Dic. de 2024
Editada: MathWorks Support Team
el 5 de Abr. de 2025
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.
Respuesta aceptada
MathWorks Support Team
el 5 de Abr. de 2025
Editada: MathWorks Support Team
el 5 de Abr. de 2025
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fixed Point en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!