- Try using 'Model Advisor' app. You can read about Model Advisor for more details.
- Here is an example of using 'Model Advisor': Check your model.
- Manually inspecting the model:
how to remove deadcode or unused code in matlab model
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
shital
el 21 de En. de 2025
Their is one model i have generate the code that model, after that i am done polyspace on that code then their some violation on that code,
According to guideline also I select MISRA C and POLYSPACE in code generation process.
0 comentarios
Respuesta aceptada
Divyanshu
el 23 de En. de 2025
Editada: Divyanshu
el 23 de En. de 2025
Here are some troubleshooting steps to try:
If there are conditional branches in the model, ensure that if a branch is never executed remove it from model.
Also check for blocks which are not connected or executed during simulation, these also result in dead code.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Check Model Compliance 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!