Loading a DLL file in Matlab
40 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
George Alin Raducu
am 5 Nov. 2015
Kommentiert: George Alin Raducu
am 27 Jan. 2016
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?
0 Kommentare
Akzeptierte Antwort
Sudhanshu Bhatt
am 9 Nov. 2015
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 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!