how to detect datatype inconsistency between Signal datatype and initial value datatype.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
how to detect datatype inconsistency between Signal datatype and initial value datatype during simulation.
e.g Signal datatype on the model boolean IC: given as 0(i.e. double) simulation pass but ert code generation fails
Error during code generation: /bo_OlsDm1Counter</a>' is being cast from data type 'single' to the data type 'boolean'. Downcasts and signed/unsigned mismatches of tunable parameter expressions are not allowed in order to ensure consistent behavior between simulation and generated code
1 Kommentar
Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!