How to create a DLL file from .cpp and .h in Matlab?
Mostrar comentarios más antiguos
I am currently using a temperature module, MAX6675, the library of the module is downloaded from Arduino (see picture). But now I would like to use this library on Matlab.
One of the solution will be creating a DLL file from the header file .h and source file .c from the Arduino library. So that the function inside the source file can be used directly in MATLAB. (Correct me if I'm wrong)
How to create a DLL file from .cpp and .h files in Matlab? Because the Matlab coder and Matlab compiler are only allow .m file to do the conversion.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Build MATLAB Interface to C/C++ Library en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!