How can I use Matlab proprietary griddedInterpolant function from C or C++ code?
3 views (last 30 days)
Show older comments
How can I use Matlab proprietary griddedInterpolant function from C or C++ code?
1 Comment
Adam
on 21 Jun 2017
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.
Answers (0)
See Also
Categories
Find more on Call C++ from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!