C++ to mathlab
-
hello everyone, i need to call my coding in C++ to mathlab..i have read some materials for it but i still couldnt get a clear view.really dont know how to start it..hope you all can guide me..thank you.
-
hello everyone, i need to call my coding in C++ to mathlab..i have read some materials for it but i still couldnt get a clear view.really dont know how to start it..hope you all can guide me..thank you.
If I correctly understand. you would like to use your VC++ code from within Matlab. Right? A solution is to turn your VC++ code into mex files. The benefit is that this will speed up the execution within matlab. I know there is a tool called MexWizard. Have a look at www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=1368&objectType=file Hope that answers to your question. regards