I want convert c code into matlab how it is to be done? can I do this to get my best result.plz tell me in details.

Recommended Answers

All 3 Replies

This question/request has been around a long time:
http://www.edaboard.com/thread56986.html

http://www.mathkb.com/Uwe/Forum.aspx/matlab/27888/Convert-C-C-to-Matlab

I have not seen anything that will do this automatically.

Think about how you would determine a C function or module to mean this:

[X,Y] = meshgrid(-10:0.25:10,-10:0.25:10);

Can you compile with MEX and just call your C routines?

I have define four function.These four function want to call in one main program.
Plz suggest me how can I call multiple function in Matlab.
thanks

Hi,
Can you help me for interface of modelsim library with VHDL or Matlab.
Or can we interface VHDL code within the matlab environment

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.