how to convert souce code of c language to matlab source code ?

1 次查看(过去 30 天)
how to convert souce code of c language to matlab source code ?

回答(1 个)

Walter Roberson
Walter Roberson 2014-1-23
There is no tool that I know of that can do that. There are very common C operations that have no MATLAB equivalent.
You can call C routines from MATLAB by using loadlib() and calllib(), or you can write a Mex interface to the C routine, which would allow the code to be used as if it was a built-in command.

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by