How to include a dll without header-file in MATLAB?
조회 수: 17 (최근 30일)
이전 댓글 표시
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
Kaustubha Govind
2012년 9월 19일
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
채택된 답변
Wendy Fullam
2012년 9월 26일
Answered in comments:
You need the header file to use LOADLIBRARY in MATLAB. Please see this previously answered question:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!