Mex build error during s function gen in Matlab2016a
이전 댓글 표시

댓글 수: 2
dario zurlo
2022년 2월 6일
the problem is that unit8_T is not a primitive type of c++ this means that you need to add the header in which this type is defined. You can find this header file in <matlab_root>/extern/include path, the file is tmwtypes.h, include this file in you header
Benjamin Thompson
2022년 2월 8일
Can you post the code?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!