Why do I get an error message when loading a dll generated from a continuous Simulink model with the Embedded Coder 6.4 (R2013a)?
이전 댓글 표시
I want to deploy a MATLAB application that interacts with a continuous Simulink model.
First, I generate a dll from the Simulink model using the Embedded Coder and the ert_shrlib.tlc target file. Then I intend to load this dll in MATLAB using LOADLIBRARY.
However, when I try to load the dll generated from this continuous model, I receive the following error:
??? Error using ==> loadlibrary
Failed to preprocess the input file.
fatal error C1083: Cannot open include file: 'rtw_continuous.h': No such file or directory
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!