How do I pass a function handle to my MATLAB C++ Math Library functions?
Mostrar comentarios más antiguos
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++?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deploy to C++ Applications Using mwArray API (C++03) en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!