Loading a DLL file in Matlab

조회 수: 114 (최근 30일)
George Alin Raducu
George Alin Raducu 2015년 11월 5일
댓글: George Alin Raducu 2016년 1월 27일
Hi. I will have to load an DLL file into Matlab but I do not have a dll header file. Could someone please give some examples of how to build such header file?

채택된 답변

Sudhanshu Bhatt
Sudhanshu Bhatt 2015년 11월 9일
Hi George Alin Raducu,
Unfortunately, it is not possible to load a DLL into MALTAB, without a header file. More information on this can be found in the thread below:
Below are some resources that will help you create a MATLAB function into a C/C++ Shared DLL:
Information on how to integrate the C/C++ Shared Library into your application:
Also, there are some limitations to Shared Libraries integration with MATLAB:
Hope this helps!
Thanks
Sudhanshu Bhatt
  댓글 수: 1
George Alin Raducu
George Alin Raducu 2016년 1월 27일
Hi,
Thank you very much for your information. I tried to build my own header file and create an S-function in order to load the DLL but I when I'm running the simulation I get only NULL outputs. I guess that I'm doing something wrong therefor I attach my header and c files. Would be great If someone could comment on these files.
Thank you very much!!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Build MATLAB Interface to C++ Library에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by