Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

HELP; Matlab --> C conversion

Status
Not open for further replies.

sameem_shabbir

Advanced Member level 4
Joined
Jan 5, 2008
Messages
104
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
Pakistan
Activity points
1,946
matlab c conversion

Hi all AOA
Is there any way to convert matlab code into c language
IS there any softwar available for this conversion.
I need it for my BE project[/b]
 

matlab to c conversion function

I think you should search for "Compile" instead of "Convert" and "Matlab function" instead of "matlab code".

I guess it is a standard proccess to compile a matlab function to a C function (may be called C-MEX function). Look for these keywords in Matlab help.
 

The hard true is "No".
Don't let you fool with product names such "Compiler". Currently (after R13) the so called "compiler" is a misleading designation because what it realy is, is an encripter. It encripts .m code which therefore runs slower than the original.
 

Hi

If you are using simulink I think you can generate C code directly for TI DSPs

Salam
Hossam Alzomor
www(.)i-g(.)org
 

I'm afraid it is not possible to just translate Matlab to C code.
In fact the Matltlab Compiler Toolbox is just a false compiler which permits you to have a *.exe but you have to install on the computer the Matlab library (150 MB).
And the 'compiled' program runs slower...
 

in fact direct conversion from matlab to C is nightmare..
but 4 standalone application u can do this in a easy process..
if u want 4 TI processor c code..u can do it with simulink model...

refer to this post:



and if u want straight... i have some information regarding that one..
plz have a look on this....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top