Matlab to C conversion

Thread Starter

sreeganesh88

Joined Jan 19, 2009
3
Is there any commands available in MATLAB to convert an m-file in to a 'C' file..actually i want to convert the matlab code to a 'C' file and implement in it in the ARM processor....I need ur help...

is there any software to convert matlab to c ?????
expecting a reply
thx....
 

Dave

Joined Nov 17, 2003
6,969
You can have a look at the Embedded Matlab Language Subset, which ships as part of v2007b IIRC; I'm not aware of it being available for other versions or as a toolbox (check over at Mathworks to be sure). There is also Agility MCS (see http://www.agilityds.com/products/matlab_based_products/mcs/default.aspx).

I won't vouch for any of these packages because if I want to generate C from Matlab I will do it manually to ensure it is both accurate and optimised.

Dave
 

Thread Starter

sreeganesh88

Joined Jan 19, 2009
3
yeah thx dave..i am doin my conversion from matlab to c in visual C++ by adding the package opencv.. which has header files for image processing..so i'm able to do step by step conversion easily..
 
Top