How to include a dll without header-file in MATLAB?
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Info: I am a beginner and I don´t know too much about MATLAB. I am using MATLAB R2012a.
My probelm: I am trying to communicate with the NI USB-8451 and I have a dll, but no header-file. How can I Include this dll to MATLAB?
Many thanks in advance for your help!
1 comentario
Kaustubha Govind
el 19 de Sept. de 2012
You need the header file to use LOADLIBRARY in MATLAB. Please see this previously answered question: http://www.mathworks.com/matlabcentral/answers/28380-dynamic-library-without-a-h-file
Respuesta aceptada
Wendy Fullam
el 26 de Sept. de 2012
Answered in comments:
You need the header file to use LOADLIBRARY in MATLAB. Please see this previously answered question:
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!