How can I use Matlab proprietary griddedInterpolant function from C or C++ code?
조회 수: 2 (최근 30일)
이전 댓글 표시
How can I use Matlab proprietary griddedInterpolant function from C or C++ code?
댓글 수: 1
Adam
2017년 6월 21일
It isn't supported by Matlab Coder so you can't create C++ code from it.
If you are in a mex file you may be able to use mexCallMATLAB though I have no idea if that works for griddedInterpolant since it is a class rather than just a function.
답변 (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!