How to convert Matlba's built-in functions to C/C++?
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello I have Matlab R2016a, and want to know how can I convert Matlab built-in funcs to C/C++?
I have tried "edit lpc" to see the implementation of lpc(linear prediction code)as is a Matlab built-in func and save it as"lpc.m", then I tried "coder" command and did this step:


And don't know what should i do at this step? I want to see Matlab's lpc converted to C code!
댓글 수: 0
답변 (1개)
Moin
2022년 6월 30일
I understand, you are trying to use MATLAB coder to convert built-in function to c/c++.
There is a similar post in MATLAB Answers, which was already answered. I’m attaching the respective link.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!