Matlab Calllib with macros
显示 更早的评论
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
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!