MATLAB: How to include a dll without header-file in MATLAB

dllinlcluding dllMATLAB

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!

Best Answer

Answered in comments:
You need the header file to use LOADLIBRARY in MATLAB. Please see this previously answered question: