Why does the C/C++ function interface of "Simulink Function" and "Function Caller" blocks shows incorrect information when the model is loaded in R2017b or later versions?
이전 댓글 표시
The C/C++ function interfaces of Simulink Function and Function Caller blocks are incorrect when a model meeting the following conditions is loaded in R2017b or later:
- The model contains multiple Simulink Functions.
- The C/C++ function interfaces of some of the Simulink Functions were configured in R2016b or R2017a.
- The Simulink Functions that were not explicitly configured may have the tokens in their C/C++ function interface replaced by the corresponding Simulink names. For example, the C/C++ function name "$N" gets replaced with the function name in Simulink (say, "foo")
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!