How can i call C function in matlab script?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello
How can i call C function in matlab script?
0 commentaires
Réponses (1)
dpb
le 31 Juil 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 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!