How can i call C function in matlab script?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello
How can i call C function in matlab script?
0 Kommentare
Antworten (1)
dpb
am 31 Jul. 2013
If the C function is in a shared library (.dll in Windows) use the loadlibrary interface; if not you have to have an interfacing mex routine to the C routine.
It's all in the External Programming Interfaces documentation...
0 Kommentare
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!