how to detect datatype inconsistency between Signal datatype and initial value datatype.
3 views (last 30 days)
Show older comments
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 Comment
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!