How can i call C function in matlab script?

1 次查看(过去 30 天)
Hello
How can i call C function in matlab script?

回答(1 个)

dpb
dpb 2013-7-31
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...

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by