DSPRelated.com
Forums

Fw: Interfacing Matlab with C++

Started by anser mehboob October 18, 2010
Hi sumon
You can use 'external interface'  utility in Matlab to interface c/c++ code to
Matlab. I did it 5 years ago so couldn't remember everything but I am sure its
easy, you will need to do a bit of reading in Matlab help for 'External
Interface'. In the meanwhile, I will search the work I did, if I find anything I
will forward it to you.

Regards
Anser 

----- Forwarded Message ----
From: abdul mannan
To: m...
Sent: Mon, 11 October, 2010 12:10:01
Subject: [matlab] Interfacing Matlab with C++

 
hi
    I have done some work in both matlab and c++.i wanted to know a simple
technique to interface them together. My main codes are in matlab. Hence I want
to use this c++ function (or the output of c++ codes) from my matlab platform.

Sumon