Can C program be converted to Matlab ?

 Accepted Answer

manoj saini
manoj saini on 23 Feb 2013
ya using MEX file.....we can convert it into MATLAB

1 Comment

That does not convert it to MATLAB, but it does make it possible for MATLAB to make use of the C code.

Sign in to comment.

More Answers (1)

Jan
Jan on 24 Feb 2013
Yes, both languages have the same power.
A manual conversion can be a big piece of work or very easy. Do you mean an automatic conversion?

3 Comments

There are some corners of C that have no MATLAB equivalent.
I am thinking in particular that C defines the behavior of seeking on files to include flushing the output, but MATLAB does not define that facility anywhere.
C programs logic could be used for matlab programs right?
Translating pointers would be tricky, but basic concepts such as "for" loops are the same in most programing languages.

Sign in to comment.

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!