how to run the program written in C language in matlab

1 次查看(过去 30 天)
i need to know the steps to run the program which is written in C language in matlab please help

回答(1 个)

Walter Roberson
Walter Roberson 2016-2-25
Compile to an executable and then use system() or dos() or unix() .
Or, compile with a mex interface and call the function as if it were built-in.
Or, use loadlibrary() to call it with its existing interface.

类别

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