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.

want to know how to convert a MATLAB program into C

Status
Not open for further replies.

subhasri

Newbie level 4
Joined
Feb 16, 2015
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
31
hai....i'm a final year ECE student....i'm doing my project....i have to convert a MATLAB program into a C program...if anybody knows the procedure to convert a MATLAB program into C program please send me...its very urgent....
 

Open Matlab code, open your C compiler and start.

while not done with all Matlab lines:
Read Matlab code
Convert to C code
 

could yu please elaborate...??
 

I presume tilz0R is talking about translating matlab to C manually. Sounds like a reasonable suggestion to me.

Matlab has C code generators for specific purposes, but I doubt that they are useful for general matlab programs.
 

You cant get any tool which can just perfectly translate all of your Matlab code to C. Depending upon the code functionality and it's HW dependence, manual effort is must.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top