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 to convert C++ code to Matlab automatically?

Status
Not open for further replies.

was29e

Junior Member level 2
Joined
Mar 10, 2005
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
amman-jordan
Activity points
1,549
c++ to matlab

is there a way to convert a c++ code to matlab automaticaly???

i have this c++ code , but i dont understand c++ and i need to get the same code in matlab...


any suggestions???
 

c++ to matlab

hi
you must use mex.
see matlab help.
you can not convert c++ code to matlab code but you can use this c++ code in matlab using mex.
regards
 
Re: c++ to matlab

i dont know how to do that, but i will c matlab help, and i aslo saw some things on mathworks.com
thanks
 

Re: c++ to matlab

pL. provide the link with steps for coverting C program to Matlab.
 

Re: c++ to matlab

**broken link removed**

this is the link, i still havnt understand what i actualy have to do...

if u figure it out... plz tell me...
 

Re: c++ to matlab

was29e said:
h**p://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4380

this is the link, i still havnt understand what i actualy have to do...

if u figure it out... plz tell me...

Hi
I not sure that this link cans help you.
see "mex" in matlab help.
there is enough info about it.
regards
 

Re: c++ to matlab

yeah..thanx for the info. i figured it out :D

from this link u can only learn how to use matlab tools like graphing and testing to analize the data that u got from the c code....

while using mex i can run the whole code in matlab

i still have a lot to learn....

:|
 

Re: c++ to matlab

hi..i have a c++ code..i too have the same problem..i know only matlab..can you tell me how to convert to matlab???
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top