Does the MATLAB engine support creation of function handles?

조회 수: 3 (최근 30일)
Sean
Sean 2024년 12월 4일
I am using the MATLAB engine to run MATLAB code from C++. I have some C++ code that I would like to expose to the MATLAB user similar to what is possible when extending Embedded Python (see this link for a description). I am looking for a way to maybe use the ArrayFactory to create a function handle that would execute code in the C++ environment and then pass that function handle into the MATLAB workspace (probably using the setVariable command).
Is this possible? I can't find any documented support for function handles in the MATLAB engine.
It would sure be cool if I could do something like this. It would solve my immediate problem and open the possibility to all kinds of other interesting things in the future.
  댓글 수: 2
Sumukh
Sumukh 2024년 12월 5일
Hi @Sean,
Based on the description, I understand that you wish to run C++ code written in C++ environment called from MATLAB using function handle so that it can be run in MATLAB. Is this right?
Sean
Sean 2024년 12월 5일
Yeah, that's a good description.

댓글을 달려면 로그인하십시오.

답변 (1개)

MathWorks Supported Compilers Team
Currently, MATLAB C++ Engine API does not support passing function pointers to MATLAB. However, the development team is aware that this is a desired feature for some customers and are considering it for a future release.

카테고리

Help CenterFile Exchange에서 Use Prebuilt MATLAB Interface to C++ Library에 대해 자세히 알아보기

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by