How can i call C function in matlab script?

6 visualizaciones (últimos 30 días)
ABDO
ABDO el 31 de Jul. de 2013
Hello
How can i call C function in matlab script?

Respuestas (1)

dpb
dpb el 31 de Jul. de 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...

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by