loading functions defined in header file with loadlibrary()
조회 수: 1 (최근 30일)
이전 댓글 표시
Background: Where I work, we use data acquisition units that record data in the manufacturer's proprietary format. However, we mainly use MATLAB for analyzing the data. In the past we would have to use the manufacturer's software to export the data into another format (usually CSV) before being able to import it into MATLAB. This is incredibly slow. Recently, I learned the manufacturer provides a closed-source library for dealing with the data files. I'd like to be able to use this library with MATLAB so the data can be directly imported into MATLAB for analysis.
Question: When I use loadlibrary() on the dll and header file I get errors about missing functions. These missing functions are defined in the header file and I'm guessing that MATLAB does not import functions defined in headers. Is this the case? And if it is, what is the best way to get around it?
댓글 수: 4
James Tursa
2016년 8월 19일
편집: James Tursa
2016년 8월 19일
Are you sure that specific header file goes with the specific library file you are using? Looks like a mismatch.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!