'if' instead of a 'switch' when auto code generation

3 visualizaciones (últimos 30 días)
예진 박
예진 박 el 5 de Jul. de 2024
Respondida: Udit06 el 5 de Jul. de 2024
Is there a way to make the transition in Stateflow in a Simulink model appear as an 'if' instead of a 'switch' when auto code generation?
About the criteria for 'swich' and 'if' .
Also, is there a way to set the 'Switch' or the 'If' through the Embedded Coder configuration?

Respuestas (1)

Udit06
Udit06 el 5 de Jul. de 2024
You can refer to the "ConvertIfToSwitch" configuration parameter of "coder.EmbeddedCodeConfig" object to control the generation of the "switch" and "if" statements. Please refer to the following MathWorks documentation for more details.
I hope this helps.

Categorías

Más información sobre Simulink Coder en Help Center y File Exchange.

Productos


Versión

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by