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

1 view (last 30 days)
how to convert souce code of c language to matlab source code ?

Answers (1)

Walter Roberson
Walter Roberson on 23 Jan 2014
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.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!