Apr 30, 2006 #1 F fatma1000 Banned Joined Apr 30, 2006 Messages 147 Helped 3 Reputation 6 Reaction score 2 Trophy points 1,298 Location eygpt Activity points 0 please i need a help to how can i write a code in c++ in matlab using a mex ? i need to know how can i connect between c++ and matlab? regards
please i need a help to how can i write a code in c++ in matlab using a mex ? i need to know how can i connect between c++ and matlab? regards
Apr 30, 2006 #2 H hermin Full Member level 2 Joined Apr 19, 2005 Messages 132 Helped 12 Reputation 24 Reaction score 3 Trophy points 1,298 Activity points 2,481 matlab&c++ try to read on www.mathworks.com, you just need to add something on your c++ code, put in <include> files for the mex, define your input and output, and compile it, and you could now use that program in matlab,
matlab&c++ try to read on www.mathworks.com, you just need to add something on your c++ code, put in <include> files for the mex, define your input and output, and compile it, and you could now use that program in matlab,