How can I use Matlab proprietary griddedInterpolant function from C or C++ code?

조회 수: 2 (최근 30일)
Gavriel Aminov
Gavriel Aminov 2017년 6월 21일
댓글: Adam 2017년 6월 21일
How can I use Matlab proprietary griddedInterpolant function from C or C++ code?
  댓글 수: 1
Adam
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 CenterFile Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by