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.

How can I use c coding in matlab?

Status
Not open for further replies.

earlybird

Banned
Joined
Nov 18, 2006
Messages
32
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Bangladesh
Activity points
0
Hey friends, I'm a ECE student. I want to import a file(code) from bortland c to matlab. please help me.


regards

sagar(KUET)
Khulna University of Engineering and Technology.
Bangladesh.
 

U can compile and link the C code to dll,then call in matlab program.
 

Matlab has a facility for allowing you to run C programs within matlab, and have them take as input and return as output matlab data types.
You can see following document : C in matlab.
This is good example !
 

lythanhthuan said:
Matlab has a facility for allowing you to run C programs within matlab, and have them take as input and return as output matlab data types.
You can see following document : C in matlab.
This is good example !

Or you can visit this url directly:

hxxp://www-math.mit.edu/~spielman/ECC/cMatlab.html
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top