Is there anything that can do the reverse of Embedded Coder?
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The Embedded Coder can take a Simulink model and turn it to usable C/C++ code for our desired hardware platform. Does anything exist to do the reverse of that process? Can that code be turned back into a Simulink model?
0 comentarios
Respuestas (1)
Sean de Wolski
el 11 de Jul. de 2018
Not a Simulink model, but a Simulink block.
4 comentarios
Soren
el 12 de Jul. de 2018
The legacy_code feature is working nice, however make sure the c-code you want to convert do not have many dependencies to other files, to make it more easy to handle.
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!