|
|
 | | From: | Radhika Rajan | | Subject: | Converting C++ codes to matlab | | Date: | Sun, 23 Jan 2005 18:17:15 -0500 |
|
|
 | Hi,
I am new to matlab.I have a set of C++ codes which have to be converted to Matlab.Is there any cross-compiler for that?Also I would like to know how to simulate the results in Matlab.
Thank you,
Regards, Radhika
|
|
 | | From: | Anshu | | Subject: | Re: Converting C++ codes to matlab | | Date: | Mon, 24 Jan 2005 01:49:04 -0500 |
|
|
 | Radhika Rajan wrote: > > > Hi, > > I am new to matlab.I have a set of C++ codes which have to be > converted to Matlab.Is there any cross-compiler for that?Also I > would > like to know how to simulate the results in Matlab. > > Thank you, > > Regards, > Radhika
Hi Radhika, Well there is as such no cross compilers to convert the C++ or C code to MATLAB ..
But there is API for C and C++ i.e you can call the functions in the MATLAB and simulate the same in the MATLAB 's environment ..
For more details refer to the Support section of mathworks URL . Type " calling c code in MATLAB ' in the search field..
Regards Anshu
|
|
|