Is there anything that can do the reverse of Embedded Coder?
조회 수: 3 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Sean de Wolski
2018년 7월 11일
Not a Simulink model, but a Simulink block.
댓글 수: 4
Soren
2018년 7월 12일
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.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!