How do I pass a function handle to my MATLAB C++ Math Library functions?
Show older comments
Some functions in the MATLAB C/C++ Math Library require function handles as inputs to functions. In the MATLAB C/C++ Math Library documentation, these type of functions are called function-functions. Their MATLAB counterparts are functions which require inputs of the form "@function". How do I create function handles to provide as inputs to these function-functions in C/C++?
Accepted Answer
More Answers (0)
Categories
Find more on Deploy to C++ Applications Using mwArray API (C++03) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!