how t run .cpp file in matlab..? I'm working on Mac and i have xcode 4.6 give me the solution
Show older comments
i want to run try.cpp file on my matlab using xcode 4.6 compiler. help me with the steps
Accepted Answer
More Answers (1)
Wayne King
on 24 Mar 2013
You're going to need to create a MEX file. Please see:
One thing you'll definitely need to do is to locate the compiler. To do this, run
>>mex -setup
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!