How can i call C function in matlab script?

Réponses (1)

dpb
dpb le 31 Juil 2013

1 vote

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...

Catégories

En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange

Question posée :

le 31 Juil 2013

Community Treasure Hunt

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

Start Hunting!

Translated by