vike681 发表于 2015-12-31 13:36:39

Mex---Mac OS X 10.8.5

System:Mac OS X 10.8.5
Software version:Matlab R2013a + XCode 5.0


1: install command line tools.

2:In the MATLAB Command Window, execute the following commands:
cd(matlabroot)
cd bin
edit mexopts.sh
2. Save a backup copy of this file somewhere in case you make a mistake and you need to revert your changes.
3. Scroll down to the Mac (“maci64”) section of this file, beginning around line 120.
4. Replace all instances of 10.7 with 10.8; there are four of these in all (a fifth may be found in comments only)
5. Save the file, then execute the following command in the MATLAB Command Window:
mex -setupThen everything should work just fine.

页: [1]
查看完整版本: Mex---Mac OS X 10.8.5