How do I get the default case(switch case) in auto code for if-else logic in Simulink model implementation?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Venkata Narendra
el 25 de Jul. de 2018
Respondida: TAB
el 26 de Jul. de 2018
When I generated the code for my Simulink model which contain if-else logic(States when execution is resumed: Reset for both if and else actions), the code is generated with switch statement without default case. So when I do static analysis(polyspace code prover) it is giving 16.4 violation(default case is mandatory).
0 comentarios
Respuesta aceptada
TAB
el 26 de Jul. de 2018
You should check below options in Model Configuration Parameters > Code Generation > Code Style
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware 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!