Exclusion of blocks that interact with the MATLAB engine during code generation

조회 수: 3 (최근 30일)
I am trying to develop Simulink blocks that interact with the MATLAB engine during simulation, but are automatically excluded from the build process during code generation. A good example of such a block would be the Simulink built-in Display block (Simulink/Sinks/Display). Is there a recommended way to achieve this result? I have tried using the MATLAB Function (formerly the Embedded MATLAB) block with the functions to be excluded declared using coder.extrinsic, as well as the Interpreted MATLAB Function block, but have been unsuccessful so far. I always get an error message during the build process.
I am using MATLAB R2013a x64.

채택된 답변

Walter Roberson
Walter Roberson 2016년 2월 1일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by