How to convert a github C++ library to matlab

Hi, I am working on a project where i have to implement a C++ library from github in matlab, but i am confused how to do so since github source code doesn't contain one header file ".h", i wonder how can I convert a c++ library with multiple header files to use in within matlab ?
Thanks

댓글 수: 1

Rik
Rik 2022년 3월 22일
To my (admitedly limited) knowledge, header files are optional.
As long as the entry function works and abides by the API, the entire compilation should work as normal, pulling in the required files when indicated.
Can you post the mex call you tried and a link to that github project?

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

태그

질문:

2022년 3월 21일

댓글:

Rik
2022년 3월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by