how to generate C code in matlab??
조회 수: 1 (최근 30일)
이전 댓글 표시
i have my C code(small part of my matlab code).but i dont know how to integrate it in matlab i'm working with matlab R2016b
댓글 수: 0
채택된 답변
Geoff Hayes
2017년 6월 27일
khiter - try using mex to build a MEX function from your C code. See also MEX File Creation API and C Source Mex example for details.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!