Why does my Simulink model require Fixed-Point Designer toolbox?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 6 Déc 2024
Modifié(e) : MathWorks Support Team
le 5 Avr 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.
Réponse acceptée
MathWorks Support Team
le 5 Avr 2025
Modifié(e) : MathWorks Support Team
le 5 Avr 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fixed Point dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!