Is it possible to convert Matlab classes to C/C++ code using the Matlab Coder App?
조회 수: 10 (최근 30일)
이전 댓글 표시
I am try to convert my classes into C/C++ code. I have tried creating a function that calls the class, but when I convert this function the class does not convert only the function. So I was wondering if it is possible to convert a Matlab class to C/C++ using the Matlab Coder App?
댓글 수: 3
Albert Fan
2018년 7월 27일
Maybe this is helpful for you?
https://www.mathworks.com/help/compiler_sdk/gs/create-a-cc-application-with-matlab-code.html
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!