I have a dll created by building a project in C. It has many Macros (#define) for constants and functions. I have these definitions in a .h header file. I would kike to access these macros from Matlab. Can anybody point me in the right direction?

답변 (1개)

Philip Borghesani
Philip Borghesani 2014년 7월 15일

0 개 추천

Your best option is to create a mex file. Macros are not part of the interface to a shared library.

카테고리

도움말 센터File Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

질문:

2014년 7월 15일

답변:

2014년 7월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by