|
Hello,
I am completely new to MEX files.
I have a C++ program that is quiet complex and needs many different classes, and I need to expose some methods to MATLAB.
In more detail, I would only need one method (that has only standard parameter types, i.e. double, integer, arrays of double..) which internally in C++ creates objects and works with them, and then returns a simple array to MATLAB...
Can I do so without converting each single C++ file to MEX (I also use external libraries in C++)? And if so, how can I do this?
Sorry about this very generic quesiton, but I was not able to find any information about this...
Thanks for your help,
s.
|